/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */
@import '_h5bp.css';

/*
 * Visual Style Guide styles
 * Remove if you prefer to use a CSS library, like Bootstrap
 */
@import 'components/components.css';

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 100%;
}

body.open {
  overflow: hidden;
}

.app-bar {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F05A28;
  overflow: hidden;
  z-index: 1;
}

.app-bar-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}

.app-bar.open,
.app-bar.open ~ banner,
.app-bar.open ~ main {
  -webkit-transform: translate(250px, 0);
          transform: translate(250px, 0);
}

.app-bar .logo {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2em;
  line-height: 63px;
    margin: 0px 15px 0 0px;
  padding: 0;
  color: #fefefe;
  float: none;
  max-width: none;
  font-weight: 300;
  display: initial;
  min-width: 430px;
}

.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  width:100%;
  display:block;
  background: url('/img/mobile/header.png');
background-repeat: no-repeat;
background-position: 0 50%;
}

.app-bar-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}

.app-bar button {
  width: 63px;
  height: 63px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent;
}

.app-bar button img {
  height: 24px;
  width: 24px;
}

.app-bar button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.app-bar button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0;
}

.app-bar button:active {
  background-color: rgba(255, 255, 255, 0.4);
}

.promote-layer {
  /*
  This may promote the layer to a composited
  layer.

  Replace with will-change when available

  #perfmatters
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.base,
p,
ul,
ol {
  font-size: 18px;
}

.navdrawer-container {
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  background-color: rgb(242, 122, 82);
  color: #fefefe;
  -webkit-transform: translate(-250px, 0);
          transform: translate(-250px, 0);
  overflow-y: auto;
}

.navdrawer-container.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.app-bar,
.navdrawer-container.opened,
banner,
main {
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.navdrawer-container h4,
.navdrawer-container ul li a {
  height: auto;
  padding: 11px 20px;
  line-height: 26px;
  border-radius: 3px;
  border-radius: 3px;  
}

.navdrawer-container ul li a {
  height: auto;
  padding: 18px 20px;
  border-radius: 3px;
  border-radius: 3px;  
}

.navdrawer-container h4 {
  background-color: white;
  color: #F05A28;
}

.navdrawer-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navdrawer-container ul li a {
  display: block;
  text-decoration: none;
  color: white;
  -webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  white-space: nowrap;
}

.navdrawer-container ul li {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: white;
  padding: 0;
}

.navdrawer-container ul li::before {
  content: none;
}

.navdrawer-container ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.navdrawer-container ul li a:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0;
}

.navdrawer-container ul li a:active {
  background-color: rgba(255, 255, 255, 0.8);
}

main {
  margin: 0 auto;
  /* Height of the header */
  /* padding: 16px 16px 16px 16px; */
  min-height: 100%;
}

banner {
  margin: 0 auto;
  padding: 63px 0px 0px 0px;
  min-height: auto;
}
banner img{ width:100%; height:auto;}

/************ MY CSS STYLE ***********************/
.m_button-container {
    position: relative;
    margin: auto;
	top: 35px;
    width:100%;
    cursor:pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.m_button-overlay {
    position: absolute;
    top:0;
    left:0;
    font-size: 15px;
    color: #E5E5E5;
    text-align: center;
    width: 100%;
    height: 100%;
}
.m_button-overlay span {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	min-width: 45%;
	background-color: black;
	padding: 1px;
	border: 2px solid #fff;
	border-radius:4px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
}
label#m_label {
    padding: 10px 0;
	  display: block;
	  cursor: pointer;
	  position: relative;
	  padding-left: 31px;
	  font-size: 18px;
	  font-family: Calibri;
	  /*border-bottom: 1px solid #efefef;*/
	  border-top: 1px solid #efefef;
	  clear:both;
}
input[type=radio] {
    display: none;
}
input[type=checkbox] {
    display: none;
}
label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    bottom: 13px;
    background-color: #fff;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.radio label:before {
    border-radius: 36px;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    color: #00b600;
	text-indent: 3px;
    font-size: 30px;
    text-align: center;
    line-height: 16px;
}
input[type=radio]:checked + label:before {
    content: "\2713";
    color: #00b600;
	text-indent: 3px;
    font-size: 30px;
    text-align: center;
    line-height: 16px;
}


.m_grey { background-color:#efefef; color:#4b4b4b;  min-height: 66px; border-bottom:3px solid white;}
.m_grey_1 { background-color:#cbcccd;}
.m_grey_2 { background-color:#efefef;}
.m_white { background-color:#fff;border-bottom:3px solid white;}
.m_button {text-decoration:none; color:white;display:block;}
.m_button:hover { color:white;}
.m_button:visited { color:white; }
#m_pricedescription { padding:40px;min-height:30px; /*font-family: calibri;*/}
#m_price {font-size: 48px; line-height: 56px;}
#m_subtitle {   font-size: 44px; line-height: 46px; }
#m_productdescription {padding:25 50px; font-family: calibri;font-size:32px;line-height: 36px; }
#m_pricedescription ul,#m_productdescription ul {font-size: 24px!important;
-webkit-margin-before: 0.1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 20px;}
.m_pd_title{padding:15 20px 15px 50px; font-family: calibri;font-size:28px;line-height: 28px; }
.m_pd_title .format_chosen, .m_pd_title .style_chosen, .m_pd_title .page_chosen, .m_pd_title .size_chosen {font-size: 18px; font-weight: bold; color:rgb(145, 145, 145); max-width:165px; max-height:30px; overflow:hidden;}

.m_radio_options{  padding: 0 15px 0 15px; font-family: calibri;font-size:30px;line-height: 30px; }

.m_button-overlay #pbc { background-color: #F05A28; }
.m_button-overlay #pbc:hover { background-color: rgb(242, 122, 82); }

.m_button-overlay .m_button_inactive { background-color: #a7a7a7!important; }
.m_button-overlay .m_button_inactive:hover { background-color: #a7a7a7!important; }

table#index_actions td {width:33%;}

/*         TABLE PRODUCT PAGES      */
table#product_info tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}
table#product_info tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}
table#product_info {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 100%;
}
table#product_info tr td,
table#product_info tr td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 2px;
	font-size: 24px;
}
table#product_info tr td:first-child,
table#product_info tr td:first-child {
    border-left: 1px solid #eee;
}
table#product_info tr td:first-child,
table#product_info tr td:first-child {
    border-left: 1px solid #eee;
}
table#product_info:first-child tr:first-child td:first-child {
	text-align: center;
    font-size: 28px;
}
table#product_info tr td {
    background: #fff;
    text-align: left;
}
table#product_info.Info tr td,
table#product_info.Info tr:first-child td
{
    border-top: 1px solid #eee;
}
/* top-left border-radius */
table#product_info tr:first-child td:first-child,
table#product_info.Info tr:first-child td:first-child {
    border-top-left-radius: 6px;
}
/* top-right border-radius */
table#product_info tr:first-child td:last-child,
table#product_info.Info tr:first-child td:last-child {
    border-top-right-radius: 6px;
}
/* bottom-left border-radius */
table#product_info tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
/* bottom-right border-radius */
table#product_info tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
td {width:60%;padding:0px}
td#tdsec {width:40%;}
/*         END OF TABLE PRODUCT PAGES      */

@media all and (max-width: 795px) {
#m_pricedescription { padding:30px!important;}
#m_price {font-size: 38px!important; line-height: 46px!important;}
#m_subtitle {   font-size: 34px!important; line-height: 40px!important; }
#m_productdescription {padding:20 40px!important;font-size:28px!important;line-height: 30px!important; }
#m_pricedescription ul,#m_productdescription ul {font-size: 24px!important;
-webkit-margin-before: 0.1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 20px;}
table#product_info tr td,table#product_info tr td {font-size: 16px;}
table#product_info:first-child tr:first-child td:first-child {font-size: 18px;}
}
@media all and (max-width: 605px) {
#m_pricedescription { padding:20px!important;}
#m_price {font-size: 32px!important; line-height: 36x!important;}
#m_subtitle {   font-size: 30px!important; line-height: 32px!important; }
#m_productdescription {padding:15 30px!important;font-size:20px!important;line-height: 32px!important; }
#m_pricedescription ul,#m_productdescription ul {font-size: 18px!important;
-webkit-margin-before: 0.1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 20px;}
table#product_info tr td,table#product_info tr td {font-size: 15px;}
table#product_info:first-child tr:first-child td:first-child {font-size: 17px;}
}
@media all and (max-width: 500px) {
#m_pricedescription { padding:10px!important;}
#m_price {font-size: 22px!important; line-height: 22x!important;}
#m_subtitle {   font-size: 20px!important; line-height: 23px!important; }
#m_productdescription {padding:10 20px!important; font-size:18px!important;line-height: 20px!important;}
#m_pricedescription ul,#m_productdescription ul {font-size: 16px!important;
-webkit-margin-before: 0.1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 20px;}
table#product_info tr td,table#product_info tr td {font-size: 14px;}
table#product_info:first-child tr:first-child td:first-child {font-size: 16px;}
}
/** Larger Screens - desktops and tablets **/
@media all and (max-width: 990px) {
.main-content {
	padding-top:60px!important;
	
  }
}

@media all and (min-width: 990px) {
  .app-bar {
    position: relative;
  }

  .app-bar.open,
  .app-bar.open ~ banner,
  .app-bar.open ~ main {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }

  .app-bar-container {
    display: block;
    height: 63px;
    max-width: 864px;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: #F05A28;	
  }

  .app-bar .logo {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 63px;
    font-size: 46px;
	min-width: 430px;
	
  }

  .app-bar-actions {
    float: right;
  }

  .app-bar::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  button.menu {
    display: none;
  }

  .navdrawer-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: none;
            transition: none;
    overflow-y: auto;
  }

  .navdrawer-container h4 {
    display: none;
  }

  .navdrawer-container ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 864px;
    margin: 0 auto;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navdrawer-container ul li {
    border: none;
  }

  main {
    max-width: 864px;
    padding-top: 0;
    min-height: initial;
  }
  banner {
    max-width: 864px;
    padding-top: 0;
    min-height: initial;
  }

  body {
    overflow-y: scroll;
  }
}

@media all and (max-width: 530px) {.app-bar .logo {min-width: inherit;} .app-bar .logo a { background-size: 100% auto; }}
@media all and (max-width: 430px) {.app-bar .logo {min-width: inherit;} .app-bar .logo a { background-size: 100% auto; }}




@media all and (min-width: 990px) {
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(/css/mobile/fonts/RobotoCondensed-Light.eot);
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/css/mobile/fonts/RobotoCondensed-Light.eot) format('embedded-opentype'), url(/css/mobile/fonts/RobotoCondensed-Light.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(/css/mobile/fonts/RobotoCondensed-Regular.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/css/mobile/fonts/RobotoCondensed-Regular.eot) format('embedded-opentype'), url(/css/mobile/fonts/RobotoCondensed-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/css/mobile/fonts/RobotoCondensed-Bold.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Bold'), url(/css/mobile/fonts/RobotoCondensed-Bold.eot) format('embedded-opentype'), url(/css/mobile/fonts/RobotoCondensed-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(/css/mobile/fonts/RobotoCondensed-LightItalic.eot);
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(/css/mobile/fonts/RobotoCondensed-LightItalic.eot) format('embedded-opentype'), url(/css/mobile/fonts/RobotoCondensed-LightItalic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(/css/mobile/fonts/RobotoCondensed-Italic.eot);
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(/css/mobile/fonts/RobotoCondensed-Italic.eot) format('embedded-opentype'), url(/css/mobile/fonts/RobotoCondensed-Italic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(/css/mobile/fonts/RobotoCondensed-BoldItalic.eot);
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(/css/mobile/fonts/RobotoCondensed-BoldItalic.eot) format('embedded-opentype'), url(/css/mobile/fonts/RobotoCondensed-BoldItalic.woff) format('woff');
}


.blockPage  {border-radius:50%!important;}
 
 
 .main-content {clear:both;padding:10px;}
.css_form input[type=text],.css_form input[type=tel], .css_form textarea,.css_form input[type=password],.css_form input[type=email], .css_form select {padding:5px;width:100%!important; margin-bottom:10px; border-radius:4px;font-size:20px;}
.css_form input[type=submit], .mobile_button {font-size:20px;padding:10px;min-width:99%;background: rgb(242, 122, 82);color: #fff;font-family: tahoma,geneva,algerian; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;border: 1px solid #999;}
.mobile_button {text-decoration:none; color:white;}
.mobile_button:visited {color: white;}
.title14{font-weight: bold;}
.resize {
background-repeat:no-repeat;
background-position: 15px 19px;
background-image:url('/img/ad.png');
height: 40px;overflow:hidden;
-webkit-transition: height 0.3s ease-in-out, background-color 0.3s;
-o-transition: height 0.3s ease-in-out, background-color 0.3s;
-moz-transition: height 0.3s ease-in-out, background-color 0.3s;
transition: height 0.3s ease-in-out, background-color 0.3s;}
.hover {-webkit-transition: height 1.2s ease-in-out, background-color 1.2s;
-o-transition: height 1.2 ease-in-out, background-color 1.2s;
-moz-transition: height 1.2s ease-in-out, background-color 1.2s;
transition: height 1.2s ease-in-out, background-color 1.2s;}
.fieldgroup  span.error {color:red;font-weight:bold;}		 

/* voucher page */
.buttons div {text-align:center; padding: 15 50px;font-family: calibri;font-size: 30px;line-height: 30px;}
.voucher_next{width: 221px;}
.voucherbody .cart {  width: 175px!important;border-radius:4px;}
.voucherbody .vouchergroup { margin-bottom:0px!important;}
.voucherbody .buttons {width:100%;}
.voucherbody .next{margin-right:0px}

.vouchergroup>label {display:block;clear: both; overflow: hidden;}
.voucher_content{
	height:0px; width: 100%; opacity:0; float:left;	overflow:hidden;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#HOTDEAL:checked + .HOTDEAL_content,
#CHRISTMAS:checked + .CHRISTMAS_content,
#GIFTCARD:checked + .GIFTCARD_content,
#PB:checked + .PB_content,
#DD:checked + .DD_content,
#LAYFLAT:checked + .LAYFLAT_content,
#PROLAYFLAT:checked + .PROLAYFLAT_content,
#CANVAS:checked + .CANVAS_content,
#ACRYLIC:checked + .ACRYLIC_content,
#CALENDAR:checked + .CALENDAR_content,
#FBCAL:checked + .FBCAL_content,
#STORYBOOK:checked + .STORYBOOK_content,
#RECIPEBOOK:checked + .RECIPEBOOK_content,
#SPECIALITYBOOK:checked + .SPECIALITYBOOK_content,
#KIDSCOLLECTION:checked + .KIDSCOLLECTION_content,
#PHOTOPR:checked + .PHOTOPR_content,
#CLPHOTOPR:checked + .CLPHOTOPR_content,
#GIFT:checked + .GIFT_content,
#CUTTINGBOARD:checked + .CUTTINGBOARD_content,
#GREETINGCARDS:checked + .GREETINGCARDS_content,
#PICTUREKEEPER:checked + .PICTUREKEEPER_content,
#SERVICE:checked + .SERVICE_content,
#METAL:checked + .METAL_content,
#GLASS:checked + .GLASS_content,
#PBPRO:checked + .PBPRO_content
{ height: auto;opacity:1;}
.vouchergroup>input[type="checkbox"] {display: none;}
.voucherbody .vouchergroup .voucher {margin-top: 5px;}
.fieldgroup  label#m_label{border-bottom: 0px solid transparent!important;}

/* ****************** INDEX PAGE ****************** */
.ic {margin:0 auto;   width: 100%;}
.ic tr {border-bottom: 3px solid transparent; }
.ic img{ width:100%; height:auto; background-color:light-grey; z-index:999999;
-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
}
.m_button {padding:5px;}
.image-overlay {
    position: absolute;
    top:0;
    left:0;
    font-size: 15px;
    color: #E5E5E5;
    text-align: center;
    width: 100%;
    height: 100%;
}
.image-overlay span {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	min-width: 45%;
	background-color: black;
	border: 3px solid #fff;
	border-radius:4px;
	
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.75);
}

.image-overlay #so { background-color: #3862b3; }
.image-overlay #so:hover { background-color: #4f79cb; }
.image-overlay #pb { background-color: #695e6d; }
.image-overlay #pb:hover { background-color: #817187; }
.image-overlay #pbl { background-color: #aecdd2; }
.image-overlay #pbl:hover { background-color: #d7edf1; }
.image-overlay #wa { background-color: #268083; }
.image-overlay #wa:hover { background-color: #4b999c; }
.image-overlay #canv { background-color: #95a43b; }
.image-overlay #canv:hover { background-color: #acbd45; }
.image-overlay #acr { background-color: #5598cb; }
.image-overlay #acr:hover { background-color: #77add7; }
.image-overlay #pr { background-color: #d79931; }
.image-overlay #pr:hover { background-color: #e1a43e; }
.image-overlay #card { background-color: #b61835; }
.image-overlay #card:hover { background-color: #c12542; }
.image-overlay #ma { background-color: #ff125c; }
.image-overlay #ma:hover { background-color: #ff3574; }
.image-overlay #cb { background-color: #a03b34; }
.image-overlay #cb:hover { background-color: #b95a53; }
.image-overlay #ca { background-color: #268080; }
.image-overlay #ca:hover { background-color: #409c9c; }
.image-overlay #pg { background-color: #6e809a; }
.image-overlay #pg:hover { background-color: #8192aa; }
.image-overlay #chg { background-color: #a2a7ad; }
.image-overlay #chg:hover { background-color: #cacdd1; }
.image-overlay #phg { background-color: #000; }
.image-overlay #phg:hover { background-color: #2c2c2c; }
.image-overlay #kc { background-color: #8b1a30; }
.image-overlay #kc:hover { background-color: #a23247; }

.img-container {
    position: relative;
    margin: auto;
    width:100%;
    cursor:pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.img-container img {
    display: block;
	width:100%;height:100%;
}
.m_button {text-decoration:none; color:white;display:block;}
.m_button:hover { color:white;}
.m_button:visited { color:white; }

#index_actions {width:100%;text-align:center;border-collapse:collapse;font-size:21px;color:#797a7d}
#index_actions a {text-decoration:none; color:#797a7d}
#index_actions a:visited {color:#797a7d}

/* ****************** PRODUCT PAGES ****************** */
.format_chosen,.style_chosen,.page_chosen,.size_chosen {float:right;}
.owl-theme .owl-controls {  margin-top: 0px!important;}
.topshadow{
	position:fixed;bottom:0px;width:100%;  max-width: 864px;
	-webkit-box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 8px -1px rgba(0,0,0,0.75);
	min-height: 58px;
    border-bottom: 0px solid white;
}
.topshadow .m_button-container {top: 28px;}
.not_voucher {background-color: rgba(255,255,255,0.0);  border-radius: 5px;  padding: 2px;  border: 1px solid rgba(121,121,121,0.0);}
.voucher_cnt {font-size:16px;font-weight:bold;color:rgb(121, 122, 125);}
.basket {background-image:url('/css/mobile.new/images/basket.png');background-size:auto 100%;background-repeat:no-repeat;background-position:44%;}
.photoproduct {display: block;margin-bottom: 65px;}
.photoproduct {width: 48.7%;background-color: #E6E7E8;margin: 4px;padding: 1px;display: inline-block;box-shadow: 1px 1px 1px #888;}
.photoproduct:hover {opacity: 0.8;}
.gc_PHOTOBOOKSHOPCOMAU , .gc_PHOTOBOOKSHOPCONZ{background-color:rgb(242,122,82);color:white;text-align:center;}
.gc_THEPHOTOBOOKCLUB {background-color:rgb(74,99,121);color:white;text-align:center;}
.gc_PHOTOBOOKSEXPRESSAU {background-color:rgb(190, 30, 45);color:white;text-align:center;}
.photoproducts .photoproductscontent {text-align: center;padding: 8px;position: relative;background: white;}
.photoproducts .photoproductscontent .img img {text-align: center;width: 100%;max-height:300px;}
.photoproductsdescription {text-align: center;padding-top: 3px;font-size: 22px;font-weight: bold;margin: 15px;}
.photoproducts a,.photoproducts a:visited,.photoproducts a:hover {color:#222; text-decoration:none;}
.photoproducts .rrp {color: red;}
.photoproducts .rrp .rrp{text-decoration: line-through;margin-right: 10px;}
.photoproducts .price .price {color:green;margin-right: 10px;}
#m_price a,#m_price a:visited,#m_price a:hover {color:rgb(242, 122, 82); text-decoration:none;}
.photoproductsdescription #screating {color:rgb(242, 122, 82);}
@media all and (max-width: 430px) {.photoproduct {width: 46.5%;}}
@media all and (max-width: 500px) {.photoproduct {width: 46.8%;}}
@media all and (max-width: 530px) {.photoproduct {width: 47.0%;}.photoproductsdescription{ font-size: 12px!important;line-height: 15px!important;margin: 1px;}}
@media all and (min-width: 605px) {.photoproduct {width: 48.5%;}}
@media all and (min-width: 795px) {.photoproduct {width: 48.6%;}}
@media all and (min-width: 990px) {.photoproduct {width: 48.7%;}}

