@charset "utf-8";

/* CSS Document */
/*====== General 3 Column Layout Styling ======*/
#turnoff {
	display: none;
}

.customhtml p {
	margin: 0px;
}

a.homelink {
	display: block;
	width: 275px;
	height: 100px;
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/logo.jpg) no-repeat;
	position: absolute;
	top: 30px;
}

/*====== background ======*/
#background {
	background: #fff;
}

a:focus {
	outline: none;
}

/*====== header======*/
.headerouter {
	background: url(http://my.frooition.com/170077/files/background_header.jpg) repeat-x;
	height: 154px;
	width: 100%;
}

div#header {
	background: none;
	height: inherit;
	width: 1240px;
	position: relative;
	margin: 0px auto;
	float: none;
}

/*====== Search ======*/
#global_search {
	position: absolute;
	right: 0px;
	top: 74px;
}

#global_search form,
#global_search form input {
	margin: 0;
	border: none;
}

#global_search .searchbox,
#global_search .submitbox {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#global_search .searchbox {
	border: 2px solid #2d92a6;
	width: 406px;
	background: #e9e9e9;
	color: #505157;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	height: 38px;
	line-height: 50px;
	font-family: "Roboto", Helvetica, sans-serif;
	margin: 0;
	padding: 0px 8px 0px 15px;
	outline: none;
}

#global_search .submitbox {
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/srchbtn.png);
	border: none;
	padding: 0;
	width: 67px;
	height: 38px;
	cursor: pointer;
	margin: 0px 0px 0px -10px;
	background-position: center;
}

/*====== subheader ======*/
.subheaderouter {
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/background_subheader.jpg) no-repeat #2D92A6;
	background-size: 100% 100%;
	height: 52px;
	width: 100%;
}

div#subheader {
	background: none;
	height: inherit;
	width: 1240px;
	position: relative;
	margin: 0px auto;
	float: none;
}

/*====== nav ======*/
#global_categories {
	display: none !important;
}

#nav,
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

#nav {
	z-index: 999;
	position: relative;
	top: 0;
	height: 52px;
}

#nav a {
	display: block;
	background: none !important;
	width: auto;
	height: 27px;
	margin: 0;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Roboto", Helvetica, sans-serif;
	color: #ffffff;
	line-height: 27px;
}

#nav a:hover {
	transition: all 0.1s ease-in-out;
	text-decoration: none;
	background: #67285D !important;
	color: #fff;
}

#nav ul a {
	width: 200px;
	padding: 0px 0px 6px 0px;
}

#nav li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	width: auto;
}

#nav li:last-child {
	border: none;
}

#nav ul {
	width: 200px;
	border: 1px solid #353434;
	background: #fff;
}

#nav li ul li {
	float: left;
	width: 240px;
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	height: 30px;
}

#nav li ul.sublink {
	position: absolute;
	width: 200px;
	left: -999em;
	top: 52px;
}

#nav li ul a {
	display: block;
	width: auto;
	text-align: left;
	text-decoration: none;
	color: #353434 !important;
	text-indent: 0px;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	font-weight: normal;
	text-transform: none;
	padding: 3px 10px;
	background: #fff !important;
	border: none;
	margin: 0;
}

#nav li ul a:hover {
	transition: all 0.1s ease-in-out;
	background: #67285D !important;
	color: #fff !important;
}

#nav li.sfhover ul.sublink {
	left: auto;
	width: 240px;
}

/*====== 3rd Lvl ======*/
#nav li ul li ul.thirdlink {
	width: 200px;
	left: -999em;
	display: block;
	position: absolute;
}

#nav li ul li ul.thirdlink a {
	display: block;
	width: auto;
	text-align: left;
	text-decoration: none;
	color: #353434;
	text-indent: 0px;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-transform: none;
	padding: 3px 10px;
	background: #fff;
}

#nav li ul li ul.thirdlink a:hover {
	background: #E9E9E9 !important;
	color: #000 !important;
}

#nav li.sfhover ul li.sfhover .thirdlink {
	left: 240px;
	top: -1px;
	width: 240px;
}

/*====== repeater ======*/
div#container {
	width: 100%;
}

/*====== footer ======*/
.footerouter {
	background: url(http://my.frooition.com/170077/files/background_footer.jpg) repeat-x;
	height: 43px;
	width: 100%;
	clear: both;
	display: none;
}

div#footer {
	background: url(http://my.frooition.com/170077/files/shared_footer.jpg);
	height: inherit;
	width: 1240px;
	margin: 0px auto;
	border: none;
	position: relative;
}

/*====== Columns ======*/
#cols {
	width: 1240px;
	background: #fff;
	margin: 0 auto;
}

#left {
	display: none;
}

#center {
	display: block;
	float: left;
	margin: 0;
	padding: 0px;
	width: 1240px;
	color: #353434;
	font-family: Roboto, Helvetica, sans-serif;
}

#center h1,
h2,
h3 {
	color: #000;
	font-weight: 700;
}

#right {
	display: none;
}

div#center .dd_ele,
div#center .dd_area {
	margin: 0 0 20px 0;
}

div#center .dd_ele p {
	line-height: 28px;
	font-size: 16px;
}

/*====== Credit link ======*/
#seo {
	display: none;
}

#design {
	position: relative;
	display: block;
	top: -2px;
	margin: 0px auto 0px auto;
	width: 1240px;
}

#design div {
	position: relative;
}

#design div a,
#design div a:hover {
	display: block;
	text-decoration: none;
	text-align: right;
}

#design div a span {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #353434 !important;
}

#design div a strong {
	color: #aa0000 !important;
}

.froo_clear {
	clear: both;
}

/*====== Left and Right promo titles ======*/
#right .promo_title,
#left .promo_title,
#global_storepages .promo_title,
#global_categories .promo_title {
	background: #281c20;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	border-radius: 0px;
	padding: 0px 10px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Roboto", Helvetica, sans-serif;
	margin: 0px;
	box-sizing: border-box;
}

#left .promo_content {
	background: none;
	padding: 5px;
	color: #281c20;
	font-size: 11px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#global_categories .promo_content {
	padding: 0 !important;
	border: 0 !important;
}

.promo_base {
	clear: both;
	background: none;
	height: 0px;
}

/*====== Category/store links ======*/
.boxlinks a {
	display: block;
	background: #fff;
	width: 100%;
	padding: 5px;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #281c20 !important;
	box-sizing: border-box;
}

.boxlinks a:hover {
	position: relative;
	color: #efc902 !important;
}

/*====== Item Boxes ======*/
#right .promoele,
#left .promoele {
	font-family: "Roboto", Helvetica, sans-serif;
	box-sizing: border-box;
	border: 1px solid #9d9d9d;
	background: #fff;
	padding: 15px;
	width: 100%;
	float: none;
}

#right .promoele .itemtitle a.itemlink,
#left .promoele .itemtitle a.itemlink {
	font-size: 13px;
	line-height: 14px;
	color: #281c20;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 700;
}

/*====== Gallery and Custom pages ======*/
#center .promo_title {
	background: url(http://my.frooition.com/170077/files/shared_boxtitle3.png);
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0px;
	padding: 0px 15px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Roboto", Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
}

#center .promo_content {
	font-family: "Roboto", Helvetica, sans-serif;
}

/*====== Centre Gallery Styling ======*/
.ctrlbr {
	height: 30px;
	padding: 0px 0px 0px 14px;
	line-height: 30px;
	border: none !important;
	background: url(http://my.frooition.com/170077/files/shared_boxtitle3.png);
	font-family: "Roboto", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700 !important;
}

.ctrlbr span {
	font-size: 16px;
}

table.v4stw {
	padding: 0;
}

span.pdmt {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: small;
	font-weight: 400 !important;
	white-space: nowrap;
}

span.pdmt .cur:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	position: relative;
	right: -6px;
	top: 0px;
}

span.pdmt .cur img {
	display: none;
}

/*====== Centre Gallery  Sort By Labels and Paging ======*/
.ctrlbr td,
span.label,
span.cur,
.ctrlbr span,
span.pdmt .label,
span.pdmt .cur {
	color: #fff;
}

div.page,
td .prev a,
td .pages a,
td .next a,
form.form,
div.dynpg td.pages a.enabled,
div.dynpg td.pages a.disabled,
div.dynpg td.next a,
div.dynpg td.prev a,
div.dynpg td.prev a.disabled,
.dynpg .page span,
.pgbc span.page {
	color: #fff;
}

/*====== Centre Gallery List View Controls ======*/
table.cmpb a,
table.cmpb a:hover,
table.cmpb a:active,
table.cmpb a:link,
table.cmpb a:visited,
table.cmpb td.details {
	color: #666 !important;
}

/*====== Centre Gallery Item Titles ======*/
#froo_gallery .ttl a:link,
#froo_gallery .ttl a,
#froo_gallery .ttl a:hover,
#froo_gallery .ttl a:visited {
	color: #fff;
	font-family: "Roboto", Helvetica, sans-serif;
}

/*====== subtitle ======*/
table.gallery div.subtitle {
	margin: 2px 0;
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

/*====== Prices and Times ======*/
td.basics,
td.details,
td.basics span.label,
td.basics span.bin,
.lview td.time,
.lview td.pay,
.lview td.bids,
.lview td.prices,
.time2 span.label {
	color: #fff;
}

td.details,
.lview td.time,
.time2 span.label {
	color: #000;
}

span.bid,
span.g-b,
span.bids {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: "Roboto", Helvetica, sans-serif;
}

table.gallery table.fixed {
	margin-top: 10px;
	width: 100%;
}

.details table.fixed td img {
	position: relative;
	top: 1px;
}

/*====== Postage ======*/
div.ship {
	color: #000000;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 12px;
}

span.fshp {
	color: #000000;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 12px;
}

/*====== Time ======*/
table.gallery table.fixed div.time2 {
	padding-right: 0px;
	font-size: 10px;
}

/*====== Enlarge link ======*/
table.gallery .mi {
	min-height: 0px;
	padding-top: 4px;
	text-align: left;
}

.mi a {
	color: #333333 !important;
}

/*====== Gallery and List View Background ======*/
#froo_gallery .nol,
div.cmpb {
	background: #ffffff;
}

/*====== Gallery View Styling ======*/
.rs_box {
	border-top: none;
}

.grid td.left {
	border: none;
}

td.gallery {
	background: url(http://my.frooition.com/170077/files/gallery.jpg) repeat-x #151515;
	box-sizing: border-box;
	border: 1px solid #5b5b5b !important;
	border-radius: 0;
}

table.gallery {
	border: none;
	background: none;
}

div.itemseparator {
	border: none;
}

.cmpBr,
.pview {
	background: none;
	border: none;
}

.compare {
	background: none;
	height: 10px !important;
	padding: 0px !important;
}

td#CentralArea div.dynpg {
	border-top: none;
	padding: 15px 10px 10px;
}

table.pgbc {
	border-top: 1px solid #313131;
	background: #1a1a1a;
}

.pview {
	background: none;
	padding: 0px 0px 10px 0px;
}

.dynpg {
	background: none !important;
	color: #fff !important;
}

#msg {
	color: #999;
	font-size: 11px;
}

#msg a {
	color: #333;
}

.gbhdr,
.stBadge,
#glbfooter {
	background: #fff !important;
	margin: 0 15px 5px;
}

.tb_v4bc {
	width: 97% !important;
	margin: 0 auto;
}

table.v4shwc td.grItm,
.v4shwc td {
	padding: 0px;
}

#showcase {
	width: 150px;
}

div.itemseparator,
.lview div.hr {
	border-bottom: none;
}

table.gallery table.fixed span.disct,
table.gallery table.prices span.disct {
	color: #bf0208;
}

/*====== Promotion Box Styling ======*/
/*====== Center promotion box styling for non-interactive scrollers ======*/
#center .md_scrollable {
	height: 240px;
	width: 1240px;
	margin: 10px auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.sliderLeft {
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/r.png) center no-repeat #fff
}

.sliderRight {
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/l.png) center no-repeat #fff
}

.sliderLeft {
	width: 26px;
	float: left;
	height: 250px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	cursor: pointer;
}

.sliderRight {
	width: 26px;
	float: left;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	cursor: pointer;
}

#center .md_scrollable .promoele {
	float: left;
	border: 0;
	box-sizing: border-box;
	padding: 0;
	width: 200px;
	background: #fff;
}

.promoele .itemimage {
	height: 146px;
	width: 96%;
	padding: 5% 2%;
	text-align: center;
}

.promoele .itemtitle {
	width: 92%;
	padding: 10px 5%;
	height: 50px;
	margin: 0px;
}

.promoele .itemtitle a.itemlink {
	display: block;
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #343333;
	text-decoration: none;
	text-align: center;
}

.promoele .itemtitle a:hover.itemlink {
	color: #000;
	text-decoration: none;
}

.promoele .itemdetail {
	width: 90%;
	padding: 2% 5%;
	margin: 0px;
}

.promoele .itemdetail .itemtype {
	display: none;
}

.promoele .itemdetail .itemcurrentprice {
	font-size: 15px;
	color: #343333;
	text-align: center;
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 700;
}

.promoele .itemdetail .itemremaining {
	clear: both;
	font-size: 10px;
	color: #333;
	float: left;
}

.promoele .itemdetail .itemshipping {
	font-size: 9px;
	color: #333;
	font-style: italic;
	float: left;
	padding-left: 5px;
	float: right;
}

.promoele .itemdetail .itemBINavailable {
	display: none;
}

.promoele .itemdetail .itemBINprice {
	font-size: 15px;
	color: #343333;
	font-weight: 700;
	float: right;
}

.promoele .itemdetail_clear {
	clear: both;
}

.promoele .promobottom {
	clear: both;
}

/*====== titles ======*/
div.titlebar {
	display: block;
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/bg_subheader.jpg);
	background-size: cover;
	margin: 10px auto;
	width: 1240px;
	height: 38px;
	line-height: 38px;
	color: #f1f1f1;
	text-align: center;
	font-family: "Roboto", sans-serif !important;
	font-size: 24px;
	font-weight: 500;
}

div.footerline {
	display: block;
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/background_subheader.jpg);
	background-size: cover;
	margin: 10px auto;
	width: 1240px;
	height: 8px;
}

div.Copyright {
	display: none;
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/bg_subheader.jpg);
	background-size: cover;
	margin: 10px auto;
	width: 1240px;
	height: 38px;
	line-height: 38px;
	color: #f1f1f1;
	text-align: left;
	text-indent: 12px;
	font-family: "Roboto", sans-serif !important;
	font-size: 12px;
}

/*====== footer_link ======*/
.footer_link {
	margin: 30px auto;
	width: 1240px;
}

.footer_link .img_mar img {
	display: inline-block;
	float: right;
	margin-left: 7%;
}

/*====== CAT BOXES ======*/
.categoryboxes {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 1240px;
}

.categoryboxes li {
	float: left;
	width: 318px;
	height: 270px;
	vertical-align: top;
	margin-right: 13px;
	margin-bottom: 13px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #67285D;
}

.categoryboxes li:hover {
	border: 1px solid #353434;
}

.categoryboxes li:nth-child(3n) {
	margin-right: 0px;
}

.categoryboxes li img {
	width: 100%;
}

.boxlink {
	margin-bottom: 0px;
	color: #353434;
	width: 100%;
	height: 39px;
	line-height: 38px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: none;
	text-align: center;
	text-decoration: none;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

.clear {
	clear: both;
}

/*====== Fade ======*/
.fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	background: #f1f1f1;
}

.categoryboxes li:hover .fade,
.categoryboxes li:focus .fade,
.categoryboxes li:active .fade,
.fade:hover,
.fade:focus,
.fade:active {
	background-color: #67285D;
	color: #f1f1f1;
}

/*====== ROTATING BANNER ======*/
.rotatingBanner {
	position: relative;
	height: 400px;
	margin: 0 auto 12px;
	background: url(../../../Documents/Tencent%20Files/2881043490/FileRecv/background_subheader.jpg);
	background-size: contain;
	padding-bottom: 8px;
}

/*====== removes border from IE ======*/
.rotatingBanner a img {
	display: block;
	margin: 0 auto;
	border: none;
}

/*====== banner navigation ======*/
#playBox {
	width: 1240px;
	height: 400px;
	margin: 20px auto;
	background: #333;
	position: relative;
	overflow: hidden;
}

#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#playBox .oUlplay li {
	float: left;
}

#playBox .pre {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/l.png) no-repeat;
	position: absolute;
	top: 190px;
	left: 10px;
	z-index: 10;
	opacity: 0.7;
}

#playBox .next {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(https://www.uk-showerenclosures.co.uk/ndelux/delux%20-%20index10.23/r.png) no-repeat;
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 10;
	opacity: 0.7;
}

#playBox .smalltitle {
	width: 1240px;
	height: 10px;
	position: absolute;
	bottom: 15px;
	z-index: 10
}

#playBox .smalltitle ul {
	width: 220px;
	margin: 0 auto;
}

#playBox .smalltitle ul li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
	float: left;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}

#playBox .smalltitle .thistitle {
	background: #09ece4;
	cursor: pointer;
}

/*====== arrows ======
.arrow { position: absolute; top: 150px; width: 66px; }
.arrow a { display: block; font-size: 0; line-height: 66px; }
.left { left: 5px; z-index: 998; background: url(http://cdn.frooition.com/170077/files/banner_left.png) no-repeat; }
.right { right: 5px; z-index: 998; background: url(http://cdn.frooition.com/170077/files/banner_right.png) no-repeat; }*/
/*====== for want of a better word, pips ======*/
#scrollBannerNav {
	position: absolute;
	z-index: 500;
	bottom: 5px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

#scrollBannerNav li {
	display: inline-block;
}

#scrollBannerNav a {
	display: block;
	width: 9px;
	height: 9px;
	background: #353434;
	border: 1px solid #353434;
	border-radius: 50%;
	color: #fff;
	font: 8px/15px sans-serif;
	text-align: center;
	text-decoration: none;
}

#scrollBannerNav a:hover,
#scrollBannerNav .active a {
	background: #fefefe;
}

.rotatingBanner .con {
	position: absolute;
	left: 45%;
	bottom: 6%;
	z-index: 999;
}

.rotatingBanner .con a {
	float: left;
	margin-right: 8px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	z-index: 999;
}

.rotatingBanner .con a.active {
	background: #09ece4;
}

/*====== hot part ======*/
.hot_part {
	margin: 40px auto 0 !important;
}

.hot_part p {
	font-size: 24px !important;
	font-weight: 500;
	font-family: inherit;
	text-align: center;
}

.hot_part .gray_p {
	display: block;
	margin: 10px;
}

.color_w {
	color: #ffffff !important;
}

.hot_pic {
	box-sizing: border-box;
	font-size: 100%
}

*,
*::before,
*::after {
	box-sizing: inherit
}

.grid-container {
	margin: 20px auto;
	text-shadow: 1px 1px 3px #000000;
}

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto
}

.grid-x {
	display: flex;
	flex-flow: row wrap
}

.cell {
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%
}

@media print,
screen and (min-width:40em) {
	.grid-x>.medium-auto {
		flex: 1 1 0;
		width: auto
	}

	.grid-x>.medium-shrink {
		flex: 0 0 auto;
		width: auto
	}

	.grid-x>.medium-1 {
		width: 8.33333%
	}

	.grid-x>.medium-2 {
		width: 16.66667%
	}

	.grid-x>.medium-3 {
		width: 25%
	}

	.grid-x>.medium-4 {
		width: 33.33333%
	}

	.grid-x>.medium-5 {
		width: 41.66667%
	}

	.grid-x>.medium-6 {
		width: 50%
	}

	.grid-x>.medium-7 {
		width: 58.33333%
	}

	.grid-x>.medium-8 {
		width: 66.66667%
	}

	.grid-x>.medium-9 {
		width: 75%
	}

	.grid-x>.medium-10 {
		width: 83.33333%
	}

	.grid-x>.medium-11 {
		width: 91.66667%
	}

	.grid-x>.medium-12 {
		width: 100%
	}
}

h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

figure {
	margin: 0
}

.widget-1 {
	display: block
}

.widget-1 .img-placeholder {
	position: relative;
	overflow: hidden
}

.widget-1 .img-placeholder img {
	-webkit-transition: transform .5s ease, opacity .5s ease !important;
	-moz-transition: transform .5s ease, opacity .5s ease !important;
	-ms-transition: transform .5s ease, opacity .5s ease !important;
	transition: transform .5s ease, opacity .5s ease !important
}

@media print,
screen and (min-width:64em) {
	:hover.widget-1 .img-placeholder img {
		-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
		-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
		-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
		transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0)
	}
}

.widget-1 figure {
	position: relative
}

.widget-1 figure img {
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.widget-1 figure figcaption {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	margin: 1rem
}

@media print,
screen and (min-width:40em) {
	.widget-1 figure figcaption {
		margin: 2rem
	}

	.large-7 figure figcaption {
		margin-right: 30%
	}

	.large-5 figure figcaption {
		margin-right: 40%
	}
}

.widget-1 figure figcaption h2 {
	font-size: 1.25rem;
	letter-spacing: .2px;
	color: #0a0a0a
}

@media print,
screen and (min-width:64em) {
	.widget-1 figure figcaption h2 {
		font-size: 2rem
	}
}

.widget-1 figure figcaption p {
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: .2px;
	display: none
}

@media print,
screen and (min-width:64em) {
	.widget-1 figure figcaption p {
		display: block
	}
}

.home-category-tile {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.home-category-tile figcaption {
	position: absolute;
	top: 0;
	left: 0;
	margin: 1rem
}

@media print,
screen and (min-width:40em) {
	.home-category-tile figcaption {
		margin: 2rem
	}
}

.home-category-tile figcaption .title {
	font-size: 1.375rem
}

.home-category-tile figcaption .description {
	font-size: .875rem;
	display: block
}

.more-streaming {
	width: 100%;
	text-align: center
}

[data-id="banner7-5"] .medium-7 figure,
[data-id="banner5-7"] .medium-7 figure {
	display: block;
	position: relative;
	padding-bottom: 85%;
	overflow: hidden
}

@media print,
screen and (min-width:40em) {

	[data-id="banner7-5"] .medium-7 figure,
	[data-id="banner5-7"] .medium-7 figure {
		padding-bottom: 59.88024%
	}
}

[data-id="banner7-5"] .medium-7 figure img,
[data-id="banner5-7"] .medium-7 figure img {
	position: absolute
}

[data-id="banner7-5"] .medium-7 figure img[src=""],
[data-id="banner5-7"] .medium-7 figure img[src=""] {
	opacity: 0
}

[data-id="banner7-5"] .medium-7 figure img:not([src]),
[data-id="banner5-7"] .medium-7 figure img:not([src]) {
	opacity: 0
}

[data-id="banner7-5"] .medium-5 figure,
[data-id="banner5-7"] .medium-5 figure {
	display: block;
	position: relative;
	padding-bottom: 84.45946%;
	overflow: hidden
}

[data-id="banner7-5"] .medium-5 figure img,
[data-id="banner5-7"] .medium-5 figure img {
	position: absolute
}

[data-id="banner7-5"] .medium-5 figure img[src=""],
[data-id="banner5-7"] .medium-5 figure img[src=""] {
	opacity: 0
}

[data-id="banner7-5"] .medium-5 figure img:not([src]),
[data-id="banner5-7"] .medium-5 figure img:not([src]) {
	opacity: 0
}

/*====== category ======*/
.inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.category-boxes ul {
	padding: 0;
	font-size: 0;
	margin: 0;
	text-align: center;
}

.category-boxes li {
	display: inline-block;
	margin: 0 16px 16px 0;
	font-size: 16px;
}

.category-boxes li:nth-child(3n) {
	margin-right: 0;
}

.category-boxes a {
	position: relative;
	display: block;
	width: 402px;
	overflow: hidden;
	height: 297px;
	border-radius: 0;
}

.category-boxes a:hover {
	cursor: pointer;
}

.category-boxes a:hover .title {
	transform: translateX(-260px);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	/* opacity: 0;*/
}

.category-boxes a:hover .price {
	transform: translateX(260px);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	/*opacity: 0;*/
}

.category-boxes .price {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	background: rgba(24, 140, 161, 0.8);
	width: 50%;
	height: 38px;
	line-height: 38px;
	color: #fff;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 1;
	padding: 0 5%;
	font-size: 18px;
	font-weight: bold;
}

.category-boxes .price:after {
	border-top: 38px solid rgba(24, 140, 161, 0.8);
	border-left: 20px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	left: -20px;
	position: absolute;
	top: 0;
}

.category-boxes .title {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	background: rgba(128, 44, 106, 0.8);
	width: 50%;
	height: 38px;
	line-height: 38px;
	color: #fff;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 1;
	padding: 0 5%;
	font-size: 18px;
	font-weight: bold;
}

.category-boxes a img {
	width: 100%;
}

.category-boxes .title:before {
	border-bottom: 38px solid rgba(128, 44, 106, 0.8);
	border-right: 20px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	right: -20px;
	position: absolute;
	top: 0;
}

.category-boxes .details {
	background: rgba(87, 164, 158, 0.7);
	position: absolute;
	height: 297px;
	width: 402px;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	transform: translateY(100%);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 0;
	padding-top: 110px;
}

.category-boxes .details span {
	color: #ed1c24;
}

.pred {
	font-size: 16px;
	color: #ffea00;
}

.category-boxes a:hover .details {
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.category-boxes button {
	background: rgba(214, 233, 231, 0);
	color: #67285D;
	font-size: 22px;
	height: 30px;
	width: 220px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: bold;
	border: none;
}

.happy-customers {
	color: #484848;
	text-align: center;
}

/*====== page2_category-sort ======*/
.category-sort p {
	margin: 40px auto 20px;
	font-size: 24px;
	font-weight: 500;
	font-family: inherit;
	color: #353434;
	text-align: center;
}

.category-sort ul {
	padding: 0;
	font-size: 0;
	margin: 0;
	text-align: left;
}

.category-sort li {
	display: inline-block;
	margin: 0 16px 16px 0;
	font-size: 16px;
}

.category-sort li:nth-child(4n) {
	margin-right: 0;
}

.category-sort ul li a {
	position: relative;
	display: block;
	width: 298px;
	height: 298px;
	overflow: hidden;
	border: none;
	box-shadow: 0 4px 6px -6px #000;
	border-radius: 5px;
}

.category-sort ul li a:hover {
	cursor: pointer;
}

.category-sort ul li a:hover .title {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #67285D;
}

.category-sort ul li a img {
	width: 100%;
	transition: transform 0.5s;
	-webkit-transition: transform 0.6s;
}

.category-sort ul li a img:hover {
	transform: scale(1.1)
}

.category-sort .title {
	position: absolute;
	display: inline-block;
	bottom: 30px;
	left: 10%;
	background: rgba(45, 146, 166, 0.7);
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}


/* 0610============================================================ */
.footer_link{
		display: flex;
		justify-content: space-between;
	}
	.footer_link>a:nth-child(2){
		margin-left: 15%;
	}
	.footer_link>a:not(:first-chile) img{
		width: 94px;
		height: 94px;
	}
	.dd_ele>h3{
		font-size: 1.2em;
	}