/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}/*---------------------------------------------
        DIV TEMPLATE LAYOUT STYLES
---------------------------------------------*/

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', serif;
  font-size: 14px;
}
html {background-color:#fff}

a {
  color: #eb8c2d;
  /*font-family: Verdana, Geneva, sans-serif;*/
  font-size: 14px;
  text-decoration:none
}
a:hover {
  color: #f69525;
  text-decoration:underline
}

img {
  width: 100%;
  height: 100%;
}

img.sized-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  padding: 5px 0;
  font-family: Times New Roman, Times, serif;
  font-weight:normal;
}

/* RESET ALL STYLES */
*  {
  margin:0;
  padding:0;
  zoom:1; /* force hasLayout on IE */
}
ul { margin:0;padding:0 20px; }
a > img { border:0 } /* prevent IE from adding border to link images */

/* CONSISTENT FONT SIZES IN SAFARI AND CHROME */
@media screen {
    body {-webkit-text-size-adjust: none;}
}

input 
input:focus { outline: none; } /* remove default outline on Mac OS */

input[type='button'],
input[type='submit'] {
  cursor:pointer;
  padding:5px 10px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#f2c077,#fa9720);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2c077),to(#fa9720));
  background-image: -webkit-linear-gradient(top,#f2c077,#fa9720);
  background-image: -o-linear-gradient(top,#f2c077,#fa9720);
  background-image: linear-gradient(to bottom,#f2c077,#fa9720);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2c077', endColorstr='#fffa9720', GradientType=0);
  border:1px solid #fa9720;
  outline:0;
  color:#000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  font-weight:bold;
  letter-spacing:1px;
  vertical-align:middle;
  margin:3px
}
input[type='button']:hover,
input[type='submit']:hover {
  background: #fa9720 none;
  color:#fff;
  filter: none;
}
input[type='text'],
input[type='email'] ,
input[type='password']{
  border: 1px solid #ccc;
  outline: 0;
  padding: 5px;
  height: 15px;
  vertical-align:middle;
  /*font: 12px Century Gothic, Trebuchet MS, sans-serif;*/
}
select {
  padding: 5px 10px;
  border: 1px solid #ccc;
  outline: 0;
  background:#fff;
}
select:hover,
input[type='text']:hover,
input[type='email']:hover,
input[type='password']: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;
}

.clear {clear:both}
.left  {float:left}
.right {float:right}

/* error messages */
.ct_font_error,
.ct_font_error * {color: red;}

/* helper messages in forms */
.ct_form_helper {font-style:italic;margin:0 0 5px;color:#999}



/*---------------------------------------------
      TEMPLATE LAYOUT
---------------------------------------------*/

/** styles for outer sections of the website template DIV layout **/
#ct_template_wrapper {
  position:relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-spacing: 0;
  padding:10px 0;
}
#ct_template_header {
  border: 0;
  text-align:right;
  position: relative;
}
#ct_template_content {
  display:block;
  border: 0;
}
#ct_template_content_left {
  display:block;
  float: left;
  width: 160px;
  padding-right: 20px;
  height: 100%;
  background: #fff;
}
#ct_template_content_main {
  display:block;
  float: left;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}
#ct_template_content_right {
  display:block;
  float: right;
  width: 160px;
  padding-left: 20px;
  height: 100%;
}
#ct_template_footer {
  clear: both;
  background:#000;
  margin-top:20px;
}
#ct_template_cybertillLink {
  text-align:center;
  margin: 5px auto 0;
}
#ct_template_cybertillLink a {
  color: #ccc;
  font-size: 10px;
}
#ct_template_cybertillLink a:hover {
  color: #2f94de;
}
/** END outer sections styles **/


/** COOKIE WARNING **/
#ct_cookie_prompt {
  position:fixed;
  bottom:0;
  width:100%;
  padding:15px 0 15px 0;
  background-color:#000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity:0.75;
  opacity:0.75;
  color:#FFF;
  font-size:14px;
  text-align:center;
  height:50px;
}
#ct_cprompt_inner { position:absolute;width:900px;text-align:left;margin:0 0 0 -450px;left:50%; }
#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_template_content_main .ct_module {
  max-width:100%;
  vertical-align:top;
}

#ct_sc_listing {
  margin: 0;
}

.ct_link_module {
  margin: 5px;
}
.ct_html_module {
  margin: 0 0 10px 0;
}

.ct_module > * {margin:5px}

/** modules titles **/
.ct_module_header {
  font-family: Times New Roman, Times, serif;
}
#ct_template_content_main .ct_module_header {
  padding: 5px 15px 5px 30px;
  margin: 0;
  background: #1a1a1a url(/template/icn_star.png) no-repeat 5px center;
  color: #fff;
  text-align: left;
}

.ct_module .ct_module_header a {
  font-size: 14px;
  text-decoration: none;
}



/*---------------------------------------------
      HEADER MODULES
---------------------------------------------*/

#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_module {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -ms-border-radius:15px;
  -goog-ms-border-radius: 15px;
  border-radius: 15px;

  border:1px solid #000;
}
#ct_template_header .ct_module,
#ct_template_header .ct_link_module {float:right;margin-bottom:10px;}

#ct_template_header .ct_html_module {float:left;margin-right:40px}

#ct_template_header #phoneNumber,
#phoneNumber a,
#phoneNumber .ct_module_header {
  color:#000;
  font-weight:bold;
  line-height:22px;
  margin-bottom:0
}
#phoneNumber .ct_module_header {
  background: transparent url(/tgc2015/phone-icon.png) no-repeat left center;
  height:22px;
  padding-left:38px;  
  display:inline-block;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;

}
#ct_template_header #phoneNumber {
  display: block;
  position: absolute;
  right: 0;
}

#ct_template_header .ct_loginLink.ct_link_module /*{float:none;}*/
#ct_accountLink a,
.ct_loginLink a {
  color:#000;
  font-size:1.1em;
}

#ct_accountLink {display: none;}


/** SMALL BASKET pre-defined section **/
#ct_template_header .ct_smallBasket {
  margin-right: -50%;
  padding: 0 10px;
  position: absolute;
  right: 50%;
  top: 32px;
  width: 19%;
  z-index: 10;
}
.ct_smallBasket .ct_module_header a {
  display:block;
  background: url(/template/icn_basket.png) no-repeat left center;
  padding: 15px 0 10px 50px;
  min-height:25px;
  height:100%;
  color:#000;
}

ul.ct_sb_items,
ul.ct_sb_items li {
  list-style: none;
  margin:0px auto 0px auto;
  padding:1px;
  text-align: left;
  position:relative;
}
li.ct_sb_accountCredit,
li.ct_sb_item {
  color: #999;
}
.ct_smallBasket {background: #fff;}
.ct_smallBasket .ct_module_header p {display: none;}
.ct_smallBasket .ct_module_header {
  font-weight:bold;
  display:inline-block;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_sb_itemCount {display: none;}
p.ct_sb_itemCount {display: none;} 
.ct_sb_total {
  display:block;
  text-align:right;
  font-size:14px;
  color:#999;
  font-weight:bold;
}
.ct_sb_link a {
  font-size: 12px;
}
.ct_sb_link a:hover {}
/** end SMALL BASKET pre-defined section **/



/** AUTO-COMPLETE SEARCH pre-defined section  **/
/*#ct_template_header .ct_ac_search {*/
#ct_template_header .ct_productSearch {
  background: #fff none repeat scroll 0 0;
  clear: right;
  float: left;
  margin-right: 0;
  max-width: 260px;
  padding: 7px 10px 8px;
  position: absolute;
  right: 24%;
  top: 32px;
  width: 26%;
}
.ct_ac_search .ct_module_header {display:none}

.ct_ac_search_input,
.ct_ac_search_go {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

.ct_ac_search_input {width: 75%;}
.ct_ac_search_input input {
  border:0;
}
.ct_ac_search_go {width: 20%;}
.ct_ac_search_go input {
  filter:none;
  border:0;
  background: #fff url(/template/icn_magnifier.png) no-repeat center center;
  width:45px;
  height:36px;
  color:transparent;
  text-indent:-9999px;
  padding:0
}
.ct_ac_search_go input:hover {
  background: #fff url(/template/icn_magnifier.png) no-repeat center center;
}

.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_results .ac_loading {
    background: white url('../images/indicator.gif') right center no-repeat;
    color: black;
}
.ac_results .ac_odd {
    background-color: #eee;
}
.ac_results .ac_over {
    background-color: gray;
    color: white;
    cursor:pointer
} 
/** end AUTO-COMPLETE SEARCH **/





/** CATEGORY MENU pre-defined section **/
.ct_categoryMenu {
}

#ct_template_header .ct_module.ct_categoryMenu {
    display:block;
    width:100%;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -ms-border-radius:0;
    -goog-ms-border-radius: 0;
    border-radius: 0;

    border:0;
    border-top:2px dotted #000
}
.ct_categoryMenu .ct_module_header {display:none}

ul.ct_cm_menu,
ul.ct_cm_menu ul {
  /*display:block;*/
  padding: 0;
  margin:0;
  cursor: default;
  background-color: #fff;
}
ul.ct_cm_menu li {
  list-style-type: none;
  margin: 0px;
  position: relative;
  color: #000000;
    display:inline-block;
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
ul.ct_cm_menu li h3 {
  min-width:150px;
  background: #000;
  color:#fff;
  font-size:1.2em;
  font-family: Times New Roman, Times, serif;
  padding:5px;
  margin: 5px 8px;
}
ul.ct_cm_menu li a {
  padding: 5px 19px;
  color: #000000;
  display: block;
  text-decoration: none;
  font-family: Times New Roman, Times, serif;
  font-size:16px;
}
ul.ct_cm_menu li#btn_home a {
  background: url(/template/icn_home.png) no-repeat left center;
  color:transparent;
  text-indent:-9999px;
  width:19px;
  height:19px;
}

/* Category menu in header */
#ct_template_header .ct_cm_wrapper {width:auto;margin:0}
#ct_template_header ul.ct_cm_menu li ul li {display:block}

/* over effect */
ul.ct_cm_menu li:hover {
}
ul.ct_cm_menu li a:hover,
ul.ct_cm_menu li:hover > a {
  color: #000;
  text-shadow: 0 1px 0 #fac07e;
  background-color: #f69525;
}

/* over action */
ul.ct_cm_menu li:hover > ul {
  display: block;
}

/* sub-list*/
ul.ct_cm_menu li > ul {
  min-width:150px;
  display: none;
  position: absolute;
  z-index: 500;
  left: 0px;
  top:28px;
  -webkit-box-shadow: 0px 3px 3px #ccc;
 -moz-box-shadow: 0px 3px 3px #ccc;
  box-shadow: 0px 3px 3px #ccc;

  /* for IE filters */
  *background-color: #ccc;

  /* for IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

  /* for IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
  zoom:1;
}
#ct_template_header ul.ct_cm_menu li > ul {}
/** end CATEGORY MENU pre-defined section **/



/*---------------------------------------------
      FOOTER MODULES
---------------------------------------------*/

#ct_template_footer {padding: 5px 20px;}

#ct_template_footer,
#ct_template_footer a {
  color:#fff;
}

#ct_template_footer .ct_module,
#ct_template_footer .ct_html_module,
.footer_menu {
    display:inline-block;
    vertical-align:top;
    width: 29%;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
    padding: 5px;
    box-sizing: border-box;
}

#paypal {width: 10%;display: inline-block;}
#ct_template_footer .ct_module_header {font-size:1.8em}

#footer_around {background: url(/template/icn_around.png) no-repeat left 30px}
#footer_about {background: url(/template/icn_about.png) no-repeat left 30px}
#footer_service {background: url(/template/icn_delivery.png) no-repeat left 30px}

.footer_menu ul {
    list-style:none;
    padding:0;
    margin: 10px 10px 10px 60px
}

#footer_service.footer_menu ul {margin-left:45px;}
#footer_touch.footer_menu ul {margin-left:0;}




/*---------------------------------------------
      PRE-DEFINED MODULES
---------------------------------------------*/

/** predefined link modules **/
#ct_template_header .ct_loginLink {
  position: absolute;
  right: 219px;
  top: 2px;
}
.ct_loginLink a {}

.ct_accountLink {}
#ct_accountLink a {display:none;}

.ct_contactUs_link {}
.ct_contactUs_link a {}

.ct_sitemapLink {}
.ct_sitemapLink a {}



/** PRODUCTS SEARCH pre-defined section **/
.ct_productSearch {}
.ct_productSearch .ct_module_header {display: none;}

.ct_productSearch form {text-align: center;margin: 0;}
.ct_ps_for {float:left; width: 75%;}
.ct_ps_for input {
  height: 25px;
  width: 95%;
  border: none;
  padding: 10px 5px;
}
.ct_ps_goSearch {
    display:inline-block;
    width: 20%;
    margin-top: 8px;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_ps_goSearch input {margin: 0; float: right;}
.ct_ps_type {
  display: none;
  float: left;
  width: 100%;
  margin: 15px 0;
}

.ct_ps_type select {width: 100%;}
/** END PRODUCTS SEARCH pre-defined section **/



/** SEARCH FILTERS pre-defined section **/
.ct_searchFilters {}
.ct_searchFilters .ct_module_header {}
.ct_searchFilters ul.checkbox_list {list-style:none;padding:0}
.ct_searchFilters ul.checkbox_list li {padding:0 10px}
/** end SEARCH FILTERS **/



/** 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 **/




/** BRANDS pre-defined section **/
.ct_brandsMenu {}
.ct_brandsMenu .ct_module_header {}

.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 {max-width:100%}
.ct_bm_list {}
.ct_bm_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct_bm_list li {}
.ct_bm_list li a {}
.ct_bm_list li a:hover {}
/** 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 **/



/** PRODUCT COMPARISON **/
/** module **/
.ct_productCompare {}
.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 **/


/*---------------------------------------------
    HOME PAGE
---------------------------------------------*/

.ct_homepage #ct_template_content_main .ct_html_module {
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0 4px 9px 0;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}

.ct_homepage #ct_template_content_main #home_slideshow.ct_html_module {margin-right:8px}
.ct_homepage #ct_template_content_main .ct_module_header {
    position:absolute;
    right:0;
    top:10px;
}


/*---------------------------------------------
    WEB PAGES
---------------------------------------------*/

.vignette {
    position:relative;
    display:block;
    float:left;
    background: #000;
    width:215px;
    height: 60px;
    text-align: center;
    vertical-align:top;
    color:#fff;
    margin: 3px;
    padding: 210px 15px 0
}
.vignette img {
    height: 170px;
    margin-bottom: 40px;
}
.vignette,
.vignette a {
    color:#fff;
    font-size: 14px;
}
#ct_template_content_main .vignette .ct_module_header,
.vignette a {
    position:absolute;
    left:0;
    top:0;
}
.vignette a + br {display:none}
#ct_template_content_main .vignette .ct_module_header {
    background:none;
    text-align: center;
    margin-top: 170px;
    width:245px;
    height:20px;
    padding: 10px 0;
}


.vignette:hover{
    background: #f69525;
}
.vignette:hover,
.vignette:hover a,
#ct_template_content_main .vignette:hover .ct_module_header {
    text-decoration:none;
    color: #000;
    text-shadow: 0 1px 0 #fac07e;
}



/*---------------------------------------------
    MAIN CONTENT PAGES
---------------------------------------------*/
/* Apply to all pages generated by the software
   (Products and Categories pages, Checkout pages, User account pages, Contact...)
 */


/** page contents containers **/
.ct_mainContent {width:100%;}

/** pages titles **/
.ct_mainContent  h1 {
  margin: 0 0 20px 0;
}

/** pages sub-module titles **/
.ct_mainContent h2,
.ct_mainContent h3 {}

/** pages tables **/
.ct_mainContent table,
.ct_mainContent th,
.ct_mainContent td {}
.ct_mainContent th {
  color: #333;
  font-size: 16px;
  padding: 10px 0;
  text-align: left;
}
.ct_mainContent td {}
.ct_mainContent td a {}



/*---------------------------------------------
      CATEGORY and PRODUCT PAGES
---------------------------------------------*/

/** BREADCRUMBS (search results and product page) **/
#ct_breadcrumbs {}
#ct_breadcrumbs a,
#ct_breadcrumbs a:visited {}
/** end BREADCRUMBS **/



/** SEARCH RESULTS page **/
#ct_search {}
#ct_search #ct_breadcrumbs {}


/** Search Header **/
#ct_searchHeader {margin-bottom:20px;}
#ct_searchHeader h1#ct_sh_title {
    
}
#ct_searchHeader #ct_pd_fblike {margin: 10px 0;}
#ct_searchHeader #ct_social_bookmark {}
#ct_sh_brand_filter {}
#ct_sh_description, 
#ct_sh_description p {font-size: 16px; text-align: justify;}
#ct_sh_img {float:right}
/** end Search Header **/


/** Sub-Categories Listing **/
#ct_subCategories {}

/* 'Choose a Category' text */
#ct_subCategories h3 {}

#ct_sc_listing {}
.ct_sc_listing_row {}
.ct_sc_listing_cat {
  float: left;
  width: 19.2%;
  margin: 5px 1% 5px 0;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}

.ct_sc_listing_cat_img {}
.ct_sc_listing_cat {
    vertical-align:top;
}
.ct_sc_listing_cat_name {
  background: #000 none repeat scroll 0 0;
  height: 60px;
}
.ct_sc_listing_cat_name a {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: table;
  font-size: 15px;
  letter-spacing: 1px;
  outline: 0 none;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.ct_sc_listing_cat:hover .ct_sc_listing_cat_name {
  background: #fa9720 none;
  color:#fff;
}
.ct_sc_listing_cat:hover .ct_sc_listing_cat_name a {text-decoration: none;}
/** end Sub-Categories Listing **/


/** Results Filters **/
#ct_searchFilter {
  clear:right;
    float:left;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    text-transform: lowercase;
}
#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,
#ct_searchResults_bottom {
    margin:0;
    background: #fff;
    float: right;
}
#ct_searchResults_top {}
#ct_searchResults_bottom {clear: both;}

/* containers */
#ct_searchResults_top .ct_module_header,
#ct_searchResults_bottom .ct_module_header,
.ct_sr_results,
.ct_sr_paginate {
    display:inline-block;
    font-family: Verdana, Geneva, sans-serif;
    background:none;
    color:#000;
    font-size: 1em;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
    
    padding: 10px 10px 10px 0;
}
.ct_sr_results {}

/* fonts */
.ct_sr_label,
.ct_sr_results,
.ct_sr_paginate,
.ct_sr_paginate a {
}
.ct_sr_indice {font-weight:bold}

/* pagination */

.ct_sr_paginate {
    float:right;
    text-align:right;
    padding:5px;
}
.ct_sr_paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ct_sr_paginate li {
    display:inline-block;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
    vertical-align:top;

}
.ct_sr_paginate li a {
    display:block;

    color:#fff;
    text-decoration:none;
    font-weight:normal;

    background:#000;
    min-width: 18px;
    height: 18px;
    padding: 5px;
    text-align:center;
}

.ct_sr_paginate li a:hover,
.ct_sr_paginate li.ct_sr_p_current a {background: #f69525;filter:none;color:#000}

li.ct_sr_p_first {}
li.ct_sr_p_prev,
li.ct_sr_p_prev a {}
li.ct_sr_p_page {font-size:0%;}
li.ct_sr_p_page a {font-size:13px;}
li.ct_sr_p_page a:hover {}
li.ct_sr_p_next,
li.ct_sr_p_next a {}
li.ct_sr_p_current a {
    color:#999;
    text-decoration:none;
    cursor: default
}
li.ct_sr_p_last {}
/** end RESULTS AMOUNTS and PAGINATION **/




/** PRODUCTS LISTINGS **/
#ct_productsListing {clear:both;margin:5px 0;}

.ct_pl_noResults {}

/** 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 {
  border: 1px solid #000;
  box-sizing: border-box;
  float: left;
  height: 410px;
  margin: 5px 1% 5px 0;
  padding: 10px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 19.2%;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_pl_product:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px #999;
     -moz-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}
.ct_pl_product_image  {
    height:220px;
    display:block;
    margin: 0 auto;
}
.ct_pl_product_image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 200px;
  max-width: 200px;
  position: relative;
  width: auto;
  z-index: 0;
}
/*
.ct_pl_product_image img.ximage
{
    width: 100%;
}

.ct_pl_product_image img.yimage
{
    height: 100%;
}
*/


.
/* image container dimensions and alignment hv to go here*/
.ct_pl_product_image a {
    position:relative;
    height:180px;
    width:220px;
    margin:0 auto 10px;
    text-align:center;
    vertical-align:middle;
    display:table-cell; /* required for v-align*/
}
.ct_pl_product_link {}
.ct_pl_product_name {
  line-height: 0.95em;
  margin: 0 0 10px;
  min-height: 2em;
  text-align: center;
}
.ct_pl_product_name a {
    color:#000;
    font-family: Times New Roman, Times, serif;
    font-size: 1em;
    text-decoration:none
}
.ct_pl_product_desc {display: none;}
.sale, .reduced {
  display: block;
  height: 75px;
  left: 0;
  position: absolute;
  text-indent: -10000px;
  top: 0;
  width: 140px;
}
.sale {background: transparent url("tgc2015/sale-flag.png") no-repeat scroll 0 0;}
.reduced {background: transparent url("tgc2015/further-reduction.png") no-repeat scroll 0 0;}

.ct_pl_product_price {
  /*
    position:absolute;
    bottom:30px;
    display:inline-block;
    border: 1px solid #cc0000;
  */
    text-align:center;
  
}
.ct_pl_product_price:hover {
    /*border: 1px solid #000;*/
}
.ct_pl_product_price a {
    color: #FF0000;
    font-size:20px;
    padding: 4px;
    width:63px;
    display:inline-block;
    vertical-align:top;
    font-family: Times New Roman, Times, serif;
}
.ct_pl_product_price:hover a {
    color:#000;
    text-decoration:none;
}
/*
.ct_pl_product_price:before {
    content: "OUR PRICE";
    display:inline-block;
    background:#cc0000;
    color:#fff;
    font-size:10px;
    width:45px;
    padding: 4px 2px;
}
.ct_pl_product_price:hover:before {
    background:#000;
}
*/
div.ct_pl_product_offPrice {}
p.ct_pl_product_op_saving,
span.ct_pl_product_op_savingText,
span.ct_pl_product_op_diff {display:none}
/*
p.ct_pl_product_op_rrpDiff {
  position:absolute;
  bottom:8px;
  font-size:0px;
  color:transparent;
  text-indent:-9999px;
  display:inline-block;
  border: 1px solid #cc0000;
  border-top:0;
  padding: 5px 5px;
  width:110px;
  height:14px;
}
*/
p.ct_pl_product_op_rrpDiff {
  display: inline-block;
  text-indent: -9999px;
  width: 110px;
}
span.ct_pl_product_op_percentage {display:none}
/*
span.ct_pl_product_op_rrp {
  font-size:14px;
  color:#cc0000;
  text-indent:0;
  display:block;
  position:absolute;
  top: 3px;
}
*/
span.ct_pl_product_op_rrp {
  display: block;
  text-indent: 0;
}

.ct_pl_product_compare {
    border: 1px solid #cc0000;
    border-top:0;
    font-size:11px;
    padding: 3px 5px;
    display:block;
    text-align:center;
    width:110px;
}
.ct_pl_product_compare a {
    color:#cc0000;
}
.ct_pl_product_compare a:hover {
    color:#000;
}

.ct_pl_product_add a,
.ct_pl_product_view a {
    background: #000;
    color:#fff;
    display:block;
    padding: 5px 5px;
    text-align:center;
    border: 1px solid #000;
}
.ct_pl_product_add a:hover {background:#f69525;color:#000;border: 1px solid #f69525;text-decoration:none}
.ct_pl_product_view a:hover {background:#fff;color:#000;text-decoration:none;}
.ct_pl_product_add {
  bottom: 8px;
  margin: 10px auto;
  position: relative;
  text-align: center;
  width: 150px;
}
.ct_pl_product_view {bottom:40px; display: none;}

.ct_pl_product.ct_pl_perRow {display:block;width:100%; text-align:left;margin-bottom:15px;min-height:150px;}
.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 {display:block;float:left;text-align:center;clear:both;margin-right:10px;}
.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;
}


/** search results star ratings **/
.ct_productsListingReviews {display: block; margin: 0 auto;}
.ct_pl_row.ct_productsListingReviews  {max-width: 150px;}
.ct_pl_perRow.ct_productsListingReviews {}
.star_rating {
    background: #FFFFFF url('/system_images/eshop/skin1/star_rating.png') no-repeat left top;
    float: left;
    height: 13px;
    width: 65px;
    margin-top: 5px;
}
.ct_pl_row.star_rating {margin-left: 0px;}
.ct_pl_perRow.star_rating {margin-left: 0px;}
.ct_productsListingReviews span {margin-left: 70px;}
.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 DETAILS page **/
#ct_productDetails {}
#ct_productDetails #ct_breadcrumbs {}

#ct_pd_product {display:block;position:relative;}
#ct_pd_product_name,
#ct_pd_fblike,
#ct_social_bookmark,
#ct_pd_allItems {margin-left: 41%; width: 59%; box-sizing: border-box;}
#ct_social_bookmark .stButton {margin-left: 0;}

#ct_pd_product_name {}
#ct_pd_bybrand {margin-bottom:5px;}
#ct_pd_bybrand a {}
#ct_pd_fblike {margin-bottom: 10px;}
#ct_pd_product .prodcompare {display:block;padding:10px 0}
#ct_pd_product #ct_social_bookmark {margin-bottom: 20px}
#ct_pd_product_description,
#ct_pd_product_description p {font-size: 14px; text-align: justify;}

/* IMAGES VIEWER CONTAINER*/
#ct_pd_product_image {
/*  
  margin-bottom:20px;
  width:350px;
  height:400px;
    position: relative;
*/
  width: 40%;
  box-sizing: border-box;
}
.ct_pd_pi_mainImage {max-height: 500px;}
/*
#ct_pd_product_image,
#ct_pd_product_image #ct_prod_img_table,
#ct_pd_product_image #ct_prod_img_table img {max-width:350px;}
#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;}
*/
/* IMAGES VIEWER ELEMENTS*/
.ct_pd_pi_main {}
.ct_pd_pi_main img {
  float: left;
  max-height: 100px;
  max-width: 100px;
}

.ct_pd_pi_main a:first-of-type img {
  float: none;
  max-height: none;
  max-width: 500px;
}


.ct_pd_pi_enlarge {color:#000; font-size: 10px; text-align:center}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}


/***** product item layouts *****/
.qtywrap {
  float: left;
  width: 100%;
}
.ct_pd_item {margin-top:10px}
.ct_pd_item_label, .qtywrap .ct_pd_item_label {
  clear: left;
  color: #666;
  display: block;
  float: left;
  line-height: 22px;
  margin: 5px 0;
  min-width: 150px;
  width: auto !important;
}
.ct_pd_item_value {display: block; min-height:10px; min-width:10px;line-height:22px; margin: 5px 0;}

.ct_pd_item_name,
.ct_pd_item_price.ct_pd_item_label {display:none}
.ct_pd_item_style {}
.ct_pd_item_price.ct_pd_item_value {color:#ff0000;font-size:32px;margin-bottom:20px}
.ct_pd_item_price.ct_pd_item_value:before {
    content: "Price:";
}
.ct_pd_item_saving {font-size:14px;display:block;color: #000;}
.ct_pd_item_code {margin-top: 20px;}
.ct_pd_item_availability {}
.ct_pd_item_personalised {}
.ct_pd_item_stockLevel {}

.ct_pd_item_delivery .ct_pd_item_value {display:inline-block;}
.ct_pd_item_delivery .ct_pd_item_value .ct_delivery,
.ct_pd_item_delivery .ct_pd_item_value .ct_collection {
  display: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_product .prodcompare a {
  background: #fff none;
  color:#000;
  border:1px solid #000;
    cursor:pointer;
    padding:5px 15px;
    outline:0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
    font-weight:bold;
    letter-spacing:1px;
    vertical-align:middle;
}
.ct_pd_item_qtyAdd .ct_pd_addWishlist input,
.ct_pd_item_notify input {
  background: #fff none;
  color:#000;
  border:1px solid #000;
}
#ct_pd_product .prodcompare a:hover,
.ct_pd_item_qtyAdd .ct_pd_addWishlist input:hover,
.ct_pd_item_notify input:hover {
  background: #fa9720 none;
  color:#fff;
  border:1px solid #fa9720;
  text-decoration:none
}

/*Wish List Page*/
.ct_wl_item {
  float: left;
  width: 25%;
}

.ct_wl_item_image img:nth-child(n+2) {
  display: none;
}

.ct_wl_item:nth-child(5n+5) {clear: left;}

.ct_wl_item_name {clear: left;}

/* Item Layout: All Items */
#ct_pd_allItems {clear:both}
#ct_pd_allItems .ct_pd_item {display:block;margin:0;padding:15px 0;float:left;border-top:1px dashed #ccc; font-size: 16px;}

/* Item Layout: Styles */
#ct_pd_optionsList {}
#ct_pd_options_choose {font-style: italic; color: #333}
#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:none}
/* Item Layout: Styles in product - no style: all items */
#ct_pd_product #ct_pd_allItems.clear {clear:none}
#ct_pd_product #ct_pd_allItems .ct_pd_item_value {float:left}

/* Item Layout: Table */
#ct_pd_optionsTable table {border: 1px solid #ccc;border-collapse:collapse;border-spacing:0;margin-bottom:10px}
#ct_pd_optionsTable th {}
#ct_pd_optionsTable .ct_pd_item_label {display: table-cell; float:none; clear:none; min-width: 0px; padding: 2px 5px;text-align:left;background-color: #f1f1f1;color:#666;}
#ct_pd_optionsTable .ct_pd_item_value {display: table-cell;}
#ct_pd_optionsTable .ct_pd_item td {padding: 2px 5px;border: 1px solid #ccc}
#ct_pd_optionsTable .ct_pd_item td.ct_pd_item_qtyAdd {padding: 2px 5px; display: table-cell}

/* Item Layout: Matrix Table */
#ct_pd_optionsTable.ct_pd_optionsTable_matrix .ct_pd_item_price.ct_pd_item_label {background:none}
#ct_pd_optionsTable.ct_pd_optionsTable_matrix td{padding: 2px 5px;border: 1px solid #ccc;text-align:center}
#ct_pd_optionsTable.ct_pd_optionsTable_matrix td form {position:relative;} /* allow absolute positioning of the bubble */
#ct_pd_optionsTable.ct_pd_optionsTable_matrix td .ct_cs_bubble {display:none;position:absolute;/*important to have out of the hover selector or the cell container sometime adapt its dimensions to bubble */}
#ct_pd_optionsTable.ct_pd_optionsTable_matrix td:hover .ct_cs_bubble {
    display:block;
    border:1px solid #ccc;
    width:auto;
    text-align:left;
    left:30px;
    background-color:#FFF;
    padding:10px;
}
.ct_cs_bubble .ct_pd_item_label {min-width:90px;width:auto;}
.ct_cs_bubble .ct_pd_item_value {min-width:50%;display:inline-block}

/* Item Layout: Table in product */
#ct_pd_product #ct_pd_optionsTable {
    display:inline-block;
    vertical-align:top;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}

/***** END product item layouts *****/


#ct_pd_noStyle {}
#ct_pd_noItem {clear:both}

#ct_pd_product_nonDeliver {}

#ct_pd_associatedProducts {}
#ct_pd_associatedProducts h2 {text-align: center;}

#ct_pd_upsellingProducts {}
#ct_pd_upsellingProducts h2 {}

.ct_associated {margin-bottom:20px;}
/*
.ct_associated_product {min-width:100px;min-height:160px;text-align:center}
*/
.ct_associated_product_img {
    width: 200px;
    height: 200px;
    /*line-height: 100px;*/
    display:table-cell;
    background:#fff;
    vertical-align: middle;
}
.ct_associated_product_img img {
  height: auto;
  max-height: 200px;
  vertical-align: middle;
  width: 200px;
}
.ct_associated_product_name {display:block;padding: 5px 0;color:#000}

#ct_pd_noProduct {}

/** CYBERTILL PRODUCT REVIEW **/
/* review link */
#ct_pd_reviewLink {}
#ct_pd_reviewLink a {}

/* 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_productReview {}
#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 {margin-left: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;}

#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('../../../../images/ct_arrow_next_small_grey.png') no-repeat right center;
  padding-right: 10px;
}
.ct_ct_on {color: green}
.ct_ct_next {
  color:#999;
  background: url('/webimages/ct_arrow_next_small_grey.png') no-repeat left center;
  padding-left: 10px;
}
/** end CHECKOUT TRAIL **/



/** BASKET TABLE (in basket, one-page-checkout and summary pages) **/
/* column headers */
#ct_b_columnHeaders {}
#ct_b_columnHeaders th {}

/* item cells */
#ct_b_cart{width: 100%;}
#ct_b_cart td {}

.ct_b_item {}

/* column classes */
.ct_mainContent .ct_b_item_img {width:15%; text-align:center}
.ct_mainContent .ct_b_item_img .hider {display: none;}
.ct_mainContent .ct_b_item_name {width:35%; text-align:left}
.ct_mainContent .ct_b_item_name a {width: 100%;}
.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_price,
.ct_mainContent .ct_b_item_total {width:15%; text-align:right}
.ct_mainContent .ct_b_item_qty,
.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 page **/
#ct_basket {}
#ct_basket h1 {}

/* 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: 20px;margin:10px 0;}

#ct_b_minVal {font-size: 14px;color:#ff0000}

/* basket actions */
#ct_b_actions {text-align:right;margin: 10px;}
.ct_b_actions {height: 50px; padding: 15px 0;}
#ct_b_updateBasket {
  background: #000 none;
  color:#fff;
  border:1px solid #000;
}
#ct_b_checkout {}
#ct_b_paypalCheckout {}
#ct_b_continueShopping {
  background: #fff none;
  color:#000;
  border:1px solid #000;
}
#ct_b_updateBasket:hover,
#ct_b_continueShopping:hover {
  background: #fa9720 none;
  color:#fff;
  border:1px solid #fa9720;
}

/* basket lower actions */
#ct_b_lowerActions {
    padding:0;
    margin: 10px;
}
#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 page **/
#ct_delivery {}
#ct_delivery h1 {}

#ct_d_newAddress {padding-bottom:20px}
#ct_d_deliveryText {
  color: #666;
  font-size: 1.1em;
  font-weight: bold;
  max-width: 650px;
  padding: 0 0 20px;
}

#ct_delivery form > div {margin: 2px 10px}
#ct_delivery label {
  display:inline-block;
  vertical-align:top;
  padding-top:5px;
  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-bottom:15px
}
#ct_d_store_collect ul label {
  font-weight: normal;
  width:auto;
  padding-top:0;
}

/* delivery */
#ct_d_recipient {}
#ct_d_addressSelect {}
#ct_d_addInfo {}
#ct_d_addInfo p {display: block; text-align: left !important;}

/* delivery & collection */
#ct_d_giftMessage {}
#ct_d_delAct {}
#ct_d_instructions {}
#ct_d_submit {text-align:right;margin-top:10px}
/** end DELIVERY page **/



/** MULTI DELIVERY page **/
#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 page **/
#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 page **/
#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 page **/
#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 {font-size:20px;padding-left:10px}
.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_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 p {text-align: left;}
#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 page */
#ct_paypalRedirect {}
#ct_paypalRedirect a {}

#ct_paypalError {}
#ct_paypalError a {}
/* end PAYPAL REDIRECT page */



/** ORDER PAYMENT pages **/
#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 {}

/* order failure */
#ct_paymentFail {}
/** end ORDER PAYMENT pages **/





/*---------------------------------------------
    USER and ACCOUNT PAGES
---------------------------------------------*/

/** ACCOUNT REGISTRATION page **/
#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 {padding:10px}
#ct_registerSuccess.ct_mainContent p {margin:10px}
#ct_registerSuccess.ct_mainContent a {}
/** END REGISTRATION SUCCESS page **/


/** LOGIN page **/
#ct_login {}
#ct_login h1 {}

#ct_login .ct_font_error {margin-bottom:15px}

#ct_l_container { vertical-align:top; min-height: margin:0; padding-bottom: 20px }

#ct_template_content_main .ct_module.ct_l_subcontainer {
  background-color: #f6f6f6;
  display: inline-block;
  min-height: 160px;
  padding: 0 1%;
  position: relative;
  vertical-align: top;
  width: 49%;
  float: left;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_l_subcontainer h3 {
  font-size: 20px; 
  margin: 10px 0;
  text-align: left;
}
.ct_l_subcontainer label,
.ct_l_subcontainer p {}
.ct_l_subcontainer .submit {
  left: 50%;
  width: 120px;
  font-size: 14px;
  font-family: 'Times New Roman', serif;
  margin: 20px 0;
}

#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 {
    display:inline-block;
    width: 140px;
    padding: 0 5px;
    text-align: left;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
#email .ct_font_error,
#password .ct_font_error {display:block;margin-bottom:0}

#ct_l_new {}
#ct_l_new_welcome {height: 30px;}
#ct_l_new_register {height: 43px;}
#ct_l_new_submit {margin: 0; padding:0;}

#ct_l_notes{}
#ct_l_forgotten{margin: 10px 0}

#ct_l_guest{padding-left: 5px;}
/** 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 page styles **/
#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 **/



/** re-order page styles **/
#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 {}
#ct_accountDetails h1 {}

#ct_accountDetails div {
  padding: 1px;
  color: red;
}
#ct_accountDetails label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
/** END account details page styles **/



/** ADDRESS OPTIONS page **/
#ct_addressOptions {}
#ct_addressOptions h1 {margin-bottom:10px}

.ct_ao_address {
  margin: 0 15px 0 10px;
  padding: 10px 20px 10px 0;
  border: 0;
  width: 60%;
  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;
}
.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 {
  display:inline-block;
  padding-left:20px;
  background: #fff url(/system_images/eshop/skin1/link_bg_arrow.png) no-repeat left center;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
/** end ADDRESS OPTIONS page **/



/** NEW ADDRESS page **/
#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 page **/
#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 page styles **/
#ct_accountCredit {}
#ct_accountCredit h1 {}
#ct_accountCredit p {
  margin: 2px;
}
/** END account credit page styles **/





/*---------------------------------------------
    OTHER PAGES
---------------------------------------------*/

/** COOKIE POLICY page **/
.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 page **/
#ct_contact {}
#ct_contact h1 {}
#ct_c_message {}
#ct_c_details {
  border: 0 none;
  padding: 0;
  width: 70%;
}
#ct_c_details label {
  display: block;
  float: left;
  font-weight: bold;
  max-width: 200px;
  text-align: left;
  width: 30%;
}
#ct_c_details input {
  width: 60%;
  box-sizing: border-box;
  height: 25px;
}
#ct_c_details div {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 1px;
}
#ct_c_notice {}
/** end CONTACT US page **/


/** CURRENCY SELECTION page **/
#ct_changeCurrency {}
#ct_changeCurrency h1 {}
#ct_cc_currencySelect label {}
/** end CURRENCY SELECTION page **/


/** SITEMAP page **/
#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 **/


/** PAGE NOT FOUND **/
#ct_pageNotFound {}
#ct_pageNotFound  h1 {}
#ct_pageNotFound  p {}
/** end PAGE NOT FOUND **/

#footer_touch img {
   max-width:50px;
}

.ct_homepage #ct_template_content_main #trustpilot_div.ct_html_module
{
  width:100&;
  display:block;
  clear: both;
}

.ct_html_module.trust {
    width: 100%;
    margin: 0 auto 10px;
}

.ct_pd_specialOffers {display:none;}


/*.info-box {
  width: 24%;
  margin-right: 1.333333%;
  float: left;
}
.info-box:nth-child(4n+1) { 
  margin-right: 0;
}*/

.trustblock {
    margin: 10px 0 15px;
}

.info-box {
  width: 24%;
  float: left;
  margin: 0 0.5% 15px;
  position: relative;
}

.info-box a{
  display: block;
  cursor: pointer;
}

.info-box h4, .gc-contact h4 {
  background: #1a1a1a url("/template/icn_star.png") no-repeat scroll 5px center;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  max-width: 90%;
  padding: 5px 15px 5px 30px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 15px;
}

.info-box img {
  display: inline-block;
  margin-bottom: 0;
}

.info-box p {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  font-size: 12px;
  color: #fff;
  display: block;
  height: 60px;
  position: relative;
  margin-top: -120px;
  width: 100%;
  padding: 10px;

  box-sizing: border-box;
  float: left;
}/* ---------------------------------
    STORE LOCATOR STYLES
  --------------------------------*/

#map {
  height: 600px;
}

#map-canvas {
  height: 771px;
  display:block;
  border:1px solid #333;
}

.storelocator-panel {
  width: 300px;
  float: left;
  margin: 0 20px 20px 20px;
}

#address {padding: 5px;}

/* STORE SEARCH */

.location-search {margin:10px;}
.location-search h4,
.location-search input {
  display:inline-block;
  font-size: 1.3em;
  margin: 0 10px 0 0;
}
.location-search input {padding:3px 5px; max-width:140px;}

.feature-filter {
  margin: 0 0 10px;
  padding-bottom: 15px; 
  border-bottom:2px dotted #000
}
.feature-filter label {
  width: 130px;
  padding: 0;
  margin: 0 10px 0;
  color: #666;
  font-size: 1.1em;
}
.feature-filter label:hover {
  cursor:pointer;
  color:#f69525;
}

.feature-filter input[type="checkbox"]{
  margin: 0 5px;
}



/* STORES */

.features li {
  display:inline-block;
  margin-right:10px;
  color: #666;
  font-size: 0.8em;
}
.store .action {
  margin: 5px 10px 5px 0;
}


/* STORES in PANEL */

.store-list,
.features {
  list-style:none;
  padding:0;
  margin:0;
}
.store-list .store {
  margin: 0;
  padding: 5px 15px;
  min-height:30px;
}
.store-list .store .store {
  position:relative;
  margin: 0;
  padding: 0;
}
.store-list > .store:hover {
  background:#f69525;
  cursor:pointer;
  color: #fff;
  /*text-shadow: 0 1px 0 #fac07e;*/
  background-color: #f69525;
  -webkit-box-shadow: 0 2px 3px #999;
 -moz-box-shadow: 0 2px 3px #999;
  box-shadow: 0 2px 3px #999;
}
.store-list .store:hover .title,
.store-list .store:hover li {
  color:#333;
  text-shadow: 0 1px 0 #fac07e;
}
.store-list .store:hover .phone {
  font-weight:bold
}
.store-list .store:hover .store:after {
  content: ">";
  position:absolute;
  top: 50%;
  margin-top: -16px;
  right: 5px;
  font-size: 30px;
  font-weight:bold;
  font-family: monospace;
  color:#fff;
}
.store-list .title {
  font-weight:bold;
  font-family: Times New Roman, Times, serif;
  font-size: 1.2em;
  color:#333;
}
.store-list .store:hover .store:after {
 /* transparency trick: the shadow display behind the text */
 color: rgba(255,255,255,0.8); /* #fff */
 font-weight:bold;
 text-shadow: 1px 1px #eb8c2d, 0 0 1px #333;
 -webkit-background-clip: text;
    -moz-background-clip: text;
         background-clip: text;
}
.store-list .address {
  display:none;
}

/* STORE INFO BUBBLE in MAP */

#map-canvas .store {
  display:block;
  width:320px!important;
}
#map-canvas .store .title {
  font-size: 1.5em;
}
#map-canvas .store .address {
  width:50%;
}
#map-canvas .store .phone,
#map-canvas .store .hours,
#map-canvas .store .manager {
  position:absolute;
  right: 0;
  width: 45%;
}
#map-canvas .store .phone {
  top:33px;
  font-weight:bold;
  font-size: 12px;
  color: #666;
}
#map-canvas .store .manager {
  top:55px;
  font-size: 13px;
  color: #666;
}
#map-canvas .store .hours {
  top:75px;
  font-size: 12px;
  color: #666;
}
#map-canvas .store .action {
  position:relative;
  bottom: 0;
  margin-top: 10px;
}

.name {
  background: #1a1a1a url("/template/icn_star.png") no-repeat scroll 5px center;
  color: #fff;
  margin: 0;
  padding: 5px 15px 5px 30px;
  text-align: left;
  text-transform: capitalize;
}

/* Redisplay to show opening times in dialogue box */
.opening, .opening ~ ul {display: none;}

.opening ~ ul {
  list-style: outside none none;
  min-width: 180px;
  padding: 0;
}
.opening ~ ul li {}

.time {float: right;}
.emp {font-weight: 700;}

.stores {text-align: center;}

.store {
  display: inline-block;
  text-align: center;
  width: 310px;
  margin: 10px 5px;
  vertical-align: top;
}

.store h3 {
  background: #1a1a1a url("/template/icn_star.png") no-repeat scroll 5px center;
  color: #fff;
  margin: 0;
  padding: 5px 15px 5px 30px;
  text-align: left;
  text-transform: capitalize;
}
.store h4 {
  margin-left: 69%;
  text-align: left;
}
.store ul {
  width: 69%;
  text-align: left;
  list-style: none;
  padding: 0;
  float: left;
}

.store ul:first-of-type {float: left; padding-top: 28px;}
.store ul:last-of-type {width: 30%; }#ct_template_header #logo,
#ct_template_header #logo-christmas {
  margin-top: 10px;
  vertical-align: bottom;
  width: 40%;
}

#navigationtop {text-align: center;}

#navigationtop a {font-size: 14px !important;}

#ct_template_header #navigationtop a:hover {text-decoration: none;}

.slicknav_menu {
  display: none;
  position: absolute;
  text-align: left;
  width: 100% !important;
  z-index: 10;
}

.slicknav_menu ul {
  background: #fff;
  width: 100%;
  text-align: left;
  list-style: none;
  padding: 0;
  height: auto !important;
}

.slicknav_menu > ul {border-top: solid 1px #fff;}

.slicknav_menu li {
  background: #fff;
  width: 100%;
  text-align: left;
  list-style: none;
}

.slicknav_menu li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: auto;
  font-family: "Times New Roman", serif;
  padding: 5px 0;
}

.slicknav_menu li > a {height: 30px; padding-left: 10px; font-size: 17px; width: 100%;}
.slicknav_menu li a span {float: right; padding-right: 15px;}

.slicknav_menu li:hover,
.slicknav_menu li a:hover,
.slicknav_menu li a:active,
.slicknav_menu li.slicknav_open {
  background: #ed8522;
} 

#basket-detail {display: none;}

#basketwrap {
  margin-left: 25%;
}

.search-button {
  z-index: 15;
  position: relative;
}

/*.info-box {
  float: left;
  margin: 0 0 -40px;
  position: relative;
}
.info-box h4, .gc-contact h4 {
  background: #1a1a1a url("/template/icn_star.png") no-repeat scroll 5px center;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  max-width: 90%;
  padding: 5px 15px 5px 30px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 15px;
}*/

.gc-contact h4 {
  max-width: unset;
  position: relative;
  text-align: left;
  top: 0;
  width: 100%;
}

/*.info-box img {
  display: inline-block;
  margin-bottom: 60px;
}

.info-box p {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  font-size: 12px;
  color: #fff;
  display: block;
  height: 60px;
  position: relative;
  margin-top: -120px;
  width: 100%;
  padding: 10px;

  box-sizing: border-box;
  float: left;
}*/

#paypal img,
#footer_touch img {
  max-width: 50px;
}

.glow {
  box-shadow: 0 0 20px #ff0000;
}

.gc-contact {
  border: 1px solid;
  box-sizing: border-box;
  float: right;
  width: 30%;
}

.gc-contact > div {
  padding: 5px;
}

#ct_pd_product_description, #ct_pd_product_description p:last-child {font-size: 16px;}

#trustpilot {clear: left;}

body.ng-scope {background: #fff;}

#trustpilot .wrapper-company-info {box-shadow: none;}#ct_accountOptions li:nth-child(5) {
  display: none;
}
#ct_accountCredit {
  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 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape) 
    #Clearing */



/* #Desktop 
================================================== */


/* Note: Design for a width of 1280px */
@media only screen and (min-width: 1280px) {   

/*body{background-color: yellow}*/

#ct_template_wrapper {
    margin: 0 auto;
    max-width: 1280px;
    overflow: visible;
    position: relative;
}

#ct_template_footer {
    padding: 5px 20px;
    max-width: 1280px;
}


/*hide slicknav*/
#ct_template_header .ct_categoryMenu .slicknav_menu{ display: none;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper{ display: block;}
#mobile-nav {display: none;}
.search-button {display: none;}

/*adjust the menu drop down point on smaller screens*/

/*logo*/

#ct_template_header, #ct_template_content, #ct_template_footer {}
#ct_template_header .ct_html_toplinks_help {top: 116px;}
#header_logo_desktop { display: block; width: 370px;}

/*search*/
.ct_ac_search .ct_module_header {display: none}
/*.ct_template_header .ct_productSearch{ display: none} */

.ct_homepage #ct_template_content_main {width:100% !important;float:left;}
/*#ct_template_content_main {width:100% !important;}*/
#ct_template_content_main.categorypage {width:78% !important;}
.ct_homepage #ct_template_content_right{width:28%;float:right;display:block;}
#ct_template_content_left {width:20%;}
#ct_template_content_right {}
/* Menu */
/*
#ct_template_header .ct_cm_wrapper > ul {height: 2.55em;}
#ct_template_header .ct_cm_wrapper li ul {width: 130%; background-position: 40% -6px;}
#ct_template_header ul.ct_cm_menu li a {font-size:0.7em; page-break-inside: 11px 4px;}
#ct_template_header { min-height: 176px;}
*/

.ct_sc_listing_cat:nth-of-type(5n+5) {margin-right: 0;}

.ct_pl_product:nth-of-type(5n+5) {margin-right: 0;}

/*.info-box {width: 24%;margin-right: 1.333333%;float: left;}
.info-box:nth-child(4n+1) { margin-right: 0;}*/

.footercolumns {width:20%;float:left;margin:35px 5% 0 0;}
.footercolumns li {list-style:none;width:100%;margin:5px 0;float:left;}

/*#home-slider ul ul {top: -160px;}*/

/** __LOGIN **/

#ct_login {}
#ct_login h1 {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;display:block;float:left;width: 50%;padding:0;margin:0;border:0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {text-transform:uppercase;border:0;font-weight:bold;}
#ct_l_existing .submit {text-transform:uppercase;border:0;font-weight:bold;}
#guestcheckout {left:50%;position:absolute;bottom: 30px;margin-left: 10px;width:160px;}

#ct_l_existing div{margin:15px auto;width:100%;}
#ct_l_existing label {display:inline-block;width: 20%;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 #ccc;zoom:1;*display: inline;padding:3px;height:30px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_template_content_main .ct_module.ct_l_subcontainer {min-height: 300px;}
#ct_l_new, #ct_l_existing {margin-right: 1%;}
#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;overflow:auto;width:100%;left: 0;}
#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:314px;*/}
#ct_accountOptions li {width:280px;}
#ct_b_cart tr {/*display:block;*/border-bottom:1px solid #a5a5a5;}

/* category page */

/*#ct_sh_img {
    float: right;
    margin: -30px 10px 20px 0;
    width: 100px;
}*/

/*.ct_pl_product {width: 32%;}*/

/**/

/*pagination*/
li.ct_sr_p_page{
    display: none;
}

/*Footer blocks */

}

/* #Small Desktop (Landscape)
================================================== */
@media only screen and (min-width: 981px) and (max-width: 1279px) { 

/*body{background-color: yellow}*/

#ct_template_wrapper {
    margin: 0 auto;
    max-width: 1279px;
    overflow: visible;
    position: relative;
}

#ct_template_footer {
    padding: 5px 20px;
    max-width: 1279px;
}


/*hide slicknav*/
#ct_template_header .ct_categoryMenu .slicknav_menu{ display: none;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper{ display: block;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper .ct_cm_menu li a {padding: 5px 3px;}
#mobile-nav {display: none;}
.search-button {display: none;}

/*adjust the menu drop down point on smaller screens*/

/*logo*/
#ct_template_header, #ct_template_content, #ct_template_footer {}
#ct_template_header .ct_html_toplinks_help {top: 116px;}
#header_logo_desktop { display: block; width: 370px;}

/*menu*/
.ct_template_header ul.ct_cm_menu {width: 100%;}

/*search*/
.ct_ac_search .ct_module_header {display: none}

.ct_homepage #ct_template_content_main {
  margin: 15px 2% 0;
  width: 96% !important;
}
/*#ct_template_content_main {width:100% !important;}*/
#ct_template_content_main.categorypage {width:78% !important;}
.ct_homepage #ct_template_content_right{width:28%;float:right;display:block;}
#ct_template_content_left {width:20%;}
#ct_template_content_right {}
/* Menu */
.ct_template_header ul.ct_cm_menu > li {margin: 0 8px;}
/*
#ct_template_header .ct_cm_wrapper > ul {height: 2.55em;}
#ct_template_header .ct_cm_wrapper li ul {width: 130%; background-position: 40% -6px;}
#ct_template_header ul.ct_cm_menu li a {font-size:0.7em; page-break-inside: 11px 4px;}
#ct_template_header { min-height: 176px;}
*/

/*.info-box {width: 24%;margin-right: 1.333%;float: left;}
.info-box:nth-child(4n+1) { margin-right: 0;}*/

.footercolumns {width:20%;float:left;margin:35px 5% 0 0;}
.footercolumns li {list-style:none;width:100%;margin:5px 0;float:left;}

/*#home-slider ul ul {top: -160px;}*/

/** __LOGIN **/

#ct_login {}
#ct_login h1 {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;display:block;float:left;width: 50%;padding:0;margin:0;border:0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {text-transform:uppercase;border:0;font-weight:bold;}
#ct_l_existing .submit {text-transform:uppercase;border:0;font-weight:bold;}
#guestcheckout {left:50%;position:absolute;bottom: 30px;margin-left: 10px;width:160px;}

#ct_l_existing div{margin:15px auto;width:100%;}
#ct_l_existing label {display:inline-block;width: 20%;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 #ccc;zoom:1;*display: inline;padding:3px;height:30px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_template_content_main .ct_module.ct_l_subcontainer {min-height: 300px;}
#ct_l_new, #ct_l_existing {margin-right: 1%;}
#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;overflow:auto;width:100%;left: 0;}
#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:314px;*/}
#ct_accountOptions li {width:280px;}
#ct_b_cart tr {/*display:block;*/border-bottom:1px solid #a5a5a5;}

/* category page */

/*#ct_sh_img {
    float: right;
    margin: -30px 10px 20px 0;
    width: 100px;
}*/

#ct_template_content_main {
  margin: 15px 2% 0;
  width: 96% !important;
}

/* 4 categories wide */
.ct_sc_listing_cat {width: 24.25%; margin: 10px 1% 30px 0;}
.ct_sc_listing_cat:nth-of-type(4n+4) {margin-right: 0;}

/* 4 products wide */
.ct_pl_product {width: 24.25%; margin: 10px 1% 30px 0;}
.ct_pl_product:nth-of-type(4n+4) {margin-right: 0;}

/**/

/*pagination*/
li.ct_sr_p_page{
    display: none;
}

/*Footer blocks */

}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 960px */
@media only screen and (min-width: 800px) and (max-width: 980px) {

/*Basket*/
.ct_template_header .ct_smallBasket {float: right;}
.ct_smallBasket > .ct_module_header > p span {display: none;}
.ct_smallBasket > .ct_module_header > a span {display: none;}

/*menu*/
.ct_template_header ul.ct_cm_menu {width: 100%;}
.ct_template_header ul.ct_cm_menu > li {margin: 0 8px;}
.ct_template_header ul.ct_cm_menu > li > a {padding: 5px 1.85px 20px;}


/*body{background-color: yellow}*/

#ct_template_wrapper {
    margin: 0 auto;
    max-width: 1280px;
    overflow: visible;
    position: relative;
}

#ct_template_footer {
    padding: 5px 20px;
    max-width: 1280px;
}


/*hide slicknav*/
#ct_template_header .ct_categoryMenu .slicknav_menu{ display: none;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper{ display: block;}
#mobile-nav {display: none;}

/*adjust the menu drop down point on smaller screens*/

/*logo*/
#ct_template_header, #ct_template_content, #ct_template_footer {}
#ct_template_header .ct_html_toplinks_help {top: 116px;}
#header_logo_desktop { display: block; width: 370px;}

/*menu*/
.ct_template_header ul.ct_cm_menu {width: 100%;}

/*search*/
.ct_ac_search .ct_module_header {display: none}

.ct_homepage #ct_template_content_main {width:100% !important;float:left;}
.ct_homepage #ct_template_content_main {
  margin: 15px 2% 0;
  width: 96% !important;
}
#ct_template_content_main {margin: 15px 2% 0;  width: 96% !important;}
#ct_template_content_main.categorypage {width:78% !important;}
.ct_homepage #ct_template_content_right{width:28%;float:right;display:block;}
#ct_template_content_left {width:20%;}
#ct_template_content_right {}
/* Menu */
/*
#ct_template_header .ct_cm_wrapper > ul {height: 2.55em;}
#ct_template_header .ct_cm_wrapper li ul {width: 130%; background-position: 40% -6px;}
#ct_template_header ul.ct_cm_menu li a {font-size:0.7em; page-break-inside: 11px 4px;}
#ct_template_header { min-height: 176px;}
*/

.footercolumns {width:20%;float:left;margin:35px 5% 0 0;}
.footercolumns li {list-style:none;width:100%;margin:5px 0;float:left;}

/*#home-slider ul ul {top: -160px;}*/

/** __LOGIN **/

#ct_login {}
#ct_login h1 {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;display:block;float:left;width: 50%;padding:0;margin:0;border:0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {text-transform:uppercase;border:0;font-weight:bold;}
#ct_l_existing .submit {text-transform:uppercase;border:0;font-weight:bold;}
#guestcheckout {left:50%;position:absolute;bottom: 30px;margin-left: 10px;width:160px;}

#ct_l_existing div{margin:15px auto;width:100%;}
#ct_l_existing label {display:inline-block;width: 20%;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 #ccc;zoom:1;*display: inline;padding:3px;height:30px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_template_content_main .ct_module.ct_l_subcontainer {min-height: 300px;}
#ct_l_new, #ct_l_existing {margin-right: 1%;}
#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;overflow:auto;width:100%;left: 0;}
#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:314px;*/}
#ct_accountOptions li {width:280px;}
#ct_b_cart tr {/*display:block;*/border-bottom:1px solid #a5a5a5;}

/* 3 categories wide */
.ct_sc_listing_cat {width: 32.6666666%; margin: 10px 1% 30px 0;}
.ct_sc_listing_cat:nth-of-type(3n+3) {margin-right: 0;}

/* 3 products wide */
.ct_pl_product {width: 32.6666666%; margin: 10px 1% 30px 0;}
.ct_pl_product:nth-of-type(3n+3) {margin-right: 0;}
/*#ct_sh_img {
    float: right;
    margin: -30px 10px 20px 0;
    width: 100px;
}*/
/*
.ct_pl_product:nth-child(3n) {margin: 1% 0;}
.ct_pl_product:last-child { margin: 1% 0!important;}
.ct_pl_product:nth-child(4n){margin: 1% 2% 1% 0; }
*/


/*Product Page*/
#ct_pd_product {width: 100%;}

/**/

/*pagination*/
li.ct_sr_p_page{
    display: none;
}

/*Footer blocks */


}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 980px) {

/*hide desktop menu*/
#ct_template_header .slicknav_menu{ display: block;}
/*#ct_template_header .slicknav_menu > a {background: transparent url("tgc2015/mobile-menu.png") no-repeat scroll 0 8px;display: inline-block;height: 30px;max-width: 66px;padding: 10px 0 0;width: 100%;color: #fff; text-align: right;}*/
#ct_template_header .slicknav_menu > a {background: transparent url("tgc2015/mobile-menu.png") no-repeat scroll 50% 8px;display: inline-block;height: 30px;padding: 10px 0;width: 25%;color:#fff;}
#ct_template_header .slicknav_menu > a:hover {background: transparent url("tgc2015/mobile-menu-hover.png") no-repeat scroll 50% 8px;color: #000;}
#ct_template_header .slicknav_menu > a span {float: left; margin-left: 15%; position: absolute;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper{ display: none;}
#ct_template_header .ct_module.ct_categoryMenu{ display: none;}
.ct_template_header ul.ct_cm_menu {width: 100%;}
.ct_template_header ul.ct_cm_menu > li {margin: 0 3px;}
#mobile-nav{display:block;}

/*logo*/
#header_logo_desktop{ display: none;}
#header_logo_mobile {clear: both; display: block;min-height: 110px;padding:10px 0;text-align: center;width: 100%;}
#header_logo_mobile div{ display: block; width: 300px; margin: 0 auto; padding: 0}

/*hide desktop menu*/
/*
#ct_template_header .ct_categoryMenu .slicknav_menu{ display: block;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper{ display: none;}

#ct_template_header .ct_categoryMenu{
    background-color: #000e71;
}
*/
#ct_template_header, #ct_template_content, #ct_template_footer {}
/*#ct_template_header {min-height: 198px;}*/
#ct_template_content_main {width: 100%;}

/*basket*/
#ct_template_header .ct_smallBasket {float: right;}
.ct_smallBasket > .ct_module_header > p span {display: none;}
.ct_smallBasket > .ct_module_header > a span {display: none;}

/*menu*/
.ct_template_header ul.ct_cm_menu {width: 100%;}
.ct_template_header ul.ct_cm_menu > li {margin: 0 4px;}
.ct_template_header ul.ct_cm_menu > li > a {padding: 5px 1px 20px;}

#ct_template_header #logo, #ct_template_header #logo-christmas {display: block;float: none;margin: 10px auto;max-width: 500px;padding: 0 15px;width: auto;}
#ct_template_header #phoneNumber {display: none;}
#navigationtop{float: left; position:relative;text-align: center;width: 100%;}
#ct_template_header #navigationtop > div {float: left; width: 25%; height: 62px; background: #ed8522; padding: 12px 0;box-sizing:border-box;}
#ct_template_header .ct_smallBasket {margin:0;padding:0;position: relative;right:0;top:0;width:auto;z-index:10; float: none;background:url('tgc2015/mobile-cart.png') no-repeat 0 5px transparent;border-radius:0;border:none;width: 100%;max-width: 60px;padding: 6px 0 0; height: 35px;text-align: right;}
.ct_smallBasket .ct_module_header {margin:0;}
.ct_smallBasket .ct_module_header a {background: transparent;color:#fff;padding:0;font-weight: 400;display: inline-block;width:60px;}
#ct_template_header .ct_smallBasket:hover {background: url('/tgc2015/mobile-cart-hover.png') no-repeat 0 5px transparent;color:#000;}
#ct_template_header .ct_smallBasket:hover a, #ct_template_header .ct_smallBasket a:hover {color: #000;}
#ct_template_header .ct_loginLink {margin:0;position:relative;top:0;right:0;text-align: center;z-index: 15;}
#ct_template_header .ct_loginLink a {background: transparent url("tgc2015/mobile-login.png") no-repeat scroll 0 4px;color: #fff;display: inline-block;font-size: 1.1em;height: 35px;max-width: 91px;padding: 6px 0 0;text-align: right;width: 100%;}
#ct_template_header .ct_loginLink a:hover {background: transparent url("tgc2015/mobile-login-hover.png") no-repeat scroll 0 4px;color: #000;}
#ct_template_header #navigationtop .ct_productSearch {background:#fff;border: 1px solid #ED8522;display:none;position: absolute;max-width:450px;width:100% !important;float:right;top:61px;border-radius:0;margin-right:0;padding:5px;right:5px;z-index:10;height: auto;}
.search-button a {background: transparent url("tgc2015/mobile-search.png") no-repeat scroll 0 6px;color: #fff;display: inline-block;height: 35px;padding: 10px 0 0;text-align: right;width: 75px;}
.search-button a:hover {background: transparent url("tgc2015/mobile-search-hover.png") no-repeat scroll 0 6px;color: #000;}
.ct_ac_search_form {margin: 0;}
.ct_ps_for input {padding: 5px;}
.ct_ps_goSearch {margin-top: 3px;}

/*Home Slider*
#home-slider ul ul {width: auto;  margin-top: -17%;}
#home-slider ul ul li:first-child {font-size: 35px; margin-bottom: 20px;}

/*Info Boxes*/
.info-box {width: 32%; margin-right: 2%;float: left;}
/*.info-box:nth-child(3n+1) { margin-right: 0;}*/
#about-us {width: 100%; clear: left;}
#visit-us {margin: 0 2% 0 0;}

/*search*/
.ct_ac_search .ct_module_header {display: none}
.ct_homepage #ct_template_content_main {width:100% !important;float:left; margin: 15px 0 0;}
#ct_template_content_main {width:96% !important; margin: 15px 2% 0;}
#ct_template_content_main.categorypage {width:96% !important;margin:15px 2% 0;}
.ct_homepage #ct_template_content_right{width:100%;float:none;display:block;}
#ct_template_content_left {margin-bottom: 15px;width: 96%; padding-bottom: 0; margin: 0 2%;}
#ct_template_content_right {width: 96%; margin: 0 2%;}
.sitbottom {width: 50%; margin: 0 auto;}
.sitbottom h3 {text-align: center;}
#mc_embed_signup_scroll input[type="submit"] {float: none; width:100%;}

#ct_template_header .ct_call{
    margin: 18px 0 0;
}

.footer_menu ul {margin: 0;}
#footer_around {background: none;}
#footer_about {background: none;}

/* Menu */
/*
#ct_template_header .ct_cm_wrapper > ul {height: 2.55em;}
#ct_template_header ul.ct_cm_menu li a {font-size:0.8em;}
*/
.ct_cm_menu {display:none;}
/*basket*/
/**/#ct_login {}

#ct_login h1 {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;display:block;float:left;width: 50%;margin:0;border:0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {text-transform:uppercase;border:0;font-weight:bold;}
#ct_l_existing .submit {text-transform:uppercase;border:0;font-weight:bold; position: relative; bottom: auto; left: auto;right: auto;}

#ct_l_existing div{margin:15px auto;width:100%;}
#ct_l_existing label {display:inline-block;width: 24%;text-align: left;zoom:1;*display: inline; font-weight: 700;}
#ct_l_existing #email input, #ct_l_existing #password input {display:inline-block;width:60%;text-align: left;border:1px solid #ccc;zoom:1;*display: inline;padding:3px;height:30px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}

#ct_template_content_main .ct_module.ct_l_subcontainer {min-height: 300px;}
#ct_l_new, #ct_l_existing {margin-right: 1%;}

#ct_l_new h3 {margin-bottom:35px !important;} 
#ct_l_new_welcome {}
#ct_l_new_register {}
#guestcheckout {
    bottom: 49px;
    right: 10%;
    left: auto;
    margin-left: 10px;
    position: absolute;
    width: 160px;
}
#ct_l_new_submit, #ct_l_existing_submit {margin:0 !important;padding:0;overflow:auto;width:100%;left: auto; right: auto; top: auto;}
#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_existing label {
    display: inline-block;
    font-weight: 700;
    text-align: left;
    width: 30%;
}
#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/


#ct_r_other, #ct_r_billingAddress, #ct_r_personal{float: none; display: block; width: 100%}


#ct_register label, #ct_accountDetails label {width:190px;}
input[type='text'], input[type='email'], input[type='password'], #customer_default_address_zip, select {/*width:314px;*/}
#ct_accountOptions li {width:280px;}
#ct_b_cart tr {/*display:block;*/border-bottom:1px solid #a5a5a5;}




#ct_pd_product #ct_pd_allItems .ct_pd_item_qtyAdd.ct_pd_item_value {
    float: left;
    width: 98%;
}

#ct_pd_associatedProducts {
    max-width: 100%;
    width: 100%;
    margin: 0;
    clear: left;
}


/* category page */
#ct_searchHeader h1#ct_sh_title {font-size: 20px; font-weight: 600;}

/*#ct_sh_img {
    float: right;
    margin: -30px 10px 20px 0;
    width: 100px;
}*/

#ct_pd_product {margin:0 !important; width:100%;}
/*
.ct_pl_product:nth-child(3n) {
    margin: 1% 0;
}
.ct_pl_product:nth-child(4n){
    margin: 1% 2% 1% 0;
}
.ct_pl_product:last-child{
   margin: 1% 0 !important;
}
*/
/* category page */

/* 3 categories wide */
.ct_sc_listing_cat {width: 32.6666666%; margin: 10px 1% 30px 0;}
.ct_sc_listing_cat:nth-of-type(3n+3) {margin-right: 0;}

/* 3 products wide */
.ct_pl_product {width: 32.6666666%; margin: 10px 1% 30px 0;}
.ct_pl_product:nth-of-type(3n+3) {margin-right: 0;}

/*Product Page*/
.ct_pd_pi_main img{
    max-height: 250px;
    max-width: 250px;
}
#ct_pd_product {width: 100%;}

body #ct_pd_product #ct_pd_itemList .ct_pd_item_label{
   /* display: block !important;
    float: none !important;
    width: 100% !important;
    padding: 0;
*/
}
div.ct_pd_item_price > span:nth-child(2) {
    margin: 0 0 30px 0;
}

.ct_currencyCode {
    margin: 2px 0 0 70px;
}

.ct_pd_item_code {
    margin: 20px 10px 10px 0px;
}
#ct_pd_allItems .ct_pd_item_price{
    width: 100% !important;    
}
body #ct_pd_allItems .ct_pd_item_price {
    margin: 0 !important;
    width: 100% !important;
}
/*pagination*/

li.ct_sr_p_page{
    display: none;
}
body #ct_pd_itemList #product_itemQty {left: 2px; position: relative;}

/**/

/*footer blocks */

/*contact Page*/
.contact-address {clear: both; float: none; width: 100%; position: relative;}


#ct_sitemap  #ct_sm_categories, #ct_sitemap  #ct_sm_brands, #ct_sitemap  #ct_sm_pages{
}



}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

@media only screen and (min-width: 481px) and (max-width: 768px) {

/*body{background-color: lime}*/
#ct_template_wrapper > div {padding:0;}
.ct_homepage #ct_template_content_main {width:100% !important;float:left; margin: 15px 0 0;}
#ct_template_content_main {width:96% !important; margin: 15px 2% 0;}
#ct_template_content_main.categorypage {width:96% !important; margin: 15px 2% 0;}
.ct_homepage #ct_template_content_right{width:100%;float:none;display:block;}
#ct_template_content_left {margin-bottom: 15px;width: 96%; padding-bottom: 0; margin: 0 2%;}
#ct_template_content_right {width: 96%; margin: 0 2%;}
/*logo*/
#logo {min-width: 300px;}
#header_logo_desktop{ display: none;}
#header_logo_mobile { clear: both; display: block; padding: 5px 0 20px; text-align: center;  width: 100%;}
#header_logo_mobile div{ display: block; width: 300px; margin: 0 auto;}

/*basket*/
/*#ct_template_header .ct_smallBasket {float: right;}*/
.ct_smallBasket .ct_module_header {width: 100px;}
.ct_smallBasket > .ct_module_header > p span {display: none;}
.ct_smallBasket > .ct_module_header > a span {display: none;}

/*hide desktop menu*/
#ct_template_header .slicknav_menu{ display: block;}
/*#ct_template_header .slicknav_menu > a {background: transparent url("tgc2015/mobile-menu.png") no-repeat scroll 0 8px;display: inline-block;height: 30px;max-width: 66px;padding: 10px 0 0;width: 100%;color: #fff; text-align: right;}*/
#ct_template_header .slicknav_menu > a {background: transparent url("tgc2015/mobile-menu.png") no-repeat scroll 50% 8px;display: inline-block;height: 30px;padding: 10px 0;width: 25%;}
#ct_template_header .slicknav_menu > a:hover {background: transparent url("tgc2015/mobile-menu-hover.png") no-repeat scroll 50% 8px;}
#ct_template_header .slicknav_menu > a span {display: none;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper{ display: none;}
#ct_template_header .ct_module.ct_categoryMenu{ display: none;}
.ct_template_header ul.ct_cm_menu {width: 100%;}
.ct_template_header ul.ct_cm_menu > li {margin: 0 3px;}
#mobile-nav{display:block;}

#ct_template_header #logo, #ct_template_header #logo-christmas {display: block;float: none;margin: 10px auto;max-width: 500px;padding: 0 15px;width: auto;}
#ct_template_header #phoneNumber {display: none;}
#navigationtop{float: left; position:relative;text-align: center;width: 100%;}
#ct_template_header #navigationtop > div {float: left; width: 25%; height: 62px; background: #ed8522; padding: 12px 0;box-sizing:border-box;}
#ct_template_header .ct_smallBasket {margin:0;padding:0;position: relative;right:0;top:0;width:auto;z-index:10; float: none;background:url('tgc2015/mobile-cart.png') no-repeat 0 5px transparent;border-radius:0;border:none;width: 100%;max-width: 60px;padding: 6px 0 0; height: 35px;text-align: right;}
#ct_template_header .ct_smallBasket:hover {background: url('/tgc2015/mobile-cart-hover.png') no-repeat 0 5px transparent;color:#000;}
#ct_template_header .ct_smallBasket:hover a, #ct_template_header .ct_smallBasket a:hover {color: #000;}
.ct_smallBasket .ct_module_header {margin:0; width: auto;}
.ct_smallBasket .ct_module_header a {background: transparent;color:#fff;padding:0;font-weight: 400;display: inline-block;width:60px;}
#ct_template_header .ct_loginLink {margin:0;position:relative;top:0;right:0;text-align: center;z-index: 15;}
#ct_template_header .ct_loginLink a {background: transparent url("tgc2015/mobile-login.png") no-repeat scroll 50% 4px;color: #fff;display: inline-block;font-size: 1.1em;height: 35px;max-width: 70px;padding: 6px 0 0;text-align: right;width: 100%; text-indent: 180px;}
#ct_template_header .ct_loginLink a:hover {background: transparent url("tgc2015/mobile-login-hover.png") no-repeat scroll 50% 4px;color: #000;}
#ct_template_header #navigationtop .ct_productSearch {background:#fff;border: 1px solid #ED8522;display:none;position: absolute;max-width:450px;width:100% !important;float:right;top:61px;border-radius:0;margin-right:0;padding:5px;right:0;z-index:10;height: auto;}
.search-button a {background: transparent url("tgc2015/mobile-search.png") no-repeat scroll 50% 6px;color: #fff;display: inline-block;height: 35px;padding: 10px 0 0;width: 50px;text-indent: -3000px;}
.search-button a:hover {background: transparent url("tgc2015/mobile-search-hover.png") no-repeat scroll 50% 6px;color: #000;}
.ct_ac_search_form {margin: 0;}
.ct_ps_for input {padding: 5px;}
.ct_ps_goSearch {margin-top: 3px;}

/*search*/
.ct_ac_search .ct_module_header {display: none}

/*Home Slider*/
#home-slider ul ul {width: auto;  margin-top: -17%;}
#home-slider ul ul li:first-child {font-size: 25px; margin-bottom: 0;}
#home-slider ul ul li:last-child {display: none;}

/*Promo Boxes*/
.promo-box {margin-right: 2%;width: 32%;}
.promo-box:nth-child(3n+2) { margin-right: 0; }
.promo-box img {opacity: 1;}

/*Info Boxes*/
.info-box {width: 48%; margin: 0 1% 15px;}
/*.info-box:nth-child(2n+1) { margin-right: 0;}*/
#about-us {width: 100%; clear: left;}
#visit-us {margin: 0 2% 0 0;}
#about-us {width: 100%; clear: left;}
#visit-us {margin: 0 2% 0 0;}

#footer_touch.footer_menu {margin: 10px 2% 10px 0;}
#ct_template_footer > div {float: left; width: 49%; margin: 10px 2% 10px 0; padding: 5px; box-sizing:border-box;}
#ct_template_footer > div:nth-child(2n+2) { margin-right: 0;}

.footer_menu ul {margin: 0;}
#footer_around {background: none;}
#footer_about {background: none;}


/** __LOGIN **/

.ct_template_header .ct_loginLink { display: none}
.ct_template_header .ct_wishlistLink {display:none;}


/*#ct_template_content{ margin: 0 auto 10px !important}*/

#ct_template_header, #ct_template_content, #ct_template_footer {}

/*#ct_template_content_main {width:100% !important;float:left; margin: 0 2%;}*/
/*#ct_template_content_left {width:100%; margin:0 2% 15px;padding-bottom: 0;}
.ct_homepage #ct_template_content_right {width:100%;float:right;clear:left;display:block !important;}
#ct_template_content_right {width: 100%; margin: 0 2%;}*/
.sitbottom {width: 50%; margin: 0 auto;}
.sitbottom h3 {text-align: center;}
#mc_embed_signup_scroll input[type="submit"] {float: none; width:100%;}

.ct_template_header.outer{background-image:none !important;}
.ct_template_header .ct_module, .ct_template_header .ct_link_module, .ct_template_header .ct_html_module {float: none;}

#ct_template_header .ct_categoryMenu {position: relative; top: 0; width: 100%; background-color: #000e71;
}
.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/icon-menu.png') no-repeat center 0 transparent;font-size:0; line-height: 30px; height: 30px;}
.ct_loginLink {position: relative; right: 0;}

.ct_sb_itemCount a {color:#fff !important;}
.ct_ac_search_input input  {width:96% !important;margin:3px auto !important;float:none !important;}
.ct_ac_search2.ct_module.test {width:100% !important;background-color:#fff;}
.ct_cm_menu {display:none;}
.ct_module.ct_categoryMenu {width:100% !important;float:left;clear:none !important;height:34px !important;}

#ct_pd_product_image {float: none !important; margin: 50px auto 0 !important; max-width: 100% !important; min-height: 150px; background-color: #fff}

/*home blocks*/
/** __LOGIN **/
/**/#ct_login {}
#ct_login h1 {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;display:block;float:left;width: 100%;margin:10px 0;border:0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {text-transform:uppercase;border:0;font-weight:bold; bottom: auto}
#ct_l_existing .submit {
    border: 0 none;
    bottom: auto;
    font-weight: bold;
    left: auto;
    position: relative;
    right: auto;
    text-transform: uppercase;
}
#guestcheckout {
    bottom: 30px;
    left: auto;
    margin-left: 10px;
    position: absolute;
    right: 20%;
    width: 160px;
}

#ct_template_content_main .ct_module.ct_l_subcontainer {min-height: 300px;}
#ct_l_new, #ct_l_existing {margin-right: 1%;}

#ct_l_existing div{margin:7px auto;width:100%;}
#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: 98%;text-align: left;border:1px solid #ccc;zoom:1;*display: inline;padding:3px;height:30px;}
#email .ct_font_error, #password .ct_font_error {display:block;margin-bottom:0;}
#ct_l_new_welcome {height: 40px;}
#ct_l_new_register {height: 50px;}
#ct_l_new {float:left;background-color:fff;}
#ct_l_existing {float:left;}
#ct_l_new h3 {margin-bottom:35px !important;} 
#ct_l_new_welcome {}
#ct_l_new_register {}


#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_r_other, #ct_r_billingAddress, #ct_r_personal{float: none; display: block; width: 100%}


#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:55%;float:left;*/}
#ct_accountOptions li {width:280px;}
#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_b_item_qty::before {content: "Qty:";float: left;left: -38px;position: absolute;top: 4px;}
#ct_b_cart td.ct_b_item_qty {float: left;left: 50%;margin-left: -33%;position: relative;top: 50px;}
#ct_b_cart td.ct_b_item_price::before {content: "Price:";float: left;left: -30px;position: absolute;top: 0;}
#ct_b_cart td.ct_b_item_price {float: left;left: 50%;margin-left: -36%;position: relative;top: 80px;width: 10%;}
#ct_b_cart td.ct_b_item_total::before {content: "Total:";float: left;left: -30px;position: absolute;top: 0;}
#ct_b_cart td.ct_b_item_total {float: left;left: 50%;margin-left: -36%;position: relative;top: 99px;width: 10%;}
#ct_b_cart td.ct_b_item_delete::before {content: "Delete:";float: left;left: -30px;position: absolute;top: -2px;}
#ct_b_cart td.ct_b_item_delete {float: left;left: 50%;margin-left: -36%;position: relative;top: 122px;}

/*#ct_b_cart td {width:100% !important;clear:both;float:left;text-align:left;margin:2px 0;background-color:#f3f3f3;border:0 !important;}*/
#ct_b_cart tr {display:block;border:1px solid #a5a5a5;overflow:auto;background-color:#f3f3f3; min-height: 190px;}
#ct_b_cart td.ct_b_item_img {display:block;width:30% !important;float:left;}
.ct_b_item_img img {width:100% !important;}
#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%;}
.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 */
#ct_searchHeader h1#ct_sh_title {font-size: 18px; font-weight: 600;}


/*
.ct_pl_product:nth-child(2n) {
    margin: 1% 0;
}
*/

/* 2 categories wide */
.ct_sc_listing_cat {width: 49%; margin: 10px 1% 30px 0;}
.ct_sc_listing_cat:nth-of-type(2n+2) {margin-right: 0;}

.ct_pl_product {
  width: 48.75% !important;
  margin-bottom: 30px;
}
.ct_pl_product:nth-child(1n+1) {margin-right: 2.5%;}
.ct_pl_product:nth-child(2n+2) {margin-right: 2.5%;}
.ct_pl_product:nth-child(3n+3) {margin-right: 2.5%;}
.ct_pl_product:nth-child(4n+4) {margin-right: 2.5%;}
.ct_pl_product:nth-child(5n+5) {margin-right: 2.5%;}
.ct_pl_product:nth-child(2n+4) {margin-right: 0;}


/*#ct_sh_img {
    float: right;
    margin: -35px 5px 20px 0;
    width: 80px;
}*/

body #ct_pd_itemList #product_itemQty {left: 2px; position: relative;}

#ct_pd_product {width:100%;}

#ct_pd_product #ct_social_bookmark {
    background: #fff none repeat scroll 0 0;
    float: none;
    margin: 0;
    width: 100%;
}

#ct_searchHeader h1#ct_sh_title {width: 100%;}
#ct_sh_description { width: 100%}
#ct_sh_img {float: none; width: 100%;}
.ct_searchFilters {width:100% !important;overflow:auto; margin:0;}
.ct_searchFilters h4 {width:100%;float:left;margin:0.2% 0;}

.ct_searchFilters .ct_module_header{
    display: block;
    padding: 0px;
    display: none;
}

.ct_searchFilters ul.checkbox_list {
  list-style: none;
  padding: 0;
  display: none;
  overflow: inherit!important;
}


#ct_searchFilter {
    padding: 8px;
    text-align: center;
    width: 100%;
}

.ct_searchFilters ul.checkbox_list li label {
    width: auto;
}


#ct_sf_sorter {float:none !important;}
/*.ct_sr_p_page {display:none !important;}*/

#ct_searchResults_top, #ct_searchResults_bottom {
    clear: both;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 3px;
}
.ct_sr_p_last, .ct_sr_p_first {display:none !important;}
.ct_sr_paginate {display: none;}
#topcategory {overflow:hidden;}
#topcategory {
    overflow: auto;
    margin: 0px 9px;
    clear: both;
}
/*.ct_sr_p_prev, .ct_sr_p_next {margin:5px;} */
#ct_sf_sorter select {float:none;}
.ct_filterSummary li {width:100% !important;}
.btn.icon-remove {width:100% !important;margin:0 !important;}


#filteredby {background: #ce1e1e url("layout/expand.png") no-repeat;background-position:97% center !important;cursor:pointer; margin: 10px 0 0;}
body #ct_searchHeader{ margin: 10px 0 0!important;}

.filteredcollapsed {background: #000 url("layout/reduce.png") no-repeat !important;background-position: 97% center !important;}
/*#filterwrap {display:none;}*/
#ct_searchHeader h1#ct_sh_title {/*position:absolute;top:0;*/}
.ct_filterSummary h3 {margin:2px 0;}
#ct_sc_listing {}

/* Product Page */
#ct_pd_product {width: 100%;}
.ct_pd_item {width: 100%;}

body #ct_pd_product #ct_pd_itemList .ct_pd_item_label {display: none;}
body #ct_pd_product #ct_pd_itemList .ct_pd_item_qtyAdd.ct_pd_item_label {display: block;}
div.ct_pd_item_price > span:nth-child(2) {
    margin: 0 0 30px 0px!important;
}

.ct_currencyCode {
    margin: 2px 0 0 70px;
}

.ct_pd_item_code {
    margin: 20px 10px 10px 0px;
}

#ct_pd_product {display: inline-block; margin:0 !important; background-color: #fff;}
#ct_pd_associatedProducts {
    max-width: 100%;
    width: 100%;
    margin: 0;
    clear: left;
}

#ct_pd_product_image {width:100%;float:right;margin: 50px 0 0 !important; min-height: 100px;}
/*#ct_pd_product_image img {max-width:100%;}*/
#ct_pd_product_name {position:absolute;top:0;left:0;margin:0 !important; font-size: 20px; font-weight: 700; text-align: center;}
#ct_pd_product_name, #ct_pd_bybrand, .productwrap, #clickandcollectavailable, #financescheme, #ct_pd_product_description, #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, #ct_pd_tabs, #ct_productReview {width:100% !important;margin:0 !important;}
#ct_pd_fblike {float:left; width: 100%; margin-left: 0;}
#finance, #cycle {width:49%;}
.prodtab {width:32.33%;padding:2%;font-size:11px;}
#ct_breadcrumbs, .prodcompare {display:none;}


.ct_pd_addWishlist_btn {margin:0 !important}
.ct_pd_addBasket, .ct_pd_addWishlist {clear:both !important;width:100%;margin:10px 0 0;}
body .ct_pd_item_qtyAdd .ct_pd_addBasket {
    float: left;
}
.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;*/}

#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, .qtywrap {
    display: block;
    width: 80% !important;
    margin:0!important;
    float: left!important;
}
.ct_pd_options_style label {
    display: block;
    float: left;
    margin: 16px 0;
    padding: 15px 0;
    width: 27%!important;
}
.ct_pd_item_qtyAdd.ct_pd_item_label > label {
    display: inline-block;
    float: left;
}
div.ct_pd_item_price {}
#ct_pd_product #ct_pd_allItems.clear {margin:0;}
.qtywrap {
    float: left;
    margin: 8px 0 0 !important;
}
.qtywrap input {width: auto;}
.ct_pd_item_qtyAdd {width:100% !important;}
.ct_pd_item_qtyAdd .ct_pd_addBasket, .ct_pd_item_qtyAdd .ct_pd_addWishlist {width: 200px;display: block;}
body .ct_pd_item_qtyAdd .ct_pd_addBasket {margin-left: -3px;}
.ct_pd_addBasket, .ct_pd_addWishlist {clear:both !important;width:100%;margin:10px 0 0;}
#ct_pd_optionsList select {width:45% !important;}

/*#ct_pd_optionsList select, .ct_pd_item_value {width:73%;}*/
.displayer {margin:8px 0 0 !important;}
.ct_b_item_qty input {float:none !important;}
#ct_pd_itemList #product_itemQty {left: -39%; position: relative;}
#ct_pd_itemList .ct_pd_item_price {}
.ct_pd_pi_main img{
    max-height: 250px;
    max-width: 250px;
}
/*footer */
/*contact Page*/
#ct_sitemap  #ct_sm_categories, #ct_sitemap  #ct_sm_brands, #ct_sitemap  #ct_sm_pages{
    width: 100%;
    float: none;
    display: block;
}

.ct_html_module {
    margin: 20px 10px;
}
.ct_mainContent h1, .ct_mainContent h2, .ct_mainContent h3, .ct_mainContent p{
    text-align: center;
}

#ct_basket.ct_mainContent p{ text-align: left}

.ct_html_module.imageright img, .ct_html_module.imageleft img {
    display: block;
    float: none;
    margin: 10px auto 20px;
    padding: 10px;
    width: 70%;
}

.ct_bm_list li img{ display: none!important;}
.ct_bm_list li {
  width: 100%;
  margin-top: 0 0 1% 0;
  border-bottom: solid #ccc 1px;
  float: left;
  padding: 5px;
}

.gc-contact {float: none; text-align: left; width: 70%;}
.ct_mainContent .gc-contact p {text-align: left;}

.storelocator-panel {display: none;}


}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px to 480px */

@media only screen and (min-width: 321px) and (max-width: 481px) {

/*body{background-color: lightblue }*/
#ct_template_wrapper > div {padding:0;}
.ct_homepage #ct_template_content_main {width:100% !important;float:left; margin: 15px 0 0;}
#ct_template_content_main {width:96% !important;margin:15px 2% 0;}
#ct_template_content_main.categorypage {width:96% !important; margin: 15px 2% 0;}
.ct_homepage #ct_template_content_right{width:100%;float:none;display:block;}
#ct_template_content_left {margin-bottom: 15px;width: 96%; padding-bottom: 0; margin: 0 2%;}
#ct_template_content_right {width: 96%; margin: 0 2%;}

/*hide desktop menu*/
#ct_template_header .slicknav_menu{ display: block;}
/*#ct_template_header .slicknav_menu > a {background: transparent url("tgc2015/mobile-menu.png") no-repeat scroll 0 8px;display: inline-block;height: 30px;max-width: 66px;padding: 10px 0 0;width: 100%;color: #fff; text-align: right;}*/
#ct_template_header .slicknav_menu > a {background: transparent url("tgc2015/mobile-menu.png") no-repeat scroll 50% 8px;display: inline-block;height: 30px;padding: 10px 0;width: 25%;}
#ct_template_header .slicknav_menu > a:hover {background: transparent url("tgc2015/mobile-menu-hover.png") no-repeat scroll 50% 8px;}
#ct_template_header .slicknav_menu > a span {display: none;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper{ display: none;}
#ct_template_header .ct_module.ct_categoryMenu{ display: none;}
.ct_template_header ul.ct_cm_menu {width: 100%;}
#mobile-nav{display:block;}

/*homebanner mobile hide*/
/*#ct_template_header { margin: 0 auto; min-height: 202px;}*/


/*.add-this*/

/*logo*/
#logo {width: 80%;}
#header_logo_desktop{ display: none;}
#header_logo_mobile { clear: both; display: block; padding: 5px 0 20px; text-align: center;  width: 100%;}
#header_logo_mobile div{ display: block; width: 300px; margin: 0 auto;}

/*responsponsive links*/


/*basket*/
#ct_template_header .ct_smallBasket {float: right;margin:0;}
.ct_smallBasket .ct_module_header {width: 50px;}
.ct_smallBasket > .ct_module_header > p span {display: none;}
.ct_smallBasket > .ct_module_header > a span {display: none;}


/*search*/


/*Home Slider*/
#home-slider ul ul {width: auto;  margin-top: -17%;}
#home-slider ul ul li:first-child {font-size: 25px; margin-bottom: 0;}
#home-slider ul ul li:last-child {display: none;}

/*Promo Boxes*/
.promo-box {margin-right: 2%;width: 49%;}
.promo-box:nth-child(2n+2) { margin-right: 0; }
.promo-box img {opacity: 1;}

/*Info Boxes*/
.info-box,
.info-box p {font-size: 12px;}
.info-box {width: 48%; margin: 0 1% 15px;}
/*.info-box:nth-child(2n+1) { margin-right: 0;}*/
#about-us {width: 100%;}
#about-us h3 {text-align: center}
#visit-us {margin: 0 2% 0 0;}
#mc_embed_signup_scroll input[type="submit"] {display: block;float: none;width: 100%;}

.footer_menu ul {margin: 0;}
#footer_around {background: none;}
#footer_about {background: none;}

#footer_touch.footer_menu {margin: 10px 2% 10px 0;}
#ct_template_footer > div {float: left; width: 68%; margin: 10px 2% 10px 0; padding: 5px; box-sizing:border-box;}
#ct_template_footer > div:last-of-type {width: 28%;}

/** __LOGIN **/
.ct_template_header .ct_loginLink { display: none}
.ct_template_header .ct_wishlistLink {display:none;}

#ct_template_header, #ct_template_content, #ct_template_footer {}
#ct_template_content_main {width:96% !important;float:left; margin: 15px 2% 0;}
.ct_homepage #ct_template_content_right {width:100%;float:right;clear:left;display:block !important;}
#ct_template_content_left {width:96%; margin: 0 2% 15px;padding-bottom:0;}
#ct_template_content_right {width: 96%; margin: 0 2%;}
.sitbottom {width: 75%; margin: 0 auto;}
.sitbottom h3 {text-align: center;}
#mc_embed_signup_scroll input[type="submit"] {float: none; width:100%;}

.catnamemenu {display:none !important;}
.ct_template_header.outer{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;}
#phone {display: none;}
#top-contact {margin-right: 0;}
#ct_template_header .ct_link_module, #ct_template_header .ct_html_module {width:25%;}

#ct_template_header .ct_html_toplinks ul {
    float: none;
    width: 100%;
}
#ct_template_header .ct_html_toplinks li:first-child{ display: inline-block;}
#ct_template_header .ct_html_toplinks li{display: inline-block; margin: 0 7%;}



#ct_template_header .ct_html_toplinks p{ display: none}
#ct_template_header .ct_html_toplinks {
    margin: 14px 0 20px 0;
    width: 100%;
}

#ct_template_header .ct_call { display: none;}
#ct_template_header #logo, #ct_template_header #logo-christmas {display: block;float: none;margin: 10px auto;max-width: 500px;padding: 0 15px;width: auto;}
#ct_template_header #phoneNumber {display: none;}
#navigationtop{float: left; position:relative;text-align: center;width: 100%;}
#ct_template_header #navigationtop > div {float: left; width: 25%; height: 62px; background: #ed8522; padding: 12px 0;box-sizing:border-box;}
#ct_template_header .ct_smallBasket {margin:0;padding:0;position: relative;right:0;top:0;width:auto;z-index:10; float: none;background:url('tgc2015/mobile-cart.png') no-repeat 0 5px transparent;border-radius:0;border:none;width: 100%;max-width: 60px;padding: 6px 0 0; height: 35px;text-align: right;}
#ct_template_header .ct_smallBasket:hover {background: url('/tgc2015/mobile-cart-hover.png') no-repeat 0 5px transparent;color:#000;}
#ct_template_header .ct_smallBasket:hover a, #ct_template_header .ct_smallBasket a:hover {color: #000;}
.ct_smallBasket .ct_module_header {margin:0;}
.ct_smallBasket .ct_module_header a {background: transparent;color:#fff;padding:0;font-weight: 400;display: inline-block;width:50px;}
#ct_template_header .ct_loginLink {margin:0;position:relative;top:0;right:0;text-align: center;z-index: 15;}
#ct_template_header .ct_loginLink a {background: transparent url("tgc2015/mobile-login.png") no-repeat scroll 50% 4px;color: #fff;display: inline-block;font-size: 1.1em;height: 35px;max-width: 70px;padding: 6px 0 0;text-align: right;width: 100%; text-indent: 120px;}
#ct_template_header .ct_loginLink a:hover {background: transparent url("tgc2015/mobile-login-hover.png") no-repeat scroll 50% 4px;color: #000; font-size: 0;}
#ct_template_header #navigationtop .ct_productSearch {background:#fff;border: 1px solid #ED8522;display:none;position: absolute;max-width:450px;width:100% !important;float:right;top:61px;border-radius:0;margin-right:0;padding:5px;right:0;z-index:10;height: auto;}
.search-button a {background: transparent url("tgc2015/mobile-search.png") no-repeat scroll 50% 6px;color: #fff;display: inline-block;height: 35px;padding: 10px 0 0;width: 50px;text-indent: -3000px;}
.search-button a:hover {background: transparent url("tgc2015/mobile-search-hover.png") no-repeat scroll 50% 6px;color: #000;}
.ct_ac_search_form {margin: 0;}
.ct_ps_for input {padding: 5px;}
.ct_ps_goSearch {margin-top: 3px;}

.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/icon-menu.png') no-repeat center 0 transparent;font-size:0; line-height: 30px; height: 30px;}
.ct_loginLink {position: relative; right: 0;}

#navigationtop .ct_ac_search .ct_module_header {background: url('layout/icon-search.png') no-repeat center 0 transparent; line-height: 30px; font-size: 0; height: 30px;}
.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:80%;}
.ct_ac_search_input input  {width:96% !important;margin:3px auto !important;}
.ct_ac_search2.ct_module.test {width:100% !important;background-color:#fff;}
.ct_ac_search_form {margin: 0;}

.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;}
#ct_pd_product_image { display: inline-block; float: none !important; margin: 80px 0 0 !important; max-width: 100% !important; min-height: 100px;}

/** __LOGIN **/
/**/#ct_login {}
#ct_login h1 {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;display:block;float:left;width: 100%;padding:0;margin:10px 0;border:0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
#ct_template_content_main .ct_module.ct_l_subcontainer {width: 100%;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {text-transform:uppercase;border:0;font-weight:bold;}
#ct_l_existing .submit {
    border: 0 none;
    bottom: auto;
    font-weight: bold;
    left: auto;
    position: relative;
    right: auto;
    text-transform: uppercase;
    top: auto;
}
#ct_l_existing {float:left;}
#ct_l_existing div{margin:7px auto;width:100%;}
#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: 98%;text-align: left;border:1px solid #ccc;zoom:1;*display: inline;padding:3px;height:40px;}
#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 {
    bottom: auto;
    left: auto;
    margin: 0 !important;
    overflow: auto;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
}
#guestcheckout {
    bottom: auto;
    left: auto;
    margin-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#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_r_other, #ct_r_billingAddress, #ct_r_personal{float: none; display: block; width: 100%}

#ct_register label, #ct_accountDetails label {width:100%;clear:both;}
input[type='text'], input[type='email'], input[type='password'], select {width:100%;clear:both;}
#customer_default_address_zip {width:90%;}
#customer_default_address_zip_search {width:8% !important;padding:5px 0 !important;}
#ct_accountOptions li {width:80%;}
#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_b_item_qty::before {content: "Qty:";float: left;left: -38px;position: absolute;top: 4px;}
#ct_b_cart td.ct_b_item_qty {float: left;left: 50%;margin-left: -33%;position: relative;top: 60px;}
#ct_b_cart td.ct_b_item_price::before {content: "Price:";float: left;left: -30px;position: absolute;top: 0;}
#ct_b_cart td.ct_b_item_price {float: left;left: 50%;margin-left: -36%;position: relative;top: 90px;width: 10%;}
#ct_b_cart td.ct_b_item_total::before {content: "Total:";float: left;left: -30px;position: absolute;top: 0;}
#ct_b_cart td.ct_b_item_total {float: left;left: 50%;margin-left: -36%;position: relative;top: 109px;width: 10%;}
#ct_b_cart td.ct_b_item_delete::before {content: "Delete:";float: left;left: -30px;position: absolute;top: -2px;}
#ct_b_cart td.ct_b_item_delete {float: left;left: 50%;margin-left: -36%;position: relative;top: 132px;}

/*#ct_b_cart td {width:100% !important;clear:both;float:left;text-align:left;margin:2px 0;padding:1%;background-color:#f3f3f3;border:0 !important;}*/
#ct_b_cart tr {display:block;border:1px solid #a5a5a5;overflow:auto;background-color:#f3f3f3;margin:2px 0 0; min-height:220px;}
#ct_b_cart tr:first-child {border:1px solid #a5a5a5;}
#ct_b_cart td.ct_b_item_img {display:block;width:30% !important;float:left;}
.ct_b_item_img img {width:100% !important;}
#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%;}
.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_b_lowerActions {width: 100%;}
#ct_b_lowerActions input {width: 100%;}
#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 {width:100% !important;text-align:center;}
.ct_ao_header {padding:5px 10px 30px !important;}
.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;}

div.ct_pd_item_price {}
#ct_pd_product #ct_pd_allItems.clear {margin:0;}
.qtywrap {
    float: left;
    margin: 8px 0 0 !important;
}

/* Category Page */
#ct_searchHeader h1#ct_sh_title {font-size: 18px; font-weight: 700; width: 100%;}
#ct_sh_description { width: 100%}
#ct_sh_img {float: none; width: 100%;}

/* 2 categories wide */
.ct_sc_listing_cat {width: 49%; margin: 10px 1% 30px 0;}
.ct_sc_listing_cat:nth-of-type(2n+2) {margin-right: 0;}

#ct_pd_product .prodtab {
    font-size: 11px;
    min-height: 30px;
    padding: 2%;
    width: 48%!important;
}

.ct_pl_product {
    float: none;
    width: 100% !important;
    margin-bottom: 30px;
}


#ct_pd_associatedProducts {
    max-width: 100%;
    width: 100%;
    margin: 0;
    clear: left;
}
/*
#ct_pd_product #ct_pd_itemList .ct_pd_item_label{
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0!important;
}
*/
div.ct_pd_item_price > span:nth-child(2) {
    margin: 0 0 30px 0px;
}

.ct_currencyCode {
    margin: 2px 0 0 70px;
}


#ct_pd_product #ct_social_bookmark {
    background: #fff none repeat scroll 0 0;
    float: none;
    margin: 0;
    width: 100%;
}



.ct_pd_item_code {
    margin: 20px 10px 10px 0px;
}

.ct_pl_product_view a {
    padding: 150px 0;
}
/*#ct_sh_img {
    float: right;
    margin: -30px 5px 20px 0;
    width: 80px;
}*/


.ct_searchFilters h4 {}


#ct_searchFilter {
    padding: 8px;
    text-align: center;
    width: 100%;
}
#ct_sf_sorter {float:none !important;}

#ct_searchResults_top, #ct_searchResults_bottom {
    clear: both;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 3px;
}
.ct_sr_p_last, .ct_sr_p_first {display:none !important;}
.ct_sr_paginate {display: none;}
#topcategory {overflow:hidden;}

#topcategory {
    overflow: auto;
    margin: 0px 9px;
    clear: both;
}

.ct_filterSummary li {width:100% !important;}
.btn.icon-remove {width:100% !important;margin:0 !important;}
#filteredby {background: #ce1e1e url("layout/expand.png") no-repeat;background-position:97% center !important;cursor:pointer; margin: 10px 0 0;}
.filteredcollapsed {background: #000 url("layout/reduce.png") no-repeat !important;background-position: 97% center !important;}

#ct_searchHeader{ margin: 10px 0 0;}





/*#filterwrap {display:none;}*/
#ct_searchHeader h1#ct_sh_title {/*position:absolute;top:0;*/}
.ct_filterSummary h3 {margin:2px 0;}

/* Product Page */
#ct_pd_product {display: inline-block; margin:0 !important; background-color: #fff; width: 100%;}
#ct_pd_product_image {width:100%;float:right;margin: 80px 0 0 !important; min-height: 100px;}

#ct_pd_product_name {position:absolute;top:0;left:0;margin:0 !important;  font-size: 18px; font-weight: 700; text-align: center;}
#ct_pd_product_name, #ct_pd_bybrand, .productwrap, #clickandcollectavailable, #financescheme, #ct_pd_product_description, #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, #ct_pd_tabs, #ct_productReview {width:100% !important;margin:0 !important;}
#ct_pd_fblike {float:left; width: 100%;margin-left: 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:0; margin-top: 10px;}

.ct_pd_item {width: 100%;}

body #ct_pd_product #ct_pd_itemList .ct_pd_item_label {display: none;}
body #ct_pd_product #ct_pd_itemList .ct_pd_item_qtyAdd.ct_pd_item_label {display: block;}

.ct_pd_item_qtyAdd .ct_pd_addBasket {
    float: none;
    margin: 0 auto !important;
    width: 100%;
}

.qtywrap input {width: auto;}
#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:100%;}
#ct_pd_optionsList select {width:63%;}
.displayer {margin:8px 0 0 !important;}
#ct_pd_itemList .ct_pd_item_price {/*position: unset;*/}

#ct_pd_optionsList label, #ct_pd_product #ct_pd_itemList .ct_pd_item_label, .quantity, .qtywrap {
    display: block;
    width: 70% !important;
    margin:0!important;
    float: left!important;
}


.ct_pd_addBasket, .ct_pd_addWishlist {clear:both !important;width:100%;margin:10px 0 0;}
/*
.ct_pd_item_availability {
    display: flex !important;
}
*/
.ct_pd_pi_main img{
    max-height: 250px;
    max-width: 250px;
}
/*contact Page*/
.contact-address {clear: both; float: none; width: 100%; position: relative;}

.page-box {width: 100% !important; clear: left !important;}


.ct_pd_pi_enlarge {
    clear: both;
    color: #000;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

#ct_sitemap  #ct_sm_categories, #ct_sitemap  #ct_sm_brands, #ct_sitemap  #ct_sm_pages{
    width: 100%;
    float: none;
    display: block;
}

.ct_html_module {
    margin: 20px 10px;
}
.ct_mainContent h1, .ct_mainContent h2, .ct_mainContent h3, .ct_mainContent p{
    text-align: center;
}

#ct_basket.ct_mainContent p{ text-align: left}


.ct_html_module.imageright img, .ct_html_module.imageleft img {
    display: block;
    float: none;
    margin: 10px auto 20px;
    padding: 10px;
    width: 90%;
}
.ct_bm_list li img{ display: none!important;}
.ct_bm_list li {
  width: 100%;
  margin-top: 0 0 1% 0;
  border-bottom: solid #ccc 1px;
  float: left;
  padding: 5px;
}

/*li.ct_associated_product {
    border: 1px solid red;
    margin: 0 50px;
    min-width: 180px;
}*/

.gc-contact {float: none; text-align: left; width: 100%;}
.ct_mainContent .gc-contact p {text-align: left;}

.storelocator-panel {display: none;}

.ct_wl_item {
  float: left;
  width: 50%;
}

.ct_wl_item:nth-child(5n+5) {clear: none;}
.ct_wl_item:nth-child(3n+3) {clear: left;}

} /* End Media Query */

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 321px) {
/*body{ background-color: orange}*/
#ct_template_wrapper > div {padding: 0;}
.ct_homepage #ct_template_content_main {width:100% !important;float:left; margin: 15px 0 0;}
#ct_template_content_main {width:96% !important;margin: 15px 2% 0;}
#ct_template_content_main.categorypage {width:96% !important;margin: 15px 2% 0;}
.ct_homepage #ct_template_content_right{width:96%;float:none;display:block;margin: 0 2%;}
#ct_template_content_left {margin-bottom: 15px;width: 96%; padding-bottom: 0; margin: 0 2%;}
#ct_template_content_right {width: 96%; margin: 0 2%;}

/*hide desktop menu*/
#ct_template_header .slicknav_menu{ display: block;}
/*#ct_template_header .slicknav_menu > a {background: transparent url("tgc2015/mobile-menu.png") no-repeat scroll 0 8px;display: inline-block;height: 30px;max-width: 66px;padding: 10px 0 0;width: 100%;color: #fff; text-align: right;}*/
#ct_template_header .slicknav_menu > a {background: transparent url("tgc2015/mobile-menu.png") no-repeat scroll 50% 8px;display: inline-block;height: 30px;padding: 10px 0;width: 25%;}
#ct_template_header .slicknav_menu > a:hover {background: transparent url("tgc2015/mobile-menu-hover.png") no-repeat scroll 50% 8px;}
#ct_template_header .ct_categoryMenu .ct_cm_wrapper{ display: none;}
#ct_template_header .ct_module.ct_categoryMenu{ display: none;}
.ct_template_header ul.ct_cm_menu {width: 100%;}
#mobile-nav{display:block;}

#ct_template_header #logo, #ct_template_header #logo-christmas  {display: block;float: none;margin: 10px auto;max-width: 500px;padding: 0 15px;width: auto;}
#ct_template_header #phoneNumber {display: none;}
#navigationtop{float: left; position:relative;text-align: center;width: 100%;}
#ct_template_header #navigationtop > div {float: left; width: 25%; height: 62px; background: #ed8522; padding: 12px 0;box-sizing:border-box;}
#ct_template_header .ct_smallBasket {margin:0;padding:0;position: relative;right:0;top:0;width:auto;z-index:10; float: none;background:url('tgc2015/mobile-cart.png') no-repeat 0 5px transparent;border-radius:0;border:none;width: 100%;max-width: 60px;padding: 6px 0 0; height: 35px;text-align: right;}
#ct_template_header .ct_smallBasket:hover {background: url('/tgc2015/mobile-cart-hover.png') no-repeat 0 5px transparent;color:#000;}
#ct_template_header .ct_smallBasket:hover a, #ct_template_header .ct_smallBasket a:hover {color: #000;}
.ct_smallBasket .ct_module_header {margin:0;}
.ct_smallBasket .ct_module_header a {background: transparent;color:#fff;padding:0;font-weight: 400;display: inline-block;width:50px;}
#ct_template_header .slicknav_menu > a span {display: none;}
.ct_smallBasket > .ct_module_header > a span {display: none;}
#ct_template_header .ct_loginLink {margin:0;position:relative;top:0;right:0;text-align: center;z-index: 15;}
#ct_template_header .ct_loginLink a {background: transparent url("tgc2015/mobile-login.png") no-repeat scroll 50% 4px;color: #fff;display: inline-block;font-size: 1.1em;height: 35px;max-width: 70px;padding: 6px 0 0;text-align: right;width: 100%; text-indent: 80px;}
#ct_template_header .ct_loginLink a:hover {background: transparent url("tgc2015/mobile-login-hover.png") no-repeat scroll 50% 4px;color: #000;}
#ct_template_header #navigationtop .ct_productSearch {background:#fff;border: 1px solid #ED8522;display:none;position: absolute;max-width:450px;width:100% !important;float:right;top:61px;border-radius:0;margin-right:0;padding:0;right:5px;z-index:10;height: auto;}
.search-button a {background: transparent url("tgc2015/mobile-search.png") no-repeat scroll 50% 6px;color: #fff;display: inline-block;height: 35px;padding: 10px 0 0;width: 50px;text-indent: -3000px;}
.search-button a:hover {background: transparent url("tgc2015/mobile-search-hover.png") no-repeat scroll 0 6px;color: #000;}
.ct_ac_search_form {margin: 0;}
.ct_ps_for input {padding: 5px;}
.ct_ps_goSearch {margin-top: 3px;}

/*#ct_template_header { margin: 0 auto; min-height: 202px;}*/

/*logo*/
#logo {width: 90%;}
#header_logo_desktop{ display: none;}
#header_logo_mobile { clear: both; display: block; padding: 5px 0 20px; text-align: center;  width: 100%;}
#header_logo_mobile div{ display: block; width: 300px; margin: 0 auto;}

/*responsponsive links*/

/*basket*/
#ct_template_header .ct_smallBasket {float: right;}
.ct_smallBasket .ct_module_header {width: 50px;}
.ct_smallBasket > .ct_module_header > p span {display: none;}

/*search*/

/*Home Slider*/
#home-slider ul ul {width: auto; margin-top: -17%;}
#home-slider ul ul li:first-child {font-size: 25px; margin-bottom: 0;}
#home-slider ul ul li:last-child {display: none;}

/*Promo Boxes*/
.promo-box {margin-right: 2%;width: 49%;}
.promo-box:nth-child(2n+2) { margin-right: 0; }
.promo-box img {opacity: 1;}

/*Info Boxes*/
.info-box,
.info-box p {font-size: 12px;}
.info-box {width: 100%;padding: 0;}
#visit-us {margin: 0;}
#mc_embed_signup_scroll input[type="submit"] {display: block;float: none;width: 100%;}

.footer_menu ul {margin: 0;}
#footer_around {background: none;}
#footer_about {background: none;}

#footer_touch.footer_menu {margin: 10px 2% 10px 0;}
#ct_template_footer > div {float: left; width: 68%; margin: 10px 2% 10px 0; padding: 5px; box-sizing:border-box;}
#ct_template_footer > div:last-child {width: 28%;}

/** __LOGIN **/
.ct_template_header .ct_loginLink { display: none}
.ct_template_header .ct_wishlistLink {display:none;}

#ct_template_header, #ct_template_content, #ct_template_footer {}
#ct_template_content_main {width:96% !important;float:left; margin: 15px 2% 0;}
.ct_homepage #ct_template_content_right {width:100%;float:right;clear:left;display:block !important;}
#ct_template_content_left {width:96%; margin: 0 2% 15px;padding-bottom:0;}
#ct_template_content_right {width: 96%; margin: 0 2%;}
.sitbottom {width: 75%; margin: 0 auto;}
.sitbottom h3 {text-align: center;}
#mc_embed_signup_scroll input[type="submit"] {float: none; width:100%;}

.catnamemenu {display:none !important;}
.ct_template_header.outer{background-image:none !important;}
.ct_template_header .ct_module, .ct_template_header .ct_link_module, .ct_template_header .ct_html_module {float: none;}
#ct_template_header .ct_link_module, #ct_template_header .ct_html_module {width:25%;}
#navigationtop {display:block;}
.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/icon-menu.png') no-repeat center 0 transparent;font-size:0; line-height: 30px; height: 30px;}
.ct_loginLink {position: relative; right: 0;}

#navigationtop .ct_ac_search .ct_module_header {background: url('layout/icon-search.png') no-repeat center 0 transparent; line-height: 30px; font-size: 0; height: 30px;}
.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:80%;}
.ct_ac_search_input input  {width:96% !important;margin:3px auto !important;}
.ct_ac_search_form {margin: 0;}

.ct_cm_menu {display:none;}
.ct_module.ct_categoryMenu {width:100% !important;float:left;clear:none !important;height:34px !important;}
#ct_pd_product_image {display: inline-block; float: none !important; margin: 80px 0 0 !important; max-width: 100% !important; min-height: 100px;}
/** __LOGIN **/
/**/#ct_login {}
#ct_login h1 {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;display:block;float:left;width: 100%;padding:0;margin:10px 0;border:0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
#ct_template_content_main .ct_module.ct_l_subcontainer {width: 100%;}
.ct_l_subcontainer p {margin:5px 0;}
.ct_l_subcontainer .submit {text-transform:uppercase;border:0;font-weight:bold;}
#ct_l_existing .submit {
    border: 0 none;
    bottom: auto;
    font-weight: bold;
    left: auto;
    position: relative;
    right: auto;
    text-transform: uppercase;
    top: auto;
}
#ct_l_existing {float:left;}
#ct_l_existing div{margin:7px auto;width:100%;}
#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: 98%;text-align: left;border:1px solid #ccc;zoom:1;*display: inline;padding:3px;height:40px;}
#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 {
    bottom: auto;
    left: auto;
    margin: 0 !important;
    overflow: auto;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
}
#guestcheckout {
    bottom: auto;
    left: auto;
    margin-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#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_r_other, #ct_r_billingAddress, #ct_r_personal{float: none; display: block; width: 100%}

#ct_register label, #ct_accountDetails label {width:100%;clear:both;}
input[type='text'], input[type='email'], input[type='password'], select {width:100%;clear:both;}
#customer_default_address_zip {width:90%;}
#customer_default_address_zip_search {width:8% !important;padding:5px 0 !important;}
#ct_accountOptions li {width:80%;}
#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_b_item_qty::before {content: "Qty:";float: left;left: -38px;position: absolute;top: 4px;}
#ct_b_cart td.ct_b_item_qty {float: left;left: 50%;margin-left: -33%;position: relative;top: 70px;}
#ct_b_cart td.ct_b_item_price::before {content: "Price:";float: left;left: -30px;position: absolute;top: 0;}
#ct_b_cart td.ct_b_item_price {float: left;left: 50%;margin-left: -36%;position: relative;top: 100px;width: 10%;}
#ct_b_cart td.ct_b_item_total::before {content: "Total:";float: left;left: -30px;position: absolute;top: 0;}
#ct_b_cart td.ct_b_item_total {float: left;left: 50%;margin-left: -36%;position: relative;top: 119px;width: 10%;}
#ct_b_cart td.ct_b_item_delete::before {content: "Delete:";float: left;left: -30px;position: absolute;top: -2px;}
#ct_b_cart td.ct_b_item_delete {float: left;left: 50%;margin-left: -36%;position: relative;top: 142px;}

/*#ct_b_cart td {width:100% !important;clear:both;float:left;text-align:left;margin:2px 0;padding:1%;background-color:#f3f3f3;border:0 !important;}*/
#ct_b_cart tr {display:block;border:1px solid #a5a5a5;overflow:auto;background-color:#f3f3f3;margin:2px 0 0; min-height: 220px;}
#ct_b_cart tr:first-child {border:1px solid #a5a5a5;}
#ct_b_cart td.ct_b_item_img {display:block;width:30% !important;float:left;}
.ct_b_item_img img {width:100% !important;}
#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%;}
.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_b_lowerActions {width: 100%;}
#ct_b_lowerActions input {width: 100%;}
#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 {width:100% !important;text-align:center;}
.ct_ao_header {padding:5px 10px 30px !important;}
.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;}

div.ct_pd_item_price {}
#ct_pd_product #ct_pd_allItems.clear {margin:0;}
.qtywrap {
    float: left;
    margin: 8px 0 0 !important;
}


/* Category Page */
/* 1 categories wide */
.ct_sc_listing_cat {width: 49%; margin: 10px 1% 30px 0;}
.ct_sc_listing_cat:nth-of-type(2n+2) {margin-right: 0;}
#ct_searchHeader h1#ct_sh_title {font-size: 18px; font-weight: 700; width: 100%;}
#ct_sh_description { width: 100%}
#ct_sh_img {/*float: none; width: 100%;*/display: none;}

#ct_pd_product .prodtab {
    font-size: 11px;
    min-height: 30px;
    padding: 2%;
    width: 48%!important;
}

.ct_pl_product {
    float: none;
    margin: 0 auto 30px !important;
    min-height: 335px;
    padding: 2% 12%;
    width: 94% !important;
}

body #ct_pd_product #ct_pd_itemList .ct_pd_item_label{display: none;}
body #ct_pd_product #ct_pd_itemList .ct_pd_item_qtyAdd.ct_pd_item_label {display: block;}
.ct_pd_item_qtyAdd.ct_pd_item_label {width: 50%;}
div.ct_pd_item_price > span:nth-child(2) {margin: 0 0 30px 0; }

.ct_currencyCode {
    margin: 2px 0 0 70px;
}

#ct_pd_product #ct_social_bookmark {
    background: #fff none repeat scroll 0 0;
    float: none;
    margin: 0;
    width: 100%;
}

/*.ct_pd_item_code {margin: 0px;}*/
.ct_pl_product_view a {padding: 150px 0;}


/*#ct_sh_img {
    float: right;
    margin: -30px 5px 20px 0;
    width: 80px;
}*/
#ct_searchFilter { padding: 8px; text-align: center; width: 100%;}

.ct_searchFilters h4 {}
#ct_searchFilter {width:100%;text-align:center;}

#ct_sf_sorter {float:none !important;}
#ct_searchResults_top, #ct_searchResults_bottom {
    clear: both;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 3px;
}

.ct_sr_p_last, .ct_sr_p_first {display:none !important;}
.ct_sr_paginate {display: none;}
#topcategory {overflow:hidden;}
#topcategory { overflow: auto; margin: 0px 9px; clear: both;}

.ct_filterSummary li {width:100% !important;}
.btn.icon-remove {width:100% !important;margin:0 !important;}
#filteredby {background: #ce1e1e url("layout/expand.png") no-repeat;background-position:97% center !important;cursor:pointer; margin: 10px 0 0;}
.filteredcollapsed {background: #000 url("layout/reduce.png") no-repeat !important;background-position: 97% center !important;}

#ct_searchHeader{ margin: 10px 0 0;}

/*#filterwrap {display:none;}*/
#ct_searchHeader h1#ct_sh_title {/*position:absolute;top:0;*/}
.ct_filterSummary h3 {margin:2px 0;}

/* Product Page */
#ct_pd_product {margin:0 !important; background-color: #fff;width: 100%;}
#ct_pd_associatedProducts {
    max-width: 100%;
    width: 100%;
    margin: 0;
    clear: left;
}
#ct_pd_product_image {width:100%;float:right;margin: 80px 0 0 !important; min-height: 100px;}

#ct_pd_product_name {position:absolute;top:0;left:0;margin:0 !important;  font-size: 18px; font-weight: 700; text-align: center;}
#ct_pd_product_name, #ct_pd_bybrand, .productwrap, #clickandcollectavailable, #financescheme, #ct_pd_product_description, #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, #ct_pd_tabs, #ct_productReview {width:100% !important;margin:0 !important;}
#ct_pd_fblike {float:left; width: 100%;margin-left: 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-top: 10px;}
.ct_pd_item_qtyAdd .ct_pd_addBasket { float: none; margin: 0 auto !important; width: 100%;}

#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:100%;}
#ct_pd_optionsList select {width:63%;}
.displayer {margin:8px 0 0 !important;}
#ct_pd_itemList .ct_pd_item_price {/*position: unset;*/}

#ct_pd_optionsList label, #ct_pd_product #ct_pd_itemList .ct_pd_item_label, .quantity, .qtywrap {
    display: block;
    width: 50% !important;
    margin:0!important;
    float: left!important;
}
.ct_pd_item {width: 100%;}
.qtywrap input {width: auto;}
/*.ct_pd_item_availability {
    display: flex !important;
}*/
.ct_pd_pi_main img{
    max-height: 250px;
    max-width: 250px;
}
/*contact Page*/
.contact-address {clear: both; float: none; width: 100%; position: relative;}

.page-box {width: 100% !important; clear: left !important;}

.ct_pd_pi_enlarge {
    clear: both;
    color: #000;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

#ct_sitemap  #ct_sm_categories, #ct_sitemap  #ct_sm_brands, #ct_sitemap  #ct_sm_pages{
    width: 100%;
    float: none;
    display: block;
}

.ct_html_module {
    margin: 20px 10px;
}
.ct_mainContent h1, .ct_mainContent h2, .ct_mainContent h3, .ct_mainContent p{
    text-align: center;
}

#ct_basket.ct_mainContent p{ text-align: left}


.ct_html_module.imageright img, .ct_html_module.imageleft img {
    display: block;
    float: none;
    margin: 10px auto 20px;
    padding: 10px;
    width: 90%;
}
.ct_bm_list li img{ display: none!important;}
.ct_bm_list li {
  width: 100%;
  margin-top: 0 0 1% 0;
  border-bottom: solid #ccc 1px;
  float: left;
  padding: 5px;
}

.gc-contact {float: none; text-align: left; width: 100%;}
.ct_mainContent .gc-contact p {text-align: left;}

.storelocator-panel {display: none;}

.ct_wl_item {
  float: left;
  width: 50%;
}

.ct_wl_item:nth-child(5n+5) {clear: none;}
.ct_wl_item:nth-child(3n+3) {clear: left;}

} /* 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;*/}/**
 * 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;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*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(tgc2015/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 {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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: #666;
	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: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(tgc2015/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(tgc2015/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* 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(tgc2015/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(tgc2015/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: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}/* ---------------------------------
    STORE LOCATOR STYLES
  --------------------------------*/

#map {
  height: 600px;
}

#map-canvas {
  height: 771px;
  display:block;
  border:1px solid #333;
}

.storelocator-panel {
  width: 300px;
  float: left;
  margin: 0 20px 20px 20px;
}

#address {padding: 5px;}

/* STORE SEARCH */

.location-search {margin:10px;}
.location-search h4,
.location-search input {
  display:inline-block;
  font-size: 1.3em;
  margin: 0 10px 0 0;
}
.location-search input {padding:3px 5px; max-width:140px;}

.feature-filter {
  margin: 0 0 10px;
  padding-bottom: 15px; 
  border-bottom:2px dotted #000
}
.feature-filter label {
  width: 130px;
  padding: 0;
  margin: 0 10px 0;
  color: #666;
  font-size: 1.1em;
}
.feature-filter label:hover {
  cursor:pointer;
  color:#f69525;
}

.feature-filter input[type="checkbox"]{
  margin: 0 5px;
}



/* STORES */

.features li {
  display:inline-block;
  margin-right:10px;
  color: #666;
  font-size: 0.8em;
}
.store .action {
  margin: 5px 10px 5px 0;
}


/* STORES in PANEL */

.store-list,
.features {
  list-style:none;
  padding:0;
  margin:0;
}
.store-list .store {
  margin: 0;
  padding: 5px 15px;
  min-height:30px;
}
.store-list .store .store {
  position:relative;
  margin: 0;
  padding: 0;
}
.store-list > .store:hover {
  background:#f69525;
  cursor:pointer;
  color: #fff;
  /*text-shadow: 0 1px 0 #fac07e;*/
  background-color: #f69525;
  -webkit-box-shadow: 0 2px 3px #999;
 -moz-box-shadow: 0 2px 3px #999;
  box-shadow: 0 2px 3px #999;
}
.store-list .store:hover .title,
.store-list .store:hover li {
  color:#333;
  text-shadow: 0 1px 0 #fac07e;
}
.store-list .store:hover .phone {
  font-weight:bold
}
.store-list .store:hover .store:after {
  content: ">";
  position:absolute;
  top: 50%;
  margin-top: -16px;
  right: 5px;
  font-size: 30px;
  font-weight:bold;
  font-family: monospace;
  color:#fff;
}
.store-list .title {
  font-weight:bold;
  font-family: Times New Roman, Times, serif;
  font-size: 1.2em;
  color:#333;
}
.store-list .store:hover .store:after {
 /* transparency trick: the shadow display behind the text */
 color: rgba(255,255,255,0.8); /* #fff */
 font-weight:bold;
 text-shadow: 1px 1px #eb8c2d, 0 0 1px #333;
 -webkit-background-clip: text;
    -moz-background-clip: text;
         background-clip: text;
}
.store-list .address {
  display:none;
}

/* STORE INFO BUBBLE in MAP */

#map-canvas .store {
  display:block;
  width:320px!important;
}
#map-canvas .store .title {
  font-size: 1.5em;
}
#map-canvas .store .address {
  width:50%;
}
#map-canvas .store .phone,
#map-canvas .store .hours,
#map-canvas .store .manager {
  position:absolute;
  right: 0;
  width: 45%;
}
#map-canvas .store .phone {
  top:33px;
  font-weight:bold;
  font-size: 12px;
  color: #666;
}
#map-canvas .store .manager {
  top:55px;
  font-size: 13px;
  color: #666;
}
#map-canvas .store .hours {
  top:75px;
  font-size: 12px;
  color: #666;
}
#map-canvas .store .action {
  position:relative;
  bottom: 0;
  margin-top: 10px;
}

.name {
  background: #1a1a1a url("/template/icn_star.png") no-repeat scroll 5px center;
  color: #fff;
  margin: 0;
  padding: 5px 15px 5px 30px;
  text-align: left;
  text-transform: capitalize;
}

.opening ~ ul {
  list-style: outside none none;
  min-width: 180px;
  padding: 0;
}
.opening ~ ul li {}

.time {float: right;}
.emp {font-weight: 700;}

.stores {text-align: center;}

.store {
  display: inline-block;
  text-align: center;
  width: 310px;
  margin: 10px 5px;
  vertical-align: top;
}

.store h3 {
  background: #1a1a1a url("/template/icn_star.png") no-repeat scroll 5px center;
  color: #fff;
  margin: 0;
  padding: 5px 15px 5px 30px;
  text-align: left;
  text-transform: capitalize;
}
.store h4 {
  margin-left: 69%;
  text-align: left;
}
.store ul {
  width: 69%;
  text-align: left;
  list-style: none;
  padding: 0;
  float: left;
}

.store ul:first-of-type {float: left; padding-top: 28px;}
.store ul:last-of-type {width: 30%; }/* Old as Andy left it on the Friday before he went away */
/*
.ct_mainContent td a {
  color: #000;
  display: inline-block;
}

.hider {
	max-width: 100px;
	max-height: 100px;
	margin-right: 30px;
	display: none;
}
*/
/* As of Thursday trying to figure out who fixed what */
.ct_mainContent td a {
  color: #000;
  display: inline-block;
  width:25%;
}

.product {
	width:25% !important;
	display:inline-block !important;
}

.hider {
	width:100% !important;
	max-width:auto !important;	
}

.ct_pd_pi_mainImage {
	/*max-width:100% !important;*/
}

#ct_prod_img_table {
width:100%;
}

.ct_pd_pi_main {
	width:100% !important;
}

.ct_pd_pi_main a:first-child {
	width:100% !important;	
}body.christmas {
  background: rgba(0, 0, 0, 0) url("/tgc2015/bg-christmas.png") repeat-x scroll 0 0;
}

body.christmas .ct_loginLink,
body.christmas #phoneNumber .ct_module_header {color: #fff;}
body.christmas #ct_template_header #phoneNumber {color: #fff;}
body.christmas #navigationtop .ct_loginLink a {color: #fff;}
/*
#ct_template_header.christmas {
  background: rgba(0, 0, 0, 0) url("/tgc2015/bg-christmas.png") repeat-x scroll 0 0;
}

#ct_template_header.christmas .ct_loginLink,
#ct_template_header.christmas #phoneNumber .ct_module_header {color: #fff;}
#ct_template_header.christmas #ct_template_header #phoneNumber {color: #fff;}
#ct_template_header.christmas #navigationtop .ct_loginLink a {color: #fff;}
*/