/* Panel ID = 20210416120141*/
/* Panel ID = ABS20160826105014*/
#Subscribe-Outer {
    width: 70%;
    float: left;
    background-image: url(/Graphics/NewsletterBackground.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    background-position-y: top;
    min-height: 800px;
    margin-top: 150px;
    padding-left: 15%;
    padding-right: 15%;
}

#Subscribe-Outer2 {
width: 45%;
float: left;
background-color: #FFF;
padding: 5%;
margin-top: -150px;
margin-left: 50px;
}

.Subscribe-Heading {
		font-family:Shippori Mincho, serif;;
		color:#111;
		font-size:42px;
		font-weight:600;
	text-decoration:none;
float: left;
margin-top: 0px;
width: 100%;
text-align:center;
line-height: 52px;
}

.Subscribe-Text {
font-family: Poppins, sans-serif;
    color: #B7B7B7;
    font-size: 16px;
    font-weight: 400;
text-transform: uppercase;
line-height: 45px;
}

#Footer-Newsletter{
    width: 100%;
    height: 65px;
    border-radius: 0px;
    background-color: #FFF;
	margin:auto;
    margin-top: 15px;
    border: 1px solid #E2E2E2;
}

.Footer-NewsletterBox {
font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #414141;
	border:none;
	width: 100%;
    height: 60px;
    margin-top: 3px;
    margin-left: 10px;
background-color: transparent;
float: left;
}

.Footer-NewsletterGraphic {
	float: left;
	margin-top: 8px;
background-color: #111111;
font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
text-transform: uppercase;
}

#Footer-OuterContainer {
    background-image: url(/Graphics/Footerbackground.jpg);
    background-repeat: repeat-x;
    background-position: center;
    background-position-x: center;
    background-position-y: top;
float: left;
width: 100%;
margin-top: 30px;
background-color: #161613;
}

#Footer-Container {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 15% 17.5%  17.5% 17.5% 17.5% 15%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
padding: 50px 0px 50px 0px;
margin-top: 50px;
}

#Footer-Column1 {
grid-column-start: 2;
}

#Footer-Column2 {
grid-column-start: 3;
}

#Footer-Column3 {
grid-column-start: 4;
    overflow-wrap: anywhere;
width: 90%;
}

#Footer-Column4 {
grid-column-start: 5;
}

.Footer-Heading {
font-family: Shippori Mincho, serif;;
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
}

.Footer-Text {
font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 14px;
}

.Footer-Text a:link {
    color: #FFF;
}

.Footer-Text a:active {
    color: #FFF;
}

.Footer-Text a:hover {
    color: #FFF;
text-decoration: underline;
}

.Footer-Text a:visited {
    color: #FFF;
}

#Footer-BottomContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 15% 23.3% 23.3% 23.3% 15%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
padding: 30px 0px 30px 0px;
border-top: 1px solid #5A5B57;
}

#Footer-BottomContainerLeft {
grid-column-start: 2;
}

#Footer-BottomContainerMiddle {
grid-column-start: 3;
text-align: center;
}

#Footer-BottomContainerRight {
grid-column-start: 4;
text-align: right;
}

#Footer-BottomContainerRight img {
max-width: 100%;
max-height: 100%;
}

#Footer-BottomContainerMiddle img {
max-width: 100% !important;
max-height: 100% !important;
}

@media only screen and (max-width: 1440px) {
#Footer-RequestCallBack {
	grid-template-columns: 2.5% 47.5% 47.5% 2.5%;
}

#Footer-Container {
	grid-template-columns: 2.5% 23.75% 23.75% 23.75% 23.75% 2.5%;
}

#Footer-BottomContainer {
	grid-template-columns: 2.5% 31.6% 31.6% 31.6% 2.5%;
}
}

@media only screen and (max-width: 1150px) {
#Subscribe-Outer2 {
width: 65%;
}
}

@media only screen and (max-width: 750px) {
#Footer-Newsletter{
    width: 95%;
text-align: center;
}

#Subscribe-Outer2 {
width: 100%;
margin-left: 0px;
}
}

@media only screen and (max-width: 695px) {
#Footer-Container {
	grid-template-columns: 2.5% 95% 2.5%;
text-align: center;
}

#Footer-Column1 {
grid-column-start: 2;
grid-row-start: 1;
margin-top: 20px;
}

#Footer-Column2 {
grid-column-start: 2;
grid-row-start: 2;
margin-top: 20px;
}

#Footer-Column3 {
grid-column-start: 2;
grid-row-start: 3;
margin-top: 20px;
width: 100%;
}

#Footer-Column4 {
grid-column-start: 2;
grid-row-start: 4;
margin-top: 20px;
}

#Footer-BottomContainer {
	grid-template-columns: 2.5% 95%2.5%;
text-align: center;
}

#Footer-BottomContainerLeft {
grid-column-start: 2;
grid-row-start: 1;
}

#Footer-BottomContainerMiddle {
grid-column-start: 2;
grid-row-start: 2;
margin-top: 30px;
}

#Footer-BottomContainerRight {
grid-column-start: 2;
grid-row-start: 3;
text-align: center;
margin-top: 30px;
}


#Footer-OuterContainer {
    background-image: none;
}

#Subscribe-Outer {
    background-image: none;
    min-height: auto;
}
}/* Panel ID = ABS20160826105259*/
/*OUTERCONTAINERSTYLES*/
.navbar {
margin-top: 1px;
}

.container-fluid {
background-color: transparent;
width:100%;
border-left: 1px solid #f0f2f8;
position:relative !important;
}

/*NAVBARPOSITIONINGSTYLES*/
.nav > li > a {
font-family:Shippori Mincho, serif;;
font-size:15px;
color: #111;
background-color: #fff;
text-decoration: none;
font-weight:700;
padding-right:0px;
padding-left:0px;
padding-top:10px;
padding-bottom:10px;
margin-top:-1px;
border-right: none;
display:block;
position:relative;
width: 100%;
text-align: center;
}

.nav > li > a:hover {
color:#8b445e;
text-decoration: none;
background-color: #fff;
border-right: none;

}

/*NAVBARHOVERCOLOURS*/
.navbar-nav .open .dropdown-menu > li > a:hover 
.navbar-nav .open .dropdown-menu > li > a:focus {
color:#FFFFFF !important;
background-color: #fff !important;
}



/*DROPDOWNMENUSTYLES*/
.dropdown-menu {
min-width: 220px;
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 0px;
font-size: 15px;
text-decoration: none;
text-align: left;
list-style: none;
left: 0;
position: absolute;
display: none;
z-index: 1000 !important;
float: left;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border-radius: 0px;
justify-content: center;
}

/*DROPDOWNSUBCATHEADING*/
 .HeaderMainCatsDivide {
padding:14px 15px 10px 15px  !important;
font-family:Shippori Mincho, serif; !important;
color: #111;
font-size: 15px;
line-height:16px;
font-weight: 700;
text-decoration: none;
border-bottom:none !important;
height:auto !Important;
margin:-1px 0px 0px 0px !important;
background-color: #fff;
width: auto !important;
}

 .HeaderMainCatsDivide:hover {
padding:14px 15px 10px 15px  !important;
color: #8b445e;
background-color: #fff !important;
}

/*DROPDOWNSUBCATLINK*/
.SubCatHover {
padding:10px 15px 10px 15px;
color: #111;
font-weight: 700;
font-size: 14px;
border-top: 1px solid #8b445e;
background-color: #fff;
}

/*DROPDOWNSUBCATHOVER*/
.SubCatHover:hover {
color: #8b445e;
background-color: #fff !important;
}

/*DEFAULTNAVBARSTYLES - DONOTCHANGE*/
.open > .dropdown-menu {
display: block;
width: 100%;
}

#header {
}

.navbar-toggle {
display:none;
}


.nav {
float: left;
list-style: outside none none;
width: 100%;
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
}

.nav > li {
display: block;
float: left;
position: relative;
}

.open > .dropdown-menu {
display: block;
}

.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid 9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

/*HEADERNAVIGATIONSTYLESEND*//* Panel ID = ABS20160826105432*/
/* Panel ID = ABS20160826105523*/
#Slider-Container {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(2,1fr);
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	padding-left:0%;
	padding-right:0%;
margin-bottom: 75px;
}

#Slider-Container img {
max-width: 100%;
max-height: 100%;
}

@media only screen and (max-width: 1440px) {
#Slider-Container {
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
}

#Slider-Container {
margin-bottom: 95px;
}
}

@media only screen and (max-width: 850px) {
#Slider-Container {
	grid-template-columns: repeat(1,1fr);
margin-bottom: 75px;
}
}/* Panel ID = ABS20160826105548*/
#HomePageCategories-TitleContainer {
	width:100%;
	border-bottom:solid 1px #fff;
	margin:auto;
	margin-bottom:10px;
margin-top: 40px;
	padding-top: 10px;
padding-bottom: 10px;
	clear:left;	
float: left;	
}

.Cate-MostPop {
font-family: Poppins, sans-serif;
    color: #B7B7B7;
    font-size: 16px;
    font-weight: 400;
text-transform: uppercase;
line-height: 45px;
}

.HomePageCategories-Heading {
	font-family:Shippori Mincho, serif;;
	color:#111;
	font-size:42px;
	font-weight:600;
line-height: 42px;
	text-decoration:none;
	position:relative;
text-align: center;
}
	
/* Grid container */
#HomePageCategories-Container {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
	float:left;
	padding-left:0%;
	padding-right:0%;
}

/* Product items */
div.HomePageCategories-InnerContainer {
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
	border:solid 0px #fff;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}
	  
div.HomePageCategories-CategoryImageContainer {
    	margin-bottom: 0.5rem;
    	text-align: center;
    position: relative;
    padding-bottom: 75%;
}
	  
img.HomePageCategories-CategoryImage {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}

div.HomePageCategories-CategoryName {
	font-family:Shippori Mincho, serif;;
	font-weight: 800;
	color: #212121;
	font-size: 18px;
    padding: 20px;
text-align: center;
padding-bottom: 5px;
}

div.HomePageCategories-CategoryName:hover {
color: #8b445e;
}

div.HomePageCategories-CategoryShortDesc {
	font-family:Poppins, sans-serif;
	font-weight:400;
	color: #B7B7B7; 
	font-size: 14px;
	text-decoration:none;
	margin-bottom: 0.5rem;
text-align: center;
}

.HomePageCategories-ShopNow {
	font-family:Poppins, sans-serif;
	font-weight:400;
	color: #5D1932; 
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 0.5rem;
text-align: center;
}

/* Responsive */

@media only screen and (max-width: 850px) {
#HomePageCategories-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	grid-column-gap: 10px;
}
}

@media only screen and (max-width: 695px) {
#HomePageCategories-Container {
	grid-template-columns: repeat(2, 1fr);
}
}
/* Panel ID = ABS20160826105647*/
#HomePageSpecialOffers-TitleContainer {
	width:100%;
	border-bottom:solid 1px #fff;
	margin:auto;
	margin-bottom:10px;
	padding: 50px 0px 30px 0px;
        clear:left;	
}

.HomePageSpecialOffers-Heading {
		font-family:Shippori Mincho, serif;;
		color:#111;
		font-size:42px;
		font-weight:600;
		text-decoration:none;
		position:relative;
}
	
/* Grid container */
#HomePageSpecialOffers-Container {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
        float:left;
        padding-left:0%;
        padding-right:0%;
}

/* Product items */
div.HomePageSpecialOffers-InnerContainer {
        box-sizing: border-box;
        padding: 10px;
	background-color: #fff;
	border:solid 1px #fff;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}
	  
div.HomePageSpecialOffers-ProductImageContainer {
    	margin-bottom: 0.5rem;
    	text-align: center;
    position: relative;
    padding-bottom: 70%;
}
	  
img.HomePageSpecialOffers-ProductImage {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}
	  
div.HomePageSpecialOffers-ProductName {
		font-family:Shippori Mincho, serif;;
		font-weight: 800;
		color:#222;
        font-size: 18px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
div.HomePageSpecialOffers-ProductName:hover {
		color:#222;
		text-decoration:none;
}
	  
div.HomePageSpecialOffers-ProductShortDesc {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#111; 
		font-size: 14px;
		text-decoration:none;
		margin-bottom: 0.5rem;
text-align: center;
}
	  
.HomePageSpecialOffers-RRPPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;
		font-size: 16px;
		letter-spacing:-0.5px;
		text-decoration: line-through;
		margin-bottom: 0.5rem;
}
	  
div.HomePageSpecialOffers-ProductPrice {
        font-family:Poppins, sans-serif;
		font-weight:400;
		font-size: 26px;
		color:#222;  
		text-decoration:none;
}
	  
div.HomePageSpecialOffers-TaxPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;  
		font-size: 12px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
.HomePageSpecialOffers-Quant {
		font-family:Poppins, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: #333;
		text-align: center;
		width: 60%;
		border: solid 1px #eee;
background: #fff;
padding: 9px;
border-radius: 30px;
}
	 
.HomePageSpecialOffers-AddToBasket {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        border: none;
        width: 95%;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
		float:right;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageSpecialOffers-AddToBasket:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageSpecialOffers-SelectOptions {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        font-size: 16px;
text-align: center;
        cursor: pointer;
        border: none;
		padding:8px 5% 8px 5%;
		float:left;
		width:90%;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}

.HomePageSpecialOffers-SelectOptions:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageSpecialOffers-AddToBasketContainer {
	  	min-height:45px;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
#HomePageSpecialOffers-Container { 
	grid-template-columns: repeat(4, 1fr);
}
}

@media only screen and (max-width: 850px) {
#HomePageSpecialOffers-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	grid-column-gap: 10px;
}
}

@media only screen and (max-width: 695px) { 
#HomePageSpecialOffers-Container {
	grid-template-columns: repeat(2, 1fr);
}
}/* Panel ID = ABS20160826105714*/
#HomePageBestSellers-TitleContainer {
	width:100%;
	margin:auto;
	margin-bottom:10px;
	padding: 50px 0px 30px 0px;
        clear:left;	
}

.BestSellers-MostPop {
font-family: Poppins, sans-serif;
    color: #8E5E70;
    font-size: 16px;
    font-weight: 400;
text-transform: uppercase;
line-height: 45px;
}

.HomePageBestSellers-Heading {
		font-family:Shippori Mincho, serif;;
		color:#D7D7BF;
		font-size:42px;
		font-weight:600;
		text-decoration:none;
		position:relative;
line-height: 45px;
}
	
/* Grid container */
#HomePageBestSellers-Container {
        width:95%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(3,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
        float:left;
        padding-left:2.5%;
        padding-right:2.5%;
background-image:url(/Graphics/BestSellers.png);
background-repeat:no-repeat;
background-position:center;
background-position-x: center;
    background-position-y: top;
margin-top: -290px;
padding-top: 300px;
}

/* Product items */
div.HomePageBestSellers-InnerContainer {
        box-sizing: border-box;
        padding: 10px;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}
	  
div.HomePageBestSellers-ProductImageContainer {
text-align: center;
}
	  
img.HomePageBestSellers-ProductImage {
    max-width: 100%;
    max-height: 100%;
}
	  
div.HomePageBestSellers-ProductName {
		font-family:Shippori Mincho, serif;;
		font-weight: 800;
		color:#D7D7BF;
        font-size: 18px;
		text-decoration:none;
		margin-bottom: 0.5rem;
margin-top: 15px;
}
	  
div.HomePageBestSellers-ProductName:hover {
		text-decoration:none;
}
	  
div.HomePageBestSellers-ProductShortDesc {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color: #8E5E70; 
		font-size: 14px;
		text-decoration:none;
		margin-bottom: 0.5rem;
text-align: center;
}

.HomePageBestSellers-ShopNow {
	font-family:Poppins, sans-serif;
	font-weight:400;
	color: #CFBAC2; 
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 0.5rem;
text-align: center;
margin-top: 8px;
}
	  
.HomePageBestSellers-RRPPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;
		font-size: 16px;
		letter-spacing:-0.5px;
		text-decoration: line-through;
		margin-bottom: 0.5rem;
}
	  
div.HomePageBestSellers-ProductPrice {
        font-family:Poppins, sans-serif;
		font-weight: 500;
		font-size: 26px;
		color: #D7D7BF;  
		text-decoration:none;
}
	  
div.HomePageBestSellers-TaxPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;  
		font-size: 12px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
.HomePageBestSellers-Quant {
		font-family:Poppins, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: #333;
		text-align: center;
		width: 60%;
		border: solid 1px #eee;
background: #fff;
padding: 9px;
border-radius: 30px;
}
	 
.HomePageBestSellers-AddToBasket {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        border: none;
        width: 95%;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
		float:right;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageBestSellers-AddToBasket:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageBestSellers-SelectOptions {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        font-size: 16px;
text-align: center;
        cursor: pointer;
        border: none;
		padding:8px 5% 8px 5%;
		float:left;
		width:90%;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}

.HomePageBestSellers-SelectOptions:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageBestSellers-AddToBasketContainer {
	  	min-height:45px;
}

/* Responsive */
@media only screen and (max-width: 1140px) {
#HomePageBestSellers-Container {
margin-top: -260px;
}
}

@media only screen and (max-width: 850px) {
#HomePageBestSellers-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	grid-column-gap: 10px;
}
}

@media only screen and (max-width: 695px) { 
#HomePageBestSellers-Container {
	grid-template-columns: repeat(1, 1fr);
background-color: #5D1931;
background-image: none;
    margin-top: -119px;
}

#HomePageBestSellers-TitleContainer {
background-color: #5D1931;
padding: 50px 0px 0px 0px;
margin-bottom:0px;
}
}/* Panel ID = ABS20160826105820*/
#HomePageFeaturedProducts-TitleContainer {
	width:100%;
	border-bottom:solid 1px #fff;
	margin:auto;
	margin-bottom:10px;
	padding: 50px 0px 30px 0px;
        clear:left;	
}

.HomePageFeaturedProducts-Heading {
		font-family:Shippori Mincho, serif;;
		color:#111;
		font-size:42px;
		font-weight:600;
		text-decoration:none;
line-height: 42px;
		position:relative;
}
	
/* Grid container */
#HomePageFeaturedProducts-Container {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
        float:left;
        padding-left:0%;
        padding-right:0%;
}

/* Product items */
div.HomePageFeaturedProducts-InnerContainer {
        box-sizing: border-box;
        padding: 10px;
	background-color: #fff;
	border:solid 1px #fff;
border-bottom: 4px solid #EFEFEF;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}

div.HomePageFeaturedProducts-InnerContainer:hover {
border-bottom: 4px solid #5D1931;
}
	  
div.HomePageFeaturedProducts-ProductImageContainer {
    	margin-bottom: 0.5rem;
    	text-align: center;
    position: relative;
    padding-bottom: 70%;
}
	  
img.HomePageFeaturedProducts-ProductImage {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}
	  
div.HomePageFeaturedProducts-ProductName {
		font-family:Shippori Mincho, serif;;
		font-weight: 800;
		color:#222;
        font-size: 18px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
div.HomePageFeaturedProducts-ProductName:hover {
		color:#222;
		text-decoration:none;
}
	  
div.HomePageFeaturedProducts-ProductShortDesc {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#111; 
		font-size: 14px;
		text-decoration:none;
		margin-bottom: 0.5rem;
text-align: center;
}
	  
.HomePageFeaturedProducts-RRPPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;
		font-size: 16px;
		letter-spacing:-0.5px;
		text-decoration: line-through;
		margin-bottom: 0.5rem;
}
	  
div.HomePageFeaturedProducts-ProductPrice {
        font-family:Poppins, sans-serif;
		font-weight:400;
		font-size: 26px;
		color:#222;  
		text-decoration:none;
}

.HomePageFeaturedProducts-ShopNow {
	font-family:Poppins, sans-serif;
	font-weight:400;
	color: #5D1932; 
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 0.5rem;
text-align: center;
margin-top: 8px;
}
	  
div.HomePageFeaturedProducts-TaxPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;  
		font-size: 12px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
.HomePageFeaturedProducts-Quant {
		font-family:Poppins, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: #333;
		text-align: center;
		width: 60%;
		border: solid 1px #eee;
background: #fff;
padding: 9px;
border-radius: 30px;
}
	 
.HomePageFeaturedProducts-AddToBasket {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        border: none;
        width: 95%;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
		float:right;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageFeaturedProducts-AddToBasket:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageFeaturedProducts-SelectOptions {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        font-size: 16px;
text-align: center;
        cursor: pointer;
        border: none;
		padding:8px 5% 8px 5%;
		float:left;
		width:90%;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}

.HomePageFeaturedProducts-SelectOptions:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageFeaturedProducts-AddToBasketContainer {
	  	min-height:45px;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
#HomePageFeaturedProducts-Container { 
	grid-template-columns: repeat(4, 1fr);
}

#HomePageFeaturedProducts-TitleContainer {
	width:95%;
	padding: 50px 2.5% 30px 2.5%;
}

#HomePageFeaturedProducts-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	grid-column-gap: 10px;
}
}

@media only screen and (max-width: 695px) { 
#HomePageFeaturedProducts-Container {
	grid-template-columns: repeat(2, 1fr);
}
}/* Panel ID = ABS20160826105841*/
#HomePageLatestProducts-TitleContainer {
	width:100%;
	border-bottom:solid 1px #fff;
	margin:auto;
	margin-bottom:10px;
	padding: 50px 0px 30px 0px;
        clear:left;	
}

.HomePageLatestProducts-Heading {
		font-family:Shippori Mincho, serif;;
		color:#111;
		font-size:42px;
		font-weight:600;
		text-decoration:none;
		position:relative;
}
	
/* Grid container */
#HomePageLatestProducts-Container {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
        float:left;
        padding-left:0%;
        padding-right:0%;
}

/* Product items */
div.HomePageLatestProducts-InnerContainer {
        box-sizing: border-box;
        padding: 10px;
	background-color: #fff;
	border:solid 1px #fff;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}
	  
div.HomePageLatestProducts-ProductImageContainer {
    	margin-bottom: 0.5rem;
    	text-align: center;
    position: relative;
    padding-bottom: 70%;
}
	  
img.HomePageLatestProducts-ProductImage {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}
	  
div.HomePageLatestProducts-ProductName {
		font-family:Shippori Mincho, serif;;
		font-weight: 800;
		color:#222;
        font-size: 18px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
div.HomePageLatestProducts-ProductName:hover {
		color:#222;
		text-decoration:none;
}
	  
div.HomePageLatestProducts-ProductShortDesc {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#111; 
		font-size: 14px;
		text-decoration:none;
		margin-bottom: 0.5rem;
text-align: center;
}
	  
.HomePageLatestProducts-RRPPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;
		font-size: 16px;
		letter-spacing:-0.5px;
		text-decoration: line-through;
		margin-bottom: 0.5rem;
}
	  
div.HomePageLatestProducts-ProductPrice {
        font-family:Poppins, sans-serif;
		font-weight:400;
		font-size: 26px;
		color:#222;  
		text-decoration:none;
}
	  
div.HomePageLatestProducts-TaxPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;  
		font-size: 12px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
.HomePageLatestProducts-Quant {
		font-family:Poppins, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: #333;
		text-align: center;
		width: 60%;
		border: solid 1px #eee;
background: #fff;
padding: 9px;
border-radius: 30px;
}
	 
.HomePageLatestProducts-AddToBasket {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        border: none;
        width: 95%;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
		float:right;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageLatestProducts-AddToBasket:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageLatestProducts-SelectOptions {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        font-size: 16px;
text-align: center;
        cursor: pointer;
        border: none;
		padding:8px 5% 8px 5%;
		float:left;
		width:90%;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}

.HomePageLatestProducts-SelectOptions:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.HomePageLatestProducts-AddToBasketContainer {
	  	min-height:45px;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
#HomePageLatestProducts-Container { 
	grid-template-columns: repeat(4, 1fr);
}
}

@media only screen and (max-width: 850px) {
#HomePageLatestProducts-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	grid-column-gap: 10px;
}
}

@media only screen and (max-width: 695px) { 
#HomePageLatestProducts-Container {
	grid-template-columns: repeat(2, 1fr);
}
}/* Panel ID = ABS20160826105904*/
/* Panel ID = ABS20210419120619*/
.successMessage {
color: green;
    padding: 24px 0 0 16px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}/* Panel ID = ABS20160826110023*/
#RelatedProducts-TitleContainer {
	width:100%;
	border-bottom:solid 1px #fff;
	margin:auto;
	margin-bottom:10px;
	padding: 50px 0px 30px 0px;
        clear:left;	
}

.RelatedProducts-Heading {
		font-family:Shippori Mincho, serif;;
		color:#111;
		font-size:42px;
		font-weight:600;
		text-decoration:none;
		position:relative;
}
	
/* Grid container */
#RelatedProducts-Container {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
        float:left;
        padding-left:0%;
        padding-right:0%;
}

/* Product items */
div.RelatedProducts-InnerContainer {
        box-sizing: border-box;
        padding: 10px;
	background-color: #fff;
	border:solid 1px #fff;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}
	  
div.RelatedProducts-ProductImageContainer {
    	margin-bottom: 0.5rem;
    	text-align: center;
    position: relative;
    padding-bottom: 70%;
}
	  
img.RelatedProducts-ProductImage {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}
	  
div.RelatedProducts-ProductName {
		font-family:Shippori Mincho, serif;;
		font-weight: 800;
		color:#222;
        font-size: 18px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
div.RelatedProducts-ProductName:hover {
		color:#222;
		text-decoration:none;
}
	  
div.RelatedProducts-ProductShortDesc {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#111; 
		font-size: 14px;
		text-decoration:none;
		margin-bottom: 0.5rem;
text-align: center;
}
	  
.RelatedProducts-RRPPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;
		font-size: 16px;
		letter-spacing:-0.5px;
		text-decoration: line-through;
		margin-bottom: 0.5rem;
}
	  
div.RelatedProducts-ProductPrice {
        font-family:Poppins, sans-serif;
		font-weight:400;
		font-size: 26px;
		color:#222;  
		text-decoration:none;
}
	  
div.RelatedProducts-TaxPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;  
		font-size: 12px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
.RelatedProducts-Quant {
		font-family:Poppins, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: #333;
		text-align: center;
		width: 60%;
		border: solid 1px #eee;
background: #fff;
padding: 9px;
border-radius: 30px;
}
	 
.RelatedProducts-AddToBasket {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        border: none;
        width: 95%;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
		float:right;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.RelatedProducts-AddToBasket:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.RelatedProducts-SelectOptions {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        font-size: 16px;
text-align: center;
        cursor: pointer;
        border: none;
		padding:8px 5% 8px 5%;
		float:left;
		width:90%;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}

.RelatedProducts-SelectOptions:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.RelatedProducts-AddToBasketContainer {
	  	min-height:45px;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
#RelatedProducts-Container { 
	grid-template-columns: repeat(4, 1fr);
}
}

@media only screen and (max-width: 850px) {
#RelatedProducts-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	grid-column-gap: 10px;
}
}

@media only screen and (max-width: 695px) { 
#RelatedProducts-Container {
	grid-template-columns: repeat(2, 1fr);
}
}/* Panel ID = ABS20160826110045*/
/* Grid container */
#ProductReviews-Container {
	width:96%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(1,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
	float:left;
	padding-left:0%;
	padding-right:0%;
}

#ProductReviews-TotalContainer {
width:96%;
float:left;
background-color:#fff;
border:solid 1px #f0f2f8;
padding: 2%;
}

.ReviewsSubHeading {
font-family:Poppins, sans-serif;
color: #111;
font-size:18px;
font-weight: 600;
letter-spacing:-0.5px;
text-decoration: none
}

#ReviewsRepeatContainer {
width:100%;
float:left;
border:solid 1px #f0f2f8;
margin-top:15px;
}

#ReviewsRepeatInnerContent {
width:100%;
float:left;
}

#ReviewsCustomerTestimonialContainerOne {
width:96%;
float:left;
border-bottom:solid 1px #f0f2f8;
padding:2%;
margin-top:0px;
}

.ReviewsInformation {
color:#111;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration:none;
}

#ReviewsCustomerNameContainer {
width:50%;
float:left;
margin-top:2px;
}

.ReviewsCustomerReviewDate {
color:#111;
font-family: Poppins, sans-serif;
font-size: 12px;
font-weight: 600;
text-decoration:none;
}

#ReviewsCustomerTestimonialDateContainer {
width:80px;
float:right;
text-align:right;
margin-top:1px;
}

#ReviewsCustomerStarRatingContainer {
width:150px;
float:right;
height:21px;
margin-top:2px;
text-align:right;
}

#ReviewsCustomerTestimonialContainer {
width:98%;
float:left;
padding:2%;
margin-top:0px;
}

.ReviewsCustomerReviewTitleText {
color:#111;
font-family: Poppins, sans-serif;
font-size: 19px;
letter-spacing:-0.5px;
font-weight:600;
text-decoration:none;
}

#ReviewsCustomerTestimonialTitleContainer {
width:100%;
float:left;
margin-top:0px;
}

#ReviewsCustomerInformationContainer {
width:100%;
float:left;
margin-top:10px;
}/* Panel ID = ABS20160826110103*/
#QuantDiscountOuter {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
		grid-template-columns: repeat(3,1fr);
		/* Gap in between products */
		grid-column-gap: 0px;
        float:left;
padding-left:0%;
padding-right:0%;
border-top:solid 1px #f0f2f8;
}

.QuantDiscountsTitle {
background-color: #FFFFFF;
color: #111;
font-family: Poppins, sans-serif;
border-bottom:solid 1px #f0f2f8;
font-size: 18px;
font-weight:600;
width: 96%;
padding:2%;
grid-column-start: 1;
grid-column-end: 4;

}

.QuantDiscountText {
background-color: #FFFFFF;
border-bottom: 1px solid #f0f2f8;
border-right: 1px solid #f0f2f8;
border-left: 1px solid #f0f2f8;
float: left;
color: #111;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight:400;
width: 95%;
padding:2%;
grid-column-start: 1;
}

.QuantDiscountPrice {
background-color: #fff;
border-bottom: 1px solid #f0f2f8;
border-right: 1px solid #f0f2f8;
float: left;
color: #111;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight:400;
width: 95%;
padding:2%;
grid-column-start: 2;
}

.QuantDiscountTaxPrice {
background-color: #fff;
border-bottom: 1px solid #f0f2f8;
border-right: 1px solid #f0f2f8;
float: left;
color: #111;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight:400;
width: 96%;
padding:2%;
grid-column-start: 3;
}
/* Panel ID = ABS20160826110122*/
.CountdownTimerInfoText {
font-family:Poppins, sans-serif;
color: #111;
font-size:16px;
text-decoration:none;
line-height:22px;
font-weight:400;
}

.CountdownTimerClockText {
font-family:Poppins, sans-serif;
color:#111;
font-size:16px;
text-decoration:none;
line-height:22px;
font-weight:600;
}/* Panel ID = ABS20160826110140*/
#SKUOuterContainer {
width:100%;
float:left;
margin-top:0px;
margin-bottom:0px;
}

#SKUHeadingContainer {
width:99.7%;
float:left;
background-color:#fff;
border:solid 1px #f0f2f8;
}

#SKURepeatContainer {
width:99.7%;
float:left;
height:auto;
padding:0px 0px 0px 0px;
border:solid 1px #f0f2f8;
border-top:solid 0px #f0f2f8;
}

#SKUItemCodeHeadingContainer {
width:140px;
float:left;
height:auto;
padding:15px 0px 15px 0px;
border-right:solid 1px #f0f2f8;
}

#SKUDescriptionHeadingContainer {
width:300px;
float:left;
height:auto;
padding:15px 0px 15px 0px;
border-right:solid 1px #f0f2f8;
}

#SKUPriceHeadingContainer {
width:220px;
float:left;
height:auto;
padding:15px 0px 15px 0px;
border-right:solid 1px #f0f2f8;
}

#SKUQuantityHeadingContainer {
    width: 169px;
    float: left;
    height: auto;
    padding: 15px 0px 15px 0px;
border-right:solid 1px #f0f2f8;
}

#SKUPaddingHeading {
padding-left:15px;
padding-top:0px;
}

#SKUPaddingHeadingOne {
padding-left:15px;
padding-top:0px;
}

#SKUPaddingHeadingTop {
padding-top:0px;
}

#SKUPaddingHeadingNone {
padding-left:15px;
padding-top:0px;
}

#SKUItemCodeContentContainer {
width:140px;
float:left;
height:auto;
border-right:solid 1px #f0f2f8;
padding:20px 0px 20px 0px;
display: table;
}

#SKUDescriptionContentContainer {
width:300px;
float:left;
height:auto;
border-right:solid 1px #f0f2f8;
padding:20px 0px 20px 0px;
display: table;
}

#SKUPriceContentContainer {
width:220px;
float:left;
height:auto;
border-right:solid 1px #f0f2f8;
padding:20px 0px 20px 0px;
display: table;
}

#SKUQuantityContentContainer{
    width: 161px;
    float: left;
    margin-left: 8px;
    margin-top: 2px;
  border-right:solid 1px #f0f2f8;
}

#SKUButtonContainer {
width:120px;
float:right;
}

.SKUQtyBox {
 width: 100% !important;
    height: 48px;
    border: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    background-color:#fff;
}

#SKUButtonOne {
float:right;
margin-right:0px;
margin-top:0px;
}

/**/

.SKUHeadingText {
color:#111;
font-family: 'Poppins', sans-serif;
font-size:17px;
font-weight: 600;
text-decoration:none;
letter-spacing:-0.5px;
}

.SKUContentText {
color:#111;
font-family: 'Poppins', sans-serif;
font-size:14px;
font-weight:400;
line-height:16px;
text-decoration:none;
display: table-cell;
vertical-align: middle;
}

   
/* Panel ID = ABS20160826110158*/
/* Grid container */
      #PopUpATC-Container {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
		grid-template-columns: repeat(2,1fr);
		/* Gap in between products */
		grid-column-gap: 5px;
		grid-row-gap: 10px;
      }
	.PopUpATC-ItemsAddedContainer {
	grid-column-start: 1;
	grid-column-end: 3;
grid-row-start: 1;
        border-bottom: 1px solid #f0f2f8;
border-top: 1px solid #f0f2f8;
padding-bottom: 10px;
padding-top: 10px;

	}
	
	.PopUpATC-GiftContainer {
	grid-column-start: 1;
	grid-column-end: 3;
        padding-top:10px;
width: 100%;
padding-bottom:20px;
float:left;
 border-bottom: 1px solid #f0f2f8;
	}

#Product-ImagePopUp {
float: left;
}

	.PopUpATC-RelatedContainer {
	grid-column-start: 1;
	grid-column-end: 3;
padding-bottom: 20px;
        border-bottom: 1px solid #f0f2f8;
grid-row-start: 3;
	}
	
	.PopUpATC-ButtonsContainer {
	grid-column-start: 1;
	grid-column-end: 3;
        padding-top:10px;
width:100%;
background-color: #FFFFFF;
grid-row-start: 2;
		}

.PopUpATC-ContinueShoppingButton {
background-color: #FFFFFF;
color: #111;
border: 2px solid #f0f2f8;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:16px;
font-weight: 600;
padding: 15px;
text-transform:capitalize;
-webkit-appearance: none;
float:left;
margin-right:10px;
}

.PopUpATC-GoToCheckoutButton {
background-color: #111;
color: #fff;
border: 2px solid #111;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:16px;
font-weight: 600;
padding: 15px;
-webkit-appearance: none;
float:right;
margin-right:10px;
}

.PopUpATC-GoToCheckoutButton:hover {
background-color: #8b445e;
color: #fff;
border: 2px solid #8b445e;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:16px;
font-weight: 600;
padding: 15px;
-webkit-appearance: none;
float:right;
margin-right:10px;
}

.QtyAdded {
float: left;
color: #111;
font-size: 16px;
font-family:"Poppins", sans-serif;
font-weight: 600;
margin:13px;
}

#PopUpATC {
float: left;
}

@media only screen and (max-width: 695px) { 
.PopUpATC-ContinueShoppingButton {
width: 100%;
float: left;
}

.PopUpATC-GoToCheckoutButton {
width: 100%;
float: left;
margin-top: 10px;
}

.PopUpATC-GoToCheckoutButton:hover {
width: 100%;
float: left;
margin-top: 10px;
}

#PopUpATC {
float: none;
text-align: center;
}

.QtyAdded {
margin:10px 0px 0px 0px;
width: 100%;
}

#Product-ImagePopUp {
float: none;
}

.PopUpATC-ItemsAddedContainer {
text-align: center;
}
}/* Panel ID = ABS20160826110215*/
.RelatedBasketProducts-HeaderContainer {
		font-family:Shippori Mincho, serif;;
		color:#111;
		font-size:22px;
		font-weight:600;
text-align: center;
        border-bottom: 1px solid #f0f2f8;
border-top: 1px solid #f0f2f8;
padding-bottom: 10px;
padding-top: 10px;
}

.RelatedBasketProducts-ProductsContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
	float:left;
        margin-top:10px;
}

.RelatedBasketProducts-InnerContainer {
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
	position: relative;
	margin-bottom: 10px;

}

.RepeatForm {
	border:solid 1px #fff;
padding: 10px 0px 10px 0px;
}

.RelatedBasketProducts-ImageContainer {
	margin-bottom: 0.5rem;
	text-align: center;
}

img.RelatedBasketProducts-Image {
	max-width: 100px;
max-height:100px;
}

.RelatedBasketProducts-ProductNamePriceContainer {
	width:100%;
	float:left;
text-align: center;
}

.RelatedBasketProducts-ProductPriceContainer {
	width:100%;
	float:left;
text-align: center;
}

.RelatedBasketProducts-ProdName {
		font-family:Shippori Mincho, serif;;
		font-weight: 800;
		color:#222;
        font-size: 18px;
		text-decoration:none;
}

.RelatedBasketProducts-ProdPrice {
       font-family:Poppins, sans-serif;
		font-weight:400;
		font-size: 26px;
		color:#222;  
		text-decoration:none;
}

.RelatedBasketProducts-CheckoutContainer {
        width:95%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
		grid-template-columns: repeat(2,1fr);
		/* Gap in between products */
	float:left;
	clear:left;
	margin-top:10px;
padding: 0px 2.5% 0px 2.5%;
}

.RelatedBasketProducts-QTY {
float:left;
margin-right:10px;
grid-column-start: 1;
width:25%;
}

.RelatedBasketProducts-AddToBasket {
background-color: #111;
color: #fff;
border: 2px solid #111;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:0.8em;
font-weight: 600;
padding: 9px 0px 9px 0px;
-webkit-appearance: none;
float:right;
text-align: center;
grid-column-start: 2;
width: 95%;
max-height: 24px;
}

.RelatedBasketProducts-AddToBasket:hover {
background-color: #8b445e;
color: #fff;
}

.RelatedBasketProducts-ViewProduct {
background-color: #111;
color: #fff;
border: 2px solid #111;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:0.8em;
font-weight: 600;
padding: 9px 0% 9px 0%;
-webkit-appearance: none;
text-align: center;
grid-column-start: 2;
width: 90%;
max-height: 24px;
float: left;
margin: 10px 5% 0px 5%;
}

.RelatedBasketProducts-ViewProduct { 
background-color: #8b445e;
color: #fff;
}

.RelatedBasketProducts-QTYField {
		font-family:Poppins, sans-serif;
		font-size: 1em;
		font-weight: 300;
		color: #333;
		text-align: center;
	height: 40px;
    width: 40px;
		border: solid 2px #eee;
		border-radius: 5px;
background: #fff;
}

.SuccessMessage {
font-family: 'Poppins', sans-serif;
color:green  !important;
font-size: 15px  !important;
font-weight: 600 !important;
text-align:center;
text-decoration: none;
width:99.8%;
padding:15px 0px 15px 0px;
margin-top:-1px;
border:solid 1px #f0f2f8;
}


@media only screen and (max-width: 695px) { 
.RelatedBasketProducts-ProductsContainer {
	grid-template-columns: repeat(2,1fr);
}
}
/* Panel ID = ABS20160826110232*/
/* Panel ID = ABS20160826110303*/
#PriceMatchOuterContainer {
width:90%;
padding:30px 5% 0px 5%;
height:auto;
float:left;
}

#PriceMatchInnerContainer {
width:100%;
float:left;
}
/* Panel ID = ABS20160826110402*/
.popUpProductEnquiryPage {
float:left;
width:580px;
height:800px;
background-color:white;
}

.fancybox-enquiryclose {
background-image: url("/Graphics/fancybox_sprites.png") !important;
 position: absolute;
top: -18px;
right: -18px;
 width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
right: 1px !important;
top: -5px !important;
}

#ProductEnquiryOuterContainer {
width:90%;
padding:40px 5% 0px 5%;
height:auto;
float:left;
}

#ProductEnquiryInnerContainer {
width:100%;
float:left;
}
/* Panel ID = ABS20160826110420*/
/* Panel ID = ABS20160826110509*/
#SubCategories-TitleContainer {
	width:100%;
	border-bottom:solid 1px #fff;
	margin:auto;
	margin-bottom:10px;
margin-top: 40px;
	padding-top: 10px;
padding-bottom: 10px;
	clear:left;		
display: none;
}

.SubCategories-Heading {
	font-family:Shippori Mincho, serif;;
	color:#111;
	font-size:42px;
	font-weight:600;
	text-decoration:none;
	position:relative;
text-align: center;
}
	
/* Grid container */
#SubCategories-Container {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
	float:left;
	padding-left:0%;
	padding-right:0%;
}

/* Product items */
div.SubCategories-InnerContainer {
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
	border:solid 0px #fff;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}
	  
div.SubCategories-CategoryImageContainer {
    	margin-bottom: 0.5rem;
    	text-align: center;
    position: relative;
    padding-bottom: 100%;
}
	  
img.SubCategories-CategoryImage {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}

div.SubCategories-CategoryName {
	font-family:Shippori Mincho, serif;;
	font-weight: 800;
	color: #fff;
	font-size: 18px;
	text-decoration:none;
	margin-bottom: 0.5rem;
    padding: 20px;
background-color: #111;
text-align: center;
}

div.SubCategories-CategoryName:hover {
	font-family:Shippori Mincho, serif;;
	font-weight: 800;
	color: #fff;
	font-size: 18px;
background-color: #8b445e;
	text-decoration:none;
	margin-bottom: 0.5rem;
}

div.SubCategories-CategoryShortDesc {
	font-family:Poppins, sans-serif;
	font-weight:400;
	color:#111; 
	font-size: 14px;
	text-decoration:none;
	margin-bottom: 0.5rem;
}

/* Responsive */
@media only screen and (max-width: 1400px) {
#SubCategories-Container { 
	grid-template-columns: repeat(4, 1fr);
}
}

@media only screen and (max-width: 850px) {
#SubCategories-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	grid-column-gap: 10px;
}
}

@media only screen and (max-width: 695px) {
#SubCategories-Container {
	grid-template-columns: repeat(2, 1fr);
}
}/* Panel ID = ABS20160826110545*/
#BreadcrumbContainer {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
		grid-template-columns: repeat(1,1fr);
		/* Gap in between products */
		grid-column-gap: 0px;
        float:left;
padding: 10px 0px 10px 0px;
}

.BreadcrumbLink {
font-family: Poppins, sans-serif !important; 
font-size:14px;
font-weight: 400;
color:#111;
text-decoration:none;
}

.BreadcrumbLink a:link {
font-family: Poppins, sans-serif !important; 
font-size:14px;
font-weight:400;
color:#111;
text-decoration:none;
}

.BreadcrumbLink a:hover {
font-family: Poppins, sans-serif !important; 
font-size:14px;
font-weight:400;
color:#111;
text-decoration:underline;
}

.BreadcrumbLink a:active {
font-family: Poppins, sans-serif !important; 
font-size:14px;
font-weight:400;
color:#111;
text-decoration:none;
}

.BreadcrumbLink a:visited {
font-family: Poppins, sans-serif !important; 
font-size:14px;
font-weight:400;
color:#111;
text-decoration:none;
}

@media only screen and (max-width: 1440px) {
#BreadcrumbContainer {
        width: 95%;
padding: 10px 2.5% 10px 2.5%;
}
}/* Panel ID = ABS20160826110602*/
.PrevNext {
font-family:Poppins, sans-serif;
font-size:24px;
display: block;
width: 48px !important;
height: 36px;
padding-top:15px;
background-color: #fff;
text-align: center;
margin-left:0px;
margin-right:10px;
border: 1px solid #f0f2f8;
margin-top:10px;
}

.PrevNext a:link {
font-family:Poppins, sans-serif;
font-size:24px;
color: #111; 
text-decoration:none;
text-align: center;
}

.PrevNext  a:visited {
font-family:Poppins, sans-serif;
font-size:24px;
color: #111; 
text-decoration:none;
text-align: center;
}

.PrevNext  a:hover {
font-family:Poppins, sans-serif;
font-size:24px;
color: #111; 
text-decoration:none;
text-align: center;
}

.PrevNext  a:active {
font-family:Poppins, sans-serif;
font-size:24px;
color: #111; 
text-decoration:none;
text-align: center;
}

.PageNumbers {
font-family:Poppins, sans-serif;
font-size: 13px;
display: block;
height: 36px;
width: 40px !important;
padding-top: 15px;
text-decoration: none !important;
text-align: center;
border: 1px solid #f0f2f8;
margin-right:8px;
margin-left: 0px;
margin-top:10px;
}

.PageNumbers:hover {
background-color: #8b445e;
border: 1px solid  #8b445e;
transition: background-color .3s;
color: #FFFFFF;
}

.PageNumbers:visited {
background-color: #fff;
color: #8b445e;
}

.PageNumbersActive {
font-family:Poppins, sans-serif;
font-size: 14px;
display: block;
font-weight:400;
height: 36px;
width: 44px;
font-weight:400;
padding-top: 13px;
text-decoration: none !important;
text-align: center;
border: 1px solid  #8b445e;
background-color: #8b445e;
color: #FFFFFF;
margin-right:5px;
margin-left: 5px;
margin-top:10px;
}
    
.PaginationBorder {
    clear: left;
    text-align: center;
    width: 500px !important;
    float: left;
margin: 0px !important;
height: auto !important;
    padding: 10px 0px 10px 0px !important;;
}

@media only screen and (max-width: 550px) {
.PaginationBorder {
    width: 300px !important;
}
}/* Panel ID = ABS20160826110629*/
/* Panel ID = ABS20160826110704*/
.FilterPanel {
    float: left;
    width: 100%;
    z-index: 1;
grid-row-start: 1;
}

#PriceFilter {
width:150px; 
border-radius:0px; 
height:52px; 
float:right;
}

@media only screen and (max-width: 550px) {
#PriceFilter {
float: none;
}

.FilterPanel {
    float: none;
    width: 100%;
    z-index: 1;
    grid-row-start: 2;
    grid-column-start: 1;
    margin: auto;
    text-align: center;
    grid-column-end: 3;
    margin-top: 10px;
    margin-bottom: 15px;
}
}/* Panel ID = ABS20160826110814*/
#MemberOnlyMenuOuterContainer {
width:100%;
float:left;
}

#MemberOnlyMenuInnerContainer {
width:99.5%;
float:left;
border:solid 1px #f0f2f8;
border-top:solid 3px #8b445e;
}

#MemberOnlyMenuHeadingContainer {
width:100%;
float:left;
padding:20px 0px 20px 0px;
text-align:center;
border-bottom:solid 1px #f0f2f8;
background-color:#fff;
}

#MemberOnlyMenuLoginContainer {
width:97%;
float:left;
padding:15px 1.5% 10px 1.5%;
background-color:#FFFFFF;
}

#MemberOnlyMenuInformation {
width:100%;
float:left;
text-align:center;
margin:0px 0px 15px 0px;
}

#MemberOnlyMenuButtonContainer {
width:100%;
float:left;
text-align:center;
}


/**/

.MemberOnlyPanelHeading {
font-family:"Poppins", sans-serif;
font-weight:600;
color:#111;
font-size:22px;
letter-spacing:-0.5px;
text-decoration:none;
text-transform:capitalize;
}

.MemberOnlyInformationText {
font-family: 'Poppins', sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}
/* Panel ID = ABS20160826110916*/
/*MAINCATEGORYLINKS*/
#navcontainer ul {
font-family: Shippori Mincho, serif;;
font-size:13px;
text-transform:capitalize;
list-style-type: none;
margin: 0 0 0 0; /* Do Not change inner container */
padding: 0;
float:left;
}

#navcontainer a {
font-size:13px;
background-color: #FFF;
background-repeat: no-repeat;
color:#111;
display: block;
text-decoration: none;
margin:0px 0px 0px 0px;
padding: 7px 0px 7px 10px;
width: 198px;
border-right: #f0f2f8 0px solid;
border-left: #f0f2f8 0px solid;
border-top: #f0f2f8 1px dashed;
}

#navcontainer a:hover {
background-color:#fff;
color: #fff;
text-decoration: none;
}

/*SUBCATEGORYLINKS*/
#navcontainer ul ul a {
background-color:#fff;
color:#111;
display:block;
font-size:13px;
text-decoration:none;
padding: 8px 0px 8px 20px;
width:188px;
}

#navcontainer ul ul a:hover {
background-color:#fff;
color: #8b445e;
text-decoration:none;
}

/*ACTIVEMAINCATEGORYLINKS*/
#navcontainer ol {
font-family: Shippori Mincho, serif;;
font-size:13px;
font-weight:400;
text-decoration:none;
list-style-type:none;
margin:0px;
padding:0px;
}

#navcontainer ol a {
background-color: #fff;
color: #111;
display:block;
width:198px;
float:left;
}

#navcontainer ol a:hover {
background-color:  #fff;
color: #fff;
font-weight:normal;
text-decoration:none;
}

/*NAVOUTERCONTAINER */
#navcontainer {
margin:0px 0px 0px 0px;
width:208px;
float:left !important;
padding:10px 20px 30px 20px;
border:solid 1px #f0f2f8;
background-color: #FFFFFF;
clear:left;
position: relative;
}

#navcontainer li {
margin: 0px 0px 0px 0px;
clear:left;

} 

/*HEADINGDIVCONTAINERPROPERTIES - (IfMainCatIsChangedToHeading)*/
#navheader {
display: block;
float: left;
clear:left;
padding-top:13px;
padding-bottom:13px;
padding-left:10px;
background-color: #FFFFFF;
border-top:solid 2px  #f0f2f8;
width: 198px;
margin-top:15px;
}

.MainNavHeadingFont {
font-family: Shippori Mincho, serif;;
font-weight: 600;
color:#8b445e;
font-size: 20px;
text-decoration: none;
}

/* Panel ID = ABS20160826111045*/
#CurrentSelction-OuterContainer {
width: 100%;
float: left;
}

#CurrentSelection-List {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
    overflow: hidden;
display: grid;
    grid-template-columns: repeat(5,1fr);
grid-row-gap: 10px;
    grid-column-gap: 10px;
}


#CurrentSelection-List li {
padding: 5px;
    display: block;
    float: left;
    background: #eeeeee;
    font-size: 12px;
}

#slider-range-top .ui-slider-handle {
    border-radius: 20px;
    background-color: #8b445e;
}


.AttributeFiltersection_Left{
width: 250px!important;
margin-bottom:25px;
margin-top:1px !important;
border:solid 0px #f0f2f8;
position:relative;
}

.AttributeFiltersection_Left div.attributepanel.show
{
position:relative!important;
top:0!important;
}


#CurrentSelection-List li.CurrentSelection-List {
    font-family: Poppins, sans-serif;
    color: #111;
    font-weight: 400;
    font-size: 14px;
background-color: #FFF;
}

.filter_title:after, #CurrentSelection-List li a:before {
    color: #8b445e;
}

.CurrectSelection-RemoveSelection {
   color:red;
  cursor:pointer;
}

#CurrentSelection-List li a:before {
    color: #8b445e;
}

#AttributeHeadingContainer {
width:218px;
float:left;
position:relative;
}

#AboveProductsFilter-Container {
	width:100%;
	display:grid;
	grid-template-columns: repeat(5,1fr);
	float:left;
grid-row-gap: 10px;
    grid-column-gap: 10px;
}

#Filter1 {
float: left;
width: 100%;
position: relative;
}

#Filter2 {
float: left;
width: 100%;
position: relative;
}

#Filter3 {
float: left;
width: 100%;
position: relative;
}

#Filter4 {
float: left;
width: 100%;
position: relative;
}

#Filter5 {
float: left;
width: 100%;
position: relative;
}

#Filter6 {
float: left;
width: 100%;
position: relative;
}

.attributepanel {
width: 97.2% !important;
}

#amount-top {
margin-left: 6px;
    font-family: Poppins, sans-serif;
    color: #111;
    font-weight: 400;
    font-size: 14px;
}

#AttributeFilterContainer .attributepanel
{
background:white;
}


.accordion
{
border:0;
cursor:pointer;
}

#AttributeFilterContainer .accordion
{
background-image:none;
}

div.AttributePanelContainerPrice
{
display:block;
}
div.attributepanel
{
display:none;
}
div.attributepanel.show {
display: block !important;
background:white;
    position: absolute;
    top: 43px;
z-index: 11;
}

.attributepanel.AttributePanelContainer.show {
position: absolute;
    max-height: 300px;
    overflow-y: scroll;
}

.AttributePanelHeading .AttributeHeadingContainer:after {
    content: " ";
    margin-right: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-top: 7px solid #3a3c3f;
    float: right;
    margin-top: 5px;
    -moz-transform: scale(1.1);
}

.active .AttributeHeadingContainer:after {
    content: " ";
    margin-right: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #3a3c3f;
    border-top:0;
    float: right;
    margin-top: 5px;
    -moz-transform: scale(1.1);
}


#AttributesFilterHeaderDiv {
float:left;
margin-bottom:0px;
margin-top:-1px;
background-color:#fff;
padding:10px 0px 10px 2% !important;
border:solid 1px #f0f2f8;
background-image:none;
}

#AttributesFilterHeaderDivTwo {
width:203px;
float:left;
margin-bottom:0px;
margin-top:-1px;
margin-left:-1px;
background-color:#fff;
padding:16px 0px 15px 15px;
border-top:solid 1px #f0f2f8;
border-bottom:solid 1px #f0f2f8;
border-left:solid 1px #f0f2f8;
border-right:solid 1px #f0f2f8;
}

.AttributeFiltersection{
width: 218px !important;
margin-bottom:25px;
margin-top:1px !important;
border:solid 0px #f0f2f8;
position:relative;
}

.AttributePanelHeading {
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #111;
font-size: 16px;
text-decoration: none;
background-image:none;
}

.AttributePanelContainer {
width: 218px;
float:left;
margin-bottom:0px;
padding-top:15px;
padding-bottom:10px;
border:solid 1px #f0f2f8;
}

.AttributePanelContainerTop {
width: 100%;
float:left;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

.AttributePanelContainerPrice {
    width: 203px;
    float: left;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 24px;
    border: solid 1px #ddd;
    padding-left: 15px;
   border:solid 1px #f0f2f8;

}

.AttributePropertiesContainer {
padding:0px 0px 0px 10px;
width:210px;
float:left;
    font-family: Poppins, sans-serif !important;
    color: #111 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
background: white;
}

@media only screen and (max-width: 1000px) {
.AttributeFiltersection{
width: 100%!important;
}
#AttributeFilterContainer .attributepanel
{
width: 100%!important;
}
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}

#slider-range  .ui-slider-handle
{
    border-radius: 20px;
    background-color: #8b445e;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 90%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #f0f2f8;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

#amount {
color: #8b445e !important;
}


@media only screen and (max-width: 1020px) {
#CurrentSelection-List {
    grid-template-columns: repeat(3,1fr);
}
#AboveProductsFilter-Container {
	grid-template-columns: repeat(3,1fr);
}
}

#DefaultAttributeFilter{
float: left;
clear: left;
margin-bottom: 20px;
width: 100%;
}

#FilterButtonContainer
{
display:none;
float:left;
width:100%;
text-align: center;
padding-bottom: 15px;
}

#ShowFilter
{
width: 133px; 
border: solid 2px #ddd;
 background: none; 
height: 44px;
}

@media only screen and (max-width: 1440px) {
#DefaultAttributeFilter {
width: 95%;
    padding: 0px 2.5%;
}
}

@media only screen and (max-width: 695px) {
#CurrentSelection-List {
    grid-template-columns: repeat(1,1fr);
}
#AboveProductsFilter-Container {
grid-template-columns: repeat(1,1fr);
width: 95%;
padding: 0px 2.5%;
}
#CurrentSelction-OuterContainer {
width: 95%;
padding: 0px 2.5%;
}
#AttributeFilterContainer .ProductFilterpanel{
    width: 97.5%!important;
}

#AttributesFilterForm
{
display:none;
}

#FilterButtonContainer
{
display:block;
}

div.ProductFilterpanel.show {
display: block !important;
background:white;
position:relative!important;
top:0;
}

button.ProductFilteraccordion {
background-color: #f5f5f5;
border: 1px solid #ddd;
font-family:Hind, sans-serif;
color:#333;
font-size:100%;
font-weight: 500;
line-height:20px;
text-decoration:none;
cursor: pointer;
margin:auto;
width: 100% !important;
text-align: left;
padding: 0px 1% 0px 1% !important;
outline: none;
transition: 0.4s;
margin-top:-1px;
text-transform:capitalize;
}

/*ACTIVETABSCONTENTSTYES*/
button.ProductFilteraccordion.active, button.ProductFilteraccordion:hover {
background-color: #f5f5f5;
}

/*TABSCONTENTSTYES*/
.ProductFilterpanel  {
font-family:Hind, sans-serif;
color:#333;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
width:97.2% !important;
text-align: left;
padding:10px 1% 10px 1%  !important;
border:solid 1px #ddd;
margin-top:-3px;
}


/**/


/* Style the accordion panel. Note: hidden by default */
div.ProductFilterpanel {
display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.ProductFilterpanel.show {
display: block;
}
}/* Panel ID = ABS20160826111109*/
#CartPageOuterContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	grid-template-columns: 0% 100% 0%;
	grid-column-gap: 0px;
	float:left;
}

#CartPageInnerContainer {
	width: 100%;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
	grid-column-start:2;
}
  
.DeliveryPostCodeWrapper {
	float:left;
	width:100%;
	margin-top:10px;
}

.shippingnotes {
font-size: 12px;
}

#CartPageTopMainHeadingContainer {
	width: 100%;
	float: left;
	margin-bottom:25px;
}

#CartPageTopHeadingContainer {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f0f2f8;
	background-color: #FFFFFF;
}

#CartPageTopHeadingInnerBox {
	width:100%;
	float:left;
}

#CartPageTopHeadingInnerBoxLeft {
	width:70%;
	margin-top: 27px;
	float:left;
}

#CartPageTopHeadingInnerBoxRight {
	float:right;
	padding: 10px 0px 10px 10px;
width: 280px;
}

.CartPageTopDeliveryOuterContainer {
	width:100%;
	float:left;
	margin-top:0px;
	padding-top:10px;
}

#CartPageTopDeliveryTitleContainer {
	width:100%;
	float:left;
}

#CartPageTopDeliveryDropdownContainer {
	width:100%;
	float:left;
	margin-top:5px;
}

#CartPagePostCodeContainer {
	float:left;
	width: 91%;
	margin-top:5px;
}

#CartPageTopOrderSummaryContainer {
	width:280px;
	float:right;
	margin-top:30px;
}

#CartPageTopOrderTotalContainer {
	width:100%;
	float:left;
	clear:left;
	background-color: #fff; 
}

#CartPageTopOrderCheckPostCodeButton{
	float:right;
	width: 9%;
	margin-top:5px;
}

#CartPageTopOrderCheckoutButton{
	width:100%;
	float:left;
	margin-top:20px;
}

#CartPageTopContentContainer {
	width:100%;
	float:left;
	margin-top:15px;
	clear:left;
}

#CartPageTopContentLeftContainer {
	width:100%;
	border-left: 1px solid #f0f2f8;
	border-right: 1px solid #f0f2f8;
	border-bottom: 1px solid #f0f2f8;
	float:left;
	margin-bottom:15px;
}

#CartPageTopContentLeftContainerOuter {
	width:100%;
	float:left;
}

.CartPageTopContentProductBox {
	width:100%;
	border-top: 1px solid #f0f2f8;
	float:left;
	padding: 10px 0px 10px 0px;
}

#CartPageTopContentProductImageBox {
	width:10%;
	float:left;
	padding: 0px 10px 0px 10px;
}

#CartPageTopContentProductImageBox2 {
	width:10%;
	float:left;
	padding: 0px 10px 0px 10px;
}

#CartPageTopContentProductInformationBox {
	width: 86.6%;
	float:left;
	padding: 0px 10px 0px 10px;
}

#CartPageTopContentProductInnerTitleBox {
	width:65%;
	float:left;
}

#CartPageTopContentProductInnerPriceBox {
	width:12%;
	float:right;
	text-align:right;
}


#CartPageTopContentProductInnerQuantityBox {
	float:right;
	text-align:right;
}

#CartPageTopContentProductInnerQuantitySelectionBox {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#CartPageTopContentProductInnerRemoveContainer {
	margin-top:10px;
	float:right;
	clear:right
}

#CartPageTopContentProductInnerTitleContainer {
	width:100%;
	float:left;
}

#CartPageTopContentProductInnerShortDescriptionContainer {
	width:100%;
	margin-top:10px;
	float:left;
}

#CartPageTopContentRightContainer {
	width:228px;
	float:right;
	padding:25px;
	border: 1px solid #f0f2f8;
	background-color: #fff;
}

.CartPageTopContentRightContainerError {
	background-color:#FF0000;
  	color:#FFFFFF !important;
  	float:left;
  	line-height:16px !important;
  	margin-top:10px;
  	padding: 15px 0px 15px 0px;
  	width:100%;
	text-align: center;
}

#CartPageTopContentRightTextContainer {
	width:100%;
	float:left;
}

#CartPageTopContentRightInputContainer {
	width:70%;
	float:left;
	margin-top:5px;
}

#CartPageTopContentRightButtonContainer {
	width:25%;
	float:right;
	margin-top:15px;
}

#CartPageTopDeliverySelectionContainer {
	width:100%;
	float:left;
	clear:left;
}

.CartPageTopDeliveryRadioSelectionInner {
    width: 100%;
    float: left;
    clear: left;
    padding: 19px 0px 19px 0px;
    margin-top: 9px;
cursor: pointer;
	border:1px solid #f0f2f8;
}

#CartPageTopDeliveryRadioButton {
	float:left;
	height:auto;
	width:20px;
	margin-left:1%;
	margin-right:1%;
}

#CartPageTopDeliveryRadioInformation {
	float:left;
	height:auto;
	width:50%;
}

#CartPageTopDeliveryRadioPrice {
	float:right;
	height:auto;
	width:35%;
	margin-right:1%;
	text-align:right;
}

#CartPageRightColumn {
	width:280px;
	float:right;
	height:auto;
}

#CartPageRightColumnInner {
	width:99.5%;
	float:left;
	height:auto;
	border:solid 1px #f0f2f8;
	background-color:#fff;
}

#CartPageRightColumnInformationContainer {
	width:80%;
	height:auto;
	padding:22px 10% 20px 10%;
	float:left;
}

#CartPageRightColumnInformationInner {
	width:100%;
	float:left;
}

#CartPageRightColumnInformationInnerLeft {
	width:70%;
	float:left;
	text-align:left;
}

#CartPageRightColumnInformationInnerRight {
	width:30%;
	float:left;
	text-align:right;
}

#CartPageRightColumnTotalContainer {
	width:80%;
	height:auto;
	padding:18px 10% 18px 10%;
	border-top:solid 1px #f0f2f8;
	float:left;
}

#Voucher-Container {
margin:auto; width: 30%;
}
/**/


#BasketQuantityButton {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 22px;
	font-weight: 500;
	border: 1px solid #f0f2f8;
	background-color: #FFFFFF;
	width:40px;
	height:40px;
	line-height:24px;
	text-decoration: none;
}

#BasketQuantityInput {
	border: 1px solid #f0f2f8;
	border-left: none;
	border-right: none;
	background-color: #fff;
	width:40px;
	height:40px; 
}

.VoucherCodeTextField {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	background-color: #FFFFFF; 
    border: solid 1px #f0f2f8;
    border-radius: 5px;
    padding: 10px 1% 10px 1%;
    width: 98%;
    -webkit-appearance: none;
	margin-top:10px;
}

#deliveryPostCode{
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	background-color: #FFFFFF;
	border: solid 1px #f0f2f8;
	border-radius: 0px;
	padding: 10px 5% 10px 1%;
	-webkit-appearance: none;
	width: 90%;
}

#BasketCountryDropdown {
	float: left;
	clear: left;
	height: 55px;
	width: 100%;
	border: 1px solid #f0f2f8;
}

#QTYColInner {
	float: left;
	clear: left;
	height: auto;
	width: 90%;
	margin-top: 10px;
}

#country_default {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size:14px;
	font-weight: 400;
	background-color:#fff;
	border: solid 1px #f0f2f8;
	border-radius: 0px;
        padding: 10px 1% 10px 1%;
	width: 100%;
background-image: linear-gradient(45deg, transparent 48%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.CartQty {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
	width: 90% !important;
	height: 38px;
	border: 0;
	text-align:center;
	line-height:24px;
	text-decoration: none;
}


/**/

.CartPageMainHeading {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 32px;
	font-weight: 600;
	line-height:35px;
	letter-spacing:-1.5px;
	text-decoration: none;
}

.CartPageMainInformation {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 19px;
	letter-spacing:-0.5px;
	font-weight: 600;
	line-height:26px;
	text-decoration: none;
}

.CartPageMainInformationLarger {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 19px;
	letter-spacing:-0.5px;
	font-weight: 600;
	line-height:26px;
	text-decoration: none;
}

.CartPageDeliveryInformation {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size:14px;
	font-weight: 400;
	line-height:22px;
	text-decoration:none;
}

.CartPageDeliveryInformationSmallBold {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size:14px;
	font-weight: 400;
	line-height:22px;
	text-decoration:none;
}

.CartPagePriceText {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size:18px;
	font-weight: 400;
	letter-spacing:-0.5px;
	line-height:20px;
	text-decoration:none;
}

.CartPagePriceTextBold {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size:18px;
	letter-spacing:-1px;
	line-height:20px;
	text-decoration:none;
}

.CartPageDescriptionText {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size:12px;
	font-weight: 400;
	line-height:18px;
	text-decoration:none;
}

.CartPageTitleText {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size:16px;
	font-weight: 600;
	line-height:18px;
	letter-spacing:-0.5px;
	text-decoration:none;
}

.CartPageRemoveText {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	text-decoration: underline;
}

.CartPageCheckoutRightPriceText {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height:26px;
	letter-spacing:-0.8px;
	text-decoration: none;
}

.CartPageCheckoutRightPriceTextBold {
	font-family: Poppins, sans-serif;
	color: #111;
	font-size: 16px;
	font-weight: 500;
	line-height:26px;
	letter-spacing:-0.8px;
	text-decoration: none;
}

.paypalExpress
{
	float: right;
    margin: 14px 133px 5px 2px;
    width: 100%;
    text-align: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: black;
}

.Cart-GoToCheckout{
	font-family:Poppins, sans-serif;
	background: #111;
	color: #fff;
	font-weight:600;
	border: none;
	border-radius: 5px;
	width: 95%;
	padding: 15px 10px;
	font-size: 16px;
	cursor: pointer;
	float:right;
      }
	  
.Cart-GoToCheckout:hover {
	background: #8b445e;
	color: #fff;
      }


#Voucher-Container {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f0f2f8;
	background-color: #FFFFFF;
	padding: 0px 0px 10px 0px;
}
@media only screen and (max-width: 1490px) {
#CartPageTopContentProductInformationBox { 
	width: 85.6%;
}

#CartPageTopContentProductInnerQuantityBox { 
	margin-right: 15px;
}
}

@media only screen and (max-width: 1440px) {
#CartPageOuterContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	grid-template-columns: 2.5% 95% 2.5%;
	grid-column-gap: 0px;
	float:left;
}
}

@media only screen and (max-width: 1360px) {
#CartPageTopContentProductInnerPriceBox { 
	width: 15%;
}
}

@media only screen and (max-width: 1270px) {
#CartPageTopContentProductInnerTitleBox { 
	width: 50%;
}
}

@media only screen and (max-width: 1155px) {
	#CartPageTopContentProductImageBox {
width:15%;
}

#CartPageTopContentProductImageBox2 {
	width:15%;
}

#CartPageTopContentProductInformationBox {
	width: 78%;
}

#CartPageTopContentProductInnerPriceBox {
	width: auto;
}
}

@media only screen and (max-width: 1024px) {
#CartPageOuterContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	grid-template-columns: 5% 90% 5%;
	grid-column-gap: 0px;
	float:left;
}

#CartPageTopContentProductInformationBox {
	width: 79%;
}

#CartPageTopContentProductInnerTitleBox {
	width:50%;
}

#CartPageTopContentProductInnerPriceBox {
	float: right;
	clear: none;
}

#CartPageTopContentProductInnerQuantityBox {
	float:right;
}

#CartPageOuterContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	grid-template-columns: 2.5% 95% 2.5%;
	grid-column-gap: 0px;
	float:left;
}
}

@media only screen and (max-width: 950px) {
#CartPageTopContentProductImageBox {
	width:15%;
}

#CartPageTopContentProductImageBox2 {
	width:15%;
}

#CartPageTopContentProductInformationBox {
	width: 78%;
}

#CartPageTopContentProductInnerPriceBox {
	width: auto;
}

#CartPagePostCodeContainer {
	width: 100%;
}

#CartPageTopOrderCheckPostCodeButton {
	width:100%;
	margin-top:5px;
}

#deliveryPostCode {
	width: 93.7%;
}
}

@media only screen and (max-width: 750px) {
#CartPageTopContentProductImageBox {
	width: 100%;
	text-align: center;
}

#CartPageTopContentProductImageBox2 {
	width: 100%;
	text-align: center;
	height: 0px;
}

#CartPageTopContentProductInformationBox {
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

#CartPageTopContentProductInnerPriceBox {
    width: 100%;
    text-align: center;
}

#CartPageTopContentProductInnerQuantityBox {
    margin-top: 10px;
    width: 100%;
margin-left: 0px;
margin-right: 0px;
}

#CartPageTopContentProductInnerRemoveContainer {
	text-align: center;
	float: none;
}

#CartPageTopContentProductInnerTitleBox {
	width:100%;
}

#CartPageTopHeadingInnerBoxLeft {
	width: 60%;
    margin-top: 10px;
}

#CartPageTopContentRightInputContainer {
	width:100%;
}

#CartPageTopContentRightButtonContainer {
	width:100%;
	margin-top:10px;
}
}

.CartTextField {
-webkit-appearance: none !important;
}

.CartPageTopDeliveryRadioSelectionInnerActive
{
background-color: #EEEEEE;
}

@media only screen and (max-width: 850px) { 
#CartPageOuterContainer {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
}


@media only screen and (max-width: 550px) {
#CartPageTopHeadingInnerBoxLeft {
    width: 100%;
    text-align: center;
}

#CartPageTopHeadingInnerBoxRight {
    width: 100%;
}

#CartPageRightColumn {
    width: 100%;
}

#CartPageTopOrderSummaryContainer {
width: 100%;
}

.Cart-GoToCheckout {
    width: 100%;
    padding: 15px 0px;
}
}/* Panel ID = ABS20160826111127*/
#MobileOuterContainer {
display:none;
}

.BasketMainHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size:25px;
font-weight: 600;
text-decoration:none;
}

.BasketInformation {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}

.BasketSubtotalPrice {
font-family: Poppins, sans-serif;
color: #111;
font-size:18px;
font-weight: 600;
text-decoration:none;
}

.BasketProductTitle {
font-family: Poppins, sans-serif;
color: #111;
font-size:18px;
font-weight: 400;
text-decoration:none;
}

.BasketShortDescription {
font-family: Poppins, sans-serif;
color: #111;
font-size:13px;
font-weight: 400;
line-height:18px;
text-decoration:none;
}

.BasketSmallHeadings {
font-family: Poppins, sans-serif;
color: #111
font-size:12px;
font-weight: 600;
text-decoration:none;
}

.BasketRemoveButton {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 600;
text-decoration:underline;
}

.BasketRemoveButton a:link {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 600;
text-decoration:underline;
}

.BasketRemoveButton a:visited {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 600;
text-decoration:underline;
}

.BasketRemoveButton a:active {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 600;
text-decoration:underline;
}

.BasketRemoveButton a:hover {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 600;
text-decoration:underline;
}

.BasketHeadingTwo {
font-family: Shippori Mincho, serif;;
color:  #111;
font-size: 28px;
letter-spacing:-0.5px;
font-weight: 600;
font-size: 28px;
text-decoration: none;
}

.WelcomeName {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 600;
line-height:24px;
text-decoration: none;
}

.EditDetails {
font-family: Poppins, sans-serif;
color: #111;
font-size:14px;
font-weight: 600;
text-decoration:underline;
}

.EditDetails a:link {
font-family: Poppins, sans-serif;
color: #111;
font-size:14px;
font-weight: 600;
text-decoration:underline;
}

.EditDetails a:visited {
font-family: Poppins, sans-serif;
color: #111;
font-size:14px;
font-weight: 600;
text-decoration:underline;
}

.EditDetails a:active {
font-family: Poppins, sans-serif;
color: #111;
font-size:14px;
font-weight: 600;
text-decoration:underline;
}

.EditDetails a:hover {
font-family: Poppins, sans-serif;
color: #111;
font-size:14px;
font-weight: 600;
text-decoration:underline;
}

.CustomeraccountButtons
{
float: left;
margin-left: 15px;
}

/**/

#CustomerAccountLoggedInOuterContainer {
	width:100%;

	margin:auto;
	display:grid;
	grid-template-columns: 10% 80% 10%;
	grid-column-gap: 0px;
	float:left;
margin-top:15px;
}

#AccountFullContainer {
	width:100%;
margin-top: 0px;
float:left;
grid-column-start: 2;
}

#WelcomeContainer {
	width:100%;
margin-bottom:20px;
float:left;
}

#CustomerDetailsContainerOuter {
	width:100%;
float:left;
}

#CustomerDetailsContainerLeft {
width:100%;
float:left;
}

#CustomerDetailsContainerRight {
width:170px;
float:right;
}

#CustomerDetailsHeading {
width:98%;
float:left;
border:1px solid #f0f2f8;
background-color: #fff;
padding:25px 1% 25px 1%;
}

#CustomerDetailsHeadingOne {
width:98%;
float:left;
border:1px solid #f0f2f8;
background-color: #fff;
padding:10px 1% 10px 1%;
}

#CustomerDetailsHeadingTwo {
width:98%;
float:left;
border:1px solid #f0f2f8;
background-color: #fff;
padding:25px 1% 25px 1%;
}

#CustomerDetailsAddressContainer {
width:80%;
float:left;
}

#CustomerDetailsAddressEdit {
width:20%;
float:right;
}

#AccountButtonTwo {
float:right;
margin-top:0px;
}

#AccountButtonThree {
float:right;
width200px;
margin-top:0px;
}

#CustomerDetailsText {
float:left;
width:45%;
margin-top:7px;
}

#CustomerDetailsButtons {
float:right;
width:auto;
}

#LogOutContainer {
float: right;
}

#AccountButtonTwo {
    float: left;
    margin-top: 0px;
}

#DeleteContainer {
float: left;
margin-right:10px;
margin-top: 30px;
text-decoration: underline;
cursor: pointer;
border-top: 1px solid #f0f2f8;
width: 100%;
}

#DeleteContainer a:link {
text-decoration: underline;
cursor: pointer;
}

#DeleteContainer a:visited {
text-decoration: underline;
cursor: pointer;
}

#DeleteContainer a:active {
text-decoration: underline;
cursor: pointer;
}

#DeleteContainer a:hover {
text-decoration: underline;
cursor: pointer;
}

#DeleteAccount {
float: left;
margin-right:10px;
margin-top: 30px;
text-decoration: underline;
cursor: pointer;
}

#DeleteAccount a:link {
text-decoration: underline;
cursor: pointer;
}

#DeleteAccount a:visited {
text-decoration: underline;
cursor: pointer;
}

#DeleteAccount a:active {
text-decoration: underline;
cursor: pointer;
}

#DeleteAccount a:hover {
text-decoration: underline;
cursor: pointer;
}

#OrdersContainer {
width:100%;
margin-top:35px;
float:left;
}

#OrdersHeading {
width:100%;
padding-bottom:15px;
float:left;
}

#InnerOrderHeadingsContainer {
width:100%;
float: left;
border: 1px solid #f0f2f8;
background-color: #fff;
padding: 20px 0px 20px 0px;
}

#HeadingBox_OrderNo {
width:10%;
margin-left:25px;
float:left;
}

#HeadingBox_Date {
width:15%;
margin-left:25px;
float:left;
}

#HeadingBox_Status {
width:15%;
margin-left:30px;
float:left;
}

#HeadingBox_Value {
width:10%;
margin-left:30px;
float:left;
}

#HeadingBox_Quote{
width:15%;
margin-left:30px;
float:left;
}

#HeadingBox {
width:10%;
margin-left:20px;
float:left;
}

#OrderContentOuter {
width:100%;
padding-top:22px;
padding-bottom:22px;
border:solid 1px #f0f2f8;
border-top:solid 0px #f0f2f8;
float:left;
}

#OrdersEmptyContainer {
width:100%;
padding-top:25px;
padding-bottom:25px;
float:left;
}



@media only screen and (max-width: 1440px) {
#CustomerAccountLoggedInOuterContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}
}

@media only screen and (max-width: 1024px) {
#CustomerAccountLoggedInOuterContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}
}

@media only screen and (max-width: 800px) {
.BasketHeadingTwo {
font-size: 28px;
line-height: 28px;
}

#CustomerDetailsText {
width:auto;
}

#CustomerDetailsButtons {
float: left;
width:100%;
}

#LogOutContainer {
float: left;
margin-right: 20px;
margin-top: 20px;
}

#DeleteContainer {
float: left;
margin-right:0px;
margin-top: 20px;
}
}

@media only screen and (max-width: 600px) {
#MobileOuterContainer {
display: inline;
}

#CustomerAccountLoggedInOuterContainer {
display:none;
}
a {
text-decoration:none;
}

.BasketMainHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size:25px;
font-weight: 600;
text-decoration:none;
}

.BasketInformation {
font-family: Poppins, sans-serif;
color: #111;
       font-size: 15px;
	   font-weight: 400;
       text-decoration:none;
}

.BasketSubtotalPrice {
font-family: Poppins, sans-serif;
color: #111;
        font-size:18px;
		font-weight: 700;
        text-decoration:none;
}

.BasketProductTitle {
font-family: Poppins, sans-serif;
color: #111;
        font-size:18px;
		font-weight: 400;
        text-decoration:none;
}

.BasketShortDescription {
font-family: Poppins, sans-serif;
color: #111;
        font-size:13px;
		font-weight: 400;
		line-height:18px;
        text-decoration:none;
}

.BasketSmallHeadings {
font-family: Poppins, sans-serif;
color: #111;
        font-size:12px;
		font-weight: 700;
        text-decoration:none;
}

.BasketRemoveButton {
font-family: Poppins, sans-serif;
color: #111;
        font-size:12px;
		font-weight: 700;
        text-decoration:underline;
}

.BasketRemoveButton a:link {
font-family: Poppins, sans-serif;
color: #111;
        font-size:12px;
		font-weight: 700;
        text-decoration:underline;
}

.BasketRemoveButton a:visited {
font-family: Poppins, sans-serif;
color: #111;
        font-size:12px;
		font-weight: 700;
        text-decoration:underline;
}

.BasketRemoveButton a:active {
font-family: Poppins, sans-serif;
color: #111;
        font-size:12px;
		font-weight: 700;
        text-decoration:underline;
}

.BasketRemoveButton a:hover {
font-family: Poppins, sans-serif;
color: #111;
        font-size:12px;
		font-weight: 700;
        text-decoration:underline;
}

.BasketHeadingTwo {
font-family: Poppins, sans-serif;
color: #111;
font-size: 19px;
letter-spacing:-0.5px;
font-weight: 600;
text-decoration: none;
}


/**/

.WelcomeName {
font-family: Poppins, sans-serif;
color: #111;
       font-size: 15px;
	   font-weight: 600;
       text-decoration:none;
}

.EditDetails {
font-family: Poppins, sans-serif;
color: #111;
       font-size: 14px;
	   font-weight: 600;
       text-decoration:underline;
}

.EditDetails a:link {
font-family: Poppins, sans-serif;
color: #111;
       font-size: 14px;
	   font-weight: 600;
       text-decoration:underline;
}

.EditDetails a:visited {
font-family: Poppins, sans-serif;
color: #111;
       font-size: 14px;
	   font-weight: 600;
       text-decoration:underline;
}

.EditDetails a:active {
font-family: Poppins, sans-serif;
color: #111;
       font-size: 14px;
	   font-weight: 600;
       text-decoration:underline;
}

.EditDetails a:hover {
font-family: Poppins, sans-serif;
color: #111;
       font-size: 14px;
	   font-weight: 600;
       text-decoration:underline;
}


/**/

#MobileOuterContainer {
width: 95%;
padding-left: 2.5%;
margin:auto;
float: left;
}

#MobileAccountFullContainer {
width: 100%;
float:left;
margin-bottom:20px;
}

#MobileWelcomeContainer {
width:90%;
margin-left:5%;
margin-top:35px;
float:left;
}

#MobileCustomerNameContainer {
width:100%;
margin-bottom:35px;
float:left;
}


#MobileCustomerDetailsContainerOuter {
width:100%;
float:left;
margin-bottom:0px;
}

#MobileCustomerDetailsHeading {
width:99.5%;
float:left;
border:1px solid #f0f2f8;
background-color: #fff;
padding:25px 0px 25px 0px;
}

#MobileCustomerDetailsHeadingTwo {
width:99.5%;
float:left;
border:1px solid #f0f2f8;
border-top:none;
background-color: #FFFFFF;
padding:25px 0px 25px 0px;
}

#MobileCustomerDetailsHeadingThree {
width:99.5%;
float:left;
border:1px solid #f0f2f8;
border-top:none;
background-color: #FFFFFF;
padding:20px 0px 20px 0px;
}

#MobileCustomerDetailsHeadingFour {
width:99.5%;
float:left;
border:1px solid #f0f2f8;
border-top:none;
background-color: #FFFFFF;
padding:20px 0px 16px 0px;
}

#MobileCustomerDetailsAddressContainer {
width:100%;
float:left;
padding:0px 0px 0px 0px;
}

#MobileCustomerDetailsAddressEdit {
width:99%;
float:left;
padding-top:20px;
    display: flex;
    justify-content: space-around;
}

#MobileButtonContainer {
width:99.5%;
clear:left;
margin-top:30px;
float:left;
}

#MobileBasketButtonTwo {
float:left;
width: 94%;
}


#MobileOrdersContainer {
width:100%;
margin-top:30px;
float:left;
}

#MobileOrdersHeading {
width:100%;
padding-bottom:20px;
margin-bottom:0px;
float:left;
}


#MobileOrdersDetailsRow {
width:100%;
float:left;
margin-bottom:0px;
}


#MobileOrdersDetailsLeft {
width:160px;
float:left;
}

#MobileOrdersDetailsRight {
width:160px;
float:right;
margin-top:3px;
}
}/* Panel ID = ABS20160826111148*/
.VatExemptContainer
{
width:100%;
float:left;
text-align:center;
height:auto;
padding-bottom:20px;
background-color:#f5f5f5;
border:1px solid #f0f2f8;
color:#5e5e5e;
padding-top:20px;
margin-top: 19px;
padding-left:10px;
padding-right: 10px;
}

.VatLinkText
{
color:#111;
text-decoration:none;
}

.VatChangeLinks
{
color:#8b445e;
text-decoration:none;
}/* Panel ID = ABS20160826111245*/
#NewCustomerOnePageOuterContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	grid-template-columns: 5% 65% 25% 5%;
	grid-column-gap: 0px;
	float:left;
margin-top: 10px;
grid-column-start: 2;
}

#NewCustomerOnePageLeftColumn {
width:100%;
float:left;
grid-column-start: 2;
}

#NewCustomerOnePageRightColumn {
width:100%;
float:right;
height:auto;
grid-column-start: 3;
}

.NewCustomerOneCheckoutLabel {
font-family: Poppins, sans-serif;
color: #111;
font-size: 13px;
font-weight: 700;
text-decoration: none;
}

#NewCustomerOnePageLeftColumnFormLabel {
width:100%;
float:left;
height:25px;
}

#NewCustomerOnePageLeftColumnFormBox {
width:100%;
float:left;
margin-bottom:15px;
}

#NewCustomerOnePageLeftColumnFormButton {
float:right;
clear:right;
width:280px;
}

#NewCustomer1-TopHeadingContainer {
width: 100%;
float: left;
border-bottom: 1px solid #f0f2f8;
background-color: #FFFFFF;
grid-column-start: 2;
grid-column-end: 4;
margin-bottom: 10px;
}

.NewCustomer1-MainInformation {
font-family: Shippori Mincho, serif;;
color:  #111;
font-size: 28px;
letter-spacing:-0.5px;
font-weight: 600;
line-height:26px;
text-decoration: none;
padding-bottom: 0px;
text-align: left;
}

#NewCustomer1-TopHeadingInnerBox {
width:100%;
float:left;
}

#NewCustomer1-TopHeadingInnerBoxLeft {
width:100%;
padding: 10px 0px 10px 0px;
float:left;

}

      .NewCustomer1-GoToCheckout{
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        border: none;
        border-radius: 5px;
        width: 95%;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
		float:right;
-webkit-appearance: none;
      }
	  
      .NewCustomer1-GoToCheckout:hover {
        background: #8b445e;
        color: #fff;
      }
	  
	.NewCustomer1-ForgotPass {
font-family: Poppins, sans-serif;
color: #111;
	font-weight: 700;
	font-size: 12px;
	font-style:italic;
	text-decoration: underline;
	text-align:right;
	}
	
	.NewCustomerOnePageLeftColumnFormLabelBox {
	width:23%;
	float:left;
	margin-bottom:15px;
margin-right: 15px;
padding: 10px 0px 10px 0px;
border: 2px solid #f0f2f8;
text-align: center;
cursor: pointer;
border-radius: 5px;
	}
	.NewCustomerOnePageLeftColumnFormLabelBoxActive {
	width:23%;
	float:left;
	margin-bottom:15px;
margin-right: 15px;
padding: 10px 0px 10px 0px;
border: 2px solid #f0f2f8;
background-color: #EEEEEE;
text-align: center;
border-radius: 5px;
	}
	
	.NewCustomerOneCheckoutCheckboxText {
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height:26px;
	letter-spacing:-0.5px;
	text-decoration: none;
	}
	
	.NewCustomer1-ForgotPassMessage {
	font-family: 'Poppins', sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	}

#NewCustomerOneRightColumnInner {
width:90%;
float:right;
height:auto;
margin-top: 35px;
border:solid 2px #f0f2f8;
background-color:#fff;
border-radius: 5px;
}

#NewCustomerOneRightColumnInformationContainer {
width:80%;
height:auto;
padding:22px 10% 20px 10%;
float:left;
}

#NewCustomerOneRightColumnInformationInner {
width:100%;
float:left;
}

.NewCustomerOneCheckoutRightPriceText {
font-family: Poppins, sans-serif;
color: #111;
font-size: 16px;
font-weight: 400;
line-height:26px;
letter-spacing:-0.8px;
text-decoration: none;
}

#NewCustomerOneRightColumnInformationInnerLeft {
float: left;
width: 70%;
}

#NewCustomerOneRightColumnInformationInnerRight {
width:30%;
float:left;
text-align:right;
}

#NewCustomerOneRightColumnTotalContainer {
width:80%;
height:auto;
padding:18px 10% 18px 10%;
border-top:solid 1px #f0f2f8;
float:left;
}

/**/

.NewCustomerOneCheckoutRightPriceText {
font-family: Poppins, sans-serif;
color: #111;
font-size: 16px;
font-weight: 400;
line-height:26px;
letter-spacing:-0.8px;
text-decoration: none;
}

.NewCustomerOneCheckoutRightPriceTextBold {
font-family: Poppins, sans-serif;
color: #111;
font-size: 16px;
font-weight: 500;
line-height:26px;
letter-spacing:-0.8px;
text-decoration: none;
}


.NewCustomerOneCheckoutCheckboxText {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:26px;
letter-spacing:-0.5px;
text-decoration: none;
}

.NewCustomerOneCheckoutTabText {
font-family: Poppins, sans-serif;
color: #111;
font-size: 18px;
font-weight: 600;
letter-spacing:-0.5px;
text-decoration: none;
}

/**/

#AddPassword {
width:100% !important;
}

#SuccessContainer {
color: green;
margin-top:0px;
}

#ErrorContainer {
color:red;
margin-top:0px;
}

.error {
color:red;
}

div.simpleTabs { 
}

ul.simpleTabsNavigation { 
padding:0; 
text-align:left; 
margin-left:0px;
}

/*TABNAVIGATIONHEIGHTSTYLE*/
#NewCustomerOnePageOuterContainer div.simpleTabsContent.currentTab {
display:block;
}

#NewCustomerOnePageLeftColumnInner  .simpleTabs {
width:100% !important;
}

#NewCustomerOnePageLeftColumnInner  ul.simpleTabsNavigation li { 
list-style:none; 
display:inline; 
margin:-15px 0px 0px 0px; 
padding:0px 0px 0px 0px; 
width: 354px;
float:left;
}

#NewCustomerOnePageLeftColumnInner  ul.simpleTabsNavigation li a:link {
/*-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;*/
}

/*STYLESFOROTHERTABS*/
#NewCustomerOnePageLeftColumnInner  ul.simpleTabsNavigation li a { 
background-color:#fff;
border:solid 1px #f0f2f8;
font-family: 'Poppins', sans-serif;
color: #303134;
font-size: 17px;
font-weight: 600;
letter-spacing:-0.5px;
text-decoration: none;
margin-left:-1px;
margin-right:0px;
padding:22px 0px 22px 5%;
float:left;
width:95%;
}

/*STYLESFORMOUSEOVER*/
#NewCustomerOnePageLeftColumnInner  ul.simpleTabsNavigation li a:hover { 
background-color:#fff;
border:solid 1px #f0f2f8;
font-family: Poppins, sans-serif;
color: #111;
font-size: 17px;
font-weight: 600;
letter-spacing:-0.5px;
text-decoration: none;
padding:22px 0px 22px 5%;
float:left;
width:95%;
}

/*OPENTABSTYLES*/
#NewCustomerOnePageLeftColumnInner  ul.simpleTabsNavigation li a.current {
background-color:#FFFFFF;
border:solid 1px #f0f2f8;
border-bottom:none;
font-family: Poppins, sans-serif;
color: #111;
font-size: 17px;
font-weight: 600;
letter-spacing:-0.5px;
text-decoration: none;
padding:22px 0px 22px 5%;
float:left;
width:95%;
}

/*TABINFORMATIONBOXSTYLE*/
#NewCustomerOnePageOuterContainer .simpleTabsContent {
width:710px !important;
display:none;
}

#NewCustomerOneRightColumnInformationInnerLeft {
float: left;
width: 70%;
}

#NewCustomerOnePageLeftColumnInner .simpleTabsContent .FormTextField {
width:95.7%!important;
}

#NewCustomerOnePageLeftColumnInner .simpleTabsContent label {
float: left;
width: 100%;
}

@media only screen and (max-width: 990px) {
#NewCustomerOnePageLeftColumn {
width:100%;
float:left;
grid-column-start: 2;
grid-column-end: 4;
margin-bottom: 20px;
}

#NewCustomerOnePageOuterContainer {
grid-template-columns: 2.5% 52.5% 42.5% 2.5%;
}

#NewCustomerOneRightColumnInner {
    width: 100%;
}
}

.SuccessField
{
background-image: url(/Graphics/BackgroundTick.fw.png);
    background-repeat: no-repeat;
    background-position: right;
}

.ErrorField
{
background-image: url(/Graphics/BackgroundError.fw.png);
    background-repeat: no-repeat;
    background-position: right;
}

#Checkout-ProgressOuter {
display: flex;
justify-content: space-evenly;
margin-top: 20px;
}

.Checkout-ProgressTextActive {
    font-family: Poppins, sans-serif;
    color: #40AC48;
    font-size: 14px;
	font-weight: 500;
}

.Checkout-ProgressTextNotActive {
    font-family: Poppins, sans-serif;
    color: #AAAAAA;
    font-size: 14px;
	font-weight: 500;
}

@media only screen and (max-width: 550px) {
#Checkout-Progress2 {
display: none;
}

#Checkout-Progress3 {
display: none;
}

#NewCustomerOnePageLeftColumnFormButton {
width: 100%;
}

.NewCustomer1-GoToCheckout {
    width: 100%;
    padding: 10px 0px;
}

#NewCustomerOnePageRightColumn {
    grid-column-start: 2;
    grid-column-end: 4;
}

.NewCustomerOnePageLeftColumnFormLabelBoxActive {
width: 100%;
}

.NewCustomerOnePageLeftColumnFormLabelBox {
    width: 100%;
}

#NewCustomerOnePageLeftColumnFormButton {
    width: 100%;
}

      .NewCustomer1-GoToCheckout{
        width: 100%;
      }

#NewCustomer1-TopHeadingInnerBox {
    text-align: center;
}
}/* Panel ID = ABS20160826111358*/
#CustomerContaniner {
	width:100%;
	margin:0 auto;
	display:grid;
	grid-template-columns: 5% 90% 5%;
	grid-column-gap: 0px;
	float:left;
}

.NewCustomer2-BasketHeadingTwo {
font-family: Shippori Mincho, serif;;
color: #111;
font-size: 28px;
font-weight: 600;
text-decoration: none;
line-height: 28px;
    text-decoration: none;
}

#NewCustomerTwoOuterContainer {
	width:100%;
	margin:0 auto;
	grid-column-start:2;
margin-top: 10px;
}

#NewCustomerTwoCheckoutLeft {
width:75%;
float:left;
}

#NewCustomerTwoCheckoutRightCollection {
width:25%;
float:right;
}



#NewCustomerTwoCheckoutRight {
width:100%;
float:right;
height:auto;
}

.NewCustomer2-MainInformation {
font-family: Shippori Mincho, serif;;
color:  #111;
font-size: 28px;
letter-spacing:-0.5px;
font-weight: 600;
line-height:26px;
text-decoration: none;
text-align: left;
padding-bottom:10px;
}



#CollectionHeading {
width: 100%;
height: auto;
padding: 25px 25px 0px 25px;
border-bottom: solid 0px  #f0f2f8;
float: left;
}

#CollectionAddressContainer {
width:278px !important;
float: left;
border: 0px solid #f0f2f8;
background-color: #fff;
}

#CollectionAddressContainerInner {
width:228px;
padding:8px 25px 25px 25px;
float: left;
}

#NewCustomerTwoPageLeftColumnFormLabel {
width:100%;
float:left;
margin-top: 15px;
height:25px;
}

/**/

#BillingAddressContainer {
float:left;
height:auto;
width:100%;
}

#BillingAddressHeadingContainer {
width: 100%;
float: left;
border-bottom: 1px solid #f0f2f8;
background-color: #FFFFFF;
}

#BillingAddressHeadingContainerFormInner {
width:100%;
float:left;
padding:0px 0% 25px 0%;
}

#BillingAddressHeadingContainerInner {
float:left;
width:100%;
padding: 10px 0% 10px 0%;
}

#ShippingAddressContainer {
float:left;
height:auto;
width:100%;
}

#NewCustomerTwoButtonContainer {
margin-top:20px;
width:100%;
float:left;
}

/**/

.NewCustomerTwoCheckoutLabel {
font-family: Poppins, sans-serif;
color: #111;
font-size: 16px;
font-weight: 700;
text-decoration: none;
}

#country_confirm
{
height:auto!important;
}

#BasketDeliveryColOne {
width: 25px !important;
    float: left;
    margin-top: 10px;
}

#BasketDeliveryColThree {
width: 146px;
    float: left;
    margin-top: 10px;
}

#BasketDeliveryColTwo {
    margin-top: 10px;
    float: left;
    width: 62%;
}

#BasketCountryDropdown {
border: none;
margin-top: 10px;
}

#PostCodeFancyBox
{
    float: left;
    width: 100%;
    background: white;
}

#BasketDeliverySelection
{
    float: left;
    width: 100%;
}
.PostCheckBody
{
background-color:white!important;
padding: 20px;
}

@media only screen and (max-width: 1400px) {

#NewCustomerTwoCheckoutRightCollection {
width:22%;
float:right;
}
#BillingAddressHeadingContainerFormInner {
width:98%;
float:left;
padding:10px 1.5% 25px 1%;
}
}

@media only screen and (max-width: 1100px) {

#NewCustomerTwoCheckoutRightCollection {
width:100%;
float:right;
margin-top: 10px;
}
}

@media only screen and (max-width: 1380px) { 
#NewCustomerTwoCheckoutRight {
display:none;
}

#NewCustomerTwoCheckoutLeft {
width: 100%;
}
}

@media only screen and (max-width: 1580px) {  
#CustomerContaniner {
grid-template-columns: 2.5% 95% 2.5%;
}
}

@media only screen and (max-width: 1440px) { 
#CustomerContaniner {
	width:100%;
	margin:0 auto;
	display:grid;
grid-template-columns: 2.5% 95% 2.5%;
	grid-column-gap: 0px;
	float:left;
}
}

#Checkout-ProgressOuter {
display: flex;
justify-content: space-evenly;
margin-top: 20px;
}

.Checkout-ProgressTextActive {
    font-family: Poppins, sans-serif;
    color: #40AC48;
    font-size: 14px;
	font-weight: 500;
}

.Checkout-ProgressTextNotActive {
    font-family: Poppins, sans-serif;
    color: #AAAAAA;
    font-size: 14px;
	font-weight: 500;
}

#Secure-OuterContainer {
width:100%; padding:10px 0px 10px 0px; float: left;
border-bottom: 1px solid #f0f2f8;
}

#Checkout-PadlockIcon {
float: left;
width: 6%;
}

#Checkout-SecureText {
float: left;
width: 94%;
}

.Checkout-Secure-HeadingText {
font-family: Poppins, sans-serif;
color: #44AD00;
font-size: 13px;
font-weight: 700;
}

.Checkout-SecureText {
font-family: Poppins, sans-serif;
color: #111;
font-size: 12px;
font-weight: 400;
line-height: 12px;
}

@media only screen and (max-width: 800px) { 
#CollectionAddressContainer {
width:80% !important;
float: left;
border: 0px solid #f0f2f8;
background-color: #fff;
}

#CollectionAddressContainerInner {
width:80% ;
padding:8px 25px 25px 25px;
float: left;
}

#CollectionHeading {
width: 80%;
}
}

@media only screen and (max-width: 550px) {
#Checkout-PadlockIcon {
margin-right: 2%;
}

#Checkout-SecureText {
width: 92%;
}

#Checkout-Progress1Details {
display:none;
}

#Checkout-Progress3Details {
display: none;
}
}/* Panel ID = ABS20160826111431*/
.FormMainContainer {
width:100%;
}

#NewCustomerOneRightColumnInner {
margin-top: 0px !important;
}

.FormContainer {
float:left;
clear:left;
margin:10px;
width:95%;
}

#checkout_confirm {
width:100%;
margin-top:0px !important;
}

.CheckboxSection {
float: left;
clear:left;
margin-top: 10px;
width: 98%;
border: 2px solid #f0f2f8;
padding:18px 1% 18px 1%;
cursor: pointer;
border-radius: 5px;
}

.CheckboxSection1 {
float: left;
margin-top:5px;
margin-right:5px;
width: 98%;
border: 2px solid #f0f2f8;
padding:18px 1% 18px 1%;
cursor: pointer;
border-radius: 5px;
}

.CheckboxSectionOne {
float: left;
clear:left;
margin-top: 20px;
width: 98%;
border: 2px solid #f0f2f8;
padding:18px 1% 18px 1%;
cursor: pointer;
border-radius: 5px;
}

.OrderItemsContainer th {
padding-top: 0px;
padding-bottom:15px;
margin-top:0px !important;
}

.NewCustomerFourPayButton {
float: right;
width: 100%;
border-bottom: 1px solid #f0f2f8;
padding-top: 30px;
padding-bottom: 30px;
}

.NewCustomerFourFormHeading {
font-family: Shippori Mincho, serif;;
color:  #111;
font-size: 28px;
letter-spacing:-0.5px;
font-weight: 600;
line-height:26px;
text-decoration: none;
}

.NewCustomerFourFormSubHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size: 24px;
letter-spacing:-0.8px;
font-weight: 600;
text-decoration: none;
padding:10px;
background-color:#fff;
}

.NewCustomerFourFormSubHeadingSmall {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
letter-spacing:-0.3px;
text-decoration:none;
padding:10px;
background-color:#fff;
                           }

.NewCustomerFourFieldLabelText {
font-family: Poppins, sans-serif;
color: #111;
font-size: 16px;
letter-spacing:-0.5px;
font-weight: 600;
line-height:22px;
text-decoration:none;
}

#NewCustomerFourOuterContainer {
width:100%;
margin:auto;
}

#NewCustomerFourOuterDetailsContainer {
	width: 100%;
	float: left;
margin-top: 20px;
}

#NewCustomerFourHeadingContainer {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f0f2f8;
	background-color: #FFFFFF;
        padding: 20px 0px 10px 0px;
        margin-bottom: 0px;
}

#NewCustomerFourSummary {
width:100%;
float:left;

}

#NewCustomerFourPaymentMethod {
width:100%;
float:left;
}

#NewCustomerFourPaymentLeft {
width:45%;
float:left;
border:2px solid #f0f2f8;
border-radius: 5px;
padding: 10px;
}

#NewCustomerFourPaymentLeftInner {
width:98%;
float:left;
padding:10px 1% 10px 1%;
}

.NewCustomerFourPaymentLeftFormContainer {
float: left;
clear: left;
margin: 15px 0px 0px 0px;
width: 100%; 
}

#NewCustomerFourInputHeading {
width:100%;
float:left;
height:25px;
}

.NewCustomerFourInputHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size: 12px;
font-weight: 700;
text-decoration:none;
}

#NewCustomerFourPaymentRight {
width:45%;
float:right;
border:2px solid #f0f2f8;
border-radius: 5px;
padding: 10px;
}

#NewCustomerFourPaymentRightInner {
width: 98%;
float:left;
padding:10px 1% 10px 1%;
}

#NewCustomerFourOrderDetailsLeft {
width:75%;
float:left;
border:2px solid #f0f2f8;
height:auto;
border-radius: 5px;
}

#NewCustomerFourOrderDetailsRight {
width:24%;
float:right;
height:auto;
}

#NewCustomerFourOrderDetailsContainer {
width:100%;
float:left;
height:auto;
padding-top: 35px;
}

.OrderItemsContainer {
width:100%;
float:left;
height:auto;
border-top:1px solid #f0f2f8;
}

#NewCustomerFourBillingDetailsContainer {
float:left;
height:auto; 
width:100%;
}

#NewCustomerFourBillingDetailsContainerInner {
float:left;
width: 98%;
padding:0px 1% 10px 1%;
border-bottom:1px solid #f0f2f8;
background-color: #FFFFFF;
}

#NewCustomerFourShippingDetailsContainerInner {
float:left;
width: 98%;
padding:10px 1% 10px 1%;
border-bottom:1px solid #f0f2f8;
background-color: #fff;
}

#NewCustomerFourShippingDetailsContainer {
float:left;
height:auto; 
width:100%;
}

#NewCustomerFourCollectionAddressContainer {
border:0px solid #f0f2f8;
float:left;
height:auto;
width:495px;
margin-bottom:0px;
}

#OrderSummaryContainer {
width: 220px;
padding: 30px;
float: left;
border: 1px solid #f0f2f8;
background-color: #fff;
}

.Graphics {
border-right: 2px solid  #f0f2f8;
padding: 15px;
width:12%;
float:left;
text-align:center;
overflow:hidden;
min-height: 50px;
}

/*GraphicsSize 180pxby50px*/

.PaymentGatewaySelect {
width: 100%;
height: auto;
border: 2px solid  #f0f2f8;
margin-top: 9px;
margin-right: 0px;
float: left;
cursor: pointer;
border-radius: 5px;
}

.CheckoutLabels {
font-family: Poppins, sans-serif;
color: #111;
font-size: 16px  !important;
letter-spacing:-0.5px  !important;
font-weight: 400  !important;
text-decoration: none  !important;
}

#TableDescriptionWidth {
width:48%;
float:left;
padding:20px 0px 20px 10px;
line-height:18px;
}

#TableQtyWidth {
width:15%;
float:left;
padding:20px;
}

#TablePriceWidth {
width:15%;
float:left;
padding:20px 0px 20px 20px;
}

.TableBorderTop {
width:101%; 
clear:left; 
float:left;
border-top: 1px solid #f0f2f8;
}

.TableBorderTopTwo {
width:101%; 
clear:left; 
float:left;
margin-left:-3px;
border-top: 1px solid #f0f2f8;
}

.TableBorderBottom {
width:100%; 
clear:left; 
float:left;
margin-left:0px;
border-bottom: 1px solid #f0f2f8;
}

#CollectCompanyName {
width:445px;
padding:25px 25px 5px 25px;
margin-top:0px; 
float:left;
}

#CollectCompanyAddress {
width:445px;
padding:0px 25px 5px 25px;
margin-top:0px; 
float:left;
}

#CollectCompanyAddress2 {
width:445px;
padding:0px 25px 5px 25px;
margin-top:0px; 
float:left;
}

#CollectCity {
width:445px;
padding:0px 25px 5px 25px;
margin-top:0px; 
float:left;
}

#CollectCounty {
width:445px;
padding:0px 25px 5px 25px;
margin-top:0px; 
float:left;
}

#CollectCountry {
width:445px;
padding:0px 25px 5px 25px;
margin-top:0px; 
float:left;
}

#CollectPostalCode {
width:445px;
padding:0px 25px 25px 25px;
margin-top:0px; 
float:left;
}

#CheckoutButtonBottom {
margin-top:20px;
width:100%;
float:left;
}

#PaymentMethodTextSelection {
font-size:14px; 
float: right;
text-align:left; 
line-height: 18px; 
padding: 2%;
width: 80%;
}

#PaymentMethodRadioButton {
float:left; 
margin-right:5px; 
margin-top:-1px;
}

#PaymentMethodTextInner {
    float: left;

}

.CardLogos{
float: right;
}

.TermsTickBoxInner {
margin:5px 8px 0px 0px; 
float:left;
}

#TableDiscountDescriptionWidth {
width:100%;
float:left;
padding:25px 20px 25px 20px;
line-height:18px;
}

.Newcustomer4-PayNow {
	font-family:Poppins, sans-serif;
	background: #111;
	color: #fff;
	font-weight:600;
	border: none;
	border-radius: 5px;
	width: 95%;
	padding: 20px;
	font-size: 16px;
	cursor: pointer;
	float:right;
-webkit-appearance: none;
      }

.Newcustomer4-PayNow:hover {
	background: #8b445e;
	color: #fff;
	}

@media only screen and (max-width: 1350px) {
#NewCustomerFourPaymentLeftInner {
width:97%;
padding:10px 1.5% 10px 1.5%;
}

#NewCustomerFourPaymentRightInner {
width:97%;
padding:10px 1.5% 10px 1.5%;
}


}

@media only screen and (max-width: 1170px) {
#NewCustomerFourPaymentLeftInner {
width:96%;
padding:10px 2% 10px 2%;
}

#NewCustomerFourPaymentRightInner {
width:96%;
padding:10px 2% 10px 2%;
}
}

@media only screen and (max-width: 1100px) {
#TableDescriptionWidth {
width:40%;
}

#TableQtyWidth {
width:14%;
}

#TablePriceWidth {
width:14%;
}
}

@media only screen and (max-width: 1000px) {
#PaymentMethodTextSelection {
width: 75%;
}
#NewCustomerFourOrderDetailsLeft {
width:70%;
}
}


@media only screen and (max-width: 730px) {
#NewCustomerFourOrderDetailsLeft {
width:50%;
}

}

#Checkout-ProgressOuter {
display: flex;
justify-content: space-evenly;
margin-top: 20px;
}

.Checkout-ProgressTextActive {
    font-family: Poppins, sans-serif;
    color: #40AC48;
    font-size: 14px;
	font-weight: 500;
}

.Checkout-ProgressTextNotActive {
    font-family: Poppins, sans-serif;
    color: #AAAAAA;
    font-size: 14px;
	font-weight: 500;
}


.shippingaddressedit
{
float: right;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: normal;
cursor:pointer;
    text-decoration: underline;
    color: #40AC48;
}

.addressDetailsString
{
    float: left;
    width: 95%;
    font-size: 16px;
    margin: 14px 0 0 6px;
}

@media only screen and (max-width: 750px) {
#PaymentMethodTextSelection {
margin-top: 0px;
padding-top: 10px;
    padding-bottom: 10px;
padding-left: 2.5%;
    padding-right: 2.5%;
float: left;
width: 70%;
}
.CardLogos {
float: left !important;
clear: left;
margin-top: 5px;
}
.Graphics {
padding: 5px;
min-height: 65px;
}
}

@media only screen and (max-width: 550px) {
#NewCustomerFourPaymentLeft {
    width: 98%;
    padding: 10px 1%;
}

#NewCustomerFourPaymentRight {
    width: 98%;
    float: left;
    padding: 10px 1%;
    margin-top: 10px;
}

#NewCustomerFourOrderDetailsLeft {
width: 100%;
}

#NewCustomerFourOrderDetailsRight {
    width: 100%;
    float: left;
    margin-top: 10px;
margin-left: 1%;
}

#NewCustomerFourOrderDetailsContainer {
    padding-top: 15px;
}

#Checkout-Progress1OverView {
display: none;
}

#Checkout-Progress2OverView {
display: none;
}
}/* Panel ID = ABS20160826111508*/
#LogInOuterContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	grid-template-columns: 100%;
	grid-column-gap: 0px;
	float:left;
margin-top:15px;
}

#LogInInnerContainer {
width:100%;
float:left;
margin-top:0px;
padding:0px;
border:solid 1px #f0f2f8;
background-color:#FFFFFF;
grid-column-start: 1;
}

#LogInPanelHeadingContainer {
width:90%;
padding:45px 5% 0px 5%;
float:left;
border-bottom:solid 0px #f0f2f8;
}

#LogInPanelInformationContainer {
width:100%;
margin-top:5px;
float:left;
}

#LogInInputOuter {
width:90%;
padding:10px 5% 0% 5%;
float:left;
}

#LogInOuterContainer #ForgotPassDiv {
width:90%;
padding:5%;
border-top:solid 1px #f0f2f8;
display:none;
}

#LogInInputHeading {
width:100%;
float:left;
height:25px;
}

#LogInInputContainer {
width:100%;
float:left;
}

#LogInButtonContainer {
float:right;
margin-top:15px;
clear:right;
width: 100%;
}

#CustomerAccountMobileForgotPassword {
width:90%; 
padding:15px 5% 40px 5%; 
float:left;
text-align:right;
}


/**/

.LoginMainHeading {
font-family: Shippori Mincho, serif;;
color:  #111;
font-size: 42px;
letter-spacing:-0.5px;
font-weight: 600;
line-height:50px;
text-decoration: none;
}

.LoginInformation {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}

.LoginInputHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size: 12px;
font-weight: 700;
text-decoration:none;
}

.LoginFormHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size: 18px;
font-weight: 600;
text-decoration: none;
}

.LoginFormSubHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}


.ForgotPassword {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 700;
font-style:normal;
text-decoration:underline;
}

.ForgotPassword a:link {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 700;
font-style:normal;
text-decoration:underline;
}
	   
.ForgotPassword a:active {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 700;
font-style:normal;
text-decoration:underline;
}
	   
.ForgotPassword a:visited {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 700;
font-style:normal;
text-decoration:underline;
}
	   
.ForgotPassword a:hover {
font-family: Poppins, sans-serif;
color: #111;;
font-size:12px;
font-weight: 700;
font-style:normal;
text-decoration:underline;
}

@media only screen and (max-width: 550px) {
.LoginMainHeading {
font-size: 28px;
line-height:28px;
}
}/* Panel ID = ABS20160826112309*/
#BlogInnerOuterContainer {
	width:65%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(1,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
	float:left;
	padding-left:17.5%;
	padding-right:17.5%;
margin-top: 10px;
}

#BlogInnerContent {
width:100%;
margin-top: 0px;
float:left;
}

#BlogInnerLeftContainer {
width:100%;
float:left;
position:relative;
}

#BlogInnerRepeatContainer {
width:100%;
float:left;
margin-bottom: 20px;
position:relative;
}

#BlogInnerTitleContainer {
width:100%;
float:left;
margin-top:10px;
margin-bottom:25px;
}

#BlogInnerImgContainer {
width:100%;
position:relative;
float:left;
}

#BlogInnerInformationContainer {
width:99.7%;
border-top:solid 0px #FFFFFF;
border:solid 1px #f0f2f8;
float:left;
}

#BlogInnerTextContainer {
width:100%;
float:left;
}

#BlogInnerTextInnerContainer {
width:93%;
margin:25px;
float:left;
}

#BlogInnerSocialContainer {
width:100%;
float:left;
margin-top:0px;
margin-left:0px;
display:none;
display:none;
margin-bottom:0px;
}
/*display for article navigation*/
#BlogInnerRightContainer {
width:20%;
float:right;
margin-top:0px;
display:none;
}

/**/

.BlogInnerTitle {
font-family:Shippori Mincho, serif;;
color: #111;
font-size: 42px;
font-weight: 600;
text-decoration: none;
line-height: 25px;
letter-spacing:-0.5px;
text-transform:none !important;
}

.BlogInnerInformation {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}


@media only screen and (max-width: 1440px) {
#BlogInnerOuterContainer {
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
}
}/* Panel ID = ABS20160826112343*/
#navcontainer {
    float: right;
}/* Panel ID = ABS20160826112400*/
#ArticleRelatedProducts-TitleContainer {
	width:100%;
	height:45px;
	border-bottom:solid 1px #fff;
	margin:auto;
	margin-bottom:20px;
	padding-top: 10px;
	clear:left;		
}

.ArticleRelatedProducts-Heading {
	font-family:Shippori Mincho, serif;;
	color:#111;
	font-size:42px;
	font-weight:600;
	text-decoration:none;
	position:relative;
}
	
.QuantField{
    font-family: Roboto, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #191919;
    text-align: center;
    width: 60%;
    border: solid 1px #ddd;
    background: #fff;
    padding: 9px;
    border-radius: 30px;
}

/* Grid container */
#ArticleRelatedProducts-Container {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(5,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
	float:left;
	padding-left:0%;
	padding-right:0%;
}

/* Product items */
div.ArticleRelatedProducts-InnerContainer {
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
	border:solid 1px #fff;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}
	  
div.ArticleRelatedProducts-ProductImageContainer {
    	margin-bottom: 0.5rem;
    	text-align: center;
    position: relative;
    padding-bottom: 100%;
}
	  
img.ArticleRelatedProducts-ProductImage {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}
	  
div.ArticleRelatedProducts-ProductName {
	font-family:Shippori Mincho, serif;;
	font-weight: 800;
	color:#222;
	font-size: 18px;
	text-decoration:none;
	margin-bottom: 0.5rem;
}
	  
div.ArticleRelatedProducts-ProductName:hover {
	font-family:Shippori Mincho, serif;;
	font-weight: 800;
	color:#222;
	font-size: 18px;
	text-decoration:none;
	margin-bottom: 0.5rem;
}
	  
div.ArticleRelatedProducts-ProductShortDesc {
	font-family:Poppins, sans-serif;
	font-weight:400;
	color:#111; 
	font-size: 14px;
	text-decoration:none;
	margin-bottom: 0.5rem;
}
	  
div.ArticleRelatedProducts-RRPPrice {
	font-family:Poppins, sans-serif;
	font-weight:400;
	color:#707070;
	font-size: 16px;
	letter-spacing:-0.5px;
	text-decoration:none;
	margin-bottom: 0.5rem;
}
	  
div.ArticleRelatedProducts-ProductPrice {
	font-family:Poppins, sans-serif;
	font-weight:400;
	font-size: 26px;
	color:#222;  
	letter-spacing:-0.5px;
	text-decoration:none;
	margin-bottom: 0.5rem;
}
	  
div.ArticleRelatedProducts-TaxPrice {
	font-family:Poppins, sans-serif;
	font-weight:400;
	color:#707070;  
	font-size: 12px;
	letter-spacing:-0.5px;
	text-decoration:none;
	margin-bottom: 0.5rem;
}
	  
.ArticleRelatedProducts-Quant {
	font-family:Poppins, sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #333;
	text-align: center;
	height: 40px;
	width: 90%;
	border: solid 1px #eee;
	background: #fff;
}
	 
.ArticleRelatedProducts-AddToBasket {
	font-family:Poppins, sans-serif;
	background: #111;
	color: #fff;
	font-weight:600;
	border: none;
	width: 95%;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	float:right;
}
	  
.ArticleRelatedProducts-AddToBasket:hover {
	font-family:Poppins, sans-serif;
	background: #8b445e;
	color: #fff;
	font-weight:600;
	border: none;
	width: 95%;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	float:right;
}
	  
.ArticleRelatedProducts-SelectOptions {
	font-family:Poppins, sans-serif;
	background: #111;
	color: #fff;
	font-weight:600;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border: none;
	padding:10px 5% 10px 5%;
	float:left;
	width:90%;
}

.ArticleRelatedProducts-SelectOptions:hover {
	font-family:Poppins, sans-serif;
	background: #8b445e;
	color: #fff;
	font-weight:600;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border: none;
	padding:10px 5% 10px 5%;
	float:left;
	width:90%;
}
	  
.ArticleRelatedProducts-AddToBasketContainer {
	min-height:45px;
}


@media only screen and (max-width: 1124px) {
#ArticleRelatedProducts-Container { 
	grid-template-columns: repeat(3, 1fr);
}

}

@media only screen and (max-width: 850px) {
#ArticleRelatedProducts-Container {
	grid-template-columns: repeat(2, 1fr);
}
}

@media only screen and (max-width: 550px) {
#ArticleRelatedProducts-Container {
	grid-template-columns: repeat(1, 1fr);
}
}/* Panel ID = ABS20160826112445*/
#RelatedArticlesBlogOuterContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(1,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
	float:left;
	padding-left:0%;
	padding-right:0%;
}

#RelatedArticlesCategoryTitleContainer {
width:100%;
height:45px;
border-bottom:solid 1px #f0f2f8;
margin-bottom:25px;
margin-top:25px;
float:left;
position: relative;
}

#RelatedArticlesBlogContent {
width:100%;
margin-top: 0px;
float:left;
}

#RelatedArticlesBlogLeftContainer {
width:100%;
float:left;
position:relative;
}

#RelatedArticlesBlogRepeatContainer {
width:100%;
float:left;
margin-bottom: 30px;
position:relative;
}

#RelatedArticlesBlogTitleContainer {
width:93%;
float:left;
margin:30px 25px 5px 25px;
}

#RelatedArticlesBlogImgContainer {
width:100%;
position:relative;
float:left;
}

#RelatedArticlesBlogDateContainer {
width:60px;
height:60px;
background-color:#111;
float:left;
}

#RelatedArticlesBlogInformationContainer {
width:99.7%;
border-top:solid 0px #FFFFFF;
border:solid 1px #f0f2f8;
float:left;
}

#RelatedArticlesBlogTextContainer {
width:100%;
float:left;
}

#RelatedArticlesBlogTextInnerContainer {
width:93%;
margin:10px 25px 25px 25px;
height:120px;
overflow:hidden;
float:left;
}

#RelatedArticlesBlogButtonOuterContainer {
width:100%;
border-top:solid 1px #f0f2f8;
float:left;
}

#RelatedArticlesBlogButtonInnerContainer {
width:97.8%;
margin:10px;
float:left;
}

#RelatedArticlesBlogSocialContainer {
width:40%;
float:left;
margin-top:18px;
margin-left:10px;
display:none;
margin-bottom:10px;
}

#RelatedArticlesBlogButtonContainer {
float:right;
margin-top:2px;
}

/**/

.RelatedArticlesProductHeading {
font-family:Shippori Mincho, serif;;
color: #111;
font-size: 42px;
font-weight: 600;
text-decoration: none;
line-height: 25px;
letter-spacing:-0.5px;
text-transform: capitalize;
}

.RelatedArticlesBlogTitle {
font-family:Shippori Mincho, serif;;
color: #111;
font-size: 42px;
font-weight: 600;
text-decoration: none;
line-height: 25px;
letter-spacing:-0.5px;
}

.RelatedArticlesBlogTitle  a:link {
color: #111;
text-decoration:none;
}

.RelatedArticlesBlogTitle  a:visited {
color: #111;
text-decoration:none;
}

.RelatedArticlesBlogTitle  a:active {
color: #111;
text-decoration:none;
}

.RelatedArticlesBlogTitle  a:hover {
color: #111;
text-decoration:none;
}

.RelatedArticlesBlogDay {
color:#FFFFFF;
font-family: #111;
font-size: 22px;
font-weight: 600;
text-decoration:none;
padding-top:19px;
line-height:10px;
}

.RelatedArticlesBlogMonth {
color:#FFFFFF;
font-family: #111;
font-size: 12px;
font-weight: 600;
text-transform:uppercase;
text-decoration:none;
}

.RelatedArticlesBlogInformation {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}/* Panel ID = ABS20160826112522*/
/* Grid container */
#MasterProductReviews-Container {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(1,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
	float:left;
	padding-left:0%;
	padding-right:0%;
margin-bottom: 20px;
}

#MasterProductReviews-TotalContainer {
width:98%;
float:left;
background-color:#fff;
border:solid 1px #f0f2f8;
padding: 1%;
}

.MasterReviewsSubHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size:18px;
font-weight: 600;
letter-spacing:-0.5px;
text-decoration: none;
width:50%;
float:left;
margin-top:8px;
}

#MasterReviewsRepeatContainer {
width:100%;
float:left;
border:solid 1px #f0f2f8;
margin-top:15px;
}

#MasterReviewsRepeatInnerContent {
width:100%;
float:left;
}

#MasterMasterReviewsCustomerTestimonialContainerOne {
width:96%;
float:left;
border-bottom:solid 1px #f0f2f8;
padding:2%;
margin-top:0px;
}

.MasterReviewsInformation {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
text-decoration:none;
}

#MasterReviewsCustomerNameContainer {
width:50%;
float:left;
margin-top:2px;
}

.MasterReviewsCustomerReviewDate {
font-family: Poppins, sans-serif;
color: #111;
font-size: 12px;
font-weight: 600;
text-decoration:none;
}

#MasterReviewsCustomerTestimonialDateContainer {
width:80px;
float:right;
text-align:right;
margin-top:1px;
}

#MasterReviewsCustomerStarRatingContainer {
width:150px;
float:right;
height:21px;
margin-top:2px;
text-align:right;
}

#MasterReviewsCustomerTestimonialContainer {
width:98%;
float:left;
padding:2%;
margin-top:0px;
}

.MasterReviewsCustomerReviewTitleText {
font-family: Poppins, sans-serif;
color: #111;
font-size: 19px;
letter-spacing:-0.5px;
font-weight:600;
text-decoration:none;
}

#MasterReviewsCustomerTestimonialTitleContainer {
width:100%;
float:left;
margin-top:0px;
}

#MasterReviewsCustomerInformationContainer {
width:100%;
float:left;
margin-top:10px;
}

#MasterReviewsButtonContainer {
float:right;
}

#MasterReviewsButtonOne {
float:right;
}

@media only screen and (max-width: 1440px) {
#MasterProductReviews-Container {
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
}
}

@media only screen and (max-width: 1024px) {
#MasterProductReviews-Container {
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
}
}/* Panel ID = ABS20160826112555*/
#CartMiniMenuOuterDiv {
width:220px;
float:left;
margin-top:0px;
margin-bottom:25px;
}

#CartMiniMenuPanelHeading {
float: left;
clear:left;
padding-left:15px;
padding-top:15px;
padding-bottom:16px;
background-color: #111;
border-top:solid 3px #8b445e;
width: 205px;
}

#CartMenuContentDiv {
background-color:#fff;
border:solid 1px #f0f2f8;
border-top:none;
width:218px;
float:left;
}

#CartMenuTotalsDiv {
float:left;
width:188px;
padding:15px 15px 8px 15px;
}

#CartMenuFlagsDiv {
float:left;
width:188px;
padding:0px 15px 0px 15px;
background-color:#fff;
}

#CartMenuButtonDiv {
float:left;
width:198px;
padding:8px 10px 10px 10px;

}

.CartMiniMenuHeading {
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #FFFFFF;
font-size: 15px;
text-decoration: none;
}

.CartMiniMenuBodyText {
font-family: 'Poppins', sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:20px;
text-decoration: none;
}

/* Panel ID = ABS20160826112648*/
#MiniMenuBestSellersWidthContainer {
width:220px;
float:left;
margin-bottom:25px;
}

#MiniMenuBestSellersOuterContainer {
width:220px;
float:left;
position:relative;
}

#MiniMenuBestSellersTitleContainer {
float: left;
clear:left;
padding-top:15px;
padding-left:15px;
padding-bottom:16px;
background-color: #111;
border-top:solid 3px #8b445e;
width: 205px;
}

#MiniMenuBestSellersRepeatContainer {
width:218px;
float:left;
clear:left;
height:auto;
margin-top:-1px;
border:solid 1px #f0f2f8;
}

#MiniMenuBestSellersProductContainer {
width:218px;
height:auto;
float:left;
}

#MiniMenuBestSellersProductImageContainer {
width:100px;
height:auto;
float:left;
}

#MiniMenuBestSellersImageOverflow {
width:90px;
height:auto;
float:left;
border-right:solid 1px #f0f2f8;
padding:5px 5px 5px 5px;
overflow:hidden;
}

#MiniMenuBestSellersImageOverflow img {
width:90px;
height:90px;
}

#MiniMenuBestSellersProductInformationContainer {
width:95px;
height:auto;
margin-left:13px;
float:left;
}

#MiniMenuBestSellersProductTitleContainer {
width:100%;
margin-top:15px;
height:auto;
float:left;
clear:left;
}

#MiniMenuBestSellersProductPriceContainer {
width:100%;
height:auto;
float:left;
clear:left;
margin-top:8px;
margin-bottom:10px;
}


/**/


.MiniMenuBestSellersPanelHeading {
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #FFFFFF;
font-size: 15px;
text-decoration: none;
}

.MiniMenuBestSellersProductTitle {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
letter-spacing:-0.3px;
text-decoration:none;
line-height:16px;
}

.MiniMenuBestSellersProductTitle a:link {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuBestSellersProductTitle a:hover {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuBestSellersProductTitle a:active {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuBestSellersProductTitle a:visited {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuBestSellersProductTitle {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuBestSellersProductPrice {
font-family:"Poppins", sans-serif;
font-weight:600 !important;
color:#222;  
font-size:14px;
line-height:14px;
letter-spacing:0px;
text-decoration:none;
}/* Panel ID = ABS20160826112717*/
#MiniMenuSpecialOffersWidthContainer {
width:220px;
float:left;
margin-bottom:25px;
}

#MiniMenuSpecialOffersOuterContainer {
width:220px;
float:left;
}

#MiniMenuSpecialOffersTitleContainer {
float: left;
clear:left;
padding-top:15px;
padding-left:15px;
padding-bottom:16px;
background-color: #111;
border-top:solid 3px #8b445e;
width: 205px;
}

#MiniMenuSpecialOffersRepeatContainer {
width:218px;
float:left;
clear:left;
height:auto;
margin-top:-1px;
border:solid 1px #f0f2f8;
}

#MiniMenuSpecialOffersProductContainer {
width:218px;
height:auto;
float:left;
}

#MiniMenuSpecialOffersProductImageContainer {
width:200px;
height:auto;
float:left;
}

#MiniMenuSpecialOffersImageOverflow {
width:200px;
height:auto;
float:left;
padding:10px 10px 10px 10px;
overflow:hidden;
}

#MiniMenuSpecialOffersImageOverflow img {
width:200px;
height:200px;
}


#MiniMenuSpecialOffersProductInformationContainer {
width:190px;
height:auto;
clear:left;
margin-left:15px;
float:left;
}

#MiniMenuSpecialOffersProductTitleContainer {
width:100%;
margin-top:5px;
height:auto;
float:left;
clear:left;
}

#MiniMenuSpecialOffersProductPriceContainer {
width:100%;
height:auto;
float:left;
clear:left;
margin-top:5px;
margin-bottom:15px;
}


/**/


.MiniMenuSpecialOffersPanelHeading {
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #FFFFFF;
font-size: 15px;
text-decoration: none;
}

.MiniMenuSpecialOffersProductTitle {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
letter-spacing:-0.3px;
text-decoration:none;
line-height:16px;
}

.MiniMenuSpecialOffersProductTitle a:link {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuSpecialOffersProductTitle a:hover {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuSpecialOffersProductTitle a:active {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuSpecialOffersProductTitle a:visited {
font-family:"Poppins", sans-serif;
font-weight: 600;
color:#222;
font-size:15px;
text-decoration:none;
line-height:16px;
}

.MiniMenuSpecialOffersProductPrice {
font-family:"Poppins", sans-serif;
font-weight:600 !important;
color:#222;  
font-size:14px;
line-height:14px;
letter-spacing:0px;
text-decoration:none;
}
/* Panel ID = ABS20160826112736*/
#MiniMenuSearchWidthContainer {
width:220px;
float:left;
position:relative;
}

#MiniMenuSearchOuterContainer {
width:220px;
float:left;
margin-bottom:25px;
}

.MiniMenuSearchTextField {
width:137px;
height:45px;
font-family:"Poppins", sans-serif;
font-size:14px;
color:#111;
text-decoration:none;
text-transform: capitalise;
font-weight:400;
padding-top:4px;
float:left;
border:solid 1px #f0f2f8;
padding-left:15px;
padding-right:15px;
background-color:#FFFFFF;
-webkit-appearance: none;
}

.MiniMenuSearchButtonBackground {
border-left:none;
background-color:#111;
}/* Panel ID = ABS20160826112804*/
#ContactOuterContainer {
width:100%;
padding:0px 0% 0px 0%;
height:auto;
float:left;
}

#ContactInnerContainer {
width:100%;
float:left;
}/* Panel ID = ABS20160826112836*/
.NewsSuccessMessage
{
font-size: 15px;
    font-weight: 600;
    text-align: center;
color:green;
}/* Panel ID = ABS20160826112851*/
#MailchimpOuterContainer {
width:90%;
border:solid 1px #f0f2f8;
padding:45px 5% 40px 5%;
height:auto;
margin-top:-4px;
float:left;
}

#MailchimpInnerContainer {
width:100%;
float:left;
}
/* Panel ID = ABS20160826112909*/
#PlaceReviewOuterContainer {
width:90%;
padding:25px 5% 0px 5%;
height:auto;
float:left;
}

#PlaceReviewInnerContainer {
width:100%;
float:left;
}

/* Panel ID = ABS20160826112938*/
/* Panel ID = ABS20160826112958*/
/* Panel ID = ABS20160826113014*/
/* Panel ID = ABS20160826113052*/
/* Panel ID = ABS20160826113112*/
/* Panel ID = ABS20160826113132*/
/* Panel ID = ABS20160826113148*/
/* Panel ID = ABS20160826115850*/
/* Panel ID = ABS20160828122703*/
/* Panel ID = ABS20171710080625*/
/* Panel ID = ABS20160828011141*/
h1 {
font-family: Shippori Mincho, serif;;
color: #111;
font-size: 42px;
font-weight: 600;
text-decoration: none;
line-height: 50px;
letter-spacing:-0.5px;
margin:0px;
text-transform: capitalize;
}

h2 {
font-family: Shippori Mincho, serif;;
color: #111;
}

h3 {
font-family: Shippori Mincho, serif;;
color: #111;
}

h4 {
font-family: Shippori Mincho, serif;;
color: #111;
}

h5 {
font-family: Shippori Mincho, serif;;
color: #111;
}

h6 {
font-family: Shippori Mincho, serif;;
color: #111;
}

body,td,th {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}

a:link {
color: #8b445e;
text-decoration: none;
outline:none !important;
}

a:visited {
color: #8b445e;
text-decoration: none;
outline:none !important;
}

a:hover {
color: #111;
text-decoration: none;
outline:none !important;
}

a:active {
color: #8b445e;
text-decoration: none;
outline:none !important;
}

.ContactUsPageBorder {
border:solid 1px #f0f2f8;
}


/*------------------------------------------------------------------------------------------------*/


#PopupInformationContainer {
width:550px; 
float:left;
height:auto;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

#PopupInformationInner {
padding:30px; 
float:left;
width:480px;
height:auto;
border:solid 1px #f0f2f8;
text-align:center;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*FANCY BOX POP UP STYLES END*/

/*HOMEPAGE SLIDER STYLE*/
ul.bjqs{
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;}

li.bjqs-slide{
position:absolute;
display:none}

ul.bjqs-controls{
list-style:none;
margin:0;
padding:0;
z-index:9999;
display:none;}

ul.bjqs-controls.v-centered li a{
position:absolute}

ul.bjqs-controls.v-centered li.bjqs-next a{
right:0}

ul.bjqs-controls.v-centered li.bjqs-prev a{l
eft:0}

ol.bjqs-markers{
list-style:none;
padding:0;
margin:0;
width:100%}

ol.bjqs-markers.h-centered{
text-align:center;
display:none;}

ol.bjqs-markers li{
display:none;}

ol.bjqs-markers li a{
display:none;}

p.bjqs-caption{
display:block;
width:96%;
margin:0;
padding:2%;
position:absolute;
bottom:0}
/*HOME PAGE SLIDER STYLES END*/
/*GALLERY STYLES*/
/*GALLERYPOP UP STYLES*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
z-index:200;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
margin-top:75px;
margin-bottom:75px;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 60px;
  width: 100%;
border-top:solid 1px #f0f2f8;
border-bottom:solid 1px #f0f2f8;

}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 93%;
  text-align: center;
margin-top:7px;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../Graphics/Common/Gallery/icons.png) !important;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 18px;
  float: left;
}

#swipebox-next {
  background-position: -78px 18px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 5px 18px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #FFFFFF;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: #fff;
}

#swipebox-top-bar {
  color: #111 !important;
  font-size: 14px;
  line-height: 43px;
font-weight:400;
font-family:"Poppins", sans-serif;
}
/*END POP UP STYLES */


.GalleryCategoriesConatiner{
float:left;
width:100%;
height:auto;
background-color:#8b445e !important;
}

.GalleryImage {
float: left;
width:240px;
height:240px;
border: 1px solid #f0f2f8 !important;
}

.GalleryImage img {
float: left;
height: 240px;
width: 240px;   
}

.GalleryImageConatiner {
float: left;
height: auto;    
margin: none !important;
width: 102% !important;
}

.GalleryImage a {
float: left;
text-decoration: none;
border: 1px solid #f0f2f8 !important;
margin: 0px 0px 0px 0px;
width:240px;
height:240px;
padding: 10px;
float:left;
border-radius: 0px 0px 0px 0px;
}

.GallerySelectboxBlock{
float:left;
width:100%;
height:auto;
margin-bottom: 10px;
}

.gallery_selectbox{
background-color: #FFFFFF;
border: 1px solid #f0f2f8;
border-radius: 0px 0px 0px 0px;
color: #111;
font-family: 'Poppins', sans-serif !important;
font-size: 14px;
font-weight:400;
height: 50px;
padding: 5px;
text-align: left;
width: 320px;
margin-bottom:10px;
}

.fancybox-title-over {
width:100% !important;
}

img {
border: 0px;
 }

.GalleryBorder {
border: 1px solid #f0f2f8;
width:225px; 
height:225px; 
margin-right:10px; 
margin-top:10px; 
padding:10px; 
overflow:hidden;
float:left; 
}

.EnquireButton {
float:left;
height:52px;
margin-top:-1px;
width:120px;
padding-top:10px;
text-align:center;
background-color:#111;
color:#FFFFFF !IMPORTANT;
font-family: 'Poppins', sans-serif;
font-size:14px;
font-weight: 400;
letter-spacing:0.5;
text-decoration:none;
}

.EnquireButton a:link {
color:#FFFFFF !IMPORTANT;
text-decoration:none;
}

.EnquireButton a:visited {
color:#FFFFFF !IMPORTANT;
text-decoration:none;
}

.EnquireButton a:hover {
color:#FFFFFF !IMPORTANT;
text-decoration:none;
}

.EnquireButton a:active {
color:#FFFFFF !IMPORTANT;
text-decoration:none;
}

.ListingPromoLabelPosition1 {
position:absolute;
left:-5px;
top:-5px;
z-index:1;
}

.ListingPromoLabelPosition2 {
position:absolute;
right:0;
top:0;
z-index:1;
}

.ListingPromoLabelPosition3 {
position:absolute;
left:0;
bottom:0;
z-index:1;
}

.ListingPromoLabelPosition4 {
position:absolute;
right:0;
bottom:0;
z-index:1;
}

.SaleListingPromoLabelPosition1 {
position:absolute;
z-index:13;
left:-5px;
top:-5px;
}

.SaleListingPromoLabelPosition2 {
position:absolute;
z-index:13;
right:0;
top:0;
}

.SaleListingPromoLabelPosition3 {
position:absolute;
z-index:13;
left:0;
bottom:0;
}

.SaleListingPromoLabelPosition4 {
position:absolute;
z-index:13;
right:0;
bottom:0;
}

#PlaceReviewOuterContainer {
width:90%;
padding:40px 5% 0px 5%;
height:auto;
float:left;
}

#PlaceReviewInnerContainer {
width:100%;
float:left;
}

.PlaceReviewMainHeading {
color:#111;
font-family: 'Poppins', sans-serif;
font-size:25px;
font-weight: 600;
text-decoration:none;
}

.PlaceReviewInformation {
color:#111;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration:none;
}

#EditContentButtons {
z-index:2;
}



/**bxslider css***/

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/

.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('images/bx_loader.gif') center center no-repeat #ffffff;
  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-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,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -51px;
  background: url('../Graphics/Home/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: -51px;
  background: url('../Graphics/Home/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  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: 9999;
}
.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('../Graphics/Home/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,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../Graphics/Home/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,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  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;
  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;
}

/*TABSCONTENTSTYES*/

/*TABSCONTENTSTYES*/
button.accordion {
background-color: #f5f5f5;
border: 1px solid #f0f2f8;
font-family:Poppins, sans-serif;
color:#111;
font-size:14px;
font-weight: 600;
line-height:20px;
text-decoration:none;
cursor: pointer;
margin:auto;
    width: 100% !important;
text-align: left;
    padding: 20px 1% 20px 1% !important;
outline: none;
transition: 0.4s;
margin-top:-1px;
text-transform:capitalize;
background-image:url(/Graphics/Common/ProductDetail/DropdownArrow.svg);
background-repeat:no-repeat;
background-position:right;
}

/*ACTIVETABSCONTENTSTYES*/
button.accordion.active, button.accordion:hover {
background-color: #f5f5f5;
}

/*TABSCONTENTSTYES*/
.panel  {
font-family:Poppins, sans-serif;
color:#111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
width:97.9% !important;
text-align: left;
padding:10px 1% 10px 1%  !important;
border:solid 1px #f0f2f8;
margin-top:-3px;
}


/**/


/* Style the accordion panel. Note: hidden by default */
div.panel {
display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
display: block;
}

.DisplayOnDetailPage
{
display:block!important;
}

.MR-Widget.MR-Widget-Responsive .MRW-RList
{
line-height:14px!important;
}

#Zone_Widget
{
line-height:9px!important;
}

.ProductImageDisplay {

}

.ProductShortDescDisplay {

}

.RRPPriceDisplay {

}

.TaxPriceDisplay {

}

.AddToBasketDisplay {
display:none;
}

.CategoryShortDescDisplay {

}

.CheckboxSection1active
{
background: #EEEEEE;
}



.PaymentGatewaySelectactive
{
background: #EEEEEE;
}

#idpc_input
{
background-color: #fff;
color:[FORMBUTTONFONT !important];
    border: solid 2px #f0f2f8;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 2% 15px 2%;
    width: 35%;
    -webkit-appearance: none;
}

#idpc_button
{
background-color:#111;
color:#fff;
border: 1px solid #111;
    border-radius: 5px;
    cursor: pointer;
font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    text-transform: capitalize;
    -webkit-appearance: none;
    /* margin-left: 28px; */
    float: right;
}

#idpc_button:hover
{
background-color:#8b445e;
color:#fff;
border: 1px solid #111;
    border-radius: 5px;
    cursor: pointer;
font-family: Poppins, sans-serif;

}

#idpc_dropdown
{
    background-color: #fff;
color:#fff;
    border: solid 2px [FORMBORDERCOLOR];
    border-radius: 5px;
font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 1.5% 15px;
    width: 100%;
    margin-top: 13px;
}
#ShipSection {
width: 100% !important;
margin-top: 15px !important;
}

#BasketDeliverySelection {
margin-bottom: 10px !important;
}

#PostCodeFancyBox {
width: 96% !important;
padding: 2% !important;
}

.CartSaveSuccess_Wrapper
{
float:left;
width:95%;
display: flex;
align-items: center;
padding: 0px 2.5%;
text-align: center;

}


#SuccessContainer_CartSaver {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
    padding: 5%;
    width: 90%;
    float: left;
}/* Panel ID = 20170123072715*/

.open > .dropdown-menu-1 {
display: flex !important;
width: 100%;
}


/*DROPDOWNMENUSTYLES*/
.dropdown-menu-1 {
min-width: 220px;
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 0px;
font-size: 15px;
text-decoration: none;
text-align: left;
list-style: none;
left: 0;
display: none;
z-index: 1000 !important;
float: left;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border-radius: 0px;
position: absolute;
}

/*MAIN&SUBCATCONTAINER*/
#MegaDropdownColours {
padding: 10px;
}

.Maincatgroup {
    width: 225px;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}

/*MAINCATCONTAINER*/
.MegaMainCatHover {
font-family: Shippori Mincho, serif;;
color: #8b445e;
font-size: 15px;
font-weight: 700;
line-height: 18px;
margin-top: -1px;
    margin-right: -1px;
}

.MegaMainCatHover:hover {
color: #8b445e;
}



/*SUBCATCONTAINER*/
.subcatgroup {
width:95%; 
float:left;
clear:left;
}

/*SUBCATTEXTSTYLES*/
.MegaSubCatHover {
font-family: Shippori Mincho, serif;;
color: #111;
font-size: 13px;
font-weight: 400;
padding-top:8px;
padding-bottom:7px;
}

.MegaSubCatHover a:link {
color: #111;
}

.MegaSubCatHover a:hover {
color: #111;
}

.MegaSubCatHover a:active {
color: #111;
}

.MegaSubCatHover a:visited {
color: #111;
}

/*SUBCAT2CONTAINER*/
.subcat2link {
width:95%; 
float:left;
clear:left;
}

/*SUBCAT2TEXTSTYLES*/
.MegaSubCat2Hover {
font-family: Shippori Mincho, serif;;
color: #111;
font-size: 14px;
font-weight: 700;
padding-bottom:7px;
list-style-type:none;
}

.MegaSubCat2Hover a:link {
color: #111;
}

.MegaSubCat2Hover a:visited {
color: #111;
}

.MegaSubCat2Hover a:active {
color: #111;
}

.MegaSubCat2Hover a:hover {
color: #8b445e;
}

#DropdownGridLayout {
display: grid;
grid-template-columns: repeat(4,1fr);
}

@media only screen and (max-width: 1320px) {
#DropdownGridLayout {
display: grid;
    grid-template-columns: repeat(3,1fr);
}
}

@media only screen and (max-width: 1000px) {
#DropdownGridLayout {
display: grid;
    grid-template-columns: repeat(2,1fr);
}
}
/* Panel ID = ABS20160902024532*/
/* Panel ID = ABS20160906104218*/
.FormMainContainer {
width:100%;
}

.FormContainer {
float:left;
clear:left;
margin:10px;
width:95%;
}

.FormHeading {
color:#111;
font-family: Poppins, sans-serif;
color: #111;
font-size: 18px;
font-weight: 600;
text-decoration: none;
}

.FormSubHeading {
color:#111;
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-decoration: none;
}

.FieldLabelText {
color:#111;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration:none;
}

.FormTextField {
background-color:#fff;
color:#111;
border: solid 2px #f0f2f8;
border-radius: 5px;
font-family: Poppins, sans-serif;
font-size:15px;
font-weight: 600;
padding: 15px 2% 15px 2%;
width:95.7%;
-webkit-appearance: none;
}

::-webkit-input-placeholder {
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
font-style: italic;
}

:-ms-input-placeholder {  
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
font-style: italic;
}

.FormDropdown {
background-color:#fff;
color:#111;
border: solid 2px #f0f2f8;
border-radius: 5px;
font-family: Poppins, sans-serif;
font-size:15px;
font-weight: 600;
padding: 15px 1.5% 15px 1.5%;
width: 100%;
background-image:url(/Graphics/Common/ProductDetail/DropdownArrow.svg);
background-repeat:no-repeat;
background-position:right;
-webkit-appearance: none;
}
				  
.FormButton {
background-color:#111;
color:#fff;
border: 1px solid #111;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:16px;
font-weight: 600;
padding: 15px;
text-transform:capitalize;
-webkit-appearance: none;

}

 .FormButton:hover {
background-color:#8b445e;
color:#fff;
border: 1px solid #111;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:16px;
font-weight: 600;
padding: 15px;
text-transform:capitalize;
-webkit-appearance: none;
transition: background-color .3s;
}

.FormButton-Delete {
background-color:#FF0000;
color:#fff;
border: 1px solid #FF0000;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
padding: 8px;
text-transform:capitalize;
-webkit-appearance: none;

}

 .FormButton-Delete:hover {
background-color:#FF0000;
color:#fff;
border: 1px solid #FF0000;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
padding: 8px;
text-transform:capitalize;
-webkit-appearance: none;
transition: background-color .3s;
}

.FormLink {
color:#111;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
text-decoration:none;
}

.FormLink a:link {
color:#111;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
text-decoration:none;
}

.FormLink a:visited {
color:#111;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
text-decoration:none;
}

.FormLink a:hover { 
color:#111;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
text-decoration:underline;
}

.FormLink a:active {
color:#111;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
text-decoration:none;
}

.FormText {
color:#111;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
text-decoration:none;
}

.FormTextSmall {
color:#111;
font-family: Poppins, sans-serif;
font-size:12px;
font-weight: 400;
text-decoration:none;
}

.FormCaptchaLabel {
color:#111;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration:none;
}

.FormCheckboxText {
color:#111;
font-family: Poppins, sans-serif;
font-size:12px;
text-decoration:none;
}

.InvalidCode {
color: #FF0000;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration:none;
}
	
#ErrorContainer {
color:#FFFFFF;
background-color:#FF0000;
border: solid 1px #FF0000;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
line-height:20px;
text-decoration:none;
padding: 15px;
margin-top:0px;
float:left;
clear:left;
margin-left:0px;
}	

#SuccessContainer {
color:#FFFFFF;
background-color:Green;
font-family: Poppins, sans-serif;
font-size:14px;
font-weight: 400;
text-decoration:none;
padding: 20px;
width:80%;
float: left;
margin-top: 16px;
}

.SuccessMessage	{
color: #8b445e;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration:none;
}

.success {
display:none;
}

/* Panel ID = ABS20161004140943*/
.FormMainContainer {
	width:100%;
	margin:auto;
	display:grid;
	grid-template-columns: 0% 100% 0%;
	grid-column-gap: 0px;
	float:left;
margin-top:15px;
}

#AccountButtonThree {
 float:right;
margin-top:0px;
}

#AccountCustomerDetailsHeading {
width:98%;
float:left;
border-left:1px solid #f0f2f8;
border-right:1px solid #f0f2f8;
border-bottom:1px solid #f0f2f8;
background-color: #fff;
padding:5px 1% 25px 1%;
grid-column-start:2;
}

.FormContainer1 {
float: left;
clear: left;
margin: 15px 0px 0px 0px;
width: 100%; 
}

#AccountLogInInputHeading {
width:100%;
float:left;
height:25px;
}

.AccountLoginInputHeading {
font-family: Poppins, sans-serif;
color: #111;
font-size: 12px;
font-weight: 700;
text-decoration:none;
}

.CustomerAccountEditCheckbox {
float: left;
clear:left;
margin-top:5px;
width: 95.7%;
border: 1px solid #f0f2f8;
padding:14px 2%;
}

.CustomerAccount-ViewPrivacy {
float: left;
width: 100%;
font-family: Poppins, sans-serif;
color: #111;
	font-weight: 400;
	font-size: 12px;
	font-style:italic;
	text-decoration: underline !important;

}

@media only screen and (max-width: 850px) {
.FormMainContainer {
	width:100%;
	margin:auto;
	display:grid;
	grid-template-columns: 2.5% 95% 2.5%;
	grid-column-gap: 0px;
	float:left;
margin-top:15px;
}
}/* Panel ID = ABS20161004141031*/
#DeliveryButtonOne {
 float:right;
margin-top:0px;
}

#DeliveryCustomerDetailsHeading {
width:98%;
float:left;
border-left:1px solid #f0f2f8;
border-right:1px solid #f0f2f8;
border-bottom:1px solid #f0f2f8;
background-color: #fff;
padding:5px 1% 25px 1%;
}

.DeliveryFormContainer1 {
float: left;
clear: left;
margin: 15px 0px 0px 0px;
width: 100%; 
}

#DeliveryFormInputHeading {
width:100%;
float:left;
height:25px;
}

.DeliveryFormInputHeading {
font-family: Poppins, sans-serif;
color: #111
font-size: 12px;
font-weight: 700;
text-decoration:none;
}

.DeliveryFormButtonLeft {
float: left;
width: 40%;
}

.DeliveryFormButtonRight {
float: right;
text-align:right;
width: 40%;
}
/* Panel ID = ABS20170124154126*/
/* Panel ID = 20170116015018*/
/* Panel ID = ABS20170616124438*/
.GiftItem-ImageContainer {
	max-width:25%;
	margin-right:2%;
	float:left;
/*display if the gift is a free item etc... which require image representation. */
display:none;
}

.GiftItem-LabelContainer {
	width:73%;
	float:left;
			font-family:Shippori Mincho, serif;;
		font-weight: 800;
		color:#222;
        font-size: 18px;
}

.GiftItem-DescContainer {
	width:100%;
	float:left;
	clear:left;
			font-family:Poppins, sans-serif;
		font-weight:400;
		color:#111; 
		font-size: 14px;
		margin-top:10px;
}

.GiftItem-MessageContainer {
	width:100%;
	float:left;
	clear:left;
	margin-top:10px;
}

.GiftItem-PriceContainer {
	width:100%;
	float:left;
	clear:left;
	margin-top:10px;
}

.GiftItem-MakeGiftButton {
background-color: #111;
color: #fff;
border: 2px solid #111;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:16px;
font-weight: 600;
padding: 15px;
-webkit-appearance: none;
float:right;
}

.GiftItem-MakeGiftButton:hover {
background-color: #8b445e;
color: #fff;
border: 2px solid #8b445e;
border-radius:5px;
cursor:pointer;
font-family: Poppins, sans-serif;
font-size:16px;
font-weight: 600;
padding: 15px;
-webkit-appearance: none;
float:right;
}

.GiftItem-Price {
        font-family:Poppins, sans-serif;
		font-weight:400;
		font-size: 26px;
		color:#222;  
-webkit-appearance: none;
float:left;
margin-right:10px;
}

/*Sets width and height of message text area.*/
.Giftinvoice {
	width:99%;
	height: 50px;
}

#GiftForm {
    grid-column-start: 1;
    grid-column-end: 4;
}/* Panel ID = ABS20170705142231*/
.FreeShippingAmount {
border:2px solid #8b445e;
color: #8b445e;
width: 656px;
clear:left;
float:left; 
margin-bottom:30px;
font-size:16px;
font-weight:600;
letter-spacing:-0.5px;
font-family: 'Poppins', sans-serif;
padding:15px 25px 15px 25px; 
text-align:center; 
text-decoration:none; 
}/* Panel ID = ABS20170925141724*/
#ProductsInCategory-TitleContainer {
	width:100%;
	border-bottom:solid 1px #fff;
	margin:auto;
	margin-bottom:10px;
	padding: 50px 0px 30px 0px;
        clear:left;	
}

.ProductsInCategory-Heading {
		font-family:Shippori Mincho, serif;;
		color:#111;
		font-size:42px;
		font-weight:600;
		text-decoration:none;
		position:relative;
}
	
/* Grid container */
#ProductsInCategory-Container {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 20px;
        float:left;
        padding-left:0%;
        padding-right:0%;
}

/* Product items */
div.ProductsInCategory-InnerContainer {
        box-sizing: border-box;
        padding: 10px;
	background-color: #fff;
	border:solid 1px #fff;
	position: relative;
	margin-bottom: 10px;
grid-auto-rows: 1fr;
}
	  
div.ProductsInCategory-ProductImageContainer {
    	margin-bottom: 0.5rem;
    	text-align: center;
    position: relative;
    padding-bottom: 70%;
}
	  
img.ProductsInCategory-ProductImage {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}
	  
div.ProductsInCategory-ProductName {
		font-family:Shippori Mincho, serif;;
		font-weight: 800;
		color:#222;
        font-size: 18px;
		text-decoration:none;
		margin-bottom: 0.5rem;
min-height: 50px;
}
	  
div.ProductsInCategory-ProductName:hover {
		color:#222;
		text-decoration:none;
}
	  
div.ProductsInCategory-ProductShortDesc {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#111; 
		font-size: 14px;
		text-decoration:none;
		margin-bottom: 0.5rem;
text-align: center;
}
	  
.ProductsInCategory-RRPPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;
		font-size: 16px;
		letter-spacing:-0.5px;
		text-decoration: line-through;
		margin-bottom: 0.5rem;
}
	  
div.ProductsInCategory-ProductPrice {
        font-family:Poppins, sans-serif;
		font-weight:400;
		font-size: 26px;
		color:#222;  
		text-decoration:none;
}
	  
div.ProductsInCategory-TaxPrice {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#707070;  
		font-size: 12px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
.ProductsInCategory-Quant {
		font-family:Poppins, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: #333;
		text-align: center;
		width: 60%;
		border: solid 1px #eee;
background: #fff;
padding: 9px;
border-radius: 30px;
}
	 
.ProductsInCategory-AddToBasket {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        border: none;
        width: 95%;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
		float:right;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.ProductsInCategory-AddToBasket:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.ProductsInCategory-SelectOptions {
	  	font-family:Poppins, sans-serif;
        background: #111;
        color: #fff;
font-weight:600;
        font-size: 16px;
text-align: center;
        cursor: pointer;
        border: none;
		padding:8px 5% 8px 5%;
		float:left;
		width:90%;
border-radius: 30px;
-moz-appearance: none;
-webkit-appearance: none;
}

.ProductsInCategory-SelectOptions:hover {
        background: #8b445e;
        color: #fff;
-moz-appearance: none;
-webkit-appearance: none;
}
	  
.ProductsInCategory-AddToBasketContainer {
	  	min-height:45px;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
#ProductsInCategory-Container { 
	grid-template-columns: repeat(4, 1fr);
}
}

@media only screen and (max-width: 850px) {
#ProductsInCategory-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	grid-column-gap: 10px;
}
}

@media only screen and (max-width: 695px) { 
#ProductsInCategory-Container {
	grid-template-columns: repeat(2, 1fr);
}
}/* Panel ID = ABS20170906144931*/
#NotifyMe {
float: left;
width: 100%;
margin-top: 0px;
}

.NotiftyHeadingText {
font-family: Poppins, sans-serif;
color: #111;
font-size: 22px;
font-weight: 600;
text-decoration: none;
line-height: 25px;
letter-spacing:-0.8px;
}


.NotiftySuccessText {
font-family: Poppins, sans-serif;
color:#111;
font-size: 16px;
font-weight: 700;
line-height:24px;
text-align:center;
text-decoration: none;
padding:8px 0px 8px 0px;
border:solid 2px green;
}

/* Panel ID = ABS20171117100311*/
#LoyaltyPoints-Container {
width: 100%;
float: left;
border-bottom: 1px solid #f0f2f8;
background-color: #FFFFFF;
padding: 10px 0px 10px 0px;
}

#LoyaltyPoints-InnerContainer  {
width:100%;
float:left;

}

.LoyaltyPoints-Text {
font-family: Poppins, sans-serif;
color: #111;
font-size: 14px;
letter-spacing:-0.5px;
font-weight: 300;
line-height:26px;
text-decoration: none;
text-align: center;
}

.LoyaltyPointsField{
    background-color: #FFFFFF;
    border: solid 1px #ddd;
    border-radius: 0px;
font-family: Poppins, sans-serif;
color: #111;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 1% 10px 1%;
    width: 98%;
    -webkit-appearance: none;
margin-top:10px;
}

#CartPageTopContentRightContainerTwo {
width:228px;
float:right;
padding:25px;
margin-bottom:30px;
margin-top:20px;
border: 1px solid #f0f2f8;
background-color: #fff;
}

#CartPageTopContentRightTextContainerTwo {
width:100%;
float:left;
margin-bottom:2px;
}

.CartPageDeliveryInformationTwo {
font-family: Poppins, sans-serif;
color: #111;
font-size:12px;
font-weight: 400;
line-height:16px;
text-decoration:none;
text-align: center;
}

.CartPageMainInformationLargerTwo {
font-family: Poppins, sans-serif;
color: #111;
font-size: 16px;
letter-spacing:-0.5px;
font-weight: 600;
line-height:20px;
text-decoration: none;
text-align: center;
}
/* Panel ID = ABS20171129095613*/
.LoyaltyPointsBox {
padding:5px 0px 5px 0px;
float:right;
clear:left;
border:solid 2px #8b445e;
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight: 600;
color: #111;
text-decoration: none;
line-height: 22px;
text-align: center;
width: 99.5%;
}

.LoyaltyPointsBoxRed {
color:#8b445e;
}/* Panel ID = ABS20180507141946*/
#PopupStockContentContainer {
  float:left;
  height:auto;
  width:778px;
}

#PopupStockTitleContainer {
  float:left;
  height:auto;
  margin-left:15px;
  margin-top:30px;
  width:260px;
}

#PopupStockPriceContainer {
  float:left;
  height:auto;
  margin-left:20px;
  margin-top:30px;
  width:130px;
}

#PopupStockActionQtyContainer {
float:left;
margin-top:30px;
}

#PopupStockImageContainer {
float:left;
  margin-left:1px;
  margin-top:18px;
  overflow:hidden;
  width:80px;
}/* Panel ID = ABS20180917073625*/
.TimedSpan {
text-align: center;
}

#Timed-Heading {
text-align: center;
font-family: Shippori Mincho, serif;;
color: #111;
font-size: 42px;
font-weight: 600;
text-decoration: none;
line-height: 50px;
}/* Panel ID = ABS20180921111929*/
#PopupAllowePostCodePriceContainer
{
float: left;
    height: auto;
    margin-left: 20px;
    margin-top: 30px;
    width: 280px;
}

#PopupAlloweStockContentContainer
{
    width: 798px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 0px #ddd;
    height: 88px;
}

#Removeitemswithextracost
{
    float: left;
    padding-top: 33px;
}

#PopupPostCodeTitleContainer {
    float: left;
    height: auto;
    margin-left: 15px;
    margin-top: 30px;
    width: 280px;
}

#PopupPostCodeHeadingContainer {
width: 798px;
    float: left;
    border: solid 1px #ddd;
    border-top: solid 0px #ddd;
    margin-top: 0px;
    height: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#PopupPostCodeImageContainer {
    float: left;
    margin-top: 18px;
    overflow: hidden;
    width: 80px;
    margin-left: 10px;
}/* Panel ID = ABS20190320073344*/
#Content-Container {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 0% 100% 0%;
	/* Gap in between products */
	grid-column-gap: 0px;
padding-bottom:15px;
margin-top: 10px;
overflow-wrap: break-word;
}

#Content-InnerContainer {
grid-column-start:2;
}

@media only screen and (max-width: 850px) {
#Content-Container {
	width:95%;
        padding-left: 2.5%;
	padding-right: 2.5%;
}
}/* Panel ID = ABS20200128051223*/
#CookieConsentBanner {
width: 100%;
    color: white;
    padding: 40px 0;
    position: fixed;
    top: 300px;
    opacity: 0.9;
    right: 0px;
    bottom: 0px;
top: auto;
    left: auto;
    background-color: rgb(30, 30, 30);
    border: transparent;
    z-index: 999;
    box-sizing: border-box;
}

#CookieConsent-Buttons {
display: flex;
column-gap: 30px;

}

#CookieConsent-HollowButtons {
border: 1px solid #FFF;
color: #FFF;
padding:10px 20px;
    box-sizing: border-box;
text-decoration: none !important;

font-family: Lora;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
cursor:pointer;
}

#CookieConsent-HollowButtons a:link {
text-decoration: none !important;
}

#CookieConsent-HollowButtons a:active {
text-decoration: none !important;
}

#CookieConsent-HollowButtons a:visited {
text-decoration: none !important;
}

#CookieConsent-HollowButtons a:hover {
text-decoration: none !important;
}

#CookieConsentBannerContent
{
text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
row-gap: 10px;
width: 100%;
box-sizing: border-box;
padding: 0px 2.5%;
}

#CookieConsentBanner a
{ 
color: white;
text-decoration: underline;
cursor:pointer;
}

#cookieHeading
{
font-size: 20px;
}

#AcceptAllCookies {
border: 1px solid #111;
    background-color: #111;
    color: white;
padding:10px 20px;
cursor:pointer;
    box-sizing: border-box;
text-decoration: none !important;

font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

#CookieConsentPopupBanner
{
font-size: 12px;
text-align:center;
width:50%;
}

#CookieConsentPopupBanner a
{
text-decoration: underline;
cursor:pointer;
}


#ChooseCookieHeading {
float: left;
 width: 100%;
 text-align: center;
 font-size: 18px;

}

.CookieselectionLabel
{
float:left;
width:100%;
padding-bottom: 6px;
}

.CookieselectionLabel
{
float:left;width:60%;
}

#CookieConsentChooseCookies p {
float:left;
font-size: 12px;
      margin-block-start: 0px;
    margin-block-end: 0px;
padding-bottom: 20px; 
}

#CookieConsentChooseCookies p {
float:left;
font-size: 12px;
      margin-block-start: 0px;
    margin-block-end: 0px;
padding-bottom: 20px; 
}

#CookieConsentChooseCookies {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20%;
}

.CookieSaveButton
{
float: right;
    border: 0;
    background-color: #111;
    color: #fff;
    padding: 9px;
    border-radius: 2px 2px 2px 2px;
    width: 124px;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
cursor:pointer;
}	

.switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 8px;
   top: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8b445e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8b445e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.CookieselectionLabelwrapper
{
float: left;
    width: 100%;
    padding-bottom: 6px;
    padding-top: 14px;
}

.reject_button
{
cursor:pointer;
}

@media only screen and (max-width: 1550px) {
#CookieConsentChooseCookies {
    padding: 30px 2.5%;
row-gap: 0px;
}
}/* Panel ID = ABS20200915112543*/
#PrintOut-Container {
	width: 100%;
	float:left;
}

#PrintOut-OrderInformationContainer {
        width:100%;
        margin:0 auto;
        display:grid;
		grid-template-columns: repeat(4,1fr);
		grid-column-gap: 5px;
        float:left;
		padding-left:0%;
		padding-right:0%;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

#PrintOut-OrderID {
	grid-column-start: 1;
}

#PrintOut-TransactionID {
	grid-column-start: 2;
}

#PrintOut-OrderType {
	grid-column-start: 3;
}

#PrintOut-OrderDate {
	grid-column-start: 4;
}

#PrintOut-AddressContainer {
        width:100%;
        margin:0 auto;
        display:grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 5px;
        float:left;
		padding-left:0%;
		padding-right:0%;
  		margin-top: 20px;
    border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

#PrintOut-BillingAddress {
	grid-column-start: 1;
}

#PrintOut-DeliveryAddress {
	grid-column-start: 2;
}

#PrintOut-ProductHeading {
        width:100%;
        margin:0 auto;
        display:grid;
		grid-template-columns: 50% 20% 10% 20%;
		grid-column-gap: 5px;
        float:left;
		padding-left:0%;
		padding-right:0%;
  margin-top: 20px;
    border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

#PrintOut-ProductHeadingMobile {
display:none;
}

#PrintOut-ProductDetails {
	grid-column-start: 1;
}

#PrintOut-ProductPrice {
	grid-column-start: 2;
}

#PrintOut-QTY {
	grid-column-start: 3;
}

#PrintOut-ProductTotal {
	grid-column-start: 4;
}

#PrintOut-TotalsContainer {
        width:100%;
        margin:0 auto;
        display:grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 5px;
        float:left;
		padding-left:0%;
		padding-right:0%;
  margin-top: 20px;
}

#PrintOut-Total1 {
	grid-column-start: 1;
}

#PrintOut-Total2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0px;
    width: 31%;
    float: right;
    margin-left: 65%;
    border: 1px solid #CCC;
    padding: 2%;
}

#PrintOut-TotalsLayoutLeft {
grid-column-start: 1;
    grid-row-start: 1;
    padding-bottom: 10px;
}

#PrintOut-TotalsLayoutRight {
grid-column-start: 2;
    grid-row-start: auto;
    text-align: right;
}

#PrintOut-TotalsLayout1Left {
    grid-column-start: 1;
    grid-row-start: 2;
    padding-bottom: 10px;
}

#PrintOut-TotalsLayout1Right {
grid-column-start: 2;
    grid-row-start: 2;
    text-align: right;
}

#PrintOut-TotalsLayout3Left {
	grid-column-start: 1;
	grid-row-start: 3;
}

#PrintOut-TotalsLayout3Right {
grid-column-start: 2;
    grid-row-start: 3;
    text-align: right;
}

#PrintOut-TotalsLayout2Left {
	grid-column-start: 1;
	grid-row-start: 4;
}

#PrintOut-TotalsLayout2Right {
grid-column-start: 2;
    grid-row-start: 4;
    text-align: right;
}

#OrderDetails-Container {
width: 100%;
padding: 10px 0px 10px 0px;
float: left;

}

@media only screen and (max-width: 850px) {
#PrintOut-OrderInformationContainer {
		grid-template-columns: repeat(2,1fr);
}

#PrintOut-OrderID {
	grid-column-start: 1;
grid-row-start: 1;
text-align: center;
}

#PrintOut-TransactionID {
	grid-column-start: 2;
grid-row-start: 1;
text-align: center;
}

#PrintOut-OrderType {
	grid-column-start: 1;
grid-row-start: 2;
text-align: center;
margin-top: 10px;
}

#PrintOut-OrderDate {
	grid-column-start: 2;
grid-row-start: 2;
text-align: center;
margin-top: 10px;
}

#PrintOut-AddressContainer {
		grid-template-columns: repeat(2,1fr);
}

#PrintOut-BillingAddress {
	grid-column-start: 1;
grid-row-start: 1;
text-align: center;
}

#PrintOut-DeliveryAddress {
	grid-column-start: 2;
grid-row-start: 1;
text-align: center;
margin-top: 10px;
}

#PrintOut-ProductHeading {
display: none;
}

#PrintOut-ProductHeadingMobile {
display: inline;
text-align: center;
margin-top: 10px;
float: left;
width: 100%;
border-bottom: 1px solid #CCC;
padding-bottom: 10px;
}

#PrintOut-TotalsContainer {
grid-template-columns: repeat(1,1fr);
}

#PrintOut-TotalsLayout {
width: 100%;
border-bottom: 0px !important;
}

#PrintOut-Total2 {
	grid-column-start: 1;
  width: 60%;
margin-left: 20%;
}

#PrintOut-MobileWidth {
width: 100%;
}

#OrderDetails-Container {
text-align: center;
}
}
 
@media only screen and (max-width: 320px) {
#PrintOut-OrderInformationContainer {
		grid-template-columns: repeat(1,1fr);
}

#PrintOut-OrderID {
	grid-column-start: 1;
grid-row-start: 1;
text-align: center;
}

#PrintOut-TransactionID {
	grid-column-start: 1;
grid-row-start: 2;
text-align: center;
margin-top: 10px;
}

#PrintOut-OrderType {
	grid-column-start: 1;
grid-row-start: 3;
text-align: center;
margin-top: 10px;
}

#PrintOut-OrderDate {
	grid-column-start: 1;
grid-row-start: 4;
text-align: center;
margin-top: 10px;
}

#PrintOut-AddressContainer {
		grid-template-columns: repeat(1,1fr);
}

#PrintOut-BillingAddress {
	grid-column-start: 1;
grid-row-start: 1;
text-align: center;
}

#PrintOut-DeliveryAddress {
	grid-column-start: 1;
grid-row-start: 2;
text-align: center;
margin-top: 10px;
}

#PrintOut-ProductHeading {
display: none;
}

#PrintOut-ProductHeadingMobile {
display: inline;
text-align: center;
margin-top: 10px;
float: left;
width: 100%;
}

#PrintOut-TotalsContainer {
grid-template-columns: repeat(1,1fr);
}

#PrintOut-TotalsLayout {
width: 100%;
border-bottom: 0px !important;
}

#PrintOut-Total2 {
	grid-column-start: 1;
  width: 100%;
text-align: center;
}

#PrintOut-MobileWidth {
width: 100%;
}

#PrintOut-Total2 {
	grid-column-start: 1;
  width: 96%;
margin-left: 2%;
}

#OrderDetails-Container {
text-align: center;
}
}/* Panel ID = 20210416120355*/
.Welcome-Text1 {
font-family: Poppins, sans-serif;
    color: #5D1932;
    font-size: 14px;
    font-weight: 400;
text-transform: uppercase;
width: 100%;
float: left;
padding: 80px 0px 30px 0px;
}

@media only screen and (max-width: 695px) {
.Welcome-Text1{
padding: 20px 0px 30px 0px;
}
}/* Panel ID = 20210416120546*/
.Welcome-Text2 {
font-family: Shippori Mincho, serif;
    font-size: 55px;
    color: #111;
    font-weight: 800;
line-height: 55px;
width: 100%;
float: left;
}/* Panel ID = 20210416120816*/
.Welcome-Text3 {
font-family: Poppins, sans-serif;
    color: #111;
    font-size: 18px;
    font-weight: 400;
width: 100%;
float: left;
padding: 30px 0px;
}/* Panel ID = 20210416121017*/
/* Panel ID = 20210416121314*/
/* Panel ID = ABS20220726110854*/
/* Panel ID = ABS20211126104255*/
/*----------------------------------- Page Column Layouts -------------------------------------------*/
#columns {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 15% 50% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
        float:left;
}

@media only screen and (max-width: 1725px) { 
#columns  {
	grid-template-columns: 15% 15% 55% 15%;
}
}

@media only screen and (max-width: 1605px) { 
#columns  {
	grid-template-columns: 12.5% 17.5% 57.5% 12.5%;
}
}

@media only screen and (max-width: 1500px) { 
#columns  {
	grid-template-columns: 10% 20% 60% 10%;
}
}

@media only screen and (max-width: 1440px) { 
#columns {
grid-template-columns: 2.5% 25%  70% 2.5%;
}
}

#columns .Column1 {
grid-column-start: 2;
    grid-row-start: 1;
}

#columns .Column2 {
grid-column-start: 3;
    grid-row-start: 1;
}


@media only screen and (max-width: 1000px) { 
#columns .Column2 {
grid-column-start:2;
grid-column-end: 4;
    grid-row-start: 1;
padding-left: 0%;
}

#columns .Column1 {
display: none;
}
}


#MainContainer {
background-repeat:repeat-y;
margin:0 auto;
width:100%;
margin-top:0px;
z-index:1;
min-height:700px;
}

.MainContainerBackground {
padding-top:30px;
padding-bottom:50px;
}

#HomePageHeaderOuterContainer {
width:1020px;
margin:auto;
position:relative;
}

#GenericPageHeaderOuterContainer {
width:1020px;
margin:auto;
position:relative;
}

#CategoryPageHeaderOuterContainer {
width:1020px;
margin:auto;
position:relative;
}

#BodyText{
/*float:left;*/
margin-left:auto;
margin-top:0px;
width:100%;
}

#body_text {
/*float:left;*/
}

#DetailPageProductDetailsOuterContainer{
min-width:820px !important; float:left !important;clear:left !important;
}

#MainCategoryContainer {
float: left;
text-align: center;
}

.tab-content {
	border: 1px solid #f0f2f8;
	background: white; /*#FFFFFF;*/
	color: black;
	padding: 0.5em;
	width: 205px;
}
.tab-header {
	position: relative;
	height: 3em;
	width: 500px;
	/*width: 50em;  a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: auto;
	 /*width: 50em; a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}
.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}
.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: none;
	background: #99F;
	color: black;
	padding-bottom: 6px;
	margin-top: 0;
}
/* a link in a background tab */
.tab-header ul.tab-list a {
	background: #ddd;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: none;
}
/* hover on a background tab */
.tab-header ul.tab-list a:hover {
	margin-top: 0;
	border-color: #666;
	background: #bbb;
	color: black;
	padding-bottom: 5px;
}
.tab  /* the heading that became the li */
{
	display: none;
}
#tab-container {
	float:left; 
}
#ContactMain{
	float:left;
	width:100%;
}
#ContactHead{
	float:left;
	margin-bottom:12px;
	margin-left:13px;
	margin-top:12px;
	color: #564B47;
	font-family: Verdana,Arial,SunSans-Regular,Sans-Serif;
	font-size: 12px;
	width: 98%;
}
/* Portal CSS - Page column layouts */
#columns .column{
	min-height: 200px; /* set a min-height to ensure a target dropzone */
}
#columns .Column3{
	width: 170px;
	float: right;
}
.block .draghandle{
	cursor: move;
	margin:0;
	width:auto;
	display:inline-block;
}
/* all columns */
#columns .menu div, #columns .blocks div, #columns .sidebar div{
	/*background-color: white;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;*/
}

#columns .menu div p, #columns .blocks div p, #columns .sidebar div p{
	font-size: 11px;
	padding: 7px;
}

#columns .menu, #columns .blocks, #columns .sidebar{
	/*border: 2px solid #F3F3F3;*/
	padding: 0px;
}
#columns .target {
	/*padding: 3px;
	border: 2px dashed #ccc;*/
	background-image:url(../images/DragBack.jpg);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* column specific styles */

/* article style start*/
#BlogPageOuter {
width:1000px; 
float:left;
}
#BlogOuter {
width:780px; 
float:left;
}
#BlogRepeat {
width:780px; 
float:left;
padding-bottom:10px;
border-bottom:1px solid #CCCCCC;
margin-bottom:10px;
}
#BlogNavigation {
width:200px; 
float:right;
}
#blognavcontainer{
background-color: #FFFFFF;
color: #333333;
}
#blognavcontainer a {
margin: 0;
padding: 5px;
width: 188px;
}
#blognavcontainer a {
font-size:11px;
background-color:#EEEEEE;
background-repeat: no-repeat;
color:#333333;
display: block;
text-decoration: none;
}
#blognavcontainer a:hover {
background-color:#000000;
color:#FFFFFF;
text-decoration: none;
}

#blognavcontainer ul {
	margin: 0 0 0 0; /* Do Not change inner container */
	padding: 0;
	list-style-type: none;
}
#blognavcontainer li {
	margin: 0px 0px 0px 0px;
}
#blognavcontainer a {
	margin:0px 0px 0px 0px;
	padding: 5px;
	width: 188px;
}
#blognavcontainer ul ul a {
	padding:3px 5px 3px 20px;
	width:143px;
}

#blognavcontainer ol {
       margin:0px;
       padding:0px;
}

#blognavcontainer ol a {
	width:179px;
}

#blognavcontainer a {color:#333333;
background-color:#FFFFFF;
}
#blognavcontainer a:hover {
color:#FFFFFF;
background-color:#000000;
}

#blognavcontainer ol a {
color:#FFFFFF;
background-color:#177998;
}

#blognavcontainer ol a:hover {
color:#FFFFFF;
background-color:#177998;
}
#blognavcontainer ul ul a {
background-color:#000000;
color:#FFFFFF;
}
#blognavcontainer ul ul a:hover {
background-color:#000000;
color:#FFFFFF;
}
#blognavcontainer ul ul a {
background-color:#000000;
color:#FFFFFF;
display:block;
font-size:11px;
text-decoration:none;
}
#blognavcontainer ul ul a:hover {
background-color:#000000;
color:;
text-decoration:none;
}
#blognavcontainer ol {
font-family:Arial, Helvetica, sans-serif;
list-style-type:none;
}
#blognavcontainer ol a {
background-color:#000000;
color:#FFFFFF;
display:block;
font-weight:normal;
text-decoration:none;
}
#blognavcontainer ol a:hover {
background-color:#000000;
color:#FFFFFF;
font-weight:normal;
text-decoration:none;
}

#BlogImage {
width:auto;
height:auto;
border:1px solid #CCCCCC;
float:left;
margin-right:10px;
}
#BlogText {
width:448px; 
float:left;
}
#BlogTitleOuter {
width:388px; 
float:left;
}
#BlogTitle {
width:388px; 
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
}
#BlogSocial {
width:388px; 
float:left;
margin-top:10px;
}
#BlogContent {
width:auto;
float:left;
height:auto;
overflow:auto;
margin-top:10px;
}
#BlogDateOuter {
width:50px;
height:60px;
margin-right:10px;
float:left;
}
#BlogDay {
width:50px;
height:30px;
float:left;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding-top:10px;
font-weight:bold;
}
#BlogMonth {
width:50px;
height:30px;
float:left;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
padding-top:4px;
}

#BlogFeaturedTitle {
width:200px; 
float:left;
color:#FFFFFF;
padding-bottom:10px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}
#BlogArchiveTitle {
width:200px; 
float:left;
color:#FFFFFF;
padding-bottom:10px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
margin-top:20px;
}
.ArticleRow{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:10px;
}
.ArticleContainer{
	float:left;
	width:81%;
	height:auto;
	padding-top:20px;
}
.ArticleMenu{
	float:left;
	width:170px;
	margin-left:5px;
	height:auto;
}
.ArticleContent{
	float: right;
    height: auto;
    margin-right: 5px;
    width: 820px;
}
.ArticlePageText{
	float:left;
	width:100%;
	padding-bottom:20px;
	font-size: 14px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}
.ArticleDetailBlock{
	float: left;
    height: auto;
    width: 100%;
}
.ArticleDetailBlock .Image{
    float: right;
    height: auto;
    width: 300px;
}
.ArticleDetailBlock .Content {
    float: left;
    height: auto;
    width: 500px;
}
.ArticleDetailBlock .Content .Heading {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding-bottom: 10px;
    width: 100%;
}
.ArticleDetailBlock .Content .Text {
    float: left;
    font-size: 12px;
    height: auto;
    width: 100%;
}
.RelatedBlock{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:40px;
}
.RelatedBlockText{
	float:left;
	width:100%;
	padding-bottom:20px;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
}
/* article style end*/

/* customer pages style start */
.CheckoutPanelBackground {
	background:#FFFFFF;
	float: left;
}
.CheckoutPageBackground {
	background:#FFFFFF;
}
.CheckoutPanelBorder {
	float: left;
	height: auto;
	margin-top: 5px;
	width: 820px;
	padding-bottom: 20px;
}
.CheckoutPanelDivider {
	height: 450px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	margin-top:10px;
}
#NewCustomerInnerWrapper {
    float: left;
    width: 820px;
}
#CustomerLeftDiv {
    float: left;
    height: auto;
    width: 410px;
    padding-bottom: 20px;
}
#NewCustomerSection {
    border-right: 1px solid #CECECE;
    float: left;
    margin-top: 10px;
    width: 410px;
}
#AddPassword {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-top: 20px;
    width: 410px;
}
.NewCustHead {
      float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-left: 39px;
    margin-top: 5px;
    width: 326px;
}
.NewCustDetails {
       float: left;
    width: 350px;
}
.labels_big {
    float: left;
    margin-left: 40px;
    margin-top: 30px;
    width: 280px;
}
.CheckoutLabels {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.labels_small {
    float: left;
    margin-left: 50px;
    margin-top: 20px;
}
.fieldinput {
    border: 1px solid #CECECE;
    float: left;
    height: 15px;
    margin-left: 6px;
    margin-top: 15px;
    padding: 0 2px 10px 0;
    width: 205px;
}
.fieldinput input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 22px;
    outline: medium none;
    padding: 1px;
    width: 205px;
}
#CheckDiv {
    float: left;
    margin-top: 20px;
    width: 320px;
}
#HelpImg {
    float: left;
    height: 49px;
    margin-left: 53px;
    margin-top: 15px;
    width: 21px;
}
.labels_med {
    float: left;
    margin-left: 13px;
    margin-top: 15px;
    width: 125px;
}
.CheckContainer {
    float: left;
    margin-top: 13px;
    width: 75px;
}
.ContinueButton {
    float: right;
    margin-right: 55px;
    margin-top: 10px;
}
.CheckoutFormButtons {
    width: 55px;
}
#ReturnCustomer {
    float: left;
    margin-top: 10px;
    width: 410px;
}

.labels_big12 {
    float: left;
    margin-left: 87px;
    margin-top: 12px;
    width: 280px;
}
.fieldinput12 {
    border: 1px solid #CECECE;
    float: left;
    height: 15px;
    margin-left: 89px;
    margin-top: 5px;
    padding: 0 2px 10px 0;
    width: 205px;
}
#ForgotPassword {
     float: left;
    margin-left: 39px;
    margin-top: 30px;
}
.ReturnCustDetails {
    color: #000000;
    float: left;
    margin-top: 20px;
    width: 350px;
}
.labels_pass {
    float: left;
    margin-left: 23px;
    margin-top: 15px;
}
.fieldinput2 {
    border: 1px solid #CECECE;
    float: left;
    height: 90px;
    margin-left: 6px;
    margin-top: 15px;
    padding: 0 2px 1px 0;
    width: 205px;
}
#DeliveryDiv {
    float: left;
    margin-top: -16px;
    width: 400px;
}
.fieldinput12 input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 22px;
    outline: medium none;
    padding: 1px;
    width: 205px;
}
.fieldinput select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 22px;
    outline: medium none;
    padding: 1px;
    width: 205px;
}
.ContinueButton2 input {
    width: 55px;
}
.fieldinput2 textarea {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 89px;
    outline: medium none;
    padding: 1px;
    width: 206px;
}
.ContinueButton2 {
    float: right;
    margin-right: 50px;
    margin-top: 20px;
    width: 80px;
}
#NewCustomerSection2 {
    float: left;
    margin-top: 10px;
    width: 837px;
}
.NewCustHead2 {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-left: 5px;
    width: 100%;
}
.NewCustDetails2 {
    float: left;
    width: 410px;
}
.labels_big3 {
    float: left;
    margin-bottom: 2px;
    margin-left: 11px;
    margin-top: 17px;
    width: 530px;
}
.CheckoutHorizontalLine {
    border-top: 1px solid #CECECE;
    float: left;
    width: 773px;
}
.HalfHorizontalLine {
    border-top: 1px solid #CECECE;
    float: right;
    width: 336px;
}
.TotalPriceValue {
    float: right;
    margin-top: 13px;
    width: 100%;
    word-wrap: break-word;
}
.TitleFields {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 400px;
}
#GoodsCheckoutDiv {
    border-top: 1px solid #CECECE;
    float: left;
    height: auto;
    margin-left: 15px;
    margin-top: 40px;
    width: 773px;
}
.GoodsDiv {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 14px;
    width: 800px;
}
.OrderHeading {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.GoodsdetailDiv {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.CarriageMethod {
    float: left;
    width: 100%;
    word-wrap: break-word;
}
.CarriagePrice {
    float: left;
    width: 100%;
    word-wrap: break-word;
}
.TotalPriceTitle {
    float: right;
    margin-top: 10px;
    text-align: right;
    width: 100%;
    word-wrap: break-word;
}
.ItemName {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 460px;

    word-wrap: break-word;
}
.qunt {
    float: left;
    width: 34px;
    word-wrap: break-word;
}
.chkout_price {
    float: right;
    text-align: right;
    width: 86%;
    word-wrap: break-word;
}
#Confirm {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 700px;
}
.PaymentHead {
    margin-bottom: 10px;
}
.paymentgates {
    float: left;
    margin-top: 20px;
    width: 700px;
}
.gate_chk {
    float: left;
    width: 55px;
}
.chk_confirm {
    float: right;
    width: 111px;
}
.gateway_thumbnails {
    float: left;
    margin-bottom: 10px;
    width: 331px;
}
.CreditCardIcons {
    float: left;
    margin-bottom: 10px;
    width: 331px;
}
/*innerlayout*/
.validationfieldinput input {
    float: left;
    height: 15px;
    margin-left: 6px;
    margin-top: 15px;
    padding: 0 2px 10px 0;
    width: 205px;
}
.email_type_1{
	border: 1px solid #CECECE;
}
.email_type_2{
	border: 1px solid red;
}
/*start landing page*/
.LayoutContainer{
	float:left;
	width: 100%;
	height:auto;
}
.LeftLayout{
	float:left;
	width:45%;
	height:auto;
}
.RightLayout{
	float:right;
	width:45%;
	height:auto;
}
.SiteAddress{
	float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding-bottom: 30px;
    width: 100%;
}
.NormalText{
	float:left;
	width:100%;
	height:auto;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
.ShortText{
	float:left;
	width:100%;
	height:auto;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}
.Devider{
	float:left;
	width:100%;
	padding:40px 0 40px 0;
}
.DetailBox{
	float:left;
	width:98%;
	height:auto;
	background: #CCCCCC;
	border: 1px solid #666666;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.DetailBoxRow{
	float: left;
    height: auto;
    padding: 4px;
    width: 98%;
}
.DetailBoxLeft{
	float:left;
	width:45%;
	height:auto;
}
.DetailBoxRight{
	float:right;
	width:45%;
	height:auto;
}
.ItemsContainer{
	float:left;
	width:100%;
	height:auto;
}
.ItemsContainer{
	float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    padding: 40px 0 40px 0;
    width: 100%;
}
.ItemHeadingRow{
	background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #666666;
    float: left;
    height: auto;
    width: 99%;
}
.ItemContentRow{
	float: left;
    height: auto;
    padding: 1px;
    width: 99%;
}
.ItemElement{
	float:left;
	width: 100%;
	height:auto;
	padding: 2px;
}
.quanity{
	width:8%;
}
.name{
	width:60%;
}
.price{
	width:14%;
}
.total{
	width:14%;
}
.LayoutHeading{
	float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    padding: 20px 0 40px;
    text-align: center;
    width: 100%;
}
/*end landing page*/
#MyResult{
    color: green;
    float: left;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 97px;
    text-decoration: none;
    width: 86%;
}
#writereview {
	float:left;
	color:#00F;                                            
	width: 600px;
}
/* customer pages style end*/
.Existing_error {
	background-color: #FF0000;
	border: 1px solid #CECECE;
	float: left;
	height: 100px;
	margin-left: 35px;
	margin-top: 10px;
	width: 300px;
}
.Existing_error p {
	color:#FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align:center;
}
#mail_success {
	background-color:#66cc00;
	float: left;
	height: auto;
	margin-left: 35px;
	margin-top: 10px;
	width: 300px;
}
#mail_success p {
	color:#000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align:left;
	margin: 6px 5px 0;
}
.CustomerAccountFormLabels {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
 }
.cke_show_borders{
	background:none;
}

.pagination a {
    padding: 5px;
    text-decoration: none;
}
.forward {
    background: url("../images/right-nav.gif") no-repeat scroll 0 0 transparent;
    float: right;
    height: 17px;
    margin-left: 574px;
    margin-top: -27px;
    right: 0;
    width: 5px;
}
.pagination {
    float: right;
    font-weight: bold;
    margin: -147px 12px 1em;
    padding-right: 40px;
    position: absolute;
}
img {
	border: 0px;
}
.BrowseCategoriesBorders,
.SubCatNavigationContentDiv {
	padding: 9px;
}
.HomePageLatestAdditionsBorder,
.HomePageBestSellersBorder,
.HomePageFeaturedProductsBorder,
.RelatedProductBorder,
.ListingPageProductOuterContainer,
.HomePageSpecialsBorder {
	padding:9px;
}
.SliderHomePage {
	width:840px;
	Overflow:hidden;
}
.OuterRight {
	width:470px;
}
div.simpleTabsContent {
	width:810px;
}
.carthorizontaldivider {
	border-top:0px;
	border-left:0px;
	border-right:0px;
}



.NoteText
{
float: left;
width: 401px;
}

.NoteText a
{
color: #333333!important;
text-decoration:none;

}

.MainContainerBackground {   
float:left;
width:100%;
height:auto;
background-color:#FFFFFF;
 }