/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}
/*---------------------------------------------
        Worldpay order success page
---------------------------------------------*/

/* worldpay order success */
body { background-color: #F0F0F0; }
#ct_wp_message { background-color: red; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    *  {font-weight: normal;}
    .ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li:hover{background: blue;}
    #mc_embed_signup_scroll input#mce-EMAIL.email{height:25px !important;}
}/*----------------------------------------
 HealthZone

  TABLE of CONTENTS:
  ----------------

  __GLOBALS
    __RESET_ALL_STYLES
    __FONTS_and_GENERIC_TEXTS 
    __USEFULL_CLASSES

  __UI
    __GENERICS
    __FORM_ELEMENTS
    __BUTTONS
    __ICONS

  __TEMPLATE_LAYOUT

  __MODULES_STYLES
    __HEADER_MODULES
    __FOOTER_MODULES
    __PREDEFINED_MODULES

  __MAIN_CONTENT_PAGES

  __CATEGORY_and_PRODUCT_PAGES
    __BREADCRUMBS
    __SEARCH_RESULTS
      __PRODUCTS_LISTINGS
    __PRODUCT_PAGE
      __PRODUCT_IMAGES
      __PRODUCT_ITEMS_FIELDS
      __PRODUCT_ITEMS_LAYOUTS
      __ASSOCIATED_PRODUCTS
      __PRODUCT_REVIEWS

  __CHECKOUT_PROCESS_PAGES
    __CHECKOUT_TRAIL
    __BASKET_TABLES
    __CHECKOUT_TITLES
    __BASKET
    __ONE_PAGE_CHECKOUT
    __DELIVERY
    __MULTI_DELIVERY
    __COURIERS
    __COLLECTION
    __BASKET_SUMMARY
    __PAYPAL_REDIRECT
    __ORDER_PAYMENT

  __USER_ACCOUNT_PAGES
    __REGISTRATION
    __LOGIN
    __ORDER_HISTORY
    __REORDER
    __ADDRESS_OPTIONS
    __NEW_ADDRESS
    __EDIT_ADDRESS
    __ACCOUNT_CREDIT

  __OTHER_PAGES
    __COOKIE_POLICY
    __CONTACT_US
    __CURRENCY_SELECTION
    __SITEMAP
    __404_PAGE_NOT_FOUND
*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
/*---------------------------------------------
  __GLOBALS
---------------------------------------------*/

/*  __RESET_ALL_STYLES
 */

*  {
  margin:0;
  padding:0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -box-sizing: border-box;
  -webkit-appearance: none;
}

html {
  font-size: 100%; /* Corrects text resizing oddly in IE 6/7 when body `font-size` is set using 'em' units */

  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul { /*padding:0 20px;*/ list-style: none; }

a > img { border:0 } /* prevent IE from adding border to link images */

h1, h2, h3, h4, h5, h6 {margin: 10px 0}



/*  __FONTS_and_GENERIC_TEXTS
 */
/* latin-ext */

html, body, p {
  font-family: 'Lato',Arial, sans-serif;
  font-size: 14px;
  color:#333333;
}
body{background: #EFEFE8;}
a,
.btn.btn-link {text-decoration: none;color: #2f2f2f;}

a:hover,
.btn.btn-link:hover {}

a:visited,
.btn.btn-link:visited {}



/*  __USEFULL_CLASSES
 */

.clear {clear:both}
.left {float:left}
.right {float:right}

.inline,
.list-inline li {
  display:inline-block;
  vertical-align:top;
  /* force hasLayout on IE7 and below */
  *display: inline;
  *zoom:1;
}
.list-inline,
.list-inline ul,
.list-inline li,
.list-no-bullet,
.list-no-bullet ul,
.list-no-bullet li {
  padding:0;
  margin:0;
}
.list-no-bullet,
.list-no-bullet ul {
  list-style:none;
}


/* user messages */
.ct_userMessage {
  background: #FFFFCC;
  border: 1px solid #E2C97F;
  color: #666;
  margin: 10px 0;
  padding: 10px;
}
.ct_userMessage p {
  margin:0
}

/* error font */
.ct_font_error,
.ct_font_error *  {color: red;}

/* error messages */
.ct_userMessage.ct_font_error {
  background:#ffa7a7;





  border: 1px solid #cc0000;
}
.ct_userMessage.ct_font_error,
.ct_userMessage.ct_font_error * {
  color: #990000;
}

/* helper messages in forms */
.ct_form_helper {
  font-style:italic;
  margin:0 0 5px;
  color:#999;
}



/*---------------------------------------------
    __UI
---------------------------------------------*/

/* __GENERICS
 */
input 
input:focus { outline: none; } /* remove default outline on Mac OS */

.btn,
input,
select,
textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 0 3px 3px 0;
  padding: 5px 10px;
  vertical-align:middle;
}


/* __FORM_ELEMENTS
 */

/* TEXT INPUTS, DROP DOWNS */
input[type='text'],
input[type='password'],
input[type='email'],
textarea {}

select {
  outline: 0;
  background:#fff;
  text-overflow:ellipsis;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea:focus {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
}

input[type='text']:hover,
input[type='password']:hover,
input[type='email']:hover,
textarea:hover,
select:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
     -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
          box-shadow: 0 0 3px rgba(0,0,0,.2);
}
select:hover {
  cursor:pointer;
}


/* __BUTTONS
 */

/* Default Buttons */
.btn,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  background: #f1f1f1;
  cursor:pointer;
  display:inline-block;
  *display: inline;
  *zoom:1; /* force hasLayout on IE7 and below */
  text-decoration: none;
  vertical-align:middle;
  text-transform: lowercase;
}
.btn:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
.btn:active,
input[type='button']:active,
input[type='submit']:active,
input[type='reset']:active {
  background: #ccc;
}


/* Primary buttons */
.btn.btn-primary,
input[type='submit'] {
background: none repeat scroll 0 0 #f47320;
border: medium none;
border-radius: 0;
color: #fff;
font-size: 14px;
font-weight: bold;
height: 50px;
text-transform: capitalize;
font-family: 'Lato';
}
.btn.btn-primary:hover,
input[type='submit']:hover,
.btn.btn-primary:active,
input[type='submit']:active {
  background: #D9661C;
}

/* Info buttons */
.btn.btn-info {}
.btn.btn-info:hover,
.btn.btn-info:active {}


/* Success buttons */
.btn.btn-success {}
.btn.btn-success:hover,
.btn.btn-success:active {}

/* Warning buttons */
.btn.btn-warning {
  background: #FFFFCC;
  border: 1px solid #E2C97F;
  color: #999;
}
.btn.btn-warning:hover,
.btn.btn-warning:active {
  background: #999; /*#F89406;*/
  border-color:#999;
  color:#fff;
}

/* Danger buttons */
.btn.btn-danger,
input[type='reset'] {
background: none repeat scroll 0 0 #b83741;
border: medium none;
border-radius: 0;
color: #fff;
font-weight: bold;
height: 50px;
text-transform: uppercase;
}
.btn.btn-danger:hover,
input[type='reset']:hover,
.btn.btn-danger:active,
input[type='reset']:active {
  background: #000;
}

/* Link buttons */
.btn.btn-link {
  background:none;
  border:0;
  padding: 5px;
  text-decoration: underline;
  text-transform:none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


/* __ICONS
 */
.btn[class*='icon-'] { padding-left:30px!important } /* increase padding for icon */
input.btn[class*='icon-'] { padding-left: 15px!important; }    /* except for input tags which do not support pseudo elements  */

.btn[class*='icon-']:before {
  position:absolute;
  background-repeat: no-repeat;
  background-position: center center;
  content:' ';
  display:inline-block;
  height:16px;
  width:16px;
  margin-left:-20px;
  vertical-align:middle;
}
.btn.icon-edit:before { background-image: url(system_images/icons-16/edit.png); }
.btn.icon-ok:before { background-image: url(/system_images/eshop/skin1/icn_in.png); }
/*.btn.icon-prev:before { background-image: url(system_images/icons-16/edit.png); }*/
/*.btn.icon-next:before { background-image: url(system_images/icons-16/edit.png); }*/
/*.btn.icon-plus:before { background-image: url(/system_images/eshop/skin1/icn_in.png); }*/
/*.btn.icon-minus:before { background-image: url(/system_images/eshop/skin1/icn_in.png); }*/
.btn.icon-remove:before { background-image: url(system_images/icons-16/delete.png); }
.btn.icon-trash:before { background-image: url(system_images/icons-16/trash.png); }


/*---------------------------------------------
    __TEMPLATE_LAYOUT
---------------------------------------------*/

#ct_template_wrapper {}
#ct_template_header,#ct_template_content,#ct_template_footer{  position:relative;
  width: 1400px;
  margin: 0 auto;}
.ct_template_header {}

.ct_template_header.outer {
  background: rgba(0, 0, 0, 0) url("/reslayout/fullHdBg.png") repeat-x scroll 0 0;
}

/**/#ct_template_content {margin:5px auto;}

/**/#ct_template_content_left,
/**/#ct_template_content_main,
/**/#ct_template_content_right {
  float: left;
}
/**/#ct_template_content_left  {width: 20%;}
#ct_template_content_main {
  background: #efefe8 none repeat scroll 0 0;
}
/**/#ct_template_content_right {}
#ct_template_footer a:hover{opacity: 0.75;}
.ct_template_footer {
clear: both;
margin: auto;
width: 100%;
background: #fff none repeat scroll 0 0;
}
.ct_template_footer.outer {
  border-top: 4px solid #00abb2;
}
#ct_template_header{
  background: #fff!important;
}
/**/
#ft_disclaimer {padding: 20px;}
#ct_template_cybertillLink {
  text-align:center;
  margin: 10px auto 0;
}
/**/#ct_template_cybertillLink a {}
/**/#ct_template_cybertillLink a:hover {}
#footer_links{
height: 50px;
padding: 35px 0 0;
width: 100%;
}
#footer_links a{color: #fff;
font-weight: bold;
padding: 0 15px;}
#footer_links ul{left: 10%;
position: relative;}
#footer_links li{float: left;}
#ct_template_footer .ct_module_header{
font-size: 19px;
font-weight: bold;}
#ourShop,#ourFactory,#safe_sec,#ft_fb{float: left;
font-weight: bold;
height: 150px;
width: 240px;}

#ft_fb img {}
#safe_sec{}
#safe_sec li{padding-bottom: 10px;}
#ft_copyright{width:100%;
font-size: 12px;
height: 15px;
text-align:center;}

/** COOKIE WARNING **/
/**/#ct_cookie_prompt {
  position:absolute;
  top:0;
  width:100%;
  background-color:#D9661C;
  color:#FFF;
  font-size:14px;
  text-align:center;
  min-height:60px;
}
/**/#ct_cprompt_inner {
  padding: 10px;
  text-align: center;
  width: 65%;
}
/**/#ct_cprompt_inner span { float:left;font-size:35px;padding:0 15px 0 0; }
/**/#ct_cprompt_inner a { font-weight:bold; }
/**/#ct_cookie_prompt_close { cursor:pointer;position:absolute;top:10px;right:10px;border:2px solid #FFF;color:#FFF;width:20px;line-height:20px;text-align:center;font-weight:900; }
/** end COOKIE WARNING **/


/*---------------------------------------------
    __MODULES_STYLES
---------------------------------------------*/
/** modules containers **/
.ct_module,
.ct_link_module,
.ct_html_module {
  max-width:100%;
  vertical-align:top;
}

.ct_link_module {margin: 0 5px;}
.ct_html_module {}


/** modules titles **/
.ct_module .ct_module_header {}
.ct_module .ct_module_header a {}



/*---------------------------------------------
    __HEADER_MODULES
---------------------------------------------*/

.ct_template_header {
  text-align:right;
}

.ct_template_header .ct_module,
.ct_template_header .ct_link_module,
.ct_template_header .ct_html_module {
  display:inline-block;
  vertical-align:top;
  width:auto;
  text-align:left;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

.ct_template_header .ct_html_module {float:left;}
/*---------------------------------------------
    HEADER

---------------------------------------------*/
#hdLinkWrap{width: 60%;height: 35px;float: left;}
#hdLinkWrap a{color: #fff;
font-size: 15px;
letter-spacing: 1px;}
#hdLinkWrap div.ct_loginLink.ct_link_module{float: left;padding: 10px 0;}
#headlinks{background: #00abb2;width: 100%;height: 35px;}
#headlinks img {margin-right: 5px;height: 15px;}
#headlinks ul{float: right;}
#headlinks li{float: left;padding: 10px;}
#headlinks a{color: #fff;font-weight: bold;}

#headlinks li:nth-child(4) { background: #fff none repeat scroll 0 0;}

#headlinks li:nth-child(4) a,#headlinks li:nth-child(5) a,#headlinks li:nth-child(6) a {color: #444444;}
#headlinksMob{display: none;}
#headlinksMob{background: #00abb2;width: 100%;height: 40px;}
#headlinksMob ul{float: left;width: 100%;}
#headlinksMob li{float: left;padding: 10px 0;text-align: center;width: 15%;}
#headlinksMob li:first-child{}
#headlinksMob li:nth-child(2){margin-right: 25%;}
#headlinksMob li:nth-child(3){}
#headlinksMob li:nth-child(4){}
#headlinksMob li:nth-child(5){}
#headlinksMob a{color: #fff;font-weight: bold;}
#headlinksMob li:nth-child(3) { background: #fff none repeat scroll 0 0;}
.ct_ac_search.ct_module {
  border: 3px solid #00abb2;
  border-radius: 25px;
  height: 50px;
}
#hdLinks{float: left;width: 25%;}
#hdLinks ul{float: left;}
#hdLinks li{display: inline-block;padding: 45px 0 0;}
#hdLinks a{color: #444444;padding: 0 15px;}
#hdLinks a:hover{color: #DB671C;text-decoration: underline;}
#autocomplete_for.ac_input{width: 100%;}
#autocomplete_for.ac_input:focus{box-shadow: none;}
.ct_ac_search_go{float: left;
position: relative;
right: -5px;}
.ct_ac_search_form{position: relative;}
.hd_links a{color: #2f2f2f;text-transform: uppercase;font-weight: 500;}
#header_advert{clear: both;height: 30px;margin: 5px 0;width: 1400px;}
#header_advert ul{}
#header_advert ul li{float: left;
line-height: 30px;
margin-right: 15px;
text-align: center;
text-transform: uppercase;
width: 310px;
background:#EBEBEB; }
#header_advert ul li a{
text-transform: uppercase;}
#header_advert ul li:first-child{}
#header_advert ul li:nth-child(2){}
#header_advert ul li:nth-child(3){float: right;
margin-right: 0;}

#header_advert ul li:hover{}
#header_advert ul li:hover a{} 

.dim_page{background:rgba(0, 0, 0, 0.5);
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:5;}
/*--------------------------------------------
Homepage
---------------------------------------------*/
#ct_template_header .ct_ac_search.ct_module{float: left;width: 320px;margin-top: 25px;border: 3px solid #00abb2;border-radius: 25px;height: 50px;}
#ct_template_header .ct_ac_search.ct_module:hover {box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);}

#autocomplete_for.ac_input:hover{box-shadow: none;}
.ct_homepage #ct_template_content_left{display: none;}
#hzAdvert{float: left;
margin: 5px 0;
width: 100%;}
#hzAdvert li {
  background: #00abb2 none repeat scroll 0 0;
  float: left;
  height: 50px;
  line-height: 35px;
  margin-right: 1%;
  padding: 10px 0;
  width: 49%;
  text-align: center;
}
#hzAdvert li:nth-child(2){width: 50%;margin: 0;}  
#hzAdvert li a {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px
}
#hzAdvert li:nth-child(2) a{}
.promo_box{float: left;
margin: 0 0 10px 4px;
width: 316px;}
.promoBox, .promo_Box{position: relative;}
.promoBox:hover, .promo_Box:hover{opacity: 0.75;}
.promoBox{width: 50%;float: left;}
.promoBox img{width: 100%;}
.promo_Box{width: 50%;float: left;} 
.promo_Box ul{width: 50%;float:left;}
.promo_Box img {
  display: block;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
}
.promo_Box ul li a{text-transform: uppercase;color: #333333}
.promo_Box ul li{margin-bottom: 5px;}
.promo_Box ul:first-child li:first-child{font-size: 30px;text-transform: uppercase;font-weight:bold;}
.promo_Box ul:nth-child(2) li:last-child, .promoBox ul:nth-child(2) li:last-child{background: #fff none repeat scroll 0 0;
bottom: 10px;
height: 40px;
opacity: 0.75;
padding: 5px;
position: absolute;
text-align: center;width: 49%;}
.promo_Box ul:nth-child(2) li:last-child a{padding: 5px;}
.promo_Box ul:first-child li a{text-decoration: underline;
text-transform: uppercase;}
.promo_Box:hover ul li:last-child a{}
.promo_Box3{width: 30%;float: left;margin:10px 5% 10px 0;}
.no_side_margin{margin: 10px 0;}
.promo_Box3 ul{width: 100;float: left;}
.promo_Box3 li{width: 100;float: left;}
.promo_Box3 img{width: 100%;height: auto;}
.promo_Box3 li:nth-child(2){background: #fff;color: #444444;padding:10px;margin-top: -2px;}
.right ul{float: right;}
#hzSlider{width: 68.5%;float:left;margin: 10px 0;}
#hzSlider .bx-wrapper .bx-pager{display: none;}
#hzSlider div.bx-wrapper div.bx-controls.bx-has-pager.bx-has-controls-direction div.bx-controls-direction a.bx-prev{left: 10px;top:50%;display: none;}
#hzSlider div.bx-wrapper div.bx-controls.bx-has-pager.bx-has-controls-direction div.bx-controls-direction a.bx-next{right: 10px;top:50%;display: none;}
#hzSlider div.bx-wrapper:hover div.bx-controls.bx-has-pager.bx-has-controls-direction div.bx-controls-direction a.bx-prev{display: block;}
#hzSlider div.bx-wrapper:hover div.bx-controls.bx-has-pager.bx-has-controls-direction div.bx-controls-direction a.bx-next{display: block;}
#healthSlider .bx-controls-direction {display: none;}
#healthSlider .bx-pager.bx-default-pager {bottom: 5px;right:10px;}
#homeAdverts{
  width: 35%;display: none;
  float: left;
}
#homeAdverts ul{width: 100%;float: left;}
#homeAdverts li {float: right;padding: 1% 0 1% 2%;
  width: 45%;}
#homeAdverts img{width: 100%;height: auto;}
#latestProd,#brandSelect{width: 100%;float: left;}
#latestProd li,#latestProd li a{text-align: left;}
#latestProd li{margin: 0 0 15px;}
#latestProd li:first-child{box-shadow: -1px 1px 5px;}
#latestProd li:nth-child(2){}
#latestProd li:nth-child(3){color: #148cc7;}
#latestProd ul li ul li:nth-child(4) a{color: #fff;background: #f37320;padding: 5px 41.5%;border-radius: 5px;text-align: center;}
#latestProd li:nth-child(5){}
#brandSelect .bx-wrapper .bx-prev:hover, #latestProd .bx-wrapper .bx-prev:hover  {background: url(/reslayout/arrows.png) no-repeat 0 0 !important;}
#brandSelect .bx-wrapper .bx-next:hover, #latestProd .bx-wrapper .bx-next:hover{background: rgba(0, 0, 0, 0) url("/reslayout/arrows.png") no-repeat scroll -40px -1px!important;}
#latestProd div.ct_module_header, #brandSelect div.ct_module_header {
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-bottom:10px;
}
#latestProd.bx-wrapper,#brandSelect.bx-wrapper{width: 100%;}
#brandSelect .bx-viewport {
}
#brandSelect li {
  box-shadow: 1px 1px 5px;
  color: #fff;
}
#brandSelect li img {display: block;margin: 0 auto;}
#latestProd div.bx-wrapper,#brandSelect div.bx-wrapper,#healthSlider div.bx-wrapper{width: 100%;margin-bottom: 0;background: #EFEFE8;}
/*#brandSelect div.bx-wrapper {padding:0 40px;}*/
#latestProd div.bx-wrapper,#brandSelect div.bx-wrapper{margin-bottom: 0;position: relative;width: 100%;}
#latestProd {height: 400px;position: relative;}
#latestProd .bx-viewport{height: 350px!important;}
#latestProd ul ul:hover,#brandSelect li:hover {opacity: 0.50;}

#brandSelect {position: relative;margin-bottom:10px;}
#latestProd .bx-wrapper .bx-controls-direction a{top: 40%;}
#brandSelect .bx-wrapper .bx-controls-direction a{top: 50%;margin-top:-20px;}
#hzSlider{}


/*#seasonalProducts li ul li:nth-child(5) {
  background: #000 url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll 25px 0;
  height: 20px;
  margin-top: 5px;
  width: 100%;
}

ul#seasonalProducts li ul.0Stars li:nth-child(5) {background: url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -66px 0 #fff;}
ul#seasonalProducts li ul.halfStar li:nth-child(5){background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -53px -20px;}
ul#seasonalProducts li ul.1Star li:nth-child(5){background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -53px 0;}
ul#seasonalProducts li ul.1halfStars li:nth-child(5){background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -40px -20px;}
ul#seasonalProducts li ul.2Stars li:nth-child(5){background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -40px 0;}
ul#seasonalProducts li ul.3Stars li:nth-child(5){background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -27px 0;}
ul#seasonalProducts li ul.3halfStars li:nth-child(5){background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -14px -20px;}
ul#seasonalProducts li ul.4Stars li:nth-child(5){background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -14px 0;}
ul#seasonalProducts li ul.stars4half li{background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -1px -20px;}
ul#seasonalProducts li ul.5Stars li:nth-child(5){background: #fff url("/system_images/eshop/skin1/star_rating.png") no-repeat scroll -1px 0;}

/** END homepage star ratings **/
#latestProd div.bx-wrapper div.bx-controls.bx-has-pager.bx-has-controls-direction div.bx-pager.bx-default-pager{display: none;}
*/
#brandSelect .bx-wrapper .bx-pager,#latestProd .bx-wrapper .bx-pager{display: none;}
/*-------------------------------------------
    __FOOTER_MODULES
---------------------------------------------*/
#ft_email {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #a79d96;
  height: 75px;
  position: relative;
  top: -20px;
  width: 100%;
  float: left;
}
#ft_email h3{color: #a79d96;
float: left;
font-size: 19px;
position: relative;
top: 10px;
width: 35%;font-weight:normal;}
#mc_embed_signup_scroll input#mce-EMAIL.email{border: 1px solid #a79d96;
border-radius: 25px;
box-shadow: none;
color: #a79d96;
float: left;
height: 50px;
position: relative;
top: 10px;
width: 250px;}
#mc_embed_signup_scroll input#mc-embedded-subscribe.button{float: left;background: #efefe8;position: relative;top: -10px;width: 80px;margin-left: 2%;color: #444444;}
#footerSol {
    float: left;
    padding: 14px 0;
    width: 50%;
}
#footerSol li {
    float: left;
    margin-left: 10px;
}
#footerSol div.ct_module_header {
  float: left;
  font-style: normal;
  line-height: 40px;
  margin-left: 4%;
  text-transform: uppercase;
}
.footer_wrap {
  background: #efefe8 none repeat scroll 0 0;
  float: left;
  margin: 0 0 1.5% 1.5%;
  width: 30%;
  text-align: left;
  height: 340px;
}

#paymentIcons {
    float: left;
    padding: 10px;
    width: 30%;
    clear: left;
}
#paymentIcons img {
    width: 100%;height: auto;}
#ftLinks {
  border-bottom: 1px solid #103968;
  border-top: 1px solid #103968;
  float: left;
  padding: 15px 0;
  width: 100%;
}
#ftLinks a{color: #fff;opacity:0.75;}
#ftLinks a:hover{opacity:1;}
#ftLinks img {
  float: left;
  height: auto;
  width: 100%;
}
#ftLinks li:first-child{
font-size: 16px;
font-weight: bold;
text-transform: uppercase;  
}
#ftLinks li{
  margin-bottom: 5px;
}
#about, #customerServices{width: 20%;float: left;text-align: left;}
#about .ct_module_header{color: #00abb2;}
#customerServices .ct_module_header{color:#DB671C;}

#footer_logos {
    float: right;
    height: 80px;
    padding: 10px;
    width: 40%;

}
#footer_logos ul {
    float: right;
}
#footer_logos ul li {
    float: left;
    margin: 0 10px;
}
#footer_logos img {height: 60px;}
#verify_wrapper {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
#verify_wrapper img {
  height: 150px;
  padding: 5px 5px 5px 0;
}
#footer_contact{margin: 1% 0 0 5%;}
#footer_contact h3{font-size: 19px;}
#footer_contact li{padding-bottom: 10px;}
#fbFeed{width: 27%;float: left;overflow: hidden;max-height: 340px;}
#fbFeed img{width: 100%;}
.footerCol ul{
    float: left;
    width: 100%;
    margin-left: 2%;
}
.footerCol li{margin-top: 10px;}
.footerCol a {
    color: #444444;
}
.footerCol li img {
  height: auto;
  width: 50%;
}
#copyrightLinks {
    width: 100%;
}
#copyrightLinks li {
    float: left;
    padding: 10px;
}
#copyrightLinks li a {
    color: #fff;
    padding: 5px;
}
#copyrightLinks li:first-child {
    opacity: 0.75;
}
#social_links {
  margin: 0 0 1% 5%;
}
#social_links ul{}
#social_links li{margin-right: 10px;display: inline-block;}
/*Custom Pages*/
.customPg .ct_module_header,.customPgMap .ct_module_header,#openingHours .ct_module_header {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 2px;
  text-transform: uppercase;
}
#ct_pageId_26{margin: 5px 0;}
#ct_pageId_26 img {
  height: auto;
  width: 100%;
}
#ct_pageId_51 .ct_html_module {
  padding: 20px;
}
#ct_pageId_51 .ct_html_module li {
  padding: 5px;
}
#ct_pageId_51 .ct_module_header {

}
#shopInfo {background: #b83741 none repeat scroll 0 0;
float: left;
height: 345px;
margin-top: 50px;
width: 30%;}
#shopInfo p{padding: 10px;color: #fff;font-size: 15px;}
#signup {
  margin: 0 0 0 5%;
  height: 110px;
}
.customPg{width: 70%;float: left;}
.customPg img{width: 98%;float: left;height: auto;}
.customPgText{width: 100%;float: left;padding: 20px 10px;}
.customPgText p{width: 100%;float: left;font-size: 15px;}
.customPgMap{width: 100%;float: left;padding: 10px;}
.customPgMap p{font-size: 15px;}
.customPgMap > iframe { width: 100%;}
#openingHours li,#openingHours p{font-size: 15px;}
#openingHours{width: 100%;float: left;padding: 10px;}
.num > li:first-child {font-weight: bold;}
#openingHours li {margin-top: 10px;}
.page_title .ct_module_header {
  color: #00abb2;
  float: left;
  font-size: 25px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.page_title p {padding: 10px 0;}
/*Custom Pages End*/


/*---------------------------------------------
    __PREDEFINED_MODULES
---------------------------------------------*/

/** link modules **/
.ct_loginLink {}
.ct_loginLink a {}

.ct_accountLink {}
.ct_accountLink a {}

.ct_contactUs_link {}
.ct_contactUs_link a {}

.ct_sitemapLink {}
.ct_sitemapLink a {}



/** PRODUCTS SEARCH pre-defined section **/
#ct_template_header .ct_productSearch.ct_module{float: left;width: 320px;margin-top: 25px;border: 3px solid #00abb2;border-radius: 25px;height: 50px;}
#ct_template_header .ct_productSearch.ct_module:hover {box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);}
.ct_productSearch  form {position: relative;}
.ct_ps_for{width: 85%;float: left;}
.ct_ps_for input {width: 100%!important;border: medium none;
border-radius: 0;
color: #777777;
font-family: "Lato",Arial,sans-serif;
font-size: 16px;
height: 30px;
left: 10px;
padding: 0;
position: relative;
text-indent: 20px;
top: 5px;}
.ct_ps_for input:hover,.ct_ps_for input:focus{box-shadow: none;} 
.ct_ps_type{display: none;}
.ct_ps_goSearch{float: left; position: relative; right: -5px;}
.ct_ps_goSearch input{background: #fff none repeat scroll 0 0;
border-radius: 25px;
color: #7e7e60;
height: 30px;
left: 0;
position: relative;
text-indent: -20px;
top: 4px;
width: 40px;}
.ct_ps_goSearch input:hover{background: #fff none repeat scroll 0 0;}
.ct_productSearch {}


.ct_productSearch  form {
/*  display:inline-block;
  max-width:96%;

   force hasLayout on IE7 
  zoom:1;
  *display: inline;*/
}
.ct_ps_for,
.ct_ps_for input {}
.ct_ps_type,
.ct_ps_goSearch {
/*  display:inline-block;

   force hasLayout on IE7 
  zoom:1;
  *display: inline;*/
}
#ct_template_header .ct_productSearch .ct_module_header { display: none;}
#mobileNavlinks div.ct_productSearch {border: medium none; clear: none !important; float: right !important; width: 25%;display: block; float: right; line-height: 18px; margin: 0 !important; padding: 6px 0; text-align: center !important;}
#mobileNavlinks div.ct_productSearch div.ct_module_header { background: transparent url("/reslayout/searchHZ.png") no-repeat scroll center 10px / 30px auto; font-size: 0; height: 64px;}
#mobileNavlinks div.ct_productSearch form{background: #f37320 none repeat scroll 0 0; height: 45px; left: 0; position: absolute; top: 64px; width: 100%;z-index: 1;}
#mobileNavlinks div.ct_productSearch .ct_ps_for{float: left; width: 99%;line-height: 18px; text-align: center !important;}
#mobileNavlinks div.ct_productSearch .ct_ps_for input{float: none !important; width: 96% !important;}
#mobileNavlinks div.ct_productSearch .ct_ps_goSearch{float: right; position: absolute; right: 0; top: 0;height: 34px; line-height: 34px; margin: 0 !important; width: 20%;}
#mobileNavlinks div.ct_productSearch .ct_ps_goSearch input{background: #d9661c none repeat scroll 0 0; border: medium none; border-radius: 5px; color: #fff; height: 35px; left: 5px; text-indent: 0; width: 83%;}
/** END PRODUCTS SEARCH pre-defined section **/

.ct_pl_product_link img{

}
#pd_header_wrapper {
float: left;
}
#pd_header_wrapper h1{}
/** AUTO-COMPLETE SEARCH pre-defined section  **/
.ct_ac_search {}
.ct_ac_search .ct_module_header {display: none;}
/*
.ct_ac_search_input,
.ct_ac_search_go 

  /* force hasLayout on IE7 */
/*  zoom:1;
  *display: inline;
}*/
/*.ct_pd_pi_m
.ct_ac_search_input input {}
.ct_ac_search_go input {
  background: #fff;
  color: #7e7e60;
  height: 30px;
  left: 0;
  position: relative;
  text-indent: -20px;
  top: 4px;
  width: 40px;
  border-radius:25px;
}
.ct_ac_search_go input:hover{background: #fff;
}
.ct_ac_search_input {float: left;width: 85%;}
.ct_ac_search_input input{
border: medium none;
border-radius: 0;
color: #777777;
font-family: "Lato",Arial,sans-serif;
font-size: 16px;
height: 30px;
left: 10px;
padding: 0;
position: relative;
text-indent: 20px;
top: 5px;
width: 280px;
}*/*/
.ac_results {
  padding: 0px;
  background-color: white;
  color:white;
  overflow: auto;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  //overflow: hidden;
  color:gray;
}
.ac_loading {
  background: white url('../images/indicator.gif') right center no-repeat;
  color: black;
}
.ac_odd {
  background-color: #eee;
  color: black;
}
.ac_over {
  background-color: #f37320;
  color: #fff !important;
}
/** end AUTO-COMPLETE SEARCH **/



/** SEARCH FILTERS pre-defined section **/
.ct_searchFilters {width: 95%;float: left;}
.ct_searchFilters .ct_module_header {display: none;}
.ct_searchFilters ul.checkbox_list {list-style:none;padding:0;background: #fff;}
.ct_searchFilters ul.checkbox_list li {padding:5px 10px;}
/** end SEARCH FILTERS **/
.ct_styleFilters ul.checkbox_list{display: none;}
#ct_pd_product_description{
    position: relative;
    float: left;
margin: 10px 0 40px;
width: 50%;
text-align: center;
clear: both;
}

/** SMALL BASKET pre-defined section **/
#basketwrap {
left: 10px;
position: relative;
width: 140px;
}
.ct_smallBasket {float: right;background: #fff;}
.ct_smallBasket .ct_module_header {float: left;}
.ct_sb_links {
float: left;
text-align: center;
width: 130px;
}
.ct_sb_itemCount, .ct_smallBasket a{color: #002147;
font-weight: bold;
text-transform: uppercase;
border:1px solid #fff;}

.ct_sb_items,
.ct_sb_items li {
display: none;
}
li.ct_sb_accountCredit,
li.ct_sb_item {}

.ct_sb_itemCount {
float: right;
text-align: left;
text-indent: 5px;
width: 85px;
}
.ct_sb_itemCount a{color: #0000;}
.ct_sb_total {}
.ct_sb_link a {}
.ct_sb_link a:hover {}
/** end SMALL BASKET pre-defined section **/



/** TOP SELLERS pre-defined section **/
.ct_topSellers {}
.ct_topSellers .ct_module_header {}

ul.ct_ts_list {
  list-style: none;
  margin:0px auto 0px auto;
  padding: 0;
  text-align: left;
  position: relative;
}
li.ct_ts_item {}
span.ct_ts_item_count {}
span.ct_ts_item_name {}
/** end TOP SELLERS pre-defined section **/



/** RECENTLY VIEWED ITEMS pre-defined section **/
/* module */
.ct_viewedItems {}
.ct_viewedItems .ct_module_header {}

.ct_viewedItems ul {
  list-style: none;
  padding: 0;
  text-align: left;
  position: relative;
}
.ct_vi_item a {}
.ct_vi_recent a{}
.ct_viewedItems a:hover {}

/* page */
/**/#ct_viewedItems {}
/**/#ct_viewedItems .ct_mainContent_header{}

/**/#ct_vi_productList {}
.ct_vi_product {}
/** end RECENTLY VIEWED ITEMS pre-defined section **/

/** CATEGORY MENU pre-defined section **/
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li{width:14.28% !important;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:hover{background: #d9661c;}



.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px;
  color: #00abb2;
  left: 0;
  padding: 10px;
  top: 50px;
  width: 100%;
}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li{float: left;width: 25%!important;}

.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(7) ul{left: 13%;position: absolute;width: 100%;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(7) ul li{float: left;}

.ct_module.ct_categoryMenu div.ct_cm_wrapper ul.ct_cm_menu li ul li ul {display: none;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li a {
  text-indent: 20px;
  width: 99%;
  color: #444444;
}
.ct_module.ct_categoryMenu.ct_cm_wrapper ul.ct_cm_menu li ul li:hover{background: #3277ae;}
.ct_categoryMenu {}
.ct_categoryMenu .ct_module_header {}
ul.ct_cm_menu,
ul.ct_cm_menu ul {position: relative;z-index: 90;}
ul.ct_cm_menu li {list-style-type: none;}
ul.ct_cm_menu li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
ul.ct_cm_menu li ul li:hover{} 
ul.ct_cm_menu li ul li a{font-size: 14px;}
ul.ct_cm_menu li ul li a:hover{color: #444444;}

ul.ct_cm_menu:hover li:hover {}
ul.ct_cm_menu:hover li ul li {
}
/* Category menu in header */
.ct_template_header .ct_module.ct_categoryMenu {
  width: 100%;
}
.ct_template_header .ct_categoryMenu .ct_module_header {display: none;}
.ct_template_header .ct_cm_wrapper {width:auto;margin:0}
.ct_template_header ul.ct_cm_menu {}
.ct_template_header ul.ct_cm_menu:hover{}
.ct_template_header ul.ct_cm_menu li {
border: 0 none;
float: left;
height: 100%;
margin: 0;
text-align: center;
line-height: 20px;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  padding: 15px 0px;
}
.ct_template_header ul.ct_cm_menu li ul {}
.ct_template_header ul.ct_cm_menu li ul li{
display: block;
float: none;
height: 40px;
line-height: 40px !important;
padding: 0;
text-align: left;
text-indent: 10px;
width: 200px !important;
}
.ct_template_header ul.ct_cm_menu li ul li:hover{}
/* over effect */
ul.ct_cm_menu li:hover {}
ul.ct_cm_menu li a:hover,
ul.ct_cm_menu li:hover > a {color: #fff;}

/* over action */
ul.ct_cm_menu li:hover > ul {
  display: block;
}

/* sub-list*/
ul.ct_cm_menu li > ul {
  display: none;
  position: absolute;
  z-index: 60;
}
/** end CATEGORY MENU pre-defined section **/

.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:hover {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li:hover {background: #efefe8;border-radius: 10px;}



/** Slash Dot Category Menu styles **/
/** Comented out by default **/
/*
.ct_categoryMenu {
  width: 100%;
  border: 0px solid black;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.ct_categoryMenu .ct_module_header {}

.expand_holder {
  color: #006666;
  height: 25px;
}
.expand_holder a {
  color: #066;
}

.expand_holder a:hover {
  color: #000000;
}

div.ct_cm_sdmenu {
  width: 150px;
  font-size: 12px;
  padding-bottom: 10px;
  background: url('/webimages/slashdotmenu/bottom.gif') no-repeat  right bottom;
  color: #fff;
}
div.ct_cm_sdmenu div {
  background: url('/webimages/slashdotmenu/title.gif') repeat-x;
  overflow: hidden;
}
div.ct_cm_sdmenu div:first-child {
  background: url('/webimages/slashdotmenu/toptitle.gif') no-repeat;
}
div.ct_cm_sdmenu div.collapsed {
  height: 25px;
}
div.ct_cm_sdmenu div span {
  display: block;
  padding: 5px 25px;
  font-weight: bold;
  color: white;
  background: url('/webimages/slashdotmenu/expanded.gif') no-repeat 10px center;
  cursor: default;
  border-bottom: 1px solid #ddd;
}
div.ct_cm_sdmenu div.collapsed span {
  background-image: url('/webimages/slashdotmenu/collapsed.gif');
}
div.ct_cm_sdmenu div a {
  padding: 5px 10px;
  background-color:  #eee;
  display: block;
  border-bottom: 1px solid #ddd;
  color: #066;
}
div.ct_cm_sdmenu div a.current {
  background-color: #ccc;
}
div.ct_cm_sdmenu div a:hover {
  background-color: #066;
  background: url(../images/modules/webslashdotmenu/linkarrow.gif) no-repeat right center;
  color: #fff;
  text-decoration: none;
}
*/
/** END Slash Dot Category Menu styles **/



/** BRANDS pre-defined section **/
.ct_brandsMenu {}
.ct_brandsMenu .ct_module_header {
  color: #00abb2;
  font-size: 28px;
  margin: 5px 0 20px;
  text-align: center;
  width: 100%;
}
.ct_bm_removeFilter {
  color: transparent;
  text-indent: -9999px;
  float:right;
  width: 20px;
  background: transparent url(/system_images/icons-16/delete.png) no-repeat center center;
}
.ct_bm_dropDown select {
  width:100%;
  max-width:100%;
}
.ct_bm_list {}
.ct_bm_list img{display: none;}
.ct_bm_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct_bm_list li {
  float: left;
  height: 40px;
  padding: 7px 0;
  text-align: left;
  width: 155px;
}
.ct_bm_list li a {}
.ct_bm_list li a:hover {}
#ct_pageId_48 .ct_bm_dropDown{display: none;}
#ct_pageId_48 .ct_bm_list li:hover {background: #fff none repeat scroll 0 0;border-radius: 5px;}
#ct_pageId_48 .ct_bm_list li p {
  margin: 0 0 0 10%;
  width: 90%;
}
#ct_pageId_44 {
  text-align: center;
  width: 1400px;
}
#ct_pageId_44 h1{
    color: #00abb2;
}
.ct_html_col5 {
    float: left;
width: 20%;
}
.ct_html_col5 li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.ct_html_col5 ul {
    margin: 5px 0 20px;
    padding: 0;
}
.ct_html_col5.last {
    float: left;
    margin: 0;
}
.ct_html_col5 h3 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    color: #00abb2;
}
.ct_html_col5 a {
    text-decoration: none;
}
/** end BRANDS pre-defined section **/



/** CATEGORY/BRAND FILTERS **/
.ct_categoryFilters {}
.ct_categoryFilters .ct_module_header {}

.ct_categoryFilters ul,
.ct_categoryFilters ul li {
  list-style: none;
}
/** end CATEGORY/BRAND FILTERS **/
#ct_template_content_left #ct_sc_listing{}
#ct_template_content_left #ct_sc_listing.partial_display{height: auto!important;}
#ct_template_content_left h3{-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #a79d96 -moz-use-text-color;
border-image: none;
border-style: solid none;
border-width: 1px medium;
padding: 10px 0 10px 0;}
#ct_template_content_left h4{
background: #e0e0d9 url("/reslayout/hz_close.png") no-repeat scroll right 0;
color: #000;
padding: 10px 0 10px 10px;
width: 100%;
margin:10px 0 0 0;
}
#ct_template_content_left h4.collapsed {
  background: #e0e0d9 url("/reslayout/hz_Down.png") no-repeat scroll right 0;
}
#ct_template_content_left h4:hover{cursor: pointer;}
 #leftPromo li {margin-top: 5px;}
/** PRODUCT COMPARISON **/
/** module **/
.ct_productCompare {display:none;}
.ct_productCompare .ct_module_header {}

.ct_pc_count {
  font-weight: bold;
  text-align:right;
  margin-right: 10px
}
ul.ct_pc_list {
  list-style:none;
  padding:0 10px
}
li.ct_pc_list_product {
  list-style:none;
  margin:0 0 5px 0;
}
.ct_pc_list_clear a {}

/** page **/
/**/#ct_productComparison {}
/**/#ct_productComparison .ct_mainContent_header {}

/**/#ct_pc_clear {}
.ct_pc_product {
    display:inline-block;
    max-width: 25%;
    margin: 0 2.5%;
    vertical-align:top;

    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_pc_product h2 {}
.ct_pc_product_descr {}
.ct_pc_product_item {}
.ct_pc_product_addToBasket {}
/** end PRODUCT COMPARISON **/



/** WEBSITE NEWS **/
/** news list module **/
.ct_newsList {}
.ct_newsList h2.ct_module_header {}
.ct_newsList ul {margin:0;padding:0 0 0 10px;list-style:none;}

.ct_nl_post {}
h3.ct_nl_post_title {margin-bottom:0}
p.ct_nl_post_from,
p.ct_nl_post_date {margin:0;padding:0;font-style:italic;color:#999;display:inline-block}
.ct_nl_post_from_by {}
.ct_nl_post_from_author {font-weight:bold}
p.ct_nl_post_text {}

/** article page **/
/**/#ct_newsArticle {}
/**/#ct_newsArticle .ct_mainContent_header {}

.ct_na_from {}
.ct_na_from_by {}
.ct_na_from_author {}
.ct_na_date {}
.ct_na_text {}
/** end WEBSITE NEWS **/




/*---------------------------------------------
  __MAIN_CONTENT_PAGES
---------------------------------------------*/

/** page contents containers **/
.ct_mainContent {width:100%;}

/** pages titles **/
.ct_mainContent h1 {

}

/** pages sub-module titles **/
.ct_mainContent h2,
.ct_mainContent h3 {}

/** pages tables **/
.ct_mainContent table,
.ct_mainContent th,
.ct_mainContent td {
  border-collapse:collapse;
  border-spacing:0;
  padding:5px;
}
.ct_mainContent th {
  background-color: #dfdfd5; /* for ie as the gradient filter screw up the table border */

  background-repeat: repeat-x;

  color: #444444;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.ct_mainContent td {
  background-color: #fff;
  text-align: left;
}
.ct_mainContent td a {}



/*---------------------------------------------
  __CATEGORY_and_PRODUCT_PAGES
---------------------------------------------*/

/** BREADCRUMBS (search results and product page) **/
/**/#ct_breadcrumbs {margin: 5px 0;color: #e0ded9;}
/**/#ct_breadcrumbs a,
/**/#ct_breadcrumbs a:visited {}
#ct_breadcrumbs a:first-child{color: #3277AE;}
#ct_breadcrumbs a{color: #3277AE;}
#ct_breadcrumbs_curent {color:#3277ae;}

#ct_basket #ct_breadcrumbs {
  display: none;
}
/** end BREADCRUMBS **/



/** __SEARCH_RESULTS **/
/**/#ct_search {width:1120px;}
/**/#ct_search #ct_breadcrumbs {}
.searchResultPage{float: left;}

/** Search Header **/
/**/#ct_searchHeader {
  width: 100%;
  border-bottom: 1px solid #a2a2a2;margin: 0 0 10px;position:relative;}
/**/#ct_searchHeader h1#ct_sh_title {}
/**/#ct_searchHeader #ct_pd_fblike {}
/**/#ct_searchHeader #ct_social_bookmark {}
/**/#ct_sh_brand_filter {}
/**/#ct_sh_description {margin:10px;text-align: center;max-height: 150px;overflow-y:auto; }
/**/#ct_sh_img {float: right;width: 100%;}
#ct_sh_img img {
  height: auto;
  max-height: 200px;
  max-width: 100%;
}
/** end Search Header **/


/** Sub-Categories Listing **/
/**/#ct_subCategories {}

/* 'Choose a Category' text */
/**/#ct_subCategories h3 {}
#ct_subCategories .ct_module_header{display: none;}
#ct_sc_listing {}
.ct_sc_listing_row {}
#ct_template_content_main .ct_sc_listing_cat {border: 1px solid #b6aea8;display: block;float: left;margin: 0 0 5px 1%;width: 32%;height: 75px;}
#ct_template_content_main .ct_sc_listing_cat:hover .ct_sc_listing_cat_img,.ct_sc_listing_cat:hover .ct_sc_listing_cat_name{opacity: 0.75;}
#ct_template_content_main .ct_sc_listing_cat_img {display: block;float: left;width: 25%;height:55px;margin:10px 0;text-align:center;}
#ct_template_content_main .ct_sc_listing_cat_img img {max-height: 55px;margin:0 auto;}
#ct_template_content_main .ct_sc_listing_cat_name {float: left;width: 75%;text-indent: 10px;line-height:75px;}
#ct_template_content_main .ct_sc_listing_cat_name a {border: medium none;
font-size: 15px;
font-weight: bold;
line-height: 60px;
padding: 0;}
#ct_template_content_left #ct_sc_listing{width: 95%;}
#ct_template_content_left .ct_sc_listing_cat {width: 100%;float: left;background: #fff;}
#ct_template_content_left .ct_sc_listing_cat:hover .ct_sc_listing_cat_name a{color: #00abb2;}
#ct_template_content_left .ct_sc_listing_cat_img {display: none;}
#ct_template_content_left .ct_sc_listing_cat_img img {display: none;}
#ct_template_content_left .ct_sc_listing_cat_name {float: left;width: 100%;text-indent: 10px;padding: 10px 0;}
#ct_template_content_left .ct_sc_listing_cat_name a{color: #444444;}

div.ct_filterSummary.ct_module ul.ct_filter_list.list-inline.list-unbulleted li div a.btn.icon-remove{
  border:none;border-radius: 0;text-transform: capitalize;color: #000;}
div.ct_filterSummary.ct_module a.resetall.btn.btn-danger.icon-remove{
height: 40px;
line-height: 40px;
margin: 0;
text-align: center;
width: 150px;
}
/** end Sub-Categories Listing **/


/** Results Filters **/
/**/
#ct_searchFilter {
  float: left;
  padding: 5px 0 0;
  width: 47%;
}
/**/#ct_searchFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**/#ct_searchFilter ul li{
  display:inline-block;
  margin: 0 0 0 10px;
  padding: 0;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_sf_image {float:right;}
/**/#ct_sf_sorter {float:left;}
/** end Results Filters **/


/** RESULTS AMOUNTS and PAGINATION **/
#ct_searchResults_top {padding: 0.5%;text-align: right;width: 99%;background: #fff;min-height: 45px;}
#ct_searchResults_bottom {
  background: #fff none repeat scroll 0 0;
  display: block;
  float: left;
  padding: 0.5%;
  text-align: right;
  width: 99%;min-height: 45px;
}
#ct_searchResults_top .ct_module_header, #ct_searchResults_bottom .ct_module_header, .ct_sr_results, .ct_sr_paginate {display: inline-block;padding: 2px 3px;}
.ct_sr_results {margin-right: 10px;}
.ct_sr_label, .ct_sr_results, .ct_sr_paginate, .ct_sr_paginate a {}
.ct_sr_indice {font-weight: bold;}
.ct_sr_paginate ul {list-style: outside none none;margin: 0;padding: 0;}
.ct_sr_paginate li { display: inline-block; vertical-align: top;}
li.ct_sr_p_first {padding: 2px 5px;}
li.ct_sr_p_prev, li.ct_sr_p_prev a { padding: 2px 5px;}
li.ct_sr_p_page {background-color: #fff;font-size: 0;padding: 2px 7px;}
li.ct_sr_p_page a {font-size: 14px;}
li.ct_sr_p_page a:hover {}
li.ct_sr_p_page:nth-child(n+6) {display: none;}
li.ct_sr_p_next, li.ct_sr_p_next a {padding: 2px 5px;}
.ct_sr_p_current { background-color: #f3f1ee !important;border-radius: 10px;}
li.ct_sr_p_current a {cursor: default;text-decoration: none;}
li.ct_sr_p_last {padding: 2px 5px;}
#ct_searchResults_top .ct_module_header,
#ct_searchResults_top .ct_sr_results {float: left;padding-top: 5px;}

/** end RESULTS AMOUNTS and PAGINATION **/


/** __PRODUCTS_LISTINGS **/
#ct_productsListing {
clear: both;
margin: 5px 0;
}

.ct_pl_noResults {display: none;}

.noResults_left, .noResults_top {
  background: #fff url("/reslayout/left_arrow.png") no-repeat scroll 10px 13px;
  color: #f37320;
  font-size: 18px;
  height: 60px;
  padding: 20px 0 0 20px;
  text-indent: 30px;
  text-transform: capitalize;
  width: 100%;
  font-weight: bold;
}
.noResults_top{display: none;background: #fff url("/reslayout/above_arrow.png") no-repeat scroll 10px 15px;text-indent: 40px;}
/*no image display**/
/**/#ct_productsListing > table {
  width: 100%;
  margin: 20px 0;
}

/** per row display **/
.ct_pl_row {
  position:relative;
  height:auto;
  margin: 15px 0;
}
.ct_pl_product {
display: block;
float: left;
margin: 8px;
min-height: 325px;
position: relative;
text-align: center;
width: 250px;
}
.ct_pl_product:hover {
  opacity: 0.60;
}
.ct_pl_product a{color: #00abb2;
font-weight: 700;}
.columns-2 .ct_pl_product  { width: 43.5%; }
.columns-3 .ct_pl_product  { width: 30%; }
.columns-4 .ct_pl_product  { width: 22%; }
.columns-5 .ct_pl_product  { width: 17%; }
.columns-6 .ct_pl_product  { width: 13.8%; }
.columns-7 .ct_pl_product  { width: 11.4%; }
.columns-8 .ct_pl_product  { width: 9.6%; }
.columns-9 .ct_pl_product  { width: 9.2%; margin: 0 0.5%; }
.columns-10 .ct_pl_product { width: 8.1%; margin: 0 0.5%; }



.ct_pl_product_image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 145px;
    vertical-align: middle;
    width: auto;
}
.ct_pl_product_image {
    background: none repeat scroll 0 0 #fff;
    display: table;
    height: 150px;
    margin: 0 auto 4px !important;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.ct_pl_product_image a {
    display: table-cell;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.ct_pl_product_link {}
.ct_pl_product_name {height: 45px;}
.ct_pl_product_name a{font-weight: bold;font-size: 11px;}
.ct_pl_product_desc {display: none;}
.ct_pl_product_price {}
.ct_pl_product_price a{font-size: 15px;font-weight: bold;color: #F37320;}
div.ct_pl_product_offPrice {}
p.ct_pl_product_op_saving {color: #00abb2;}
span.ct_pl_product_op_savingText {}
span.ct_pl_product_op_diff {}
p.ct_pl_product_op_rrpDiff {visibility: hidden;}
span.ct_pl_product_op_percentage {}
span.ct_pl_product_op_rrp {left: -35px;
position: relative;
text-align: center;
visibility: visible;
width: 180px;
text-decoration: line-through; }

.ct_pl_product_compare {
  background: #e0e0d9 url("/reslayout/addCompPlus.png") no-repeat scroll 85% center;
  padding: 10px 0;margin: 5px 0;height: 40px;
}
.ct_pl_product_compare a{color: #989893;text-transform: lowercase;}

.ct_pl_product_add {
  margin: 5px 0 0;
}
.ct_pl_product_add a {
  background: #f37320 none repeat scroll 0 0;
  border-radius: 15px;
  color: #fff;
  padding: 3px 10px;
}
.ct_pl_product_add a:hover{text-decoration: underline;} 
.ct_pl_product_view  {
  position: absolute; 
  top: 0; 
  left: 0;
}

.ct_pl_product_view a {display: none;}

.ct_pl_product:hover .ct_pl_product_view a{
background: url("/layout/bush_light.png") no-repeat scroll 60px 103px rgba(255, 255, 255, 0.9);
color: #000 !important;
display: inline-block;
font-size: 19px;
padding: 125px 70px 100px;
display: none;
}


.ct_pl_product:hover .ct_pl_product_view a:hover {color: #000;}

.ct_pl_product.ct_pl_perRow {
  display:block;
  width:100%;
  text-align:left;
}
.ct_pl_product.ct_pl_perRow .ct_pl_product_name,
.ct_pl_product.ct_pl_perRow .ct_pl_product_desc {margin-left:5px}
.ct_pl_product.ct_pl_perRow .ct_pl_product_image {
  clear:both;
  display:block;
  float:left;
  margin-right:10px;
  text-align:center;
}
.ct_pl_product.ct_pl_perRow .ct_pl_product_add {
  text-align:center;
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_pl_product.ct_pl_perRow .ct_pl_product_price {
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

/* no-image display */
.no-image .ct_pl_product {
  display:block;
  width:100%;
  text-align:right;
  clear:both;
}
.no-image .ct_pl_product .inline {
  min-height:0;
  height:auto;
  padding: 0;
  margin:0;
}
.no-image .inline.ct_pl_product_name {float:left}

.no-image .ct_pl_product_compare,
.no-image .ct_pl_product_add,
.no-image .ct_pl_product_view {
  position:relative;
  bottom:auto;
  left:auto;
  margin:0 auto;
}
.no-image .ct_pl_product_compare,
.no-image .ct_pl_product_add,
.no-image .ct_pl_product_view {
  text-align:center;
}


/** search results star ratings **/
.ct_productsListingReviews {display: block; margin: 0 auto;}
.ct_pl_row.ct_productsListingReviews  {width: 100%;}
.ct_pl_perRow.ct_productsListingReviews {}
.star_rating {
  background: url('/system_images/eshop/skin1/star_rating.png') no-repeat left top;
  height: 13px;
  width: 65px;
  margin-top: 5px;
}
.ct_pl_row.star_rating {margin:0 auto;}
.ct_pl_perRow.star_rating {margin-left: 0px;}
.ct_productsListingReviews span {display: none;}
.stars0_0 {background-position: -66px 0;}
.stars0_5 {background-position: -53px -20px;}
.stars1_0 {background-position: -53px 0;}
.stars1_5 {background-position: -40px -20px;}
.stars2_0 {background-position: -40px 0;}
.stars2_5 {background-position: -27px -20px;}
.stars3_0 {background-position: -27px 0;}
.stars3_5 {background-position: -14px -20px;}
.stars4_0 {background-position: -14px 0;}
.stars4_5 {background-position: -1px -20px;}
.stars5_0 {background-position: -1px 0;}
/** END search results star ratings **/
/** end Products Listings **/

/** end SEARCH RESULTS page **/



/** __PRODUCT_PAGE **/
/**/#ct_productDetails {}
/**/#ct_productDetails #ct_breadcrumbs {}

/**/#ct_pd_product {display:block}
/**/#ct_pd_product_name {
  color: #000;
float: left;
font-size: 22px;
font-weight: 400;
width: 50%;
}
/**/#ct_pd_fblike {display: none;}
/**/#ct_pd_product #ct_social_bookmark {}
/**/


/* __PRODUCT_IMAGES
 */
/* Images Viewer Container*/
/**/#ct_pd_product_image {margin-bottom:20px;float:left; }
/**/#ct_pd_product_image.left {margin-right:20px }
/**/#ct_pd_product_image.right {margin-left:20px }
/**/#ct_pd_product_image{max-width:650px;}
/**/#ct_pd_product_image img {max-width:630px;max-height: 630px;}
/**/#ct_pd_product_image #ct_prod_img_table,
/**/#ct_pd_product_image #ct_prod_img_table td {border:0;padding:0}
/**/#ct_pd_product_image img.ct_pd_pi_fullsize {max-width:350px;max-height:350px;}
#ct_pd_product_image img:first-child(width: 400px;height: 400px;)
/* Images Viewer Elements */
.ct_pd_pi_main {}
.ct_pd_pi_enlarge {
  color:#000;
  font-size: 10px;
  text-align:center;
}
.ct_pd_pi_main img{border:1px solid #;}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}



/* __PRODUCT_ITEMS_FIELDS
 * (generic to all layouts)
 */
 .ct_pd_item_availability.ct_pd_item_availability_in.ct_pd_item_value, .ct_pd_item_stockLevel.ct_pd_item_stockLevel_in.ct_pd_item_value {
  width: 69%;
}

 .prodopt_preview{display:none;}
.ct_pd_item { margin-top:10px; }
.ct_pd_item_label {
  display: block;
  float:left;
  clear:left;
  width: 30%;
}
.ct_pd_item_value {
  display: block;
  min-height:10px;
  min-width:10px;
}
.ct_pd_item_price.ct_pd_item_label{}
.ct_pd_item_price.ct_pd_item_value {
color: #f37320;
}
.ct_pd_addWishlist input {
  background: rgba(0, 0, 0, 0) url("/reslayout/heart.png") no-repeat scroll 5% center;
  border-radius: 5px;
  color: #000;
}
.ct_pd_addWishlist input:hover {
  background: #E0E0D9 url("/reslayout/heart.png") no-repeat scroll 5% center;
}

.ct_pd_item_name {display: none;}
.ct_pd_item_style {}
.ct_pd_item_price {
  font-size: 20px;
  font-weight: bold;
}
.ct_pd_item_saving {font-size: 18px;margin-left: 15px;}
.ct_pd_item_code {}
.ct_pd_item_availability, .ct_pd_item_stockLevel {
  height: 40px;
  line-height: 40px;
  width: 30%;
}
.ct_pd_item_availability_in.ct_pd_item_value {/*background: url("/system_images/eshop/skin1/icn_in.png") no-repeat scroll 1px center transparent;
text-indent: -9999px;*/
float: left;}
.ct_pd_item_availability_due.ct_pd_item_value,
.ct_pd_item_availability_out.ct_pd_item_value {background: url("/system_images/eshop/skin1/icn_out.png") no-repeat scroll 1px center transparent;
float: left;
text-indent: -9999px;}
.ct_pd_item_personalised {}
.ct_pd_item_stockLevel {float: left;}
.ct_pd_item_delivery .ct_pd_item_value .ct_delivery,
.ct_pd_item_delivery .ct_pd_item_value .ct_collection {
  display:inline-block;
  margin-right: 10px;
  min-height:16px;
  padding-left: 30px;
}
.ct_pd_item_delivery .ct_pd_item_value .ct_delivery {
  background: transparent url(/system_images/eshop/skin1/icn_delivery.png) no-repeat left center;
}
.ct_pd_item_delivery .ct_pd_item_value .ct_collection {
  background: transparent url(/system_images/eshop/skin1/icn_collect.png) no-repeat left center;
}
.ct_pd_item_qtyAdd {display: inline-block;}
.ct_pd_item_qtyAdd .ct_pd_addBasket,
.ct_pd_item_qtyAdd .ct_pd_addWishlist {display:inline-block}
.ct_pd_item_notify label {display: block; font-style: italic; color: #333 }
.ct_pd_item_notify input {display: inline-block;}

.ct_pd_item_qtyAdd label,#product_itemQty{}
.ct_pd_item_qtyAdd.ct_pd_item_value{float: left;width: 100%}
/* __PRODUCT_ITEMS_LAYOUTS
 */
/* Item Layout: All Items */
/**/#ct_pd_allItems {clear:both}
/**/#ct_pd_allItems .ct_pd_item {}

#ct_pd_optionsList .ct_pd_options_style{ height: 40px;
margin: 0 0 5px;
width: 375px;}
.ct_pd_options_style {
  clear: both;
}

#ct_pd_optionsList select {
border-color: #636363;
border-radius: 0;
float: right;
height: 30px;
position: relative;
top: -5px;
width: 185px;
}

#ct_pd_itemList {
  margin-top: -50px;
}
/* Item Layout: Styles */
/**/#ct_pd_optionsList {}
/**/#ct_pd_options_choose {font-style: italic; color: #333;display: none;}
/**/#ct_pd_optionsList .ct_pd_item_style {}
/**/#ct_pd_itemList .ct_pd_item {}

/* Item Layout: Styles in product */
/**/#ct_pd_product #ct_pd_optionsList,
/**/#ct_pd_product #ct_pd_itemList  {display:block;vertical-align:top;}
/**/#ct_pd_product #ct_pd_itemList .ct_pd_item_label {clear:both;}

/* Item Layout: Styles in product - no style: all items */
/**/#ct_pd_product #ct_pd_allItems.clear {clear: none;
float: left;
width: 540px;}
/**/#ct_pd_product #ct_pd_allItems .ct_pd_item_value {}

/* Item Layout: Table */
/**/#ct_pd_optionsTable table {margin-bottom:10px}
/**/#ct_pd_optionsTable th {}
/**/#ct_pd_optionsTable.ct_pd_optionsTable_list .ct_pd_item_value {display: table-cell;}
.ct_pd_optionsTable_list .ct_pd_item_stockLevel,
.ct_pd_optionsTable_list .ct_pd_item_qty { text-align:center }

/* Item Layout: Matrix Table */
/**/#ct_matrix_table {margin-top:15px;}
/**/#ct_matrix_table .ct_pd_item {
  position:absolute;
  z-index: 50;
  left:425px;
  top:180px;
  display:block;
  background:#fff;
  border:1px solid #ccc;
  width:500px;
  padding:10px;
    
  -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* hide stock messages and close button texts
 * replace with availaibility icons and button image instead
 */
.ct_tick.ct_pd_item_value,
.ct_pd_item .close_btn {
  color:transparent;
  cursor:pointer;
  display:block;
  text-indent:-9999px;
  width:16px;
}
.ct_tick.ct_pd_item_availability_in {background: transparent url(/system_images/eshop/skin1/icn_in.png) no-repeat center center;}
.ct_tick.ct_pd_item_availability_out {background: transparent url(/system_images/eshop/skin1/icn_out.png) no-repeat center center;}
.ct_pd_item .close_btn {
  background: transparent url(/js/jquery.plugins/jquery-lightbox-0.5/images/lightbox-btn-close.gif) no-repeat center center;
  float:right;
  width:66px;
  height:22px;
}

/* Item Layout: Table in product */
/**/#ct_pd_product #ct_pd_optionsTable {
  display:inline-block;
  vertical-align:top;
  zoom:1; /* force hasLayout on IE7 */
  *display: inline;
}
/**/#ct_pd_optionsTable {margin-bottom:20px}
.ct_pd_item_qtyAdd {display:block;margin:5px 0;}

/* Item Layout: Stock notify */
/**/#ct_pd_product_notifyForm {
  display:inline-block;
  min-width: 300px;
}
/**/#ct_pd_product_notifyForm .ct_pd_item {margin: 15px 0}
/**/#ct_pd_product_notifyForm .ct_pd_item_label {clear:none;min-width:100px;}
/**/#ct_pd_product_notifyForm .ct_pd_item_style {}
.ct_pd_item_notify_submit input {display:block;margin:0 auto}

/* no style, no item or special item */
/**/#ct_pd_noStyle {clear: both;
width: 540px;}
/**/#ct_pd_noItem {clear:both}
/**/#ct_pd_noProduct {}
/**/#ct_pd_product_nonDeliver {}

#ct_pd_bybrand,.prodcompare,.productwrap{width: 540px;float: left;}
#ct_pd_bybrand,#ct_pd_bybrand a{color: #00abb2;}
.prodcompare{}
.productwrap{}

/* __ASSOCIATED_PRODUCTS
 */
/**/#ct_pd_associatedProducts {background: #fff;}
#ct_pd_associatedProducts h2{}
/**/#ct_pd_associatedProducts h2:first-child {
  color: #333333;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}
#ct_pd_associatedProducts h2 a{font-size: 14px;
font-weight: 400;text-transform: uppercase;}

/**/#ct_pd_upsellingProducts {}
/**/#ct_pd_upsellingProducts h2 {}

.ct_associated {padding-top: 5px;}
.ct_associated_product {
  min-width:100px;
  min-height:160px;
  text-align:center;
}
.ct_associated_product_img {
  min-width: 100px;
  min-height: 100px;
  line-height: 100px;
  display:block;
}
.ct_associated_product_img img {

  vertical-align:middle
}
.ct_associated_product_name {display:block;padding: 5px 0;}



/* __PRODUCT_REVIEWS
 */
/* review link */
/**/#ct_pd_reviewLink {}
/**/#ct_pd_reviewLink a { color: #3277ae;}

/* product pages review filter */
/**/#ct_pd_reviewFilter {width: 170px;}
/**/#ct_pd_reviewFilter #filter {float: left;}
/**/#ct_pd_reviewFilter #total_avg {float: right;}
/**/#ct_pd_reviewFilter #total_avg #total {color: #277c9a;}
/**/#ct_pd_reviewFilter #clear {clear: both;}

/* review form */
/**/#ct_productReviews h2 {text-transform: uppercase;}
/**/#ct_pr_form  label {
  display:inline-block;
  width: 150px;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_pr_customerName,
/**/#ct_pr_reviewTitle,
/**/#ct_pr_review {margin-bottom:2px}
/**/#ct_pr_review label {vertical-align:top}
/**/#ct_pr_starRating {margin-bottom:4px}
/**/#ct_pr_form .submit {}

/* review list */
#ct_pd_reviewsList {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
}
/**/#ct_pd_rl_count { margin-top: 15px;}
.ct_pd_rl_review { margin-top: 15px;}
.ct_pd_rl_review_title {font-size: 14px; }
.ct_pd_rl_review_date {font-size: 12px; font-style:italic; color:#686767;}
.ct_pd_rl_review_rating {}
.ct_pd_rl_review_from span.ct_pd_rl_review_author {font-weight:bold}
.ct_pd_rl_review_from span.ct_pd_rl_review_date {font-style:italic;display:block;}
.ct_pd_rl_review_text {font-style:italic;}
.ct_pd_rl_review_spacer {
  border-bottom-width: 1px;
  border-right-width-value: 1px;
  border-top-color: #999999;
  border-top-style: dashed;
  border-top-width: 1px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 0;
}
/** end CYBERTILL PRODUCT REVIEW **/

/** END PRODUCT DETAILS page **/


/** product page special offers section styles **/
.ct_pd_specialOffers {}
.ct_pd_so_title {}
.ct_pd_so_offer {}
.ct_pd_so_txt {}
.ct_pd_so_columnHeader {}
.ct_pd_so_columnHeader th {}
.ct_pd_so_item {}
.ct_pd_so_item_name {}
.ct_pd_so_item_ref {}
.ct_pd_so_otherTxt {}
.ct_pd_so_other_item {}
/** END product page special offers section styles **/


/** Add Offer Voucher styles **/
/**/#ct_offerVoucher {}
/**/#ct_offerVoucher h1 {}
.ct_ov_label {}
.ct_ov_info {}
/** END Add Offer Voucher styles **/





/*---------------------------------------------
  __CHECKOUT_PROCESS_PAGES
---------------------------------------------*/

/**/#ct_sandboxmsg {z-index:999}

/** __CHECKOUT_TRAIL **/
/**/#ct_checkoutTrail {display:block;color: #444444;margin: 5px 0 0;}

/**/#ct_ct_steps {
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_ct_steps_number {}

/**/#ct_checkoutTrail ul,
/**/#ct_checkoutTrail ul li{
  list-style: none;
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_ct_done {
  color: #ccc;
  text-decoration:line-through;
  background: url('/ct_arrow_next_small_grey.png') no-repeat right center;
  padding-right: 10px;
}
.ct_ct_on {text-decoration: underline;}
.ct_ct_next {
  background: url('/ct_arrow_next_small_grey.png') no-repeat left center;
  padding-left: 10px;
}
/** end CHECKOUT TRAIL **/



/** __BASKET_TABLES (in basket, one-page-checkout and summary pages) **/
/* column headers */
/**/#ct_b_columnHeaders {}
/**/#ct_b_columnHeaders th {}

/* item cells */
/**/#ct_b_cart{background: #fff!imporant;width: 100%;}
/**/#ct_b_cart td {background: #fff!imporant;}
#ct_b_cart img {
  padding: 5px;
}
.ct_b_item {}

/* column classes */
.ct_mainContent .ct_b_item_img {width:15%; text-align:center}
.ct_mainContent .ct_b_item_name {width:35%; text-align:left}
.ct_mainContent .ct_b_item_name .ct_b_item_descr {}
.ct_mainContent .ct_b_item_name .ct_b_item_style {}
.ct_mainContent .ct_b_item_name .ct_b_item_specialOffer {}
.ct_mainContent .ct_b_item_qty {width:10%; text-align:center}
.ct_mainContent .ct_b_item_price {width:15%; text-align:right}
.ct_mainContent .ct_b_item_total {width:15%; text-align:right}
.ct_mainContent .ct_b_item_delete {width:10%; text-align:center}

/* personalised item table */
.ct_b_personalised {}
.ct_b_p_image {}
.ct_b_p_unitCost {}
.ct_b_p_totalCost {}
.ct_b_p_currencyCost {}
/** end BASKET TABLE **/



/** __BASKET **/
/**/#ct_basket {}
/**/#ct_basket h1 {color: #00abb2;}

/* no item message */
.ct_b_noItem {}

/* Basket header */
/**/#ct_b_description {}
/**/#ct_b_messages {}
/**/#ct_b_error {}

/* basket options */
/**/#ct_b_accountCredit {}
/**/#ct_b_voucher {}

.ct_b_txt {}
.ct_b_total {}
/**/#ct_b_subTotal {}
/**/#ct_b_discount {}
/**/#ct_b_orderTotal {font-size: 16px;margin:10px 0;}

/**/#ct_b_minVal {font-size: 14px;color:#ff0000}

/* basket actions */
/**/#ct_b_actions {text-align:right;margin: 10px;}
.ct_b_actions {}
.ct_b_actions input{background:#DFDFD5;color: #444444; }
.ct_b_actions input:hover{color: #fff; }
.ctb_delivery_text { color:#000000; font-family:'Lato',Tahoma,serifSansSerifMonospace; font-size:11px; padding:0px; }

/**/#ct_b_updateBasket {}
/**/#ct_b_checkout {}
/**/#ct_b_paypalCheckout {}
/**/#ct_b_continueShopping {}

/* basket lower actions */
/**/#ct_b_lowerActions {
  padding:0;
  margin: 10px;
}
#ct_b_lowerActions input {
  background: #dfdfd5 none repeat scroll 0 0;
  color: #444444;
}
#ct_b_lowerActions input:hover{background: #D9661C;color: #fff;}
/**/#ct_b_save,
/**/#ct_b_load,
/**/#ct_b_empty {width: 110px;}
/** end BASKET page **/



/** __ONE_PAGE_CHECKOUT **/
/**/#ct_opc_wrapper {padding:10px}
.ct_opc_accTitle {
  clear:both;
  color: #333;
  font-size:14px;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  padding: 5px;
}
.ct_opc_accContent {padding: 10px;}
.ct_opc_accContent p {display:block;margin:5px 0;}
.ct_opc_accContent label {
  display:inline-block;
  width:120px;
  color: #999;
  font-weight:bold;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_opc_accContent input,
.ct_opc_accContent select {margin:2px;}
.ct_opc_accContent input.ct_d_submitBtn {margin:0 0 10px;float:right}

.ct_opc_delivery {}
.ct_opc_courier {}
.ct_opc_summary {}
/**/#ct_opc_sum_delivery {margin:10px 0}
/**/#ct_opc_sum_delivery #ct_opc_changeAdress {margin:0 0 10px 0}
.ct_opc_accContent.ct_opc_summary form {text-align:right}
/** end ONE-PAGE-CHECKOUT **/



/** __DELIVERY **/
/**/#ct_delivery {}
/**/#ct_delivery h1 {}

/**/#ct_d_dispmultiAddress {margin-bottom:30px}

/**/#ct_d_deliveryText {
  padding: 0 190px 20px;
  font-size: 1.1em;
  color: #666;
  font-weight:bold;

}

/**/#ct_delivery form > div {margin: 10px 10px}
/**/#ct_delivery label {
  display:inline-block;
  vertical-align:top;
  padding:5px 0;
  width: 180px;
  text-align: left;
  font-weight: bold;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_d_despatch_type {}

/* collection */
/**/#ct_d_store_collect ul {
  list-style:none;
  margin:10px 0 15px
}
/**/#ct_d_store_collect ul label {
  font-weight: normal;
  width:auto;
  padding:0;
}

/* delivery */
/**/#ct_d_recipient {}
/**/#ct_d_addressSelect {}
/**/#ct_d_newAddress {
  vertical-align: middle;
  margin:0 0 4px;
}
/**/#ct_d_addInfo {}
/**/#ct_d_addInfo p {padding: 3px 0}
/**/#ct_d_addInfo p label {
  color: #999;
  font-weight:normal;
  padding:0 10px;
  text-align:right;
  width: 160px;
}
/**/#ct_d_delAct {}

/* delivery & collection */
/**/#ct_d_giftMessage {}
/**/#ct_d_instructions {}
/**/#ct_d_submit {text-align:right;margin-top:15px}
/** end DELIVERY page **/



/** __MULTI_DELIVERY **/
/**/#ct_deliveryMulti {}
/**/#ct_deliveryMulti h1 {}

/**/#ct_deliveryMulti #ct_d_newAddress,
/**/#ct_opc_wrapper #ct_d_newAddress,
/**/#ct_d_dispmulti_link,
/**/#ct_d_dispsingle_link {display:block; cursor:pointer;text-decoration:underline;margin-bottom:10px;padding:0}

/**/#ct_deliveryMulti table {border-collapse:collapse;border:1px solid #ccc;text-align:left;margin: 10px 0;}
/**/#ct_deliveryMulti table th {background-color:#ebebeb;border:1px solid #ccc;padding:2px 5px;}
/**/#ct_deliveryMulti table td {border:1px solid #ccc;padding:2px 5px;}
.ct_dm_submit {text-align:right}
/** end MULTI DELIVERY page **/



/** MULTI DELIVERY COURIERS page **/
/**/#ct_multiDeliveryCouriers {}
/**/#ct_multiDeliveryCouriers h1 {}

.ct_mdc_message {font-style:italic;}

.ct_mdc_deliver {}
.ct_mdc_deliver .ct_mdc_message {}
.ct_mdc_address {font-weight:bold;}
.ct_mdc_deliver  ul.radio_list {list-style:none;padding:0 10px;margin:10px}
.ct_mdc_noCourier {}

.ct_mdc_collect {}
.ct_mdc_collect .ct_mdc_message {}
.ct_mdc_collect label {font-style:italic;}
ul.ct_mdc_collectedItems {}
.ct_mdc_deliver  ul.radio_list label{font-style:normal;}

/**/#ct_mdc_submit {text-align:right}
/** end MULTI DELIVERY COURIERS page **/



/** __COURIERS **/
/**/#ct_courierServices {}
/**/#ct_courierServices h1 {}
/**/#ct_cs_webText {}
/**/#ct_cs_noCourier {}

.ct_cs_couriersList {}
.ct_mainContent th.ct_cs_courierZone {padding: 10px 5px;font-size:120%}
.ct_mainContent th.ct_cs_courierCompany {}

.ct_cs_courierService {padding-left: 5px;}
.ct_cs_courierService_notes {color: #999;}
.ct_cs_courierPrice {}
.ct_cs_courierSelect {}
/** end COURIERS page **/



/** __COLLECTION **/
/**/#ct_reserve_collect {}
/**/#ct_reserve_collect h1 {}

/**/#ct_reserve_collect label {float:left;clear:left;width:200px;margin-left:10px;padding: 5px 0}
/**/#ct_reserve_collect input,
/**/#ct_reserve_collect select {float:left;margin:2px;}

/**/#ct_r_location {}
/**/#ct_r_email {}

/**/#ct_reserve_collect .submit {margin-left:10px;clear:both}

/**/#ct_reserveSuccess {}
/**/#ct_reserveSuccess h1 {}
.ct_rs_location span,
.ct_rs_date span,
.ct_rs_reference span {font-weight:bold}
/** end COLLECTION page **/



/** __BASKET_SUMMARY **/
/**/#ct_basketSummary {}
/**/#ct_basketSummary h1 {}

/* expired items */
/**/#ct_bs_expired {}
.ct_bs_expired_text {}
.ct_bs_expired_item {}

/* summary basket options */
.ct_bs_text {}
.ct_bs_error {}
.ct_bs_input {}
/**/#ct_bs_voucher {}
/**/#ct_bs_voucher h3 {}
/**/#ct_bs_loyaltyPoints {}
/**/#ct_bs_loyaltyPoints h3 {}
/**/#ct_bs_accountCredit {}
/**/#ct_bs_accountCredit h3 {}

.ct_bs_editCart {float:left}
.ct_bs_editCart .submit {margin:10px}

/**/#ct_basketSummary .ct_module {margin-top:20px}
/**/#ct_basketSummary .ct_module h3 {}
.ct_bs_label {
  display:inline-block;
  width:120px;
  margin-left:10px;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_bs_value { font-weight: bold; }

/* summary basket totals */
.ct_bs_subTotal,
/**/#ct_bs_courierService,
/**/#ct_bs_courier,
/**/#ct_bs_foDiscount,
/**/#ct_bs_creditDiscount,
/**/#ct_bs_discountVoucher,
/**/#ct_bs_offerDiscount,
/**/#ct_bs_orderTotal,
/**/#ct_bs_vat { text-align:right; margin:5px}
/**/#ct_bs_orderTotal { font-size: 16px; margin:10px 5px }
/**/#ct_bs_creditMsg {color:#ff0000}

/* summary basket delivery details */
/**/#ct_bs_delivery.ct_module {}
/**/#ct_bs_delivery.ct_module h3 {}
/**/#ct_bs_delivery .ct_bs_label { display:block; float:left; clear:left }
/**/#ct_bs_delivery .ct_bs_value { display:block; padding-left:130px; max-width}
/**/#ct_bs_changeAdress {text-align:right;}

/**/#summary_basket_proceed {text-align:right}
/** end BASKET SUMMARY page **/



/* __PAYPAL_REDIRECT */
/**/#ct_paypalRedirect {}
/**/#ct_paypalRedirect a {}

/**/#ct_paypalError {}
/**/#ct_paypalError a {}
/* end PAYPAL REDIRECT page */



/** __ORDER_PAYMENT **/
/**/#ct_payment {}
/**/#ct_payment h1 {}

/**/#ct_paymentResponse {}
/**/#ct_paymentResponse h1 {}

/* fieldsets styles */
.ct_p_notes {}
.ct_p_securityInfo
.ct_p_label {}
.ct_p_error.ct_font_error {}

/* fieldsets */
/**/#ct_p_cardDetails {}
/**/#ct_p_cardDetails legend {}
/**/#ct_p_cardDetails #cv2 {}

/**/#ct_p_paymentTerms {}
/**/#ct_p_paymentTerms legend {}
/**/#ct_p_termsCheck {}
/**/#ct_p_termsConditions {}

/**/#ct_p_submit {}
/**/#ct_p_submit legend {}

/* order success */
/**/#ct_paymentComplete {}
/**/#ct_pc_completionNotes {}
/* paypoint order success */
/**/#ct_pc_orderDisplay { background-color: #F0F0F0; }

/* order failure */
/**/#ct_paymentFail {}
/** end ORDER PAYMENT pages **/





/*---------------------------------------------
    __USER_ACCOUNT_PAGES
---------------------------------------------*/

/** __REGISTRATION **/
/**/#ct_register {}
/**/#ct_register h1 {}
/**/#ct_register h3 {}

/**/#ct_register ul {}
/**/#ct_register label {
  width: 190px;
  float: left;
  display: block;
  text-align: left;
  margin-left: 10px;
}
/**/#ct_register .ct_form_helper {margin-left:200px}
/**/#ct_register div {
  padding: 1px;
}
.help {font-size:10px; color:#666}

/* fieldsets */
/**/#ct_r_personal,
/**/#ct_r_billingAddress,
/**/#ct_r_deliveryAddress,
/**/#ct_r_other,
/**/#ct_r_options,
/**/#ct_r_trader {
  border: 0px solid #dddddd;
  padding: 0px;
}
/**/#ct_register input.submit {display:block; margin:5px auto;}
/** END ACCOUNT REGISTRATION page **/


/** REGISTRATION SUCCESS page **/
/**/#ct_registerSuccess.ct_mainContent p {}
/**/#ct_registerSuccess.ct_mainContent a {}
/** END REGISTRATION SUCCESS page **/


/** __LOGIN **/
/**/#ct_login {width: 1400px;}
/**/#ct_login h1 {}

/**/#ct_login .ct_font_error {margin-bottom:15px}

/**/#ct_l_container {}

.ct_l_subcontainer {
  position:relative;
  vertical-align:top;
  text-align:center;
  display:block;
  float:left;
  width: 45.5%;
  min-height: 155px;
  background-color: #f6f6f6;
  padding: 0 1% 40px;
  margin: 0 1% 15px;
}
.ct_l_subcontainer h3 {}
.ct_l_subcontainer label,
.ct_l_subcontainer p {}
.ct_l_subcontainer .submit {
  position: relative;
  width:160px
}

/**/#ct_l_existing {}
/**/#ct_l_existing div{}
/**/#ct_l_existing label {
  display:inline-block;
  min-width: 75px;
  text-align: left;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_l_existing #email input,
/**/#ct_l_existing #password input {
border: 1px solid #8a8a8a!important;
border-radius: 0;
display: inline-block;
height: 25px;
margin-top: 5px;
text-align: left;
width: 230px;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

#ct_l_existing.ct_l_subcontainer.ct_module input.submit{background: none repeat scroll 0 0 #f47320;
font-size: 18px;
font-weight: 400;
margin: 10px 0 0 20px;
border-radius: 5px;}
#ct_l_existing.ct_l_subcontainer.ct_module input.submit:hover{background: #D9661C;}
#ct_l_existing.ct_l_subcontainer.ct_module input.submit{bottom: 10px;
left: 38%;
position: absolute;}
#ct_l_new_submit input{position: absolute;bottom: -20px;}
/**/#email .ct_font_error,
/**/#password .ct_font_error {display:block;margin-bottom:0}

/**/#ct_l_new {}
/**/#ct_l_new_welcome {}
/**/#ct_l_new_register {}
/**/#ct_l_new_submit{}
#ct_l_new_submit input{background: none repeat scroll 0 0 #f47320;
font-size: 18px;
font-weight: 400;
margin-left: 55px;
border-radius: 5px;}
#ct_l_new_submit input:hover{
  background: #D9661C;
}

#ct_l_existing h3, #ct_l_new h3{
font-size: 18px;
font-weight: bold;
padding: 15px;
text-align: left;
width: 100%;
}

#ct_l_new p{
  height: 15%;
}

/**/#ct_l_notes{clear: both;
padding-top: 15px;}
/**/#ct_l_forgotten{margin: 10px 0}
#ct_l_guest{display: none;} /* after insert*/
/**/

#ct_l_guest_insert{}
#ct_l_guest_insert a{
  background: none repeat scroll 0 0 #000;
border: medium none;
border-radius: 0;
color: #fff;
display: block;
font-size: 18px;
font-weight: bold;
height: 50px;
line-height: 50px;
text-transform: capitalize;
width: 160px;
}

#ct_l_guest_insert a:hover{
  background: #b83741;
}

#ct_l_guest_insert, #ct_l_new_submit {width: 50%;float: left;text-transform: capitalize;}

#ct_l_existing.ct_l_subcontainer{
background: none repeat scroll 0 0 #fff;
height: 300px;
padding: 0;
width: 690px;
border:none;
}
#ct_l_new.ct_l_subcontainer{
  background:#fff;
  height: 300px;
  width: 690px;
  margin: 0 20px 0 0;
  padding: 0;
  border:none;
}
/** END LOGIN page **/


/** lost password page styles **/
/**/#ct_lostPassword {}
/**/#ct_lostPassword h1 {}
.ct_lp_sentSuccess {}
/** END lost password page styles **/


/** account options page styles **/
/**/#ct_accountOptions {}
/**/#ct_accountOptions h1 {}
/**/#ct_accountOptions ol {
  list-style: none;
  padding: 0px;
}
/**/#ct_accountOptions a {
  display:block;
  padding: 5px 10px;
}
/** END account options page styles **/


/** __ORDER_HISTORY **/
/**/#ct_orderHistory {}
/**/#ct_orderHistory h1 {}

.ct_oh_backLink {}
/**/#ct_oh_inner {
  width: 100%;
  border: 1px solid #aaaaaa;
  background-color: #f6f6f6;
}
/**/#ct_oh_inner th {
  text-align: left;
}
/**/#ct_oh_inner td {
  text-align: left;
}
/** END order history page styles **/



/** __REORDER **/
/**/#ct_reorder {}
/**/#ct_reorder_items{}
/**/#ct_reorder_items table {margin-top: 10px; width: 100%; border-collapse: collapse;}
/**/#ct_reorder_items table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #888888;

    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;

    border-top-color: -moz-use-text-color;
    border-top: 0;
    padding: 10px 5px;
}
/**/#ct_reorder_items table th {text-align: left; border-bottom: 1px solid #888888; padding-bottom: 5px;}
/**/#ct_reorder_items #reorder_submit {text-align: right; }
/** END re-order page styles **/


/** account details page styles **/
/**/#ct_accountDetails label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
#ct_accountDetails ul{margin: 10px 0;}
/** END account details page styles **/



/** __ADDRESS_OPTIONS **/
/**/#ct_addressOptions {}
/**/#ct_addressOptions h1 {margin-bottom:10px}

.ct_ao_address {
  margin: 0 15px 0 10px;
  padding: 10px 20px 10px 0;
  border: 0;
  width: 100%;
  float:left;
  clear:right;
  border-right: 1px dotted #ccc;
}
.ct_ao_address ul {
  list-style: none;
  margin:0;
  padding:0;
  text-align: left;
  position:relative;
  border: 0px;
}
.ct_ao_address ul li {
  margin: 0;
  background-color: #f6f6f6;
  padding: 5px 10px;
}
.ct_ao_address ul li.ct_ao_header {
  margin: 0;
  background-color: #eeeeee;
  font-weight: bold;
  height: 65px;
}
.ct_ao_address ul li.ct_ao_header input {float:right;margin: -2px 0 0 10px }

/**/#ct_ao_newAddress {margin-top:20px}
/**/#ct_ao_newAddress a,
/**/#ct_ao_backLink a,
#ct_an_backLink a {
background: none repeat scroll 0 0 #F37320;
border: medium none;
border-radius: 0;
color: #fff;
font-size: 14px;
font-weight: bold;
height: 40px;
line-height: 40px;
text-transform: uppercase;
width: 200px;

    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_ao_header input {
  width: 120px;
}
#ct_ao_newAddress a:hover, #ct_ao_backLink a:hover, #ct_an_backLink a:hover  {background: #D9661C;}
/** end ADDRESS OPTIONS page **/



/** __NEW_ADDRESS **/
/**/#ct_addressNew {}
/**/#ct_addressNew h1{}
/**/#ct_an_backLink {}
/**/#ct_addressNew ul {list-style:none;padding:0 10px}
/**/#ct_addressNew label {
  width: 180px;
  float: left;
  display: block;
}
/**/#ct_addressNew .ct_form_helper {margin-left:180px}
/** end NEW ADDRESS page **/



/** __EDIT_ADDRESS **/
/**/#ct_addressEdit {}
/**/#ct_addressEdit h1 {}

/**/#ct_ae_backLink {display: block; margin: 0 0 10px;}
/**/#ct_addressEdit label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
/**/#ct_addressEdit .ct_form_helper {margin-left:180px}
/**/#ct_addressEdit div {
  padding: 1px;
}
/** end EDIT ADDRESS page **/



/** __ACCOUNT_CREDIT **/
/**/#ct_accountCredit {}
/**/#ct_accountCredit h1 {}
/**/#ct_accountCredit p {
  margin: 2px;
}
/** END account credit page styles **/





/*---------------------------------------------
    __OTHER_PAGES
---------------------------------------------*/

/** __COOKIE_POLICY **/
.ct_cp_header { font-size:14px;margin:25px 0 10px 0; }
/**/#ct_cookie_policy table { border-collapse:collapse; }
/**/#ct_cookie_policy table,
/**/#ct_cookie_policy th,
/**/#ct_cookie_policy td { border:1px solid #999;padding:5px; }
/**/#ct_cookie_policy th { background-color:#c5dce0;color: #277c9a;text-align:left; }
.ct_cp_cookie_header { width:25%; }
.ct_cp_text { margin:0 0 10px 0; }
/** end COOKIE POLICY **/



/** __CONTACT_US **/
/**/#ct_contact {width: 40%;float: left;display: none;}
/**/#ct_contact h1 {color: #333333; text-transform: uppercase;}
#contact_confirmation {
  background: #fff none repeat scroll 0 0;
  color: #ff6600;
  float: left;
  margin: 50px 0 0;
  padding: 1%;
  width: 38%;
}
#contactUs_form {float: left; width: 40%;}
html body div#ct_template_wrapper.ct_template_wrapper.layout-3-columns div#ct_template_content div#ct_template_content_main div#contact_us_right div#ct_pageId_45.ct_mainContent.ct_contentPage div#contactUs_form{display: none;}
#contactUs_form #ct_contact {float: left; width: 100%;display: block;}
#contact_company_address{width: 100%;float: left;background: #fff;padding:10px;margin-top: 50px;}
#contact_company_address h2{color: #f37320;}
#contact_company_address ul{padding: 5px 0 0 10px;}
#contact_company_address li{margin-bottom: 5px;}
#google_maps iframe{width: 1400px;float: left;height: 300px;}
#ct_contact .submit {background: #f47320 none repeat scroll 0 0;border-radius: 5px;text-transform: capitalize;}
#ct_contact .submit:hover{background: #D9661C;} 
/**/#ct_c_message {}
/**/#ct_c_details {
  border: 0px;
  padding: 0px;
}
/**/#ct_c_details label {
  width: 250px;
  float: left;
  display: block;
  text-align: left;
  font-weight: bold;
}
/**/#ct_c_details div {
  padding: 1px;
}
/**/#ct_c_notice {}

#ct_c_details input{width: 420px;}
#ct_c_captcha input{width: 300px;}
#ct_c_details select{width:420px;}

/** end CONTACT US page **/


/** __CURRENCY_SELECTION **/
/**/#ct_changeCurrency {}
/**/#ct_changeCurrency h1 {}
/**/#ct_cc_currencySelect label {}
/** end CURRENCY SELECTION page **/


/** __SITEMAP **/
/**/#ct_sitemap {}
/**/#ct_sitemap h1 {}

/**/#ct_sitemap div {display:block;float:left;width:33%;vertical-align:top;margin: 0;}
/**/#ct_sitemap div#ct_sm_categories {}
/**/#ct_sitemap div#ct_sm_brands {}
/**/#ct_sitemap div#ct_sm_pages {}

/* list titles */
/**/#ct_sitemap h3{}

/**/#ct_sitemap ul {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
/**/#ct_sitemap ul ul {
  margin: 0;
  padding: 0 15px;
}
/**/#ct_sitemap a {}
/**/#ct_sitemap a:hover {}

/**/#sitemap_additional {}
/** end SITEMAP page **/


/*__404_PAGE_NOT_FOUND **/
/**/#ct_pageNotFound {}
/**/#ct_pageNotFound  h1 {}
/**/#ct_pageNotFound  p {}
/** end PAGE NOT FOUND **/
.ct_wl_item_image img:first-child {
  display: none;
}
.jcarousel-container{background: none;border: none;}
#mobileNavlinks {
  background: #f37320 none repeat scroll 0 0;
  display: none;
  width: 100%;
  z-index: 90;
  height: 64px;
}
#mobileNavlinks .ct_ac_search .ct_ac_search_form {
display: none;
z-index: 1;
}

#mobileNavlinks .ct_ac_search .ct_ac_search_form {

}
#mobileNavlinks .ct_productSearch form{display: none;}
#mobileNavlinks .ct_ac_search_go input, #mobileNavlinks .ct_ps_goSearch input {
  background: #D9661C none repeat scroll 0 0;
  border-radius: 5px;
  height: 35px;
  text-indent: 0;
  width: 83%;
  color: #fff;
  left: 5px;
}


#ct_template_header .ct_smallBasket {
  border-radius:0 !important;
}

#ct_template_header .ct_smallBasket a {
  text-transform:capitalize !important;
}

#ct_template_header .ct_smallBasket:hover {
}

#ct_sh_title {width:100%;padding:8px;color:#00abb2;}
#ct_searchHeader {border-bottom:0!important;}
.ct_searchId_7 #ct_productsListing {display:none;}
/*Contact Us*/
#ct_c_company,#ct_c_addr,#ct_c_city,#ct_c_country{display: none;}
#contact_us_right {float: left; width: 55%;margin: 0 0 50px 5%;}
#google_maps iframe{width:100%;}
.homeadverts {width:31%;float:right;margin:10px 0;}
.homeadverts a{font-size: 15px;}
.homeadverts ul {overflow:auto;}
.homeadverts ul li {width:48%;float:left;margin-left:2%;position:relative;margin-bottom: 5px;}
.homeadverts ul li img {width:100%;display:block;}
.homeadvertlink {width:80%;margin:-15px 0 0 -40%;position:absolute;left:50%;top:50%;color:#fff;text-align:center;font-weight:bold;}
.full_width {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.full_width p{
letter-spacing: 1px;
}
#brand_link {
  position: relative;
  text-align: center;
}
#brand_link a {
  background: #395958 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}
#brand_link a::after {
  content: ">";
  margin-left: 5px;
}
/*Shop By Category*/
#shop_by_category{
  width: 95%;
  float: left;
}
#shop_by_category .ct_module_header{
  background: #e0e0d9 url("/reslayout/hz_close.png") no-repeat scroll right 0;
color: #000;
margin: 10px 0 0;
padding: 10px 0 10px 10px;
width: 100%;
font-weight: bold;
}
#shop_by_category div.ct_module_header.collapsed {
  background: #e0e0d9 url("/reslayout/hz_Down.png") no-repeat scroll right 0;
}
#shop_by_category ul{display: block;}
#shop_by_category li{background: #fff none repeat scroll 0 0;
float: left;
width: 100%;}
#shop_by_category a{float: left;
padding: 10px 0;
text-indent: 10px;
width: 100%;}
#shop_by_category.partial_display{height: auto!important;}
/*****End******//**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	height: auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	/*width: 100%;*/
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/reslayout/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	display:none !important;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #a79d96;
	border: 1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	background: url(/reslayout/arrows.png) no-repeat 0 0;
        left: 5px;
}

.bx-wrapper .bx-next {
	background: url(/reslayout/arrows.png) no-repeat -40px -1px;
	right: 0;
}

.bx-wrapper .bx-prev:hover {
	background: url(/reslayout/arrows.png) no-repeat 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -40px -1px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 32px;
	height: 40px;
	text-indent: -9999px;
	z-index: 1;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/layout/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/layout/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(167, 157, 150, 0.75) none repeat scroll 0 0;
	width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 10px;
}

#latestProd .bx-controls-direction {
}


#latestProd .bx-wrapper .bx-viewport ul > li {
	width:16.67% !important;
	float:left;	
	max-width:220px;
	margin-left:16px;
}

#latestProd .bx-wrapper .bx-viewport ul li:first-child {
	margin-left:-10px;
}

#latestProd .bx-wrapper .bx-viewport ul > li >ul > li {
	width:100% !important;
	float:left;	
	margin-left:0;
}

#latestProd ul {
}

#latestProd .bx-wrapper .bx-viewport ul > li > ul > li:first-child {
	background-color:#fff;	
	text-align:center;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#latestProd .bx-wrapper .bx-viewport ul > li > ul > li:first-child a{
	background:none;
}
#latestProd .bx-wrapper .bx-viewport ul > li > ul > li:first-child img {
	margin:0 auto;
	max-width: 200px;
}#ct_pd_product_description{
 background: #e0e0d9 none repeat scroll 0 0;   
}
.prodtab {
bottom: -10px;
cursor: pointer;
float: left;
font-size: 15px;
font-weight: bold;
height: 40px;
line-height: 40px;
margin: 0 0 0 10px;
padding: 0;
position: relative;
text-align: center;
text-transform: capitalize;
width: 30%;
}
#ct_pd_product_description .prodtab.on {
    background-color: #fff;
    font-weight: 900;
    height: 50px;
    margin: 0;
    position: relative;
    z-index: 89;
    color: #333333;
}
.prodtab.off {
    background-color: #efefe8;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
}
.prodcontent {
    background-color: #fff;
    clear: left;
    color: #333333;
    float: left;
    padding: 20px;
    top: 38px;
    width: 100%;
    z-index: 1;
    overflow: auto;
    max-height: 200px;
}
.prodcontent.on {
    display: block;
}
.prodcontent.on .ct_mainContent {
    margin: 0;
    max-height: 160px;
    overflow: auto;
}
.prodcontent.on .ct_mainContent p {
    font-size: 12px;
    line-height: 18px;
}
.prodcontent.off {
    display: none;
}
.prodcontent p {
    margin: 0 0 9px;
}
.prodcontent a {
    color: #333;
    font-weight: bold;
}
.sharing_container {
    float: left;
    height: 30px;
    width: 50%;
    margin-top: 10px;
}/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;}
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }
.slicknav_collapsed{background: none url("/layout/mobArrowBg.png") no-repeat scroll right top;}
.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {border-bottom: 1px solid #f37320;
display: block;}
  .slicknav_nav .slicknav_arrow {
    float: right;
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }
.slicknav_nav a{
}
.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #f37320;
  padding: 5px; }

.slicknav_open ul {
    background: #fff none repeat scroll 0 0;
}
.slicknav_open ul li:first-child a {
    color: #f37320; 
}
/***************************************************************************
Making It Fixed Delete when needed
***************************************************************************/
.slicknav_menu {
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}

  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f37320; }

.slicknav_nav {
box-shadow: 0 2px 5px #000;
color: #fff;
font-size: 0.875em;
list-style: outside none none;
margin: 0;
overflow: hidden;
padding: 0;
background: #d9661c;
}
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
/*    margin: 0 0 0 20px; */}
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      background: #f37320 url("/layout/mobArrowBg.png") no-repeat scroll 101% top;;
      color: #fff ; }
  .slicknav_nav a {
    color: #fff;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none; }
    .slicknav_nav a:hover { }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

 a.slicknav_btn{font-size: 19px;}.ct_smallBasket {
  padding-right: 0 !important;
  right: 0;
  text-align: right !important;
}
.ct_smallBasket a {
  display: block;
  position: relative;
}
.ct_smallBasket .ct_module_header {
  margin: 0;
  text-align: right;
  width: auto;
}

/*small basket*/


#ct_template_header .ct_smallBasket {
    color: #333333;
    margin:-200 0 0 0;
    padding: 0 5px 5px;
    width: 260px;
    z-index: 999;
    border-radius: 5px;
    position: relative;
    float: right;
    margin:25px 0 0 25px;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#ct_template_header div.ct_smallBasketHover {
    background: none repeat scroll 0 0 #fff !important;
    box-shadow: 0px 5px 9px -8px #444;
    width: 260px
}
#ct_template_header .ct_smallBasket:hover {
  position: absolute;
  right: 0;
  top: 38px;
}
ul.ct_sb_items, ul.ct_sb_items li {
    clear: both;
    color: #444444;
    display: none;
    float: left;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 163px;
}
#ct_template_header .ct_smallBasket .ct_sb_total {
    display: none;
    font-size: 14px;
}
#ct_template_header .ct_smallBasketHover .ct_sb_total {
    display: block;
}
#ct_template_header .ct_smallBasketHover ul.ct_sb_items, #ct_template_header .ct_smallBasketHover ul.ct_sb_items li {
    display: block;
}

#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_viewBasket a:hover{}

#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_viewBasket a{
    color: #333333;
    background-color: #333333;
    display: block;
    text-decoration: none;
    display: block!important;
    padding: 6px 4px;
    width: 90px;
    margin: 8px 0;
    float: right;
    position: absolute;
    bottom: -25px;
    right: -25px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_checkout a:hover{
    background-color: #02093c;
}
#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_checkout a{
    color: #333333;
    background-color: #fff;
    display: block;
    text-decoration: none;
    padding: 2px 4px;
    width: 150px;
    margin: 2px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_checkout a{display: none;}

#ct_template_header .ct_smallBasket a {
    color: #fff;
    border: none;
}
#ct_template_header .ct_smallBasket .ct_sb_link.ct_sb_links_viewBasket a{
background-color: #d9661c;
border-radius: 5px;
color: #fff;
display: none;
font-size: 0.9em;
border:none;
}
#ct_template_header .ct_smallBasket .ct_module_header a {
background-color: #f37320;
background-image: url("/reslayout/trolleyHZ.png");
background-position: 10px 10px;
background-repeat: no-repeat;
border: medium none;
border-radius: 10px;
color: #fff;
font-weight: 700;
margin: 0;
padding: 14px 10px 16px !important;
text-transform: uppercase;
text-indent: 40px;
}

#ct_template_header .ct_smallBasket .ct_sb_itemCount, #ct_template_header .ct_smallBasket .ct_sb_total {
    clear: both;
    color: #333333;
    float: none;
    font-size: 1em;
    margin: 5px 0 0 0;
    text-align: left;
    width: 100px;
    font-weight: 300;
    
}
.ct_smallBasket .ct_module_header {
    margin: 0 0;
    text-align: left;
    width: 100%;
}
#ct_template_header .ct_smallBasket .ct_sb_links {
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: -4px;

}
#ct_template_header .ct_smallBasket .ct_sb_link {
  margin: 0 5px 0 0;
  position: relative;
  text-align: center;
  top: -23px;
  width: 100px;
}
#ct_template_header .ct_smallBasket .ct_sb_links_checkout::after {
    background: rgba(0, 0, 0, 0) url("/reslayout/checkout_arrow.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px;
}
#ct_template_header .ct_smallBasket:hover .ct_sb_links_checkout::after {
    display: none;
}/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
=============================================
    #Base 1400 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape) 
    #Clearing */



/* #Base 1400 Grid
=========================================== */

#ct_template_header .column, #ct_template_header .columns, #ct_template_content .column, #ct_template_content .columns, #ct_template_footer .column,  #ct_template_footer .columns { float: left; display: inline;}
.row{ margin-bottom: 20px; }

/* Base Grid */
#ct_pd_product_image, #ct_pd_product_image img{width: 100%;}
#featurebullets_feature_div {padding: 0 0 0 10px;}
.1{}
.slicknav_menu{display: none;}
#mobileHDLinks{display: none;margin: 5px 0;}
#ct_template_header.ct_template_header.inner div.ct_module.ct_categoryMenu {
  background: #f37320 none repeat scroll 0 0;
  border-bottom: 5px solid #d9661c;
}
#hdLinkWrap{}
#leftheaderlinks{display: none;}
.ct_homepage #ct_template_content_main {width:1400px;float:left;}
#ct_template_content_right {display:none;}

#logo {padding: 25px 0;width: 31%;background: rgba(0, 0, 0, 0) url("/reslayout/hdBg.png") no-repeat scroll right bottom;float: left;}
#logo a img {float:left;padding-left: 10%;}
#ct_template_header{ width: 1400px; margin: 0 auto;}
#keypoints li {float:left;margin:0!important;text-align:center;list-style:none;width:33.33%;font-weight:bold;}
.boxrightside {width:100%;margin:0 0 10px 0;}
.homeboxes {float: left;
margin: 0 0 10px 1.25%;
position: relative;
width: 23.7%;}
.homeboxes img {width:100%;}
#bikes {margin:10px 0 10px 0 !important;}
.footercolumns {width:20%;float:left;margin:35px 5% 0 0;}
.footercolumns li {list-style:none;width:100%;margin:5px 0;float:left;}
#ourstores {width:50%;float:right;margin:35px 0 0;}
#ourstores li {list-style:none;width:33.333333%;padding:15px 0;float:left}
#paymentsaccepted {width:50%;float:right;margin:90px 0 0;text-align:right;}
.featuredproducts li {list-style:none;width:33.333333%;padding:15px 0;float:left;border-left: 1px solid #000;border-bottom: 1px solid #000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
#socialmedia {width:30%;float:left;clear:left;margin:20px 0;}
#socialmedia li {
  float: left;
  list-style: outside none none;
  margin: 8px 8px 8px 0;
}
#product_itemQty {
  border: 1px solid #636363;
  border-radius: 0;
  width: 30px;
}
#ct_pd_itemList #product_itemQty{} 
.qtywrap {float: left;width: 70%;}
#ct_pd_allItems #product_itemQty {}
.ct_ac_search2.ct_module {display:none;}
#basketwrap2 {display:none;}

.ct_pd_addBasket {
  float: left;
  width: 32%;
  margin-right: 1%;
}
.ct_pd_addBasket input {border-radius: 5px;width: 100%}
.ct_pd_addBasket input:hover {background:  #D9661C;}
.ct_pd_addWishlist {
  float: left;
  width: 32%;
  margin-right: 1%;
}
.ct_pd_addWishlist input{width: 100%;}
.prodcompare {
  float: left;
  width: 32%;
}
.prodcompare a {
  border: medium none;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 38px;
  margin: 0 3px 3px 0;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.prodcompare a:hover{background: #E0E0D9;}
#ct_pd_product_description{}   
/** __LOGIN **/
/**/#ct_login {}
#ct_login h1 {text-align:center;text-transform:uppercase;font-size:21px;margin:10px 0;}
#ct_login .ct_font_error {margin-bottom:15px}
.ct_l_subcontainer {position:relative;vertical-align:top;text-align:center;display:block;float:left;width: 48%;padding:0 0 10% 0;margin:0;border:1px solid #E1E1E1;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer h3 {padding:0;font-size:16px;text-transform:uppercase;margin:20px 0 0;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {border:0;font-weight:bold;}
#ct_l_existing .submit {border:0;font-weight:bold;}
#guestcheckout {background-color: #96c121 !important; border: 0 none; border-radius: 5px; bottom: 30px; font-weight: bold; left: 50%; line-height: 39px; margin-left: 10px; position: absolute; text-transform: uppercase; width: 160px;}
#guestcheckout a {color: #fff;}
#guestcheckout:hover {background-color:#24366f !important;color:#fff !important;}
#guestcheckout:hover a {color:#fff !important;}
#ct_l_existing {float:right;}
#ct_l_existing div{margin:15px auto;width:90%;}
#ct_l_existing label {display:inline-block;width: 35%;text-align: left;zoom:1;*display: inline;}
#ct_l_existing #email input, #ct_l_existing #password input {display:inline-block;width:60%;text-align: left;border:1px solid #e1e1e1;zoom:1;*display: inline;padding:3px;height:23px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_l_new {float:left;background-color:#f3f3f3;}
#ct_l_new h3 {margin-bottom:35px !important;} 
#ct_l_new_welcome {}
#ct_l_new_register {}
#ct_l_new_submit, #ct_l_existing_submit {margin:0 !important;padding:0;position:absolute;width:55% !important;bottom:25px;text-align:center;}
#ct_l_notes{clear:both;padding:30px 0 0 0;}
#ct_l_notes ul {list-style: none;}
#ct_l_forgotten a, #ct_l_guest a {color:#000 !important;text-decoration:underline;}
#ct_l_forgotten{margin: 10px 0}
#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/
#ct_register label, #ct_accountDetails label {width:190px;}
input[type='text'], input[type='email'], input[type='password'], #customer_default_address_zip, select {width:67%;}
#ct_accountOptions li {width:280px;}
#ct_b_cart tr {}

    
/* #Desktop)ck 
================================================== */

/* Note: Design for a width of 1400px */
@media only screen and (min-width: 960px) and (max-width: 1400px) { 
#ct_l_existing.ct_l_subcontainer{width: 49%;}
#ct_l_new.ct_l_subcontainer{width: 49%;margin: 0 2% 0 0;}  
#ct_c_details select,#ct_c_details input,{width:85%;}
#ct_c_enquiry textarea {width: 95%;}
#ct_c_captcha {width: 75%;}  
#ct_pd_product_name,#ct_pd_allItems {float: right;width: 300px;}
.ct_pd_item_price.ct_pd_item_value{width:300px}
#hdLinks{width: 65%;}
#google_maps iframe{width:100%;}
#product_itemQty {width: 30px;} 

#ct_pd_itemList #product_itemQty{} 
.homeboxes ul li:last-child a{background-color: #fff;bottom: 0;left: 34%;position: absolute;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul {top: 35px;}
.ct_template_header ul.ct_cm_menu li {padding: 10px 0;}    
.2{}
#leftheaderlinks{display: none;}  
#ct_template_header{width: 100%;}
#ct_template_content, #ct_template_footer { width: 96%; }
#ct_template_content_main {}
.ct_homepage #ct_template_content_main {width:100% !important;float:left;}
#ct_template_content_main.categorypage {width:68%% !important;}
.ct_homepage #ct_template_content_right{width:28%;float:right;display:block;}
#ct_template_content_left {width:19%;margin-right: 1%;}
#ct_template_content_right {display:none;}
#logo {width:35%;padding: 35px 0;}
#ct_template_header .ct_smallBasket { margin: 10px 1% 0 0;}
#ct_template_header .ct_smallBasket:hover {
  margin: 10px 1% 0 0;
  position: absolute;
  right: 0;
  top: 100px;
}

/* Menu */
.ct_template_header .ct_module.ct_categoryMenu{margin:10px 0 0;}
#ct_template_header .ct_cm_wrapper > ul {height: 2.55em;}
#ct_template_header .ct_cm_wrapper li ul {width: 100%; background-position: 40% -6px;}
#ct_template_header ul.ct_cm_menu li a {font-size:14px;}
#ct_template_header .ct_productSearch.ct_module{margin: 10px 0 0;}
#keypoints li {float:left;margin:0!important;text-align:center;list-style:none;width:33.33%;font-size:0.8em;}
.boxrightside {width:100%;margin:0 0 10px 0;}
.homeboxes {float: left;
margin: 0 0 10px 1.25%;
position: relative;
width: 23.7%}
.homeboxes img {width:100%;}
#finalclearance {padding:8px 10px;font-size:26px;}
#finalclearance .ct_module_header {font-size:31px;}
.featuredproducts li {list-style:none;width:33.3333%;padding:15px 0;float:left;border-left: 1px solid #000;border-bottom: 1px solid #000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.footercolumns {width:20%;float:left;margin:35px 5% 0 0;}
.footercolumns li {list-style:none;width:100%;margin:5px 0;float:left;}
#ourstores {width:50%;float:right;margin:35px 0 0;}
#ourstores li {list-style:none;width:33.333333%;padding:15px 0;float:left}
#paymentsaccepted {width:50%;float:right;margin:90px 0 0;text-align:right;}
.featuredproducts li {list-style:none;width:33.333333%;padding:15px 0;float:left;border-left: 1px solid #000;border-bottom: 1px solid #000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
#socialmedia {width:30%;float:left;clear:left;margin:20px 0;}
#socialmedia li {list-style:none;float:left;margin:8px 8px 8px 0;}
#stealofthemonth {background-size:25%;}
#stealofthemonth img {width:70%;}
#telephone {font-size:14px !important;margin:30px 0 0 20px;}
#ct_search{width: 100%;}
.ct_ac_search {margin:11px 0 0 0 !important;}
.ct_ac_search.ct_module{height: 45px;}
.searchResultPage{float: none;}
#home-slider ul ul {top: -160px;}
#messages {font-size: 1.25em;}
#fbFeed,.footer_wrap{height: 340px;}
#footer_contact li{padding-bottom: 5px;}
#social_links img {height: auto;width: 80%;}
#ft_email {
  left: -20px;
  padding: 0 5% 0 1%;
  width: 105%;
}
#signup{height: 180px;}
#mc_embed_signup_scroll input#mce-EMAIL.email,#mc_embed_signup_scroll input#mc-embedded-subscribe.button{
  width: 90%;
  top: -10px;
  height: 40px;
}
#ct_pd_product_image{width: 50%;float: left;}
.ct_pd_item_price.ct_pd_item_value, #ct_pd_product_name{position:unset;}
#ct_pd_product_name,#ct_pd_bybrand, .prodcompare, .productwrap, .sharing_container, #ct_pd_product #ct_pd_allItems.clear{width: 45%;float: left;}
.ct_pd_addWishlist{width: 40%;}
/** __LOGIN **/
/**/#ct_login {width: 100%;}
#ct_login h1 {text-align:center;text-transform:uppercase;font-size:21px;margin:10px 0;}
#ct_login .ct_font_error {margin-bottom:15px}
.ct_l_subcontainer {position:relative;vertical-align:top;text-align:center;display:block;float:left;width: 48%;padding:0 0 10% 0;margin:0;border:1px solid #E1E1E1;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer h3 {padding:0;font-size:16px;text-transform:uppercase;margin:30px 0 0;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {border:0;font-weight:bold;}
#ct_l_existing .submit {border: 0 none;
bottom: 14px;
font-weight: bold;
margin-left: 0;
position: relative;}
#guestcheckout {left:50%;position:absolute;bottom: 30px;margin-left: 10px;width:160px;}
#ct_l_existing {float:right;}
#ct_l_existing div{margin:15px auto;width:90%;}
#ct_l_existing label {display:inline-block;width: 35%;text-align: left;zoom:1;*display: inline;}
#ct_l_existing #email input, #ct_l_existing #password input {display:inline-block;width:60%;text-align: left;border:1px solid #e1e1e1;zoom:1;*display: inline;padding:3px;height:23px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_l_new {float:left;background-color:#f3f3f3;}
#ct_l_new h3 {margin-bottom:35px !important;} 
#ct_l_new_welcome {}
#ct_l_new_register {}
#ct_l_new_submit, #ct_l_existing_submit {margin:0 !important;padding:0;position:absolute;width:55% !important;bottom:25px;text-align:center;}
#ct_l_notes{clear:both;padding:30px 0 0 0;}
#ct_l_notes ul {list-style: none;}
#ct_l_forgotten a, #ct_l_guest a {color:#000 !important;text-decoration:underline;}
#ct_l_forgotten{margin: 10px 0}
#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/

#ct_register label, #ct_accountDetails label {width:190px;}
input[type='text'], input[type='email'], input[type='password'], #customer_default_address_zip, select {width:67%;}
#ct_accountOptions li {width:280px;}
#ct_b_cart tr {}
.ct_template_footer{width: 100%;}
/*product*/
.ct_pl_product{width: 31%;}
/* category page */

/* Brands */
#ct_pageId_44{width: 100%;}

/* End Brands Page */
}

/* #Tablet (Portrait)Pink
================================================ */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#hzSlider {width:100%;}
.homeadverts  {width:100%;max-width:none !important;}
.homeadverts li {max-width:none;width:23%!important;margin:0 0 5px;}
.homeadverts li:nth-child(odd) {margin-left:1%;}
#ct_c_enquiry textarea{width:80%;}
#ct_c_captcha label {width: 360px;}
#ct_c_captcha input{width: 200px;}
#ct_c_details input,#ct_c_details select{width: 85%;}  
#google_maps iframe{width:100%;}
#shop_by_category{width: 100%;} 
#hdLinks{width: 65%;}
#hdLinks li{padding: 27px 0;}
 .customPg {
  float: left;
  padding: 10px;
  width: 100%;
}
.customPg img {
  float: left;
  height: auto;
  width: 100%;
}
#shopInfo {
  background: #b83741 none repeat scroll 0 0;
  float: left;
  height: auto;
  width: 100%;
}
#ct_template_header .ct_smallBasket {
  margin: 0 1% 0 0;
  padding: 0 5px 5px;
  width: 250px;
  float: right;
}
#ct_template_header .ct_smallBasket:hover {
  margin: 0 1% 0 0;
  position: absolute;
  right: 0;
  top: 109px;
}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul {top: 35px;}
.promo_Box ul:nth-child(2) li:last-child, .promoBox ul:nth-child(2) li:last-child{bottom: 0;}   
#ct_l_existing.ct_l_subcontainer{width: 49%;}
#ct_l_new.ct_l_subcontainer{width: 49%;margin: 0 2% 0 0;}  
#ct_search{width: 100%;} 
  #healthSlider img{
height: auto!important;
} 
#product_itemQty {
  width: 30px;
} 
#ct_pd_itemList #product_itemQty{}
#makeuptrends{margin: 0;}

.homeboxes ul li:last-child a{background-color: #fff;bottom: 0;left: 37%;position: absolute;}   
.3{}
#leftheaderlinks{display: none;}  
#ct_template_header{
width: 100%;
}
#ct_template_content, #ct_template_footer { width: 96%; }
.ct_homepage #ct_template_content_main {width:100% !important;float:left;}
.ct_homepage #ct_template_content_main{padding: 0 !important;}
#ct_template_content_main {}
#ct_template_content_main.categorypage {width:70% !important;}
.ct_homepage #ct_template_content_right{width:28%;float:right;display:block;}
#ct_template_content_left{width:100%}
#ct_template_content_left #ct_sc_listing,.ct_searchFilters {width: 100%;}
#ct_template_content_left h4 {background: #e0e0d9 url("/reslayout/hz_close.png") no-repeat scroll right 0;width: 100%;}
#ct_template_content_left h4.collapsed {background: #e0e0d9 url("/reslayout/hz_Down.png") no-repeat scroll right 0;}
#leftPromo {display: none;}
#ct_template_content_right {display:none;}
#logo {width:35%;padding: 10px 0 0;background: #fff none;height: 60px;}
#logo a{left:38% !important;}
#logo img{}
/* Menu */
#ct_template_header .ct_cm_wrapper > ul {height: 2.55em;}
#ct_template_header .ct_cm_wrapper li ul {width: 100%; background-position: 40% -6px;}
#ct_template_header ul.ct_cm_menu li a {font-size:0.8em;}
#ct_template_header .ct_ac_search.ct_module {
/*  float: left;
  margin: 5px 25px 50px !important;
  width: 320px;*/
}
#ct_template_header .ct_productSearch.ct_module{
  float: left;
  margin: 5px 25px 50px !important;
  width: 320px;}
#keypoints li {float:left;margin:0!important;text-align:center;list-style:none;width:33.33%;font-size:0.8em;}
.boxrightside {width:100%;margin:0 0 10px 0;}
.homeboxes {width:46%;float:left;margin:0 1.25% 10px;position:relative;}
.homeboxes img {width:100%;}
#finalclearance {padding:8px 10px;font-size:26px;}
#finalclearance .ct_module_header {font-size:31px;}
.featuredproducts li {list-style:none;width:33.3333%;padding:15px 0;float:left;border-left: 1px solid #000;border-bottom: 1px solid #000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.footercolumns {width:20%;float:left;margin:35px 5% 0 0;}
.footercolumns li {list-style:none;width:100%;margin:5px 0;float:left;}
#ourstores {width:50%;float:right;margin:35px 0 0;}
#ourstores li {list-style:none;width:33.333333%;padding:15px 0;float:left}
#paymentsaccepted {width:50%;float:right;margin:90px 0 0;text-align:right;}
.featuredproducts li {list-style:none;width:33.333333%;padding:15px 0;float:left;border-left: 1px solid #000;border-bottom: 1px solid #000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
#socialmedia {width:30%;float:left;clear:left;margin:20px 0;}
#socialmedia li {list-style:none;float:left;margin:8px 8px 8px 0;}
#stealofthemonth {background-size:25%;}
#stealofthemonth img {width:70%;}
#telephone {font-size:14px !important;margin:30px 0 0 20px;}
.ct_ac_search {margin:11px 0 0 0 !important;}
#home-slider ul ul {top: -130px;}
.bx-wrapper .bx-caption span h2 { font-size: 100% !important;}
.bx-wrapper .bx-caption span p {font-size: 80% !important;}
#messages {font-size: 1em;}
#mission-services li span {display: none;}
/** __homepage **/
#homeAdverts{width: 100%;}
#homeAdverts ul{}
#homeAdverts li{width: 24%;margin-left: 0.8%}
#homeAdverts img{width: 100%;height: auto;}
 #fbFeed {
  margin: 0;
  text-align: center;
  width: 50%;}
.footer_wrap {
  margin: 0;
  text-align: left;
  width: 100%;
}
#about, #customerServices {
  margin: 0;
  text-align: center;
  width: 25%;
}
/** __LOGIN **/
/**/#ct_login {width: 100%;}
#ct_login h1 {text-align:center;text-transform:uppercase;font-size:21px;margin:10px 0;}
#ct_login .ct_font_error {margin-bottom:15px}
#ct_l_container {overflow:auto;}
.ct_l_subcontainer {height:290px;position:relative;vertical-align:top;text-align:center;display:block;float:left;width: 48%;padding:0 0 10% 0;margin:0;border:1px solid #E1E1E1;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer h3 {padding:0;font-size:16px;text-transform:uppercase;margin:30px 0 0;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {border:0;font-weight:bold;}
#ct_l_existing .submit {border:0;font-weight:bold;}
#guestcheckout {left:50%;position:absolute;bottom: 30px;margin-left: 10px;width:160px;}
#ct_l_existing {float:right;}
#ct_l_existing div{margin:15px auto;width:90%;}
#ct_l_existing label {display:inline-block;width: 35%;text-align: left;zoom:1;*display: inline;}
#ct_l_existing #email input, #ct_l_existing #password input {display:inline-block;width:60%;text-align: left;border:1px solid #e1e1e1;zoom:1;*display: inline;padding:3px;height:23px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_l_new {float:left;background-color:#f3f3f3;}
#ct_l_new h3 {margin-bottom:35px !important;} 
#ct_l_new_welcome {}
#ct_l_new_register {}
#ct_l_new_submit, #ct_l_existing_submit {margin:0 !important;padding:0;position:absolute;width:55% !important;bottom:25px;text-align:center;}
#ct_l_notes{clear:both;padding:30px 0 0 0;}
#ct_l_notes ul {list-style: none;}
#ct_l_forgotten a, #ct_l_guest a {color:#000 !important;text-decoration:underline;}
#ct_l_forgotten{margin: 10px 0}
#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/

#ct_register label, #ct_accountDetails label {width:190px;}
input[type='text'], input[type='email'], input[type='password'], #customer_default_address_zip, select {width:67%px;}
#ct_accountOptions li {width:280px;}
#ct_b_cart tr {}
/*Product page*/
/* category page */
.noResults_left{display: none;}
.noResults_top{display: block;}
.ct_pl_product {width: 31.5%;
border:1px solid #aba29b;
margin: 8px 4px !important;
min-height: 325px;
padding: 0 !important;}
.ct_template_footer.outer{}
.jcarousel-container-horizontal{width: 85%;}
.ct_pd_item_price{}
#ct_template_content_left .ct_sc_listing_cat{width: 33.33%;}
/*-------------------------------------------
  FOOTER
---------------------------------------------*/
#ft_email{display:none;}
.ct_template_footer{width: 100%;}
#footerSol {float: left;padding: 10px 0 0;text-align: center;width: 50%;}
#footerSol ul{display: inline-block;}
#footerSol li {}
#footerSol div.ct_module_header {line-height: 40px;margin: 0;text-align: center;}
#paymentIcons {width: 45%;padding: 15px 0;}
#paymentIcons img {display: block;float: left;margin: 0 auto;max-width: 280px;width: 100%;}
#ftLinks {width: 100%;}
#ftLinks a{}
#ftLinks a:hover{}
#ftLinks img {max-width: 300px;margin: 0 auto;display: block;float: none;}
#ftLinks li:first-child{}
#ftLinks li{text-align: center;}
.footerCol ul{width: 33.3333%;margin:0 0 10px; }
.footerCol ul:last-child{width: 100%;}
.footerCol a {}
#copyrightLinks {width: 100%;}
#copyrightLinks li {}
#copyrightLinks li a {}
#copyrightLinks li:first-child {}
#footer_logos{
  width: 50%;
}
#footer_contact{margin: 10px 0 0 5% }
#social_links {margin: 0 0 10px 5%;}
/* Brands */
#ct_pageId_44{width: 100%;}

/* End Brands Page */

}


/* #Mobile (Landscape)yellow
================================================== */

    /* Note: Design for a width of 480px */

@media only screen and (min-width: 481px) and (max-width: 767px) {
.homeadverts  {width:100%;max-width:none !important;}
.homeadverts li {max-width:none;width:24%!important;margin:0 0 5px;}
.homeadverts ul li{margin-left: 1%;}
.homeadverts li:nth-child(odd) {margin-left:1%;}

#contact_company_address{width: 100%;float: left;}
#contact_us_right {width: 100%;margin: 0;}
#google_maps iframe{width:100%;}
#shop_by_category{width: 100%;}
#shop_by_category.typeSearch{display: none;} 
#headlinks,#hdLinks{display: none;}
#headlinksMob{display: block;}
.ct_sc_listing_cat_name a {font-size:14px !important;}  
  
.prodcompare {
  display: block !important;
  float: left;
  margin-top: 10px;
  width: 100%;
}
 #ct_template_wrapper .slicknav_menu{display: block;}
 #ct_prod_img_table {margin: 0 auto;}
 #ct_l_existing.ct_l_subcontainer,#ct_l_new.ct_l_subcontainer{width: 100%;margin: 5px 0;}   
 #latestProd .bx-wrapper .bx-prev,#brandSelect .bx-wrapper .bx-prev {left: 0%;}
#latestProd .bx-wrapper .bx-next, #brandSelect .bx-wrapper .bx-next {right: 0%;}  
 #hzAdvert li:nth-child(2){width: 100%;} 

 /*Custom Pages*/
#shopInfo {background: #b83741 none repeat scroll 0 0;float: left;width: 100%;height: auto;}
#shopInfo p{padding: 10px;color: #fff;}
.customPg{width: 100%;float: left;}
.customPg img{width: 100%;float: left;height: auto;}
.customPgText{width: 100%;float: left;}
.customPgText p{width: 100%;float: left;}
.customPgMap{width: 100%;float: left;}
#openingHours{width: 100%;float: left;}
.ct_html_col5 {
  width: 33.33%;
}
/*Custom Pages End*/ 
 #ct_b_cart{width: 100%;} 
 #ct_search{width: 100%;} 
  .addthis_sharing_toolbox {text-align: center;} 
 .sharing_container {margin-top: 10px;width: 100%;} 
 #ct_template_content_left #ct_sc_listing, .ct_searchFilters{width:100%}
#ct_template_content_left h4 {background: #e0e0d9 url("/reslayout/hz_close.png") no-repeat scroll right 0;width: 100%;}
#ct_template_content_left h4.collapsed {background: #e0e0d9 url("/reslayout/hz_Down.png") no-repeat scroll right 0;}
 #leftPromo{display: none;} 
 #ct_pd_optionsList .ct_pd_options_style{width: 100%;}
 #hdLinkWrap {display: none;} 
.promoBox,.promo_Box{width: 100%;}
.promo_Box ul:first-child li:first-child{font-size: 22px;}
.promo_Box ul li {
  margin-bottom: 10px;
}
.promo_Box ul:first-child li:first-child {
font-size: 25px;
height: 60px;
margin-left: 10px;
}
.promo_Box ul:first-child li a {
  font-size: 15px;
  padding: 15px;
  height: 60px
}
.promo_Box ul:nth-child(2) li:last-child, .promoBox ul:nth-child(2) li:last-child{bottom: 0;}   
#hzAdvert li {float: left;margin: 5px 0;padding: 10px 5px;width: 100%;text-align: center;}
#hzAdvert li a:hover{opacity: 0.75;}
#hzAdvert li{line-height: 20px;}  
#footerlinks{width: 100%;}  
.productwrap{padding:35px 0 0 25px;}  
#product_itemQty {width: 30px;} 
#autocomplete_for{border:1px solid #ccc;}
input[type="text"], input[type="password"], input[type="email"], textarea, #customer_default_address_zip, #address_zip{width: 65%;}   
#ct_l_existing.ct_l_subcontainer.ct_module input.submit{}
#ct_l_new_submit input{left: 40%;}  
.homeboxes ul li:last-child a{background-color: #fff;bottom: 0;left: 37%;position: absolute;}   
.bx-wrapper, .bx-viewport {height: auto !important; //provide height of slider}
.bx-wrapper img{height: auto!important;}
.promo_Box ul:first-child li:first-child
.slicknav_menu{display: block!important;} 
#hdLinkWrap{}
#mobileHDLinks{display: block;width: 100%;float: left;}
#mobileHDLinks ul{list-style: none;}
#mobileHDLinks ul li{width: 25%;float:left;}
#mobileHDLinks ul li a{display: block;text-align: center;width: 100%;}    
.ct_homepage #ct_template_content_main{padding: 0px !important;}  
#footer_address{width: 100%;} 
.ct_template_footer.outer{}
#ct_template_header.ct_template_header.inner div.ct_module.ct_categoryMenu div.ct_module_header{display:none;}  
#ct_template_header.ct_template_header.inner div.ct_module.ct_categoryMenu{display: none;}
#telephone{display: none;}
#topheaderlinks{display: none;} 
.4{}
.homeboxes {width:46%;float:left;margin:0 1.25% 10px;position:relative;}
#inspiration{margin:0 1.25% 10px;}
#ct_template_header, #ct_template_content, #ct_template_footer { width: 99%; }
#ct_template_content_main {width:100% !important;float:left;}
#ct_template_content_left {width:100%; margin-top: 28px;}
.ct_homepage #ct_template_content_right {width:100%;float:right;clear:left;display:block !important;}
#ct_template_content_right {display:none;}
.ct_template_header.outer{padding:0 !important;background-image:none !important;}

.ct_template_header .ct_module, .ct_template_header .ct_link_module, .ct_template_header .ct_html_module {float: none;}
#logo {clear: both; margin:5px auto; text-align: center; width: 100% !important;height: 100px;padding: 0;}
#logo a img {
  float: left;
  padding: 20px 0 0 20px;
}
.catnamemenu {display:none !important;}
#fadingTabs h3 {display:none !important;}
#fadingTabs li {padding:0 !important;}
#phone {display: none;}
#top-contact {margin-right: 0;}
#ct_template_header .ct_link_module, #ct_template_header .ct_html_module {width:15%;}
#ct_template_header #navigationtop > div {float: left; border: solid 1px green; width: 25% !important; height: 40px; background: #24366f;}
#ct_template_header .ct_ac_search {left: 0; position: relative; top: 0; width: 25% !important;}
#ct_template_header .ct_productSearch.ct_module{display: none;}
#basket-detail {display: none;}
#keypoints {display:none;}
#keypoints li {float:left;margin:0!important;padding:!important;text-align:center;list-style:none;width:33.333%;font-size:0.8em;}
.boxrightside {width:49.5%;margin:0 0 10px 0;float:left;display:none;}
.second {margin:0 0 10px 1%;}
#finalclearance {padding:8px 10px;font-size:19px;}
#finalclearance .ct_module_header {font-size:24px;}
.featuredproducts li {list-style:none;width:50%;padding:15px 0;float:left;border-left: 1px solid #000;border-bottom: 1px solid #000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.footercolumns {width:50%;float:left;margin:35px 0 0;}
#ourstores {width:100%;margin:35px 0 0;}
#ourstores li {list-style:none;width:33.3%;padding:15px 0;float:left;}
#paymentsaccepted {width:100%;margin:20px 0 0;text-align:center;}
#paymentsaccepted img {width:80%;}
#socialmedia {width:100%;float:left;clear:left;margin:20px 0;text-align:center;}
#socialmedia ul {text-align:center;display:table;margin:0 auto;}
#socialmedia li {list-style:none;margin:8px 4px;display:inline-block;}
.ct_loginLink2, .ct_ac_search.ct_module {width:20% !important;text-align:center !important;display:block;float:right;line-height:18px;padding:6px 0;margin:0 !important;border-right:1px solid #fff;}
#basketwrap, #basketwrap2 {width:100% !important;text-align:center !important;float:left;padding:3px 0;border-radius:0 !important;}
#basketwrap2 {display:block;float:right;border-right:1px solid #fff !important;border-left:1px solid #fff !important;}
#navigationtop {display:block;}
#ct_template_header .ct_categoryMenu {position: relative; top: 48px; width: 100%;}
.ct_cm_wrapper > ul {top:26px;}
.ct_cm_wrapper li ul {width: 100%; background-position: 50% -3%; }
.ct_cm_wrapper li ul li {padding-left: 0 !important;}
.ct_cm_wrapper:not(:target) > a:first-of-type, .ct_cm_wrapper:target > a:last-of-type {background:url("/layout/mobile/ukmua_mobile.png") no-repeat scroll center 5px / 30px auto transparent;font-size:0; line-height: 30px; height: 30px;}
.ct_loginLink {position: relative; right: 0;}
.ct_loginLink a {padding: 5px; display: inline-block;display:inline-block; font-size: 0;}
.ct_ac_search .ct_module_header {display: block;}
.ct_ac_search_form {
  background: #F37320 none repeat scroll 0 0;
  height: 45px;
  position: absolute;
  top: 64px;
  width: 100%;
  left: 0%;
}
#navigationtop .ct_ac_search .ct_module_header {background: url('layout/mobile/icon-search.png') no-repeat center 0 transparent; line-height: 30px; font-size: 0; height: 30px;}
.ct_loginLink2 a {font-size:0 !important;background: #000 url("layout/login.png") no-repeat !important;width:18px !important;height:18px !important;display:block !important;margin:0 auto !important;}
.ct_smallBasket {position: relative;}
.ct_smallBasket a {background: url("/layout/mobile/icon-trolley.png") no-repeat scroll 0 0 transparent;display: block;font-size: 0;height: 30px;position: relative;width: 30px;margin-top:5px;}
.ct_sb_itemCount a {display:inline-block;line-height:18px;margin-left:7px;}
.ct_sb_itemCount a {color:#fff !important;}
.ct_ac_search_input  {float:left;width:99%;}
.ct_ac_search_input input  {float: none !important;
width: 96% !important;}
.ct_ac_search_go {width:20%;height:34px;line-height:34px;margin:0 !important;}
.ct_ac_search_go input {}
.ct_ac_search_go {float: right;
position: absolute;
right: 0;
top: 0;}
.ct_ac_search2.ct_module {display:none;}
.ct_ac_search2.ct_module {width:20%;font-size:0 !important;background: #000 url("layout/searchmobile.png") no-repeat center center !important;display:block !important;margin:0 auto !important;line-height:34px;height:34px;border-radius:0;cursor:pointer;float:right;padding:0;}
.ct_ac_search2.ct_module.test {width:100% !important;background-color:#fff;}
.ct_smallBasket {position: relative;}
.ct_module.ct_smallBasket {margin:0 !important;padding:0 !important;float:none !important;text-align:center !important;overflow:auto;}
.ct_cm_menu {display:none;}
.ct_module.ct_categoryMenu {width:100% !important;float:left;clear:none !important;height:34px !important;}
#categorybanner {display:none;}
#home-slider{height: auto;}
#home-slider ul ul {top: -110px; display: none;}
.bx-wrapper .bx-caption span h2 { font-size: 90% !important;}
.bx-wrapper .bx-caption span p {font-size: 80% !important;}
.promo-box {width: 48%; margin-left: 2%; margin-right: 0;}
.promo-first .promo-third {margin: 0;}
#messages {display: none;}
#mission-services li span {display: none;}
#footer-categories {margin-left: 16%;}
.footercol {width: 28%; font-size: 1em;}
#footer-social, #footer-payments {clear: left; float: none; width: 100%;}
#footer-phone {float: none; width: 100%;}
#footer-phone ul {text-align: center; margin-top: 15px;}
#footer-address {border: 0;}
#footer-address ul {margin-top: 10px;}
#footer-address li {display: block; text-align: center;}
#footer-address img {display: block; float: none; margin: 0 auto; width: auto;}
/** __homepage **/
#hzSlider {
  margin: 0;
  width: 100%;
}
#latestProd .bx-wrapper .bx-prev, #brandSelect .bx-wrapper .bx-prev {
  left: 0px;
}
#homeAdverts{width: 100%;}
#homeAdverts ul{}
#homeAdverts li{width: 24%;margin-left: 0.8%}
#homeAdverts img{width: 100%;height: auto;}
 #fbFeed, .footer_wrap {
  margin: 0;
  text-align: center;
  width: 100%;
}
.footer_wrap {
  margin: 0;
  text-align: left;
  width: 100%;
}
#about, #customerServices {
  margin: 0;
  text-align: center;
  width: 50%;
}

/** __LOGIN **/
/**/#ct_login {width: 100%;}
#ct_login h1 {text-align:center;text-transform:uppercase;font-size:21px;margin:10px 0;}
#ct_login .ct_font_error {margin-bottom:15px}
#ct_l_container {overflow:auto;}
.ct_l_subcontainer {position:relative;vertical-align:top;text-align:center;display:block;float:left;width: 98%;padding:0 0 108px 0;margin:10px 0;border:1px solid #E1E1E1;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer h3 {padding:0;font-size:16px;text-transform:uppercase;margin:30px 0 0;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {border:0;font-weight:bold;}
#ct_l_existing .submit {border:0;font-weight:bold;}
#guestcheckout {left:50%;position:absolute;bottom: 30px;margin-left: 10px;width:160px;}
#ct_l_existing {float:left;}
#ct_l_existing div{margin:7px auto;width:90%;}
#ct_l_existing label {display:inline-block;width: 100%;text-align: left;zoom:1;*display: inline;}
#ct_l_existing #email input, #ct_l_existing #password input {display:inline-block;width: 100%;text-align: left;border:1px solid #8a8a8a;zoom:1;*display: inline;padding:3px;height:23px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_l_new {float:left;background-color:#f3f3f3;}
#ct_l_new h3 {margin-bottom:35px !important;} 
#ct_l_new_welcome {}
#ct_l_new_register {}
#ct_l_new_submit, #ct_l_existing_submit {margin:0 !important;padding:0;position:absolute;width:55% !important;bottom:25px;text-align:center;}
#ct_l_notes{clear:both;padding:15px 0 0 0;}
#ct_l_notes ul {list-style: none;}
#ct_l_forgotten a, #ct_l_guest a {color:#000 !important;text-decoration:underline;}
#ct_l_forgotten{margin: 10px 0}
#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/

#ct_register label, #ct_accountDetails label {width:35%;float:left;}
input[type='text'], input[type='email'], input[type='password'], select, #customer_default_address_zip {width:65%;float:left;}
#ct_accountOptions li {width:280px;}
.ct_b_item .ct_b_item_qty::before {
    content: "Quantity:";
}
.ct_b_item .ct_b_item_price::before {
    content: "Price:";
}
.ct_b_item .ct_b_item_total::before {
    content: "Item Total:";
}
.ct_b_item .ct_b_item_delete::before {
    content: "Delete:";
}
#ct_b_columnHeaders {display:none !important;}
#ct_b_cart td:before {display:inline-block;margin-right:15px;width:30%;text-align:right;}
#ct_b_cart td {width:98% !important;clear:both;float:left;text-align:left;margin:2px 0;background-color:#fff;border:0 !important;}
#ct_b_cart tr {display:block;overflow:auto;background-color:#fff;}
#ct_b_cart td.ct_b_item_img {display:block;width:200px !important;float:left;}
.ct_b_item_img img {max-width:200px;}
#ct_b_cart td.ct_b_item_name {display:block;width:65% !important;float:right;clear:none;padding:1% 1% 1% 0;}
.ct_b_actions {width:100%;}
#ct_b_actions {width:100%;margin: 0;}
.ct_b_actions input {width:49%;float:left;margin:0 0 10px 0 !important;}
#ct_b_updateBasket {float:right !important;clear:none !important;}
#ct_b_orderTotal {clear:both;text-align:center;width:100%;}
#ct_b_checkout {width:100%;}
.ct_ao_address {padding:0 !important;}
#ct_d_addInfo p label {width:32%;text-align:left;padding:0 !important;}
#ct_delivery label {width:32%;}

/* Category Page */
.noResults_left{display: none;}
.noResults_top{display: block;}
.ct_pl_product {width:47.5% !important;}
.ct_pl_product{border:1px solid #aba29b;
float: left;
height: 325px;
margin: 5px 5px 10px !important;}
#ct_sh_img{}
#ct_sh_description {margin: 0.5%;}

.ct_searchId_7 #ct_sh_img {display:block !important;}
#ct_template_content_left #ct_sc_listing, .ct_searchFilters {width:100% !important;overflow:auto;}
.ct_searchFilters h4 {width:100%margin:0.2% 0;}
#ct_searchFilter {width:100%;text-align:center;background: #fff;}
#ct_sf_sorter {float:none !important;}
#ct_searchResults_top, #ct_searchResults_bottom {width:100%;text-align:left;overflow: hidden;}
#ct_searchResults_top{}
.ct_sr_p_last, .ct_sr_p_first {display:none !important;}
.ct_sr_paginate {float:right;}
#topcategory {overflow:hidden;}
#ct_sf_sorter select {float:none;}
.ct_filterSummary li {width:100% !important;}
.btn.icon-remove {width:100% !important;margin:0 !important;}
#filteredby {background: #000 url("layout/expand.png") no-repeat;background-position:97% center !important;cursor:pointer;}
.filteredcollapsed {background: #000 url("layout/reduce.png") no-repeat !important;background-position: 97% center !important;}
#ct_searchHeader {position: relative;top: 0;width: 100%;border:none;}
.ct_filterSummary h3 {margin:2px 0;}
.ct_sc_listing_cat {width: 50% !important;}

/* Product Page */
#ct_pd_product {margin: 25px 0 0 !important;}
#ct_pd_product_image {margin: 25px auto 0 !important;
float: none !important;
max-width: 100% !important;
min-height: 150px;}
.ct_pl_product_image{padding: 0;}
.ct_pd_item{position: relative;}
#ct_pd_allItems #product_itemQty {}
#ct_pd_itemList #product_itemQty{}  

#ct_pd_product_name {position:absolute;top:65px;left:0;margin:0 !important; font-size: 20px; font-weight: bold; text-align: center;}
#ct_pd_product_name, #ct_pd_bybrand, .productwrap, #clickandcollectavailable, #financescheme, #ct_pd_optionsList, #ct_pd_itemList, #paymentsacceptedproduct, #ct_pd_optionsList, #ct_pd_itemList, .ct_pd_item_price.ct_pd_item_value, .ct_pd_prod_desc_header, .ct_pd_delclick {width:100% !important;margin:3px 0 !important;}
#ct_pd_product_description{width: 100%;padding: 0;}
#ct_pd_fblike {float:left; width: 100%;}
#finance, #cycle {width:49%;}
#ct_breadcrumbs, .prodcompare {display:none;}
.ct_pd_addWishlist_btn {margin:0 !important}
.ct_pd_addBasket, .ct_pd_addWishlist {clear:both !important;width:100%;margin:5px 0 0 !important;}
.ct_pd_addBasket_btn, .ct_pd_addWishlist_btn {padding:10px 3% !important;width:100% !important;}
#ct_pd_product #ct_pd_allItems.clear {width: 100%;}
#ct_pd_itemList .ct_pd_item_price {position: unset;}
.jcarousel-container-horizontal{width: 80%;}  
#ct_pd_bybrand {display:none;} 
#ct_pd_associatedProducts > h2, #ct_pd_upsellingProducts > h2 {font-size:1.2em;padding-right:15px !important;}
#ct_pd_optionsList label, #ct_pd_product #ct_pd_itemList .ct_pd_item_label, .quantity {width:35%;}
.ct_pd_item_qtyAdd {}
#ct_pd_optionsList select {width:45% !important;}
#ct_pd_optionsList label, #ct_pd_product #ct_pd_itemList .ct_pd_item_label, .quantity {width:25%;}
#ct_pd_optionsList select, .ct_pd_item_value {width:65%;}
.displayer {margin:8px 0 0 !important;}
.ct_b_item_qty input {float:none !important;} 
#ct_pd_itemList .ct_pd_item_price {}


#ct_template_header.ct_template_header.inner div.ct_ac_search.ct_module,
#ct_template_header.ct_template_header.inner div.ct_module.ct_smallBasket,
#ct_template_header.ct_template_header.inner div.ct_ac_search.ct_module div.ct_module_header{display: none !important;}
#mobileNavlinks a{color: #fff;}
#mobileNavlinks{float: right;width: 100%;display: block;}
#mobileNavlinks div.ct_ac_search.ct_module{width: 25%;float: right!important;!important;border:none;clear: none !important;}
#mobileNavlinks div.ct_ac_search.ct_module div.ct_module_header{background: transparent url("/reslayout/searchHZ.png") no-repeat scroll center 10px / 30px auto;
font-size: 0;
height: 64px;}
#mobileNavlinks div.ct_module.ct_smallBasket{width: 33.33%;float: left!important;}
#mobileNavlinks .ct_sb_itemCount a{font-size: 14px !important;color: #000 !important;}
#mobileNavlinks div.ct_module.ct_smallBasket div.ct_module_header a{font-size: 0px;}
#mobileLog,#mobileBasket{float: left;width: 25%;}
#mobileLog a,#mobileBasket a{}
#mobileLog img,#mobileBasket img{height: 30px;display: block;margin:5px auto 0px;}

#lightbox-container-image > img {
  width: 100%!important;
}
#lightbox-container-image-box {
  background-color: #fff;
  height: 100% !important;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}

#lightbox-container-image-data-box {
  background-color: #fff;
  border: 1px solid #fff;
  font: 10px/1.4em Verdana,Helvetica,sans-serif;
  margin: 0 auto;
  overflow: auto;
  padding: 0 10px;
  width: 60% !important;
}
/*-------------------------------------------
  FOOTER
---------------------------------------------*/
#ft_email{display:none;}
.ct_template_footer{width: 100%;}
#footerSol {float: left;padding: 10px 0 0;text-align: center;width: 100%;}
#footerSol ul{display: inline-block;}
#footerSol li {}
#footerSol div.ct_module_header {line-height: 40px;margin: 0;text-align: center;width: 100%;}
#paymentIcons {width: 100%;padding: 10px 0;}
#paymentIcons img {display: block;float: none;margin: 0 auto;max-width: 280px;width: 100%;}
#ftLinks {width: 100%;}
#ftLinks a{}
#ftLinks a:hover{}
#ftLinks img {display: none;}
#ftLinks li:first-child{}
#ftLinks li{text-align: center;}
.footerCol ul{width: 100%;margin:0 0 10px 0; }
.footerCol a {}
#copyrightLinks {width: 100%;}
#copyrightLinks li {}
#copyrightLinks li a {}
#copyrightLinks li:first-child {}
#footer_logos {
  float: none;
  margin: 0 auto;
  padding: 5px;
  width: 280px;
}
#footer_logos ul{float: none;}
#footer_logos ul li{
  margin:0 0 0 5px;
} 
 #contact_confirmation, #contactUs_form, #ct_contact {
  float: left;
  width: 100%;
}
#contact_confirmation{margin: 0}
#contact_company_address{margin-top: 20px;}
/* Brands */
.ct_bm_list li{width: 25%;}
#ct_pageId_44{width: 100%;}

/* End Brands Page */
/* Signed in */
#ct_ao_newAddress a, #ct_ao_backLink a {width:100%;text-align:center;}
/* End */
}


/*  #Mobile (Portrait)ck
================================================= */

/* Note: Design for a width of 320px to 480px */
@media only screen and (min-width: 321px) and (max-width: 480px) {
.homeadverts {width:100%;clear:both;} 
.homeadverts li {float:left;margin-left:2%;width:49% !important;}
.homeadverts li.odd {margin:0!important;}
.homeadvertlink {width:80%;left:10% !important;margin-left:0!important;font-size:16px;line-height:20px;margin-top:-20px;}
#contact_company_address{width: 100%;float: left;}
#contact_us_right {width: 100%;margin: 0;}
#google_maps iframe{width:100%;}
#shop_by_category{width: 100%;}
#shop_by_category.typeSearch{display: none;}
 #ct_pd_allItems #product_itemQty {} 
 #headlinks,#hdLinks{display: none;}
 #headlinksMob{display: block;}
 #headlinksMob li{padding: 3% 0;} 
 #ct_prod_img_table {
  margin: 0 auto;
} 
#ct_pd_product {margin: 25px 0 0 !important;}  
#ct_l_existing.ct_l_subcontainer.ct_module input.submit{}
#ct_l_new_submit input{left: 40%;}    
#latestProd .bx-wrapper .bx-prev, #brandSelect .bx-wrapper .bx-prev {left: 0;}
#latestProd .bx-wrapper .bx-next, #brandSelect .bx-wrapper .bx-next {right: 0%;}   
  #hzAdvert li:nth-child(2){width: 100%;}    
 /*Custom Pages*/
#shopInfo {background: #b83741 none repeat scroll 0 0;float: left;width: 100%;height: auto;}
#shopInfo p{padding: 10px;color: #fff;}
.customPg{width: 100%;float: left;}
.customPg img{width: 100%;float: left;height: auto;}
.customPgText{width: 100%;float: left;}
.customPgText p{width: 100%;float: left;}
.customPgMap{width: 100%;float: left;}
#openingHours{width: 100%;float: left;}
.ct_html_col5 {
  width: 50%;
}
/*Custom Pages End*/   
 #ct_b_cart{width: 100%;} 
 #ct_search{width: 100%;} 
  #ct_c_details select,#ct_c_details input,#ct_c_enquiry textarea{width:100%;}  
 .addthis_sharing_toolbox {text-align: center;}  
 .sharing_container {margin-top: 10px;width: 100%;} 
 #ct_template_content_left #ct_sc_listing, .ct_searchFilters{width:100%}

#ct_template_content_left h4 {background: #e0e0d9 url("/reslayout/hz_close.png") no-repeat scroll right 0;width: 100%;}
#ct_template_content_left h4.collapsed {background: #e0e0d9 url("/reslayout/hz_Down.png") no-repeat scroll right 0;}
#leftPromo{display: none;}  
#ct_pd_optionsList .ct_pd_options_style{width: 100%;}  
#hdLinkWrap {display: none;} 
html, body, p{}   
.promoBox,.promo_Box{width: 100%;}
.promo_Box ul:first-child li:first-child{font-size: 22px;}
.promo_Box ul li {
  margin-bottom: 10px;
}
.promo_Box ul:first-child li:first-child {
  font-size: 22px;
  height: 44px;
  margin-left:10px;
}
.promo_Box ul:first-child li a {
  font-size: 13px;
  padding: 10px;
}
.promo_Box ul:nth-child(2) li:last-child, .promoBox ul:nth-child(2) li:last-child{bottom: 0;}   
#hzAdvert li {float: left;margin: 5px 0;padding: 10px 5px;width: 100%;text-align: center;}
#hzAdvert li a:hover{opacity: 0.75;} 
#hzAdvert li{line-height: 18px;}
.jcarousel-container-horizontal{width: 75%;}  
#lightbox-container-image > img {
  width: 100%!important;
}
#lightbox-container-image-box {
  background-color: #fff;
  height: 100% !important;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}

#lightbox-container-image-data-box {
  background-color: #fff;
  border: 1px solid #fff;
  font: 10px/1.4em Verdana,Helvetica,sans-serif;
  margin: 0 auto;
  overflow: auto;
  padding: 0 10px;
  width: 60% !important;
}


#mc_embed_signup input {
  width: 92%;
} 
#footer_address,#newsletter,#payments {
  float: right;
  width: 96%;
  margin:margin:5px 0;
  clear:none;
} 
.ct_sc_listing_cat {width: 50% !important;margin-left:0 !important;}

.ct_sc_listing_cat_img {width:19% !important;max-width:80px;}
.ct_sc_listing_cat_img img {max-width:60px;}

.productwrap{padding:35px 0 0 10px;}  
#product_itemQty {width: 30px;} 
#autocomplete_for{border:1px solid #ccc;}
input[type="text"], input[type="password"], input[type="email"], textarea, #customer_default_address_zip, #address_zip{width: 65%;} 
.homeboxes ul li:last-child a{background-color: #fff;
bottom: 0;
left: 37%;
margin: 0 auto;
position: absolute;
width: 20%;}  
.bx-wrapper, .bx-viewport {
    height: auto !important; //provide height of slider
}
.bx-wrapper img{
height: auto!important;
} 
#ct_template_header{height: 160px;}
.slicknav_menu{display: block!important;}   
#ct_register .ct_form_helper{margin:0;} 
#hdLinkWrap{}
#mobileHDLinks{display: block;width: 100%;float: left;}
#mobileHDLinks ul{list-style: none;}
#mobileHDLinks ul li{width: 25%;float:left;}
#mobileHDLinks ul li a{display: block;text-align: center;width: 100%;font-size: 12px;}        
#ct_l_existing input{bottom: 0;}  
.ct_homepage #ct_template_content_main{padding: 0px !important;}    
.ct_template_footer.outer{}
#copyright{display: none;}  
#ct_template_header.ct_template_header.inner div.ct_module.ct_categoryMenu div.ct_module_header{display:none;}
#ct_template_header.ct_template_header.inner div.ct_module.ct_categoryMenu{display: none;}
#telephone{display: none;}  
#leftheaderlinks{display:block;}
#topheaderlinks{display: none;}   
.5{}  
#ct_template_header, #ct_template_content, #ct_template_footer { width: 99%; }
#ct_template_content_main {width:100% !important;float:left;}
.ct_homepage #ct_template_content_right {width:100%;float:right;clear:left;display:block !important;}
#ct_template_content_left {width:100%; margin-top: 28px;}
#ct_template_content_right {display:none;}
.catnamemenu {display:none !important;}
.ct_template_header.outer{padding:0 !important;background-image:none !important;}
.ct_template_header .ct_module, .ct_template_header .ct_link_module, .ct_template_header .ct_html_module {float: none;}
#fadingTabs h3 {display:none !important;}
#fadingTabs li {padding:0 !important;}
#logo {width:100% !important;margin:5px auto !important;clear:both;text-align:center;height: 100px;padding: 0;background: #fff;}
#logo a img {
  float: left;
  padding: 20px 0 0 20px;
}
#phone {display: none;}
#top-contact {margin-right: 0;}
#ct_template_header .ct_link_module, #ct_template_header .ct_html_module {width:15%;}
#ct_template_header #navigationtop > div {float: left; border: solid 1px green; width: 25% !important; height: 40px; background: #24366f;}
#ct_template_header .ct_ac_search {left: 0; position: relative; top: 0; width: 25% !important;}
#ct_template_header .ct_productSearch.ct_module{display: none;}
#basket-detail {display: none;}
#keypoints {display:none;}
#keypoints li {float:left;margin:0!important;text-align:center;list-style:none;width:100%;}
#finalclearance {padding:8px 10px;font-size:17px;background-image:none;}
#finalclearance .ct_module_header {font-size:20px;}
#logoschemes li {width:33.33%;}
.boxrightside {display:none;}
.homeboxes {width:100%;float:left;margin:10px 0 10px 0;position:relative;}
.homeboxes img {width:100%;}
.featuredproducts li {list-style:none;width:100%;padding:15px 0;float:left;border-left: 1px solid #000;border-bottom: 1px solid #000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.footercolumns {width:100%;clear:both;margin:35px 0 0;}
#ourstores {width:100%;margin:35px 0 0;}
#ourstores li {list-style:none;width:100%;padding:15px 0;clear:both;}
#paymentsaccepted {width:100%;margin:20px 0 0;text-align:center;}
#paymentsaccepted img {width:80%;}
#socialmedia {width:100%;float:left;clear:left;margin:20px 0;text-align:center;}
#socialmedia ul {text-align:center;display:table;margin:0 auto;}
#socialmedia li {list-style:none;margin:8px 4px;display:inline-block;}
.ct_loginLink {position: relative; right: 0;}
.ct_loginLink a {padding: 5px; display: inline-block;}
.ct_loginLink2 {width:25% !important;}
.ct_loginLink2, .ct_ac_search.ct_module {width:20% !important;text-align:center !important;display:block;float:right;line-height:18px;padding:6px 0;margin:0 !important;border-right:1px solid #fff;}
#basketwrap, #basketwrap2 {width:100% !important;text-align:center !important;float:left;padding:3px 0;border-radius:0 !important;}
#basketwrap2 {display:block;float:right;border-left:1px solid #fff;border-right:1px solid #fff;}
#navigationtop {display:block;}
#ct_template_header .ct_categoryMenu {position: relative; top: 48px; width: 100%;}
.ct_cm_wrapper > ul {top:26px;}
.ct_cm_wrapper li ul {width: 100%; background-position: 50% -3%; }
.ct_cm_wrapper li ul li {padding-left: 0 !important;}
.ct_cm_wrapper:not(:target) > a:first-of-type, .ct_cm_wrapper:target > a:last-of-type {background:url("/layout/mobile/ukmua_mobile.png") no-repeat scroll center 5px / 30px auto transparent;font-size:0; line-height: 30px; height: 30px;}
.ct_loginLink {position: relative; right: 0;}
.ct_loginLink a {padding: 5px; display: inline-block;  font-size: 0;}
.ct_loginLink2 a {font-size:0 !important;background: url("layout/mobile/icon-trolley.png") no-repeat scroll 0 0 transparent !important;width:18px !important;height:18px !important;display:block;margin:0 auto !important;}
.ct_ac_search .ct_module_header {display: block;}
.ct_ac_search_form {
  background: #F37320 none repeat scroll 0 0;
  height: 45px;
  position: absolute;
  top: 64px;
  width: 100%;
  left: 0%;
}
#navigationtop .ct_ac_search .ct_module_header {background: url('layout/mobile/icon-search.png') no-repeat center 0 transparent; line-height: 30px; font-size: 0; height: 30px;}
.ct_loginLink2 a {font-size:0 !important;background: #000 url("layout/login.png") no-repeat !important;width:18px !important;height:18px !important;display:block !important;margin:0 auto !important;}
.ct_smallBasket {position: relative;}
.ct_smallBasket a {background: url("/layout/mobile/icon-trolley.png") no-repeat scroll 0 0 transparent;display: block;font-size: 0;height: 30px;position: relative;width: 30px;margin-top: 5px;}
.ct_sb_itemCount a {display:inline-block;line-height:18px;margin-left:7px;}
.ct_sb_itemCount a {color:#fff !important;}
.ct_ac_search_input  {float:left;width:99%;}
.ct_ac_search_input input  {float: none !important;
width: 96% !important;}
.ct_ac_search_go {width:20%;height:34px;line-height:34px;margin:0 !important;}
.ct_ac_search_go input {}
.ct_ac_search_go {float: right;
position: absolute;
right: 0;
top: 0;}
.ct_ac_search2.ct_module {display:none;}
.ct_ac_search2.ct_module {width:20%;font-size:0 !important;background: #000 url("layout/searchmobile.png") no-repeat center center !important;display:block !important;margin:0 auto !important;line-height:34px;height:34px;border-radius:0;cursor:pointer;float:right;padding:0;}
.ct_ac_search2.ct_module.test {width:100% !important;background-color:#fff;}
.ct_smallBasket {position: relative;}
.ct_module.ct_smallBasket {margin:0 !important;padding:0 !important;float:none !important;text-align:center !important;overflow:auto;}
.ct_cm_menu {display:none;}
.ct_module.ct_categoryMenu {width:100% !important;float:left;clear:none !important;height:34px !important;}
#telephone {display:none;}
#categorybanner {display:none;}
#home-slider{height: auto;}
#home-slider ul ul {top: -50px; display: none;}
.bx-wrapper .bx-caption {display: none !important;}
.promo-box {width: 100%; margin: 0;}
#messages {display: none;}
#mission-services li {float: none; width: 100%;}
#mission-services li span {display: none;}
#footer-categories {margin-left: 0;}
#footer-social, #footer-payments {clear: left; float: none; width: 100%;}
.footercol {float: none; width: 100%; font-size: 1em;}
#footer-phone {float: none; width: 100%;}
#footer-phone ul {text-align: center; margin-top: 15px;}
#footer-address {border: 0;}
#footer-address ul {margin-top: 10px;}
#footer-address li {display: block; text-align: center;}
#footer-address img {display: block; float: none; margin: 0 auto; width: auto;}
/** __homepage **/
#hzSlider {
  margin: 0;
  width: 100%;
}
#latestProd .bx-wrapper .bx-prev, #brandSelect .bx-wrapper .bx-prev {
  left: 0px;
}
#homeAdverts{width: 100%;}
#homeAdverts ul{}
#homeAdverts li{width: 47%;margin-left: 2%;}
#homeAdverts img{width: 100%;height: auto;}

.promo_Box3{width: 100%;margin:10px 0;}
#about, #customerServices, #fbFeed {
  margin: 0;
  text-align: center;
  width: 100%;
}
.footer_wrap{
  text-align: left;
  width: 100%;
  margin:0;
  height: 430px;
} 
#signup{margin: 0;padding: 0 2%;height: 140px;}
/** __LOGIN **/
/**/#ct_login {width: 100%;}
#ct_login h1 {text-align:center;text-transform:uppercase;font-size:21px;margin:10px 0;}
#ct_login .ct_font_error {margin-bottom:15px}
#ct_l_container {overflow:auto;}
.ct_l_subcontainer {position:relative;vertical-align:top;text-align:center;display:block;float:left;width: 98%;padding:0 0 108px 0;margin:10px 0;border:1px solid #E1E1E1;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer h3 {padding:0;font-size:16px;text-transform:uppercase;margin:30px 0 0;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {border:0;font-weight:bold;}
#ct_l_existing .submit {border:0;font-weight:bold;}
#guestcheckout {left:50%;position:absolute;bottom: 30px;margin-left: 10px;width:160px;}
#ct_l_existing {float:left;}
#ct_l_existing div{margin:7px auto;width:90%;}
#ct_l_existing label {display:inline-block;width: 100%;text-align: left;zoom:1;*display: inline;}
#ct_l_existing #email input, #ct_l_existing #password input {display:inline-block;width: 100%;text-align: left;border:1px solid #8a8a8a;zoom:1;*display: inline;padding:3px;height:23px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_l_new {float:left;background-color:#f3f3f3;}
#ct_l_new h3 {margin-bottom:35px !important;} 
#ct_l_new_welcome {}
#ct_l_new_register {}
#ct_l_new_submit, #ct_l_existing_submit {margin:0 !important;padding:0;position:absolute;width:55% !important;bottom:25px;text-align:center;}
#ct_l_notes{clear:both;padding:15px 0 0 0;}
#ct_l_notes ul {list-style: none;}
#ct_l_forgotten a, #ct_l_guest a {color:#000 !important;text-decoration:underline;}
#ct_l_forgotten{margin: 10px 0}
#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/
#ct_register label, #ct_accountDetails label {width:100%;clear:both;}
input[type='text'], input[type='email'], input[type='password'], select {width:84%%;clear:both;}
#customer_default_address_zip {width:90%;}
#customer_default_address_zip_search {width:98% !important;padding:5px 0 !important;}
#ct_accountOptions li {width:80%;}
.ct_b_item .ct_b_item_qty::before {
    content: "Quantity:";
}
.ct_b_item .ct_b_item_price::before {
    content: "Price:";
}
.ct_b_item .ct_b_item_total::before {
    content: "Item Total:";
}
.ct_b_item .ct_b_item_delete::before {
    content: "Delete:";
}
#ct_b_columnHeaders {display:none !important;}
#ct_b_cart td:before {display:inline-block;margin-right:15px;width:30%;text-align:right;}
#ct_b_cart td {width:98% !important;clear:both;float:left;text-align:left;margin:2px 0;padding:1%;background-color:#fff;border:0 !important;}
#ct_b_cart tr {display:block;overflow:auto;background-color:#fff;margin:2px 0 0;}
#ct_b_cart tr:first-child {border:1px solid #a5a5a5;}
#ct_b_cart td.ct_b_item_img {display:block;width:200px !important;float:left;}
.ct_b_item_img img {max-width:200px;}
#ct_b_cart td.ct_b_item_name {display:block;width:65% !important;float:right;clear:none;padding:1% 1% 1% 0;}
.ct_b_actions {width:100%;}
#ct_b_actions {width:100%;margin: 0;}
.ct_b_actions input {width:49%;float:left;margin:0 0 10px 0 !important;}
#ct_b_updateBasket {float:right !important;clear:none !important;}
#ct_b_orderTotal {clear:both;text-align:center;width:100%;}
#ct_b_checkout {width:100%;}
#ct_checkoutTrail ul {display:none;}
#ct_b_lowerActions {margin:0 !important;}
#ct_ct_steps {font-style:italic;text-align:center;width:100%;}
#ct_delivery form > div {margin:0 ! important;}
#ct_d_addInfo p label {width:32%;text-align:left;padding:0 !important;}
#ct_d_submit input {width:100%;}
.ct_bs_editCart, #summary_basket_proceed, #ct_bs_changeAdress {width:100%;clear:both;margin:0 !important;}
.ct_bs_editCart .submit, #summary_basket_proceed .submit, #ct_bs_changeAdress .submit {margin:6px 0 !important;width:100%;}
#summary_basket_proceed .submit, #ct_bs_changeAdress .submit {margin:3px 0 !important;width:100%;}
.ct_bs_label {margin-left:3px;width:35%;}
.ct_bs_value {width:65%;;padding-left:35% !important;}
.ct_bs_subTotal, #ct_bs_courierService, #ct_bs_courier, #ct_bs_foDiscount, #ct_bs_creditDiscount, #ct_bs_discountVoucher, #ct_bs_offerDiscount, #ct_bs_orderTotal, #ct_bs_vat {margin:5px 0 !important;overflow:auto;}
.ct_bs_label {width:45%;float:left;margin:0 !important;font-size:0.9em !important;text-align:left;}
.ct_bs_value {width:53%;float:right;margin:0 !important;font-size:0.9em !important;text-align:left;font-weight:bold;padding:0 !important;}
#ct_bs_delivery .ct_bs_label {width:45%;float:left;margin:0 !important;font-size:0.9em !important;text-align:left;padding:0 0 0 5px !important;}
#ct_bs_delivery .ct_bs_value {width:53%;float:right;margin:0 !important;font-size:0.9em !important;text-align:left;font-weight:bold;padding:0 5px 0 0!important;}
#ct_bs_delivery p {overflow:auto;margin:5px 0;}
#ct_b_cart td .ct_pd_pi_enlarge {display:none;}
.ct_b_item_name a {color:#000;font-weight:bold;}
#ct_bs_delivery {background-color:#f3f3f3;border:1px solid #a5a5a5;width:100%;}
#ct_bs_changeAdress .submit {margin:0 !important;width:100%;}
#ct_bs_delivery.ct_module h3 {font-weight:bold;margin:3px;padding:3px;border-bottom:1px solid #a5a5a5;}
#ct_bs_changeAdress {width:50%;clear:both;margin:0 auto !important;}
.ct_ao_address {padding:0 !important;}
#ct_ao_newAddress a, #ct_ao_backLink a {width:100%;text-align:center;}
.ct_ao_header {padding:5px 10px 30px !important;}
.ct_ao_address input {
  height: 40px !important;
  position: relative;
  top: 25px;
}
.submit.btn.icon-edit {clear:left;position:absolute !important;bottom:5px !important;left:0px !important;float:none !important;padding:2px 0 !important;width:55px;}
.btn.btn-danger.icon-trash {clear:left;position:absolute !important;bottom:5px !important;left:65px !important;float:none !important;padding:2px 0 !important;width:55px;background-color:red;}
#ct_accountCredit div .submit {width:100% !important;}
/* Category Page */
.noResults_left{display: none;}
.noResults_top{display: block;font-size: 14px;}
.ct_pl_product {border:1px solid #aba29b;
margin: 5px 5px 10px !important;
min-height: 325px;
padding: 0;
width: 97% !important;}
.prodcompare {
  display: block !important;
  float: left;
  margin-top: 10px;
  width: 100%;
}
#ct_sh_img{}
#ct_sh_description {margin: 0.5%;}
.ct_searchFilters h4 {}
#ct_searchFilter {width:100%;text-align:center;background: #fff;}
#ct_sf_sorter {float:none !important;}
#ct_searchResults_top, #ct_searchResults_bottom {width:100%;text-align:left;overflow: hidden;}
#ct_searchResults_top{}
.ct_sr_p_last, .ct_sr_p_first {display:none !important;}
.ct_sr_paginate {float:right;}
#topcategory {overflow:hidden;}
.ct_filterSummary li {width:100% !important;}
.btn.icon-remove {width:100% !important;margin:0 !important;}
#filteredby {background: #000 url("layout/expand.png") no-repeat;background-position:97% center !important;cursor:pointer;}
.filteredcollapsed {background: #000 url("layout/reduce.png") no-repeat !important;background-position: 97% center !important;}
#ct_searchHeader {position: relative;top: 0;width: 100%;border:none;}
.ct_filterSummary h3 {margin:2px 0;}

/* Product Page */
#ct_pd_product {margin: 25px 0 0 !important;}
#ct_pd_product_image {float: none !important; margin: 10px auto 0 !important; min-height: 100px;}
#ct_pd_itemList #product_itemQty{} 
#ct_pd_product_description {float: left!important;}

#ct_pd_product_name {position:absolute;top:65px;left:0;margin:0 !important;  font-size: 18px; font-weight: bold; text-align: center;}
#ct_pd_product_name, #ct_pd_bybrand, .productwrap, #clickandcollectavailable, #financescheme, #ct_pd_optionsList, #ct_pd_itemList, #finance, #cycle, #paymentsacceptedproduct, #ct_pd_optionsList, #ct_pd_itemList, .ct_pd_item_price.ct_pd_item_value, .ct_pd_addBasket_btn, .ct_pd_addWishlist_btn, .ct_pd_prod_desc_header, .ct_pd_delclick {width:100% !important;margin:3px 0 !important;}
#ct_pd_fblike {float:left; width: 100%;}
#ct_pd_product_description{width: 100%;padding: 0;}
.ct_pd_addBasket_btn {margin:5px 0;}
#ct_breadcrumbs, .prodcompare {display:none;}
.ct_pd_addWishlist_btn {margin:0 !important}
.ct_pd_addBasket, .ct_pd_addWishlist {clear:both !important;width:100%;margin:5px 0 0 !important;}
#ct_pd_product #ct_pd_allItems.clear {width: 100%;}
#ct_pd_bybrand {display:none;}
.quantity {width:35%;float:left;} 
#ct_pd_associatedProducts > h2, #ct_pd_upsellingProducts > h2 {font-size:1.2em;padding-right:15px !important;}

.ct_pd_item_qtyAdd {width:30%;}
#ct_pd_optionsList select {width:63%;}
.displayer {margin:8px 0 0 !important;}
#ct_pd_itemList .ct_pd_item_price {position: unset;}
.prodtab {font-size: 13px;line-height: 20px;}

/*contact Page*/
.contact-address {clear: both; float: none; width: 100%;}

#ct_template_header.ct_template_header.inner div.ct_ac_search.ct_module,
#ct_template_header.ct_template_header.inner div.ct_module.ct_smallBasket,
#ct_template_header.ct_template_header.inner div.ct_ac_search.ct_module div.ct_module_header{display: none !important;}
#mobileNavlinks a{color: #fff;}
#mobileNavlinks{float: right;width: 100%;display: block;}
#mobileNavlinks div.ct_ac_search.ct_module{width: 25%;float: right!important;!important;border:none;clear: none !important;}
#mobileNavlinks div.ct_ac_search.ct_module div.ct_module_header{background: transparent url("/reslayout/searchHZ.png") no-repeat scroll center 10px / 30px auto;
font-size: 0;
height: 64px;}
#mobileNavlinks div.ct_module.ct_smallBasket{width: 33.33%;float: left!important;}
#mobileNavlinks .ct_sb_itemCount a{font-size: 14px !important;color: #000 !important;}
#mobileNavlinks div.ct_module.ct_smallBasket div.ct_module_header a{font-size: 0px;}
#mobileLog,#mobileBasket{float: left;width: 25%;}
#mobileLog a,#mobileBasket a{}
#mobileLog img,#mobileBasket img{height: 30px;display: block;margin:5px auto 0px;}
/*-------------------------------------------
  FOOTER
---------------------------------------------*/
#ft_email {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
  height: auto;
}
#ft_email h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  top: 10px;
}
#mc_embed_signup_scroll input#mce-EMAIL.email {
  width: 100%;
}
#mc_embed_signup_scroll input#mc-embedded-subscribe.button {
  margin-left: 0;
  position: relative;
  top: 10px;
  width: 100%;
}
.ct_template_footer{width: 100%;}
#footerSol {float: left;padding: 10px 0 0;text-align: center;width: 100%;}
#footerSol ul{display: inline-block;}
#footerSol li {}
#footerSol div.ct_module_header {line-height: 40px;margin: 0;text-align: center;width: 100%;}
#paymentIcons {width: 100%;padding: 10px 0;}
#paymentIcons img {display: block;float: none;margin: 0 auto;max-width: 280px;width: 100%;}
#ftLinks {width: 100%;}
#ftLinks a{}
#ftLinks a:hover{}
#ftLinks img {display: none;}
#ftLinks li:first-child{}
#ftLinks li{text-align: center;}
.footerCol ul{width: 100%;margin:0 0 10px 0; }
.footerCol a {}
#copyrightLinks {width: 100%;}
#copyrightLinks li {}
#copyrightLinks li a {}
#copyrightLinks li:first-child {}
#footer_logos {
  float: none;
  margin: 0 auto;
  padding: 5px;
  width: 280px;
}
#footer_logos ul{float: none;}
#footer_logos ul li{
  margin:0 0 0 5px;
} 
 #contact_confirmation, #contactUs_form,#ct_contact {
  float: left;
  width: 100%;
}
#contact_confirmation{margin: 0}
#contact_company_address{margin-top: 20px;}
/* Brands */
.ct_bm_list li{width: 50%;}
#ct_pageId_44{width: 100%;}

/* End Brands Page */ 

} /* End Media Query */

/*  #Mobile (Portrait)Orange
================================================= */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 320px) {
.homeadverts {width:100%;clear:both;} 
.homeadverts li {float:left;margin-left:2%;width:49% !important;}
.homeadverts li.odd {margin:0 !important;}
#headlinks,#hdLinks{display: none;}
#headlinksMob{display: block;}  
#headlinksMob li{padding: 3% 0;}
#ct_l_existing.ct_l_subcontainer.ct_module input.submit{left: 15%;}
#ct_l_new_submit input{left: 15%;}    
#latestProd .bx-wrapper .bx-next, #brandSelect .bx-wrapper .bx-next {right: 0%;} 
  #hzAdvert li:nth-child(2){width: 100%;}    
 /*Custom Pages*/
#shopInfo {background: #b83741 none repeat scroll 0 0;float: left;width: 100%;height: auto;}
#shopInfo p{padding: 10px;color: #fff;}
.customPg{width: 100%;float: left;}
.customPg img{width: 100%;float: left;height: auto;}
.customPgText{width: 100%;float: left;}
.customPgText p{width: 100%;float: left;}
.customPgMap{width: 100%;float: left;}
#openingHours{width: 100%;float: left;}
.ct_html_col5 {
  width: 100%;
}
/*Custom Pages End*/ 
#ct_pd_allItems #product_itemQty {}  
#ct_b_cart{width: 100%;}
 #ct_search{width: 100%;} 
 #ct_c_details select,#ct_c_details input,#ct_c_enquiry textarea{width:100%;} 
 .addthis_sharing_toolbox {text-align: center;} 
.sharing_container {margin-top: 10px;width: 100%;}  
html, body, p{}
#ct_template_content_left #ct_sc_listing, .ct_searchFilters{width:100%}
#ct_template_content_left h4 {background: #e0e0d9 url("/reslayout/hz_close.png") no-repeat scroll right 0;width: 100%;}
#ct_template_content_left h4.collapsed {background: #e0e0d9 url("/reslayout/hz_Down.png") no-repeat scroll right 0;}
#ct_pd_optionsList .ct_pd_options_style{width: 100%;}
#hdLinkWrap {display: none;}  
.promoBox,.promo_Box{width: 100%;}
.promo_Box ul:first-child li:first-child{font-size: 22px;}
.promo_Box ul:nth-child(2) li:last-child, .promoBox ul:nth-child(2) li:last-child{bottom: 0;}   
#hzAdvert li {float: left;margin: 5px 0;width: 100%;text-align: center;}
#hzAdvert li a:hover{opacity: 0.75;}
#hzAdvert li{line-height: 18px;}
#copyright{display: none;} 
#lightbox-container-image > img {
  width: 100%!important;
}
#leftPromo{display: none;}
#lightbox-container-image-box {
  background-color: #fff;
  height: 100% !important;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}

#lightbox-container-image-data-box {
  background-color: #fff;
  border: 1px solid #fff;
  font: 10px/1.4em Verdana,Helvetica,sans-serif;
  margin: 0 auto;
  overflow: auto;
  padding: 0 10px;
  width: 60% !important;
} 
#mc_embed_signup input {
  width: 92%;
} 
#payments{margin:10px 0 !important;}
#payments img{width: 95%}
#footer_address,#newsletter,#payments {
  float: left;
  width: 96%;
  margin:0;
  clear:none;
} 
.ct_sc_listing_cat {width: 100% !important;margin-left:0 !important;}
.ct_sc_listing_cat_img {display: block;float: left;width: 16%;margin-left:4%;height:55px;}
.ct_sc_listing_cat_img img {float: left;width:100%;max-height:100%;}
.ct_sc_listing_cat_name {float: left;width: 80%;}
.ct_sc_listing_cat_name a {border:none;padding: 0;}

#autocomplete_for{border:1px solid #ccc;}
input[type="text"], input[type="password"], input[type="email"], textarea, #customer_default_address_zip, #address_zip{width: 65%;} 
.homeboxes ul li:last-child a{background-color: #fff;bottom: 0;left: 37%;position: absolute;}
#ct_pd_product_description{width: 100%;padding: 0;}
.bx-wrapper, .bx-viewport {
    height: auto !important; //provide height of slider
}
.bx-wrapper img{
height: auto!important;
} 
#product_itemQty {width: 30px;}
.prodcompare {
  display: block !important;
  float: left;
  margin-top: 10px;
  width: 100%;
}
#ct_pd_itemList #product_itemQty{} 
#ct_template_header{height: 160px;}
.slicknav_menu{display: block!important;}   
#ct_register .ct_form_helper{margin:0;}
#hdLinkWrap{}
#mobileHDLinks{display: block;width: 100%;float: left;}
#mobileHDLinks ul{list-style: none;}
#mobileHDLinks ul li{width: 25%;float:left;}
#mobileHDLinks ul li a{display: block;text-align: center;width: 100%;font-size: 12px;}    
#ct_l_existing input{bottom: 0;}  
#ct_c_enquiry textarea{width: 90%}  
.ct_template_footer.outer{} 
#ct_template_header.ct_template_header.inner div.ct_module.ct_categoryMenu div.ct_module_header{display:none;}  
#ct_template_header.ct_template_header.inner div.ct_module.ct_categoryMenu{display: none;}  
#telephone{display: none;}
#leftheaderlinks{display:block;}
#topheaderlinks{display: none;} 
#ct_template_header, #ct_template_content, #ct_template_footer { width: 99%;padding:0 0.5%; position:relative; }
.ct_homepage #ct_template_content_main, #ct_template_content_main {width:100% !important;float:left;}
.ct_homepage #ct_template_content_main{padding: 0px !important;}
.ct_homepage #ct_template_content_right {width:100%;float:right;clear:left;display:block !important;}
#ct_template_content_left {width:100%; margin-top: 28px;}
#fadingTabs h3 {display:none !important;}
#fadingTabs li {padding:0 !important;}
#ct_template_content_right {display:none;}
.catnamemenu {display:none !important;}
.ct_template_header.outer{padding:0 !important;background-image:none !important;}
.ct_template_header .ct_module, .ct_template_header .ct_link_module, .ct_template_header .ct_html_module {float: none;}
#logo {width:100% !important;margin:5px auto !important;clear:both;text-align:center;height: 100px;padding: 0;background: #fff;}
#logo a img {
  float: left;
  padding: 20px 0 0 20px;
}
#phone {display: none;}
#top-contact {margin-right: 0;}
#ct_template_header .ct_link_module, #ct_template_header .ct_html_module {width:15%;}
#ct_template_header #navigationtop > div {float: left; border: solid 1px green; width: 25% !important; height: 40px; background: #24366f;}
#ct_template_header .ct_ac_search {left: 0; position: relative; top: 0; width: 25% !important;}
#ct_template_header .ct_productSearch.ct_module{display: none;}
#basket-detail {display: none;}
#keypoints {margin:0 !important;display:none;}
#keypoints li {float:left;margin:0!important;text-align:center;list-style:none;width:100%;font-size:12px;margin:2px 0 !important;border:1px solid #333;padding:5px 0;}
#keypoints li img {display:none;}
.boxrightside {display:none;}
.homeboxes {width:97%;float:left;margin:10px 0 10px 0;position:relative;}
.homeboxes img {width:100%;}
.featuredproducts li {list-style:none;width:100%;padding:15px 0;float:left;border-left: 1px solid #000;border-bottom: 1px solid #000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.footercolumns {width:100%;clear:both;margin:35px 0 0;}
#ourstores {width:100%;margin:35px 0 0;}
#ourstores li {list-style:none;width:100%;padding:15px 0;clear:both;}
#paymentsaccepted {width:100%;margin:20px 0 0;text-align:center;}
#paymentsaccepted img {width:80%;}
#socialmedia {width:100%;float:left;clear:left;margin:20px 0;text-align:center;}
#socialmedia ul {text-align:center;display:table;margin:0 auto;}
#socialmedia li {list-style:none;margin:8px 4px;display:inline-block;}
#logoschemes {display:none !important;}
#finalclearance {padding:8px 10px;font-size:15px;background-image:none;}
#finalclearance .ct_module_header {font-size:18px;}
#mc-embedded-subscribe {padding:10px !important;}
.ct_loginLink2 {width:20% !important;background-color:#000 !important;text-align:center !important;display:block;float:right;line-height:18px;padding:8px 0;margin:0 !important;border-right:1px solid #fff  !important;}
.ct_ac_search2.ct_module {width:20% !important;background-color:#000 !important;text-align:center !important;display:block;float:right;line-height:18px;margin:0 !important;padding:0;}
.ct_loginLink2, .ct_ac_search.ct_module {width:20% !important;text-align:center !important;display:block;float:right;line-height:18px;padding:6px 0;margin:0 !important;border-right:1px solid #fff;}
#basketwrap {width:100% !important;background-color:#24366f !important;text-align:center !important;float:left;line-height:18px;padding:3px 0;border-right:1px solid #fff !important;border-radius:0 !important;}
#basketwrap2 {width:38% !important;background-color:#000 !important;text-align:center !important;float:right;line-height:18px;padding:8px 0;border-right:1px solid #fff !important;border-radius:0 !important;display:block;border-left:1px solid #fff;}
#navigationtop {display:block;}
#ct_template_header .ct_categoryMenu {position: relative; top: 48px; width: 100%;}
.ct_cm_wrapper > ul {top:26px;}
.ct_cm_wrapper li ul {width: 100%; background-position: 50% -3%; }
.ct_cm_wrapper li ul li {padding-left: 0 !important;}
.ct_cm_wrapper:not(:target) > a:first-of-type, .ct_cm_wrapper:target > a:last-of-type {background:url("/layout/mobile/ukmua_mobile.png") no-repeat scroll center 5px / 30px auto transparent;font-size:0; line-height: 30px; height: 30px;}
.ct_loginLink {position: relative; right: 0;}
.ct_loginLink a {padding: 5px; display: inline-block; font-size: 0;}
.ct_loginLink2 a {font-size:0 !important;background: url("layout/mobile/icon-trolley.png") no-repeat scroll 0 0 transparent !important;width:18px !important;height:18px !important;display:block;margin:0 auto !important;}
.ct_ac_search .ct_module_header {display: block;}
.ct_ac_search_form {
  background: #F37320 none repeat scroll 0 0;
  height: 45px;
  position: absolute;
  top: 64px;
  width:99%;
  left: 0.5%;
}
#navigationtop .ct_ac_search .ct_module_header {background: url('layout/mobile/icon-search.png') no-repeat center 0 transparent; line-height: 30px; font-size: 0; height: 30px;}
.ct_loginLink2 a {font-size:0 !important;background: #000 url("layout/login.png") no-repeat !important;width:18px !important;height:18px !important;display:block !important;margin:0 auto !important;}
.ct_smallBasket {position: relative;}
.ct_smallBasket a {background: url("/layout/mobile/icon-trolley.png") no-repeat scroll 0 0 transparent;display: block;font-size: 0;height: 30px;position: relative;width: 30px;margin-top:5px;}
.ct_sb_itemCount a {display:inline-block;line-height:18px;margin-left:7px;}
.ct_sb_itemCount a {color:#fff !important;}
.ct_ac_search_input  {float:left;width:99%;}
.ct_ac_search_input input  {float: none !important;
width: 90% !important;}
.ct_ac_search_go {width:20%;height:34px;line-height:34px;margin:0 !important;}
.ct_ac_search_go input {}
.ct_ac_search_go {float: right;
position: absolute;
right: 5px;
top: 0;}
.ct_ac_search2.ct_module {display:none;}
.ct_ac_search2.ct_module {width:20%;font-size:0 !important;background: #000 url("layout/searchmobile.png") no-repeat center center !important;display:block !important;margin:0 auto !important;line-height:34px;height:34px;border-radius:0;cursor:pointer;float:right;}
.ct_ac_search2.ct_module.test {width:100% !important;background-color:#fff;}

.ct_module.ct_smallBasket {margin:0 !important;padding:0 !important;float:none !important;text-align:center !important;overflow:auto;}
.ct_cm_menu {display:none;}
.ct_module.ct_categoryMenu {width:100%;float:left;clear:none !important;height:34px !important;}
#categorybanner {display:none;}
#ct_pd_product_image {float: none !important; margin: 50px 0 0 !important;}
#home-slider{height: 50%;}
#home-slider ul ul {top: -50px; display: none;}
.bx-wrapper .bx-caption {display: none !important;}
.promo-box {width: 100%;}
#messages {display: none;}
#mission-services li {float: none; width: 100%;}
#mission-services li span {display: none;}
#footer-categories {margin-left: 0;}
#footer-social, #footer-payments {clear: left; float: none; width: 100%;}
.footercol {float: none; width: 100%; font-size: 1em;}
#footer-phone {float: none; width: 100%;}
#footer-phone ul {text-align: center; margin-top: 15px;}
#footer-address {border: 0;}
#footer-address ul {margin-top: 10px;}
#footer-address li {display: block; text-align: center;}
#footer-address img {display: block; float: none; margin: 0 auto; width: auto;}
/** __homepage **/
#hzSlider {
  margin: 0;
  width: 100%;
}
#latestProd .bx-wrapper .bx-prev, #brandSelect .bx-wrapper .bx-prev {
  left: 0px;
}
#homeAdverts{width: 100%;}
#homeAdverts ul{}
#homeAdverts li{width: 47%;margin-left: 2%;}
#homeAdverts img{width: 100%;height: auto;}

.promo_Box3{width: 100%;margin:10px 0;}
#about, #customerServices, #fbFeed{
  margin: 0;
  text-align: center;
  width: 100%;
}
.footer_wrap{
  text-align: left;
  margin: 0;
  width: 100%;
  height: 430px;
} 
#signup{margin: 0;padding: 0 2%;height: 140px;}
/** __Homepage End**/

#contact_confirmation, #contactUs_form,#ct_contact {width: 100%;float: left;}
#contact_confirmation{margin: 0}
#contact_company_address{margin-top: 20px;}
#contact_company_address{width: 100%;float: left;}
#contact_us_right {width: 100%;margin: 0;}
#google_maps iframe{width:100%;}
#shop_by_category{width: 100%;}
#shop_by_category.typeSearch{display: none;}
/** __LOGIN **/
/**/#ct_login {width: 100%;}
#ct_login h1 {text-align:center;text-transform:uppercase;font-size:21px;margin:10px 0;}
#ct_login .ct_font_error {margin-bottom:15px}
#ct_l_container {overflow:auto;}
.ct_l_subcontainer {position:relative;vertical-align:top;text-align:center;display:block;float:left;width: 98%;padding:0 0 108px 0;margin:10px 0;border:1px solid #E1E1E1;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer h3 {padding:0;font-size:16px;text-transform:uppercase;margin:30px 0 0;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {border:0;font-weight:bold;}
#ct_l_existing .submit {border:0;font-weight:bold;}
#guestcheckout {left:50%;position:absolute;bottom: 30px;margin-left: 10px;width:160px;}
#ct_l_existing {float:left;}
#ct_l_existing div{margin:7px auto;width:90%;}
#ct_l_existing label {display:inline-block;width: 100%;text-align: left;zoom:1;*display: inline;}
#ct_l_existing #email input, #ct_l_existing #password input {display:inline-block;width: 100%;text-align: left;border:1px solid #8a8a8a;zoom:1;*display: inline;padding:3px;height:23px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_l_new {float:left;background-color:#f3f3f3;}
#ct_l_new h3 {margin-bottom:35px !important;} 
#ct_l_new_welcome {}
#ct_l_new_register {}
#ct_l_new_submit, #ct_l_existing_submit {margin:0 !important;padding:0;position:absolute;width:55% !important;bottom:25px;text-align:center;}
#ct_l_notes{clear:both;padding:15px 0 0 0;}
#ct_l_notes ul {list-style: none;}
#ct_l_forgotten a, #ct_l_guest a {color:#000 !important;text-decoration:underline;}
#ct_l_forgotten{margin: 10px 0}
#ct_l_guest{padding-left: 5px;}

/** END LOGIN page **/
#ct_register label, #ct_accountDetails label {width:100%;clear:both;}
input[type='text'], input[type='email'], input[type='password'], select {width:90%;clear:both;}
#customer_default_address_zip {width:90%;}
#customer_default_address_zip_search {width:98% !important;padding:5px 0 !important;}
#ct_accountOptions li {width:80%;}
.ct_b_item .ct_b_item_qty::before {
    content: "Quantity:";
}
.ct_b_item .ct_b_item_price::before {
    content: "Price:";
}
.ct_b_item .ct_b_item_total::before {
    content: "Item Total:";
}
.ct_b_item .ct_b_item_delete::before {
    content: "Delete:";
}
#ct_b_columnHeaders {display:none !important;}
#ct_b_cart td:before {display:inline-block;margin-right:15px;width:30%;text-align:right;}
#ct_b_cart td .ct_pd_pi_enlarge {display:none;}
#ct_b_cart td {width:98% !important;clear:both;float:left;text-align:left;margin:2px 0;padding:1%;background-color:#fff !important;border:0 !important;}
#ct_b_cart tr {display:block;overflow:auto;background-color:#fff !important;margin:2px 0 0;border:0 !important;}
#ct_b_cart tr:first-child {border:1px solid #a5a5a5;}
#ct_b_cart td.ct_b_item_img {display:block;width:200px !important;float:left;}
.ct_b_item_img img {max-width:200px;}
#ct_b_cart td.ct_b_item_name {display:block;width:65% !important;float:right;clear:none;padding:1% 1% 1% 0 !important;}
.ct_b_actions {width:100%;}
#ct_b_actions {width:100%;margin: 0;}
.ct_b_actions input {width:49%;float:left;margin:0 0 10px 0 !important;padding:2% 5%;font-size:0.85em;}
#ct_b_updateBasket {float:right !important;clear:none !important;}
#ct_b_orderTotal {clear:both;text-align:center;width:100%;}
#ct_b_checkout {width:100%;}
#ct_checkoutTrail ul {display:none;}
#ct_b_lowerActions {margin:0 !important;text-align:center;}
.ct_b_item_name a {color:#000;font-weight:bold;}

#ct_b_lowerActions input {padding:2% 5% !important;width:100% !important;font-size:0.85em !important;}
#ct_ct_steps {font-style:italic;text-align:center;width:100%;}
#ct_delivery form > div {margin:0 ! important;}

#ct_d_submit input {width:100%;}
.ct_bs_editCart, #summary_basket_proceed, #ct_bs_changeAdress {width:100%;clear:both;margin:0 !important;}
#ct_bs_changeAdress {width:50%;clear:both;margin:0 auto !important;}
.ct_bs_editCart .submit, #summary_basket_proceed .submit, #ct_bs_changeAdress .submit {margin:6px 0 !important;width:100%;}
#summary_basket_proceed .submit {margin:3px 0 !important;width:100%;}
#ct_bs_delivery {background-color:#f3f3f3;border:1px solid #a5a5a5;width:100%;}
#ct_bs_changeAdress .submit {margin:0 !important;width:100%;}
#ct_ao_newAddress {clear:both;}
#ct_bs_delivery.ct_module h3 {font-weight:bold;margin:3px;padding:3px;border-bottom:1px solid #a5a5a5;}
.ct_bs_label {margin-left:3px;width:35%;}
.ct_bs_value {width:65%;;padding-left:35% !important;}
.ct_bs_subTotal, #ct_bs_courierService, #ct_bs_courier, #ct_bs_foDiscount, #ct_bs_creditDiscount, #ct_bs_discountVoucher, #ct_bs_offerDiscount, #ct_bs_orderTotal, #ct_bs_vat {margin:5px 0 !important;overflow:auto;}
.ct_bs_label {width:45%;float:left;margin:0 !important;font-size:0.9em !important;text-align:left;}
.ct_bs_value {width:53%;float:right;margin:0 !important;font-size:0.9em !important;text-align:left;font-weight:bold;padding:0 !important;}
#ct_bs_delivery .ct_bs_label {width:45%;float:left;margin:0 !important;font-size:0.9em !important;text-align:left;padding:0 0 0 5px !important;}
#ct_bs_delivery .ct_bs_value {width:53%;float:right;margin:0 !important;font-size:0.9em !important;text-align:left;font-weight:bold;padding:0 5px 0 0!important;}
#ct_bs_delivery p {overflow:auto;margin:5px 0;}
.ct_ao_address {padding:0 !important;}
#ct_ao_newAddress a, #ct_ao_backLink a {width:100%;text-align:center;}
.ct_ao_header {padding:5px 10px 30px !important;}
.ct_ao_address input {
  height: 40px !important;
  position: relative;
  top: 25px;
}
.submit.btn.icon-edit {clear:left;position:absolute !important;bottom:5px !important;left:0px !important;float:none !important;padding:2px 0 !important;width:55px;}
.btn.btn-danger.icon-trash {clear:left;position:absolute !important;bottom:5px !important;left:65px !important;float:none !important;padding:2px 0 !important;width:55px;background-color:red;}
#ct_accountCredit div {width:100%;clear:left;}
#ct_accountCredit div .submit {width:100% !important;}
#ct_d_addInfo p label {width:100%;text-align:left;padding:0 !important;}
/* Category Page */
.noResults_left{display: none;}
.noResults_top{display: block;font-size: 12.5px;}
.ct_pl_product {border:1px solid #aba29b;
margin: 8px 2px !important;
min-height: 325px;
padding: 0 !important;
width: 97% !important;}
#ct_sh_img {}
#ct_sh_description {margin: 0.5%;}
.ct_searchFilters h4 {margin:2px 0 0;}
#ct_searchFilter {width:100%;text-align:center;background: #fff;}
#ct_sf_sorter {float:none !important;}
#ct_searchResults_top, #ct_searchResults_bottom {width:100%;text-align:left;overflow: hidden;}
#ct_searchResults_top{}
.ct_sr_p_last, .ct_sr_p_first {display:none !important;}
.ct_sr_paginate {float:right;}
#topcategory {overflow:hidden;}
.ct_filterSummary li {width:100% !important;}
.btn.icon-remove {width:100% !important;margin:0 !important;}
#filteredby {background: #000 url("layout/expand.png") no-repeat;background-position:97% center !important;cursor:pointer;}
.filteredcollapsed {background: #000 url("layout/reduce.png") no-repeat !important;background-position: 97% center !important;}
#ct_searchHeader {position: relative;top: 0;width: 100%;border:none;}
.ct_filterSummary h3 {margin:2px 0;}

/* Product Page */
#ct_pd_product {margin: 25px 0 0 !important;}
#ct_pd_product_image {width:100%;float:right;margin:0 !important; min-height: 100px;}
#ct_pd_product_name {position:absolute;top:65px;left:0;margin:0 !important; font-size: 18px; font-weight: bold; text-align: center;}
#ct_pd_product_name, #ct_pd_bybrand, .productwrap, #clickandcollectavailable, #financescheme, #ct_pd_optionsList, #ct_pd_itemList, #finance, #cycle, #paymentsacceptedproduct, #ct_pd_optionsList, #ct_pd_itemList, .ct_pd_item_price.ct_pd_item_value, .ct_pd_addBasket_btn, .ct_pd_addWishlist_btn, .ct_pd_prod_desc_header, .ct_pd_delclick {width:100% !important;margin:3px 0 !important;}
#ct_pd_fblike {float:left; width: 100%;}
.ct_pd_addBasket_btn {margin:5px 0;}
#ct_pd_product #ct_pd_allItems.clear {width: 100%;}

#ct_breadcrumbs, .prodcompare {display:none;}
.ct_pd_addWishlist_btn {margin:0 !important}
.ct_pd_addBasket, .ct_pd_addWishlist {clear:both !important;width:100%;margin:5px 0 0 !important;}
.jcarousel-container-horizontal {
  margin: 10px 0 0;
  padding: 0 60px;
  width: 58%;
}
#ct_pd_bybrand {display:none;}
.quantity {width:35%;float:left;} 
#ct_pd_associatedProducts > h2, #ct_pd_upsellingProducts > h2 {font-size:1.2em;padding-right:15px !important;}
.ct_pd_item_qtyAdd {width:30%;}
#ct_pd_optionsList select {width:30% !important;}
.displayer {margin:8px 0 0 !important;}
#ct_pd_itemList .ct_pd_item_price {position: unset;}
#ct_pd_product_image img{margin: 25px 0 0!important;}
.prodtab {
  font-size: 11px;
  line-height: 20px;
}

/*-------------------------------------------
  FOOTER
---------------------------------------------*/
#ft_email {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
  height: auto;
}
#ft_email h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
  width: 100%;
}
#mc_embed_signup_scroll input#mce-EMAIL.email {
  width: 100%;
}
#mc_embed_signup_scroll input#mc-embedded-subscribe.button {
  margin-left: 0;
  position: relative;
  top: 10px;
  width: 100%;
}
.ct_template_footer{width: 100%;}
#footerSol {float: left;padding: 10px 0 0;text-align: center;width: 100%;}
#footerSol ul{display: inline-block;}
#footerSol li {}
#footerSol div.ct_module_header {line-height: 40px;margin: 0;text-align: center;width: 100%;}
#paymentIcons {width: 100%;padding: 10px 0;}
#paymentIcons img {display: block;float: none;margin: 0 auto;max-width: 280px;width: 100%;}
#ftLinks {width: 100%;}
#ftLinks a{}
#ftLinks a:hover{}
#ftLinks img {display: none;}
#ftLinks li:first-child{}
#ftLinks li{text-align: center;}
.footerCol ul{width: 100%;margin:0 0 10px 0; }
.footerCol a {}
#copyrightLinks {width: 100%;}
#copyrightLinks li {}
#copyrightLinks li a {}
#copyrightLinks li:first-child {}
#footer_logos {
  float: none;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
}
#footer_logos ul{float: none;}
#footer_logos ul li{
  margin:0 0 0 5px;
}
/*contact Page*/
.contact-address {clear: both; float: none; width: 100%;}
#ct_template_header.ct_template_header.inner div.ct_ac_search.ct_module,
#ct_template_header.ct_template_header.inner div.ct_module.ct_smallBasket,
#ct_template_header.ct_template_header.inner div.ct_ac_search.ct_module div.ct_module_header{display: none !important;}
#mobileNavlinks a{color: #fff;}
#mobileNavlinks{float: right;width: 100%;display: block;}
#mobileNavlinks div.ct_ac_search.ct_module{width: 25%;float: right!important;!important;border:none;clear: none !important;}
#mobileNavlinks div.ct_ac_search.ct_module div.ct_module_header{background: transparent url("/reslayout/searchHZ.png") no-repeat scroll center 10px / 30px auto;
font-size: 0;
height: 64px;}
#mobileNavlinks div.ct_module.ct_smallBasket{width: 33.33%;float: left!important;}
#mobileNavlinks .ct_sb_itemCount a{font-size: 14px !important;color: #000 !important;}
#mobileNavlinks div.ct_module.ct_smallBasket div.ct_module_header a{font-size: 0px;}
#mobileLog,#mobileBasket{float: left;width: 25%;}
#mobileLog a,#mobileBasket a{}
#mobileLog img,#mobileBasket img{height: 30px;display: block;margin:5px auto 0px;}
/* Brands */
.ct_bm_list li{width: 50%;}
#ct_pageId_44{width: 100%;}

/* End Brands Page */

} /* End media query*/

/* #Clearing
================================================== */

/* Self Clearing Goodness */
#ct_template_header:after, #ct_template_content:after, #ct_template_footer:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }
.row:after, .clearfix:after {clear: both; }
.row, .clearfix {zoom: 1; }
/* You can also use a <br class="clear" /> to clear columns */
.clear {/*clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;*/}/* Flexnav Base Styles */
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    max-height: none;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
  .flexnav li a {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    color: #222222;}
  .flexnav li ul {
    width: 100%; }
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    background: #b2b2af; }
  .flexnav ul li ul li a {
    background: #bfbfbc; }
  .flexnav ul li ul li ul li a {
    background: #cbcbc9; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center; }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px; }

.menu-button {
  position: relative;
  display: block;
  background: #a6a6a2;
  color: #222222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .menu-button .touch-button .navicon {
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666; }

@media all and (min-width: 768px) {
  body.one-page {
    padding-top: 70px; }

  .flexnav {
    overflow: visible; }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      background-color: #a6a6a2;
      overflow: visible;
      width: 20%; }
    .flexnav li a {
      border-left: 1px solid #acaca1;
      border-bottom: none; }
    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0; }
      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }
.oldie .flexnav {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .flexnav li {
  width: 19.9%; }/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname 'jcarousel-container'.
*/
.jcarousel-container {position: relative;}

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.jcarousel-list li,
.jcarousel-item{
  float: left;
  height: 260px;
  list-style: outside none none;
  margin: 0 1%;
  width: 23%;
}
.jcarousel-container {
  /*-moz-border-radius: 10px;*/
  padding: 0px;
}

.jcarousel-container-horizontal {
  width: 100%;
  padding: 0 50px;
  margin:10px 0 0 0;
}



.jcarousel-clip-horizontal,
.jcarousel-clip-vertical {
  width: 100%;
  height: 100%;
}

.jcarousel-item {}

.jcarousel-item-horizontal {margin-right: 10px;}
.jcarousel-item-vertical {margin-bottom: 10px;}

.jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/**
* The buttons are added dynamically by jCarousel before
* the <ul> list (inside the <div.jcarousel-container>) and
* have the classnames 'jcarousel-next' and 'jcarousel-prev'.
*/
.jcarousel-next {
  z-index: 3;
  display: none;
}

.jcarousel-prev {
  z-index: 3;
  display: none;
}
/**
*  Horizontal Buttons
*/
.jcarousel-next-horizontal {
  position: absolute;
  top: 80px;
  right: 5px;
  width: 29px;
  height: 50px;
  cursor: pointer;
  background: url('/reslayout/arrows.png') no-repeat -40px 0 !important;
}


.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
}

.jcarousel-prev-horizontal {
  position: absolute;
  top: 80px;
  left: 5px;
  width: 29px;
  height: 50px;
  cursor: pointer;
  background: url('/reslayout/arrows.png') no-repeat 0 0!important;
}

/**
*  Vertical Buttons
*/
.jcarousel-next-vertical {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.jcarousel-prev-vertical {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.jcarousel-prev-vertical:hover  {background-position: 0 -32px;}
.jcarousel-prev-vertical:active {background-position: 0 -64px;}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}
#ct_pd_associatedProducts div.ct_associated div.jcarousel.jcarousel-container.jcarousel-container-horizontal div.jcarousel-clip.jcarousel-clip-horizontal ul.jcarousel-list.jcarousel-list-horizontal {
  width: 100% !important;
}
/** END Product page Associated Items section styles **/#mobileNavlinks .menu-button {
  background: #f37320 url("/reslayout/mobNav.png") no-repeat scroll center 60%;
  border: medium none;
  float: left;
  padding: 20px 0;
  text-indent: -9999px;
  width: 25%;
}
#mobileNavlinks::-webkit-scrollbar { 
    display: none; 
}
#mobileNavlinks a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-indent: 10px;
}
#mobileLog {
  background: rgba(0, 0, 0, 0) url("/reslayout/addUser.png") no-repeat scroll 70% 15px/ auto 35px;
  height: 64px;
}

#mobileLog .ct_loginLink, #mobAccount {
  background: #d9661c none repeat scroll 0 0;
  display: none;
  left: -5px;
  position: absolute;
  text-align: center;
  top: 64px;
  width: 100%;
  z-index: 1;
  height: 25px;
  overflow: hidden;
}
#mobAccount {
  left: 0px;
  top: 89px;
}
#mobileLog .ct_loginLink a, #mobAccount a{padding: 5px 30%;}

#mobileMenu .flexnav {
  position: absolute;
  top: 64px;
  z-index: 3;
}
#mobileMenu .flexnav .touch-button .navicon{
  color: #fff;
}
#mobileMenu .flexnav .touch-button {
  background: #f37320 none repeat scroll 0 0;
}

#mobileMenu .flexnav li a{
background: #d9661c none repeat scroll 0 0;
border-bottom: 1px solid #f37320;
padding: 17px 0;
}

#mobileMenu .flexnav li ul li a{
  background: #fff;
  color: #444444;
  border-bottom: 1px solid #e0ded9;
}
#mobileMenu .flexnav li ul li a:hover{color: #f37320;}
#mobileMenu .flexnav li ul li .touch-button{
  background: #00abb2;
}
#mobileBasket{padding: 10px;}
#mobileMenu .flexnav li ul li ul li a{color: #00abb2;}
#mobileMenu .flexnav .touch-button.active { background: #00abb2 url("/reslayout/mobArrow.png") no-repeat scroll 0 0; text-indent: -999px;}
#mobileMenu span.touch-button.active i.navicon {display: none;}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }