/* Minification failed. Returning unminified contents.
(5161,20): run-time error CSS1035: Expected colon, found ';'
(5162,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ''Roboto''
(7238,30): run-time error CSS1019: Unexpected token, found ':'
(7238,30): run-time error CSS1042: Expected function, found ':'
(7238,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(7899,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(8578,5): run-time error CSS1035: Expected colon, found '.'
 */
/*! jQuery UI - v1.11.4 - 2015-04-10
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, slider.css
* Copyright 2015 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.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;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.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: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

@media screen {
/* MENU */

/* this styles the container for the menu */
.MenuGroup
{
	background-color: #E3EFFF;
	color: #01076C;
}

/* this is the normal style for a top level menu item */
.TopMenuItem
{
	border-right: 1px solid #E3EFFF;
	cursor:pointer;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

/* this is the hover style for a top level menu item */
.TopMenuItemHover
{
	background-color: #8BA4FB;
	border-right: 1px solid #7E6401;
	color:#01076C;
	cursor:pointer;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

/* this class displays when a top level menu item is clicked */
.TopMenuItemActive 
{
	background-color: #5872CB;
	border-right: 1px solid #E3EFFF;
	color:#E3EFFF;
	cursor:pointer;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

/* this class is used to style a top level menu item when the cursor hovers over 
any of it's child items */
.TopMenuItemExpanded
{
	background-color: #5872CB;
	border-right: 1px solid #E3EFFF;
	color:#E3EFFF;
	cursor:pointer;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

/* this is the normal style for a top level menu item */
.MenuItem
{
	cursor:pointer;
	border-right: 1px solid #E3EFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

/* this is the hover style for a top level menu item */
.MenuItemHover
{
	background-color: #8BA4FB;
	border-right: 1px solid #7E6401;
	color:#01076C;
	cursor:pointer;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

/* this class displays when a menu item is clicked */
.MenuItemActive
{
	background-color: #5872CB;
	border-right: 1px solid #E3EFFF;
	color:#E3EFFF;
	cursor:pointer;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

/* this class is used to style a menu item when the cursor hovers over 
any of it's child items */
.MenuItemExpanded
{
	background-color: #5872CB;
	border-right: 1px solid #E3EFFF;
	color:#E3EFFF;
	cursor:pointer;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
}

/* this is the styling for a break item in the menu */
.MenuBreak
{
	width:100%;
	height:0px;
}

/* VERTICAL TABS */
.vTab_TopGroup
{
  z-index:24;
}

.vTab_DefaultTab
{
  background-image:url(images/ComponentArt/vTabs/nrm_bg.gif);
  font-size:10px;
  font-family: tahoma; 
  cursor:pointer;
}

.vTab_SelectedTab
{
  background-image:url(images/ComponentArt/vTabs/sel_bg.gif);
  background-color:#DDDDDD;
  font-size:10px;
  font-family: tahoma; 
  cursor:default;
}

.vTab_transparent
{
  background:transparent;
}

.vTab_MultiPageOuterFrame
{
	background-color:#DDDDDD;
	border: 1px solid black;
	padding: 3px;
	z-index:25;
}

.vTab_MultiPage
{
	z-index:98;
	border: 1px solid #BBBBBB;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	background-color: #E3EFFF;
	width:100%;
}

/* TABS */
.hTab_TopGroup
{
  z-index:99;
  position:relative;
}

.hTab_DefaultTab
{
  color: #444444;
  background-color: #CACACA;
  background-image:url(images/ComponentArt/hTabs/nrm_bg.gif);
  font-size:8px;
  font-family: verdana; 
  cursor:pointer;
}

.hTab_DefaultTabHover
{
  color: #444444;
  background-color: #CACACA;
  background-image:url(images/ComponentArt/hTabs/nrm_bg.gif);
  font-size:8px;
  font-family: verdana; 
  text-decoration: underline;
  cursor:pointer;
}

.hTab_SelectedTab
{
  color: #444444;
  background-color: #DACEB5;
  background-image:url(images/ComponentArt/hTabs/sel_bg.gif);
  font-size:8px;
  font-family: verdana; 
  cursor:default;
}

/*.hTab_Level2Tab
{
  color: #444444;
  font-size:8px;
  font-family: verdana; 
  cursor:pointer;
}

.hTab_Level2TabHover
{
  color: #444444;
  font-size:8px;
  font-family: verdana; 
  cursor:pointer;
}

.hTab_SelectedLevel2Tab
{
  color: #444444;
  font-size:8px;
  font-family: verdana; 
  cursor:default;
}

.hTab_Level2Group
{
  background-color: #FFFFFF;
  background-image: url(images/ComponentArt/hTabs/level2_group_bg.gif); 
  border: 1px solid #645546; 
  border-bottom-color: #493E34; 
  position: relative;
  top:-2px;
  z-index:98;
}*/

.hTab_MultiPageOuterFrame
{
	background-color:#DDDDDD;
	border: 1px solid black;
	padding: 3px;
	z-index:25;
}

.hTab_MultiPage
{
	z-index:98;
	border: 1px solid #BBBBBB;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	background-color: #E3EFFF;
	width:100%;
}

/* TABS */
.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url(images/ComponentArt/Tabs/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(images/ComponentArt/Tabs/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(images/ComponentArt/Tabs/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:250px;
  position:relative;
  top:-2px;
  z-index:98;
}

/* TREE */
.TreeView 
{ 
  background-color: white; 
  cursor: default; 
} 

.TreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 1px; 
  cursor: default; 
} 

.HoverTreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 1px; 
  text-decoration: underline; 
  cursor: default; 
} 

/* CALENDAR */
.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
  width:90px;
}

.calendar td
{
  font-size:11px;
}

.title
{
	font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
	width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
	width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
	width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:25px;
  background-color:#FBE694;
  color:#444444;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:middle;
  background-color:#FFFFFF;
}

/* GRID */
.Grid 
{ 
  background-color: #FFFFFF;
  border: 1px solid gray; 
  cursor: pointer; 
}

.HeadingCell 
{ 
  background-color: #333333;
  border: 1px solid #555555;
  border-bottom-color: #444444;
  border-right-color: #444444;
}

.HeadingCellText
{
  color: #FFFFFF;
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding:3px;
}

.Row 
{ 
  background-color: #E2E2E2; 
}

.Row td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  font-family: verdana; 
  font-size: 10px; 
} 

.Row td.FirstDataCell 
{ 
  padding-left: 3px; 
  cursor: default;
} 

.SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.SelectedRow td.DataCell 
{ 
  padding: 3px; 
  padding-left: 4px; 
  padding-bottom: 3px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
  cursor: default;
}

.SelectedRow td.FirstDataCell 
{ 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default;
}

.SelectedRow td.LastDataCell 
{ 
  border-right: 1px solid #4B4B6F; 
  cursor: default;
}

.GridFooter
{
  cursor: default;
  padding: 5px;
}

.GridFooter a 
{
  color: Black;
  font-weight: bold;
}

.PagerText
{ 
  font-family: verdana; 
  font-size: 11px; 
} 

/******************************************************************************************/
/* Begin styles for Sitemap                                                               */
/******************************************************************************************/
 
 .Header
 {
   background: url(images/header_bg.gif);
   background-color: #737294;
   color: #FFFFFF; 
   border: #57566F 1px solid; 
   border-bottom-width: 0px; 
   font-family: tahoma; 
   font-size: 11px;
   font-weight: bold; 
   padding: 5px; 
   cursor: default; 
 }
 
 .SiteMap
 {
   border:1px solid black;
   background-color:white;
   font-family: verdana; 
   font-size: 10px;
   padding-left:15px;
 }
 
 .RootNode
 { 
   color: black;
   font-family: verdana; 
   font-size: 10px;
   font-weight: bold;
   padding:7px;
   padding-top:7px;
   padding-bottom:1px;
 } 
 
 .RootNode a
 { 
   color: black;
   text-decoration:none;
 } 
 
 .RootNode a:hover
 { 
   color: black;
   text-decoration:underline;
 } 
 
 .ParentNode
 { 
   font-family: verdana; 
   font-size:10px;  
 } 
 
 .ParentNode a
 { 
   color: black;
   text-decoration:none;
 } 
 
 .ParentNode a:hover
 { 
   color: black;
   text-decoration:underline;
 } 
 
 .LeafNode
 { 
   color: black;
   font-family: verdana; 
   font-size:10px;  
 } 
 
 .LeafNode a
 { 
   color: black;
   text-decoration:none;
 } 
 
 .LeafNode a:hover
 { 
   color: black;
   text-decoration:underline;
 } 
/******************************************************************************************/
/* End styles for Sitemap                                                               */
/******************************************************************************************/ 
}
@media print {

/* default font styling for all elements */
html * { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

/* style for a caption that is inline with other text */
.inlineCaption {display:inline;font-weight:bold;color: #333333;}

/* class to specifically hide element during printing */
.noPrint { display:none; }

/* class to indicate that a page break should follow the element */
.breakAfter { page-break-after:always; }

/* class to indicate that a page break should follow the element */
.breakBefore { page-break-before:always; }

/******************************************************************************************/
/* styles that control the layout of the admin page                                       */
/******************************************************************************************/

#storeHeader { display:none;}
#footer {display:none;}

/* style for the header panel */
#rightSidebar { display:none; width:1px; overflow:hidden; }

/* style for the footer panel */
#leftSidebar { display:none; width:1px; overflow:hidden; }

/* provide margin for main panel - otherwise right border fails to print in IE */
#mainPanel { margin:4px; }

/******************************************************************************************/
/* styles for the standard page header                                                    */
/******************************************************************************************/

/* container for the page header */
div.pageHeader { margin-bottom:6px; }

/* page caption container */
div.pageHeader div.caption { }

/* page caption */
div.pageHeader div.caption h1
{
	margin: 0 0 12px 0;
	color: #232323;
	font-size: 24px;
	border-bottom:solid 1px black;
}

/* usually for instructional text for top of page */
div.pageHeader div.content { }

/* for subcaption */
div.pageHeader div.content h2
{
	display:inline;
	margin:0px;
	font-size:16px;
}

/******************************************************************************************/
/* end styles for the standard page header                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for table that lays out a form of data (such as an invoice)                     */
/******************************************************************************************/

/* table style */
table.form 
{
	margin:4px 0px;
	border:solid 1px black;
	border-collapse:collapse;
 	page-break-inside:avoid;
	width:100%;
}

/* style common to headers and cells */
table.form td, table.form th
{
	padding:4px 8px;
}

/* styling for header cells  */
table.form th { font-weight:bold; font-size:14px; }

/* styling for header cell intended for vertical text */
table.form th.verticalText
{
	width:10px;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
}

/* additional styling for header cell */
table.form th.header { text-align:left; }

/* additional styling for caption */
table.form th.header span.caption { font-size:20px; }

/* style for cell that contains an address */
table.form td.address { width:180px; }

/* style for cell on right that should expand to the full width possible */
table.form td.expand { width:504px; }

/* style for cell that contains a datasheet */
table.form td.dataSheet { padding:0px; }

/* style for font within the datasheet */
table.form td.dataSheet * { font-size:12px; }

/* additional styling for datasheet that appears within a form */
table.form table.dataSheet { margin-bottom:-1px; }

/* styling for the total row */
table.dataSheet tr.totalRow td, table.dataSheet tr.totalRow th
{
	border-top: double 3px gray;
	border-bottom: double 3px gray;
}

/* this is the container for the order summary on the view order page */
table.form td.orderSummary { width:202px;padding:10px; }

/* style for the caption of the order summary panel */
table.form td.orderSummary h3 { margin: 0 0 2px 0; }

/* style for the invoice caption */
h1.invoice 
{
	margin: 0 0 6px 0;
	font-size:24px;
	font-weight:bold;
}

/* style for the store name */
h1.storeName
{
	margin: 0 0 6px 0;
	font-size:18px;
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for table that lays out a form of data (such as an invoice)                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for generic table of data rows                                                  */
/******************************************************************************************/

/* table style */
table.dataSheet { border: solid 1px black; }

/* style common to headers and cells */
table.dataSheet td, table.dataSheet th
{
	padding:8px 12px;
	border-bottom: dashed 1px black;
	border-left:solid 1px black;
}

table.dataSheet td.underline
{
	border:1px solid #000000;
}

/* styling for header cells  */
table.dataSheet th { font-weight:bold; }

/******************************************************************************************/
/* end styles for generic table of data rows                                              */
/******************************************************************************************/

/******************************************************************************************/
/* styles for confirm and pay (checkout/payment.aspx)                                     */
/******************************************************************************************/

/*---------------------------------------*/
/*- styles for layout of payment page -- */
/*---------------------------------------*/

/* style for the summary pane of the payment information section */
.paymentMethodSummary { width:170px;padding: 10px; }
div.paymentMethodSummary { float:left; }

/* style for the payment method listing of the payment information section */
.paymentMethodList { width:545px;border-left:1px dashed #000000; }
div.paymentMethodList { float:right; }

/* style for a content section in the summary pane */
.paymentMethodSummary div.summarySection { margin-bottom:20px; }

/* style for the header of the summary section */
.paymentMethodSummary div.summarySection div.summarySectionHeader { }

/* style for the caption of the section header */
.paymentMethodSummary div.summarySection div.summarySectionHeader h3 { margin: 0 0 2px 0; }

/* style for the content of the summary section */
paymentMethodSummary div.summarySection div.summarySectionContent { }

/*---------------------------------------*/
/*- styles for order summary ----------- */
/*---------------------------------------*/

/* style for the summary pane of the payment information section */
.paymentMethodSummary { width:170px;padding: 10px; }

/* style for the order summary that appears in a summary section */
table.orderSummary { width:100%; }

/* column that displays the heading for the amounts in the order summary table */
table.orderSummary th { text-align:right;font-weight:normal; white-space:nowrap; }

/* column that displays amounts in the order summary table */
table.orderSummary td { text-align:right; width:80px; }

/* row that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider { }

/* cell that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider td { }

/* divider between subtotals and total */
table.orderSummary tr.totalDivider td hr { }

/******************************************************************************************/
/* end styles for confirm and pay (checkout/payment.aspx)                                 */
/******************************************************************************************/

/* style for buttons*/ 
input.button, a.button
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	border: 1px solid #6F0701;
	font-weight: bold;
	cursor:pointer;
	margin: 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
}

/* used wherever a list of order items is displayed */
table.itemList { width:100%; }

/* default column header styling for item list */
table.itemList th.header{margin:0px; background-color: #000000; padding:2px; color: #FFFFFF;}
/* default data cell styling for item list*/
table.itemList td { padding:3px 2px; } 
table.itemList td a{color: #FFFFFF;}

/* header styling for items column */
table.itemList th.items { }

/* styling for items column */
table.itemList td.items { }

/* header styling for items column */
table.itemList th.price { }

/* styling for price column */
table.itemList td.price { }

/* close the print media selector */
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-slide img
{
    margin: 0px auto;
}
.slick-dots {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    bottom: 18px;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    width: 16px;
    height: 16px;
    background: url("images/slider-dot.png") center top no-repeat;
    display: inline-block;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background-position: center -16px;
}
.slick-dots li button {
    padding: 0px;
    margin: 0px;
    width: 16px;
    height: 16px;
    text-indent: -3000px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.TestimonialsBlock .slick-dots {
    width: 41%;
    bottom: auto;
    top: 519px;
}

@media (max-width: 870px) {
    .TestimonialsBlock .slick-dots {
        width: 30%;
        top: 280px;
    }
}
@media (max-width: 550px) {
    .TestimonialsBlock .slick-dots {
        top: 165px;
    }
}
@media (max-width: 550px) {
    .TestimonialsBlock .slick-dots {
        top: 165px;
    }
}
@media (max-width: 400px) {
    .TestimonialsBlock .slick-dots {
        top: 120px;
    }
}

.ResellerSlideshow .slick-dots {
    width: 68%;
    right: 0px;
    bottom: 0px;
}
@media (max-width: 750px) {
    .ResellerSlideshow .slick-dots {
        width: 100%;
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.ui-slider {
	background: #ebebeb;
	height: 3px;
	margin-top: 16px;
	margin-left: 10px;
}
.ui-slider-handle {
	background: #494c50;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 20px;
	width: 20px;
	margin-top: -3px;
}
/* MetalpressionsSpring styles */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-SemiBold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DosisB';
    src: url('fonts/Dosis-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DosisM';
    src: url('fonts/Dosis-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Static';
    src: url('fonts/static-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Static';
    src: url('fonts/static_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'MuseoSlab';
    src: url('fonts/museo_slab_300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSlab';
    src: url('fonts/museoslab-700-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@media print
{    
    .noPrint, .noPrint *
    {
        display: none !important;
    }
}

@media screen {

    /*********** Reset *********************/
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, object, iframe {
        margin: 0px;
        padding: 0px;
    }

    address, caption, cite, code, dfn, th, var {
        font-style: normal;
        font-weight: normal;
    }

    caption, th {
        text-align: left;
    }

    abbr, acronym {
        border: 0;
    }

    /*********** Base *********************/
    html, body, form {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        background: #ffffff;
    }

    body, p, th, td, div, input, select, textarea, li, h1, h2, h3, h4, h5, h6 {
        font-family: 'Roboto', Tahoma;
        font-size: 14px;
        line-height: 125%;
        text-align: left;
        color: #101010;
    }

    p {
        padding-bottom: 15px;
    }

    table {
        border-collapse: collapse;
    }

    table td {
        vertical-align: top;
    }

    ul, ol {
        padding: 0px 0px 15px 15px;
    }

    ul ul {
        padding-top: 15px;
    }

    ol, ol {
        padding-top: 15px;
    }

    li {
        list-style-type: none;
        list-style-position: outside;
    }

    ol li {
        list-style-type: decimal;
    }

    a {
        color: #006699;
        outline: none;
    }

    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: none;
    }

    hr {
        color: #ebebeb;
        background-color: #ebebeb;
        height: 1px;
        border-width: 0px;
        margin: 0px;
    }

    div.Wrapper hr {
        margin: 0px; /******* for designer page ********/
    }

    blockquote {
        margin: 0px 20px 15px;
        font-style: italic;
    }

    sup {
        vertical-align: text-top;
    }

    sub {
        vertical-align: text-bottom;
    }

    .clearfix:before, .clearfix:after {
        display: table;
        content: " ";
        clear: both;
    }

    /********** Headers *************/
    h1 {
        font-family: 'MuseoSlab';
        font-weight: bold;
        color: #101010;
        font-size: 30px;
        text-align: center;
        padding: 21px 0px 20px 0px;
        text-transform: uppercase;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 36px;
    }

    h1.Hp {
        font-family: 'MuseoSlab';
        font-weight: normal;
        color: #FFF;
        font-size: 48px;
        line-height: 53px;
        text-align: center;
        padding: 0px 0px 22px 0px;
        text-transform: none;
        margin-bottom: 0px;
        border: none;
    }

    h2 {
        font-family: MuseoSlab;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #545454;
        padding: 6px 0px 15px 0px;
        text-align: center;
    }

    h2 span {
        color: #b2b2b2;
    }

    h2 span.Icon {
        color: #545454;
    }

    h2 span.Icon img {
        margin-right: 20px;
        margin-bottom: -1px;
    }

    h3 {
        font-family: 'DosisB';
        font-size: 18px;
        font-weight: normal;
        padding: 0px 0px 14px 0px;
        color: #fff;
        text-transform: uppercase;
    }

    h4 {
        font-family: 'MuseoSlab';
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        color: #101010;
        padding: 9px 0px 5px 0px;
    }

    h5 {
        font-size: 16px;
        font-weight: bold;
        padding: 2px 0px 3px 0px;
    }

    h6 {
        font-size: 14px;
        font-weight: bold;
        padding: 2px 0px 3px 0px;
    }

    div.WrapperKiosk h1 {
        padding-top: 41px;
    }

    /************** Common Layout Parts ************/
    div.Wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0px auto -515px; /*******     height of the footer        *********/
    }

    div.Wrapper.WrapperKiosk {
        margin-bottom: -70px;
    }

    div#FixMinWidth {
        /*width: expression((document.body.clientWidth < 1270) ? "1270px":"100%");
	min-width: 1270px;
	text-align: center;*/
    }

    iframe {
        /*max-width: 1168px;*/
        margin-left: auto;
        margin-right: auto;
    }

    div.WideMainAreaWpapper {
        max-width: 1333px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    div.CompactHeader div.WideMainAreaWpapper {
        position: relative;
    }

    div.WideMainArea {
        /*margin-left: 0.61728%;
        margin-right: 0.61728%;*/
        width: auto;
        position: relative;
    }

    div.MainAreaWpapper {
        max-width: 1168px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    div.MainArea {
        /*margin-left: 0.78125%;
        margin-right: 0.78125%;*/
        width: auto;
        position: relative;
    }

    div.Header {
        padding: 0px 0px 0px 0px;
        height: 125px;
        background: #ffffff;
        position: relative;
        border: none !important;
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display:flex;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    div.ReducedHeader {
        height: 85px;
    }

    div.Header .PhoneNum {
        display: none;
    }

    div.CompactHeader div.Header {
        height: 90px;
    }

    div.WrapperKiosk div.CompactHeader div.Header {
        height: 59px;
    }

    div.Logo {
        padding: 19px 10px 0px 10px;
        position: relative;
        z-index: 1020;
    }
    div.Logo span {
        display: block;
        float: left;
        line-height: 50px;
        color: #444244;
        letter-spacing: 5px;
        padding-left: 21px;
    }
    div.Logo img {
        display: block;
        float: left;
    }
    div.Logo div.PhoneNum {
        display: none;
    }

    div.CompactHeader div.Logo {
        padding-top: 15px;
    }

    div.WrapperKiosk div.CompactHeader div.Logo {
        padding-top: 10px;
    }

    div.CartArea {
        width: 241px;
        padding-top: 35px;
    }

    div.CartArea a {
        display: block;
        float: right;
        width: 23px;
        height: 20px;
        background-position: bottom center;
        background-repeat: no-repeat;
        position: relative;
    }
    div.CartArea a span {
        position: absolute;
        background: #8ac0ff;
        display: block;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #ffffff;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        font-family: "MuseoSlab";
        left: 75%;
        top: -17px;
    }
    div.CartArea a.cart {
        background-image: url(images/cart-ico.png);
        margin-left: 22px;
        margin-right: 14px;
    }
    div.CartArea a.cart.empty {
        margin-right: 0px;
    }
    div.CartArea a.wishlist {
        background-image: url(images/wishlist-ico.png);
    }
    div.CartArea a.empty span {
        display: none;
    }

    div.Push, div.FooterArea {
        height: 515px; /*******      height of the footer        *********/
        clear: both;
    }

    div.Push.PushKiosk, div.FooterArea.FooterKiosk {
        height: 70px;
    }

    div.FooterArea {
        background: #101010;
    }

    div.FooterArea h3 { /******* for designer page ********/
        font-family: 'Static';
        font-size: 18px;
        font-weight: bold;
        padding: 0px 0px 14px 0px;
        color: #fff;
        text-transform: uppercase;
        line-height: 20px;
        margin: 0px;
    }

    div.Footer {
        position: relative;
        height: 515px;
    }
    div.FooterKiosk div.Footer {
        height: 70px;
    }

    div.Footer div.FooterLinks {
        padding: 62px 0px 44px 0px;
    }

    div.Footer div.FooterLinks a:hover { /******* for designer page ********/
        text-decoration: underline;
    }

    div.Footer div.FooterLinks div.LinksBlock {
        float: left;
        width: 16%;
    }

    div.Footer div.FooterLinks div.Right {
        width: auto;
        float: right;
    }

    div.Footer div.FooterLinks div.Right a {
        padding-right: 0px;
    }

    div.Footer div.FooterLinks div.LinksBlock:first-child {
        width: 12%;
    }

    div.Footer div.FooterLinks div.LinksBlock:nth-child(3) {
        width: 18%;
    }

    div.Footer div.FooterLinks div.LinksBlock a {
        display: block;
        font-size: 18px;
        color: #fdfdfd;
        line-height: 37px;
        padding-right: 10px;
        font-family: "Merriweather";
        font-weight: 300;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.Footer div.FooterLinks div.LinksBlock p {
        font-size: 15px;
        color: #666666;
        line-height: 30px;
        padding: 0px;
    }

    div.Footer div.FooterLinks div.LinksBlock a.PhoneNum {
        color: #CDCDCD;
    }

    div.Footer .NewsletterBlock {
        float: right;
        width: 30%;
    }
    div.Footer .NewsletterBlock div.SubscribeBlock {
        display: block;
    }
    div.Footer .NewsletterBlock h2 {
        display: none;
    }
    div.Footer .NewsletterBlock p {
        padding: 0px;
        color: #fdfdfd;
        font-family: "Merriweather";
        font-style: italic;
        font-size: 16px;
        padding-bottom: 28px;
        line-height: 24px;
    }
    div.Footer .NewsletterBlock p a {
        color: #fdfdfd;
        text-decoration: underline;
    }
    div.Footer .NewsletterBlock p a:hover {
        text-decoration: none;
    }
    div.Footer .NewsletterBlock div.SubscribeBlock input {
        background-color: #4a4a4a;
        width: calc(100% - 54px);
        height: 50px;
        box-sizing: border-box;
        border: none;
        color: #818181;
        font-family: "Merriweather";
        font-style: italic;
        padding-left: 10px;
        outline: none;
        float: left;
    }

    div.Footer .NewsletterBlock div.SubscribeBlock input.Button {
        text-indent: -1000px;
        width: 54px;
        box-sizing: border-box;
        background: #4a4a4a url("images/arrow-btn.png") center center no-repeat;
    }

    div.Footer div.BottomFooter {
        position: absolute;
        bottom: 32px;
        width: 100%;
    }

    div.Footer div.Copyright {
        float: left;
    }
    div.Footer div.Copyright h3 {
        font-family: 'Merriweather';
        font-weight: 300;
        font-style: italic;
        padding: 0px 0px 0px 0px;
        color: #fdfdfd;
        text-transform: none;
        line-height: 40px;
        margin: 0px;
    }

    div.Footer div.Copyright div {
        float: left;
        font-size: 14px;
        color: #9b9b9b;
        line-height: 23px;
    }
    div.FooterKiosk div.Footer div.Copyright div {
        line-height: 70px;
    }

    div.FootSocLinks {
        float: right;
        padding-top: 26px;
    }

    div.FootSocLinks a {
        float: left;
    }
    div.FootSocLinks a + a {
        margin-left: 16px;
    }

    div.BlockArea {
        padding: 55px 0px 77px 0px;
        text-align: center;
    }

    div.BlockArea p {
        text-align: center;
        font-family: 'Roboto';
        font-size: 15px;
        line-height: 25px;
    }

    #home div.BlockArea p {
        font-size: 18px;
    }

    a.PlainLink {
        font-family: 'MuseoSlab';
        font-weight: bold;
        font-size: 14px;
        text-decoration: underline;
        color: #dbdbdc;
        text-transform: uppercase;
    }

    a.PlainLink:hover {
        text-decoration: none;
    }

    a.PlainLink span {
        color: #101010;
    }

    a.DarkLink {
        color: #4b4b4b;
    }

    div.PlainLinkArea {
        text-align: center;
        padding: 30px 0px 0px 0px;
    }

    div.PlainLinkArea span {
        color: #aeaeae;
    }

    div#advPopup {
        display: none;
        width: 100%;
        background: #ffffff;
        text-align: center;
        position: fixed;
        top: 32px;
        left: 0px;
        z-index: 10001;
    }

    div#advPopup h2 {
        padding: 56px 0px 43px 0px;
        font-size: 17px;
        font-family: 'Static';
        text-transform: uppercase;
        color: #101010;
        margin: 0px;
        line-height: 125%;
    }

    div#advPopup p {
        text-align: center;
        font-size: 18px;
        padding: 0px 0px 52px 0px;
        line-height: 30px;
        margin: 0px;
    }

    div#advPopup div.CloseLink {
        padding: 56px 0px 61px 0px;
        text-align: center;
    }

    div#advPopup a.PlainLink {
        color: #101010;
    }

    div#advPopupOverlay {
        display: none;
        position: fixed;
        top: 32px;
        left: 0px;
        background: #000000;
        opacity: 0.7;
        cursor: pointer;
        width: 100%;
        height: 100%;
        z-index: 1400;
    }

    div.EqCol {
        float: left;
        width: 50%;
    }

    /***************** Menu **************************/
    div.TopNav {
        padding: 0px 0px 0px 0px;
        background: #f7f7f7;
        height: 35px;
        position: relative;
    }

    div.TopNav a {
        position: relative;
        display: block;
        float: left;
        padding-left: 18px;
        font-family: "MuseoSlab";
        font-weight: bold;
        font-size: 12px;
        color: #5e5e5e;
        text-transform: uppercase;
        z-index: 20;
        line-height: 35px;
        letter-spacing: 1.03px;
    }

    div.TopNav a:hover {
        text-decoration: underline; /******* for designer page ********/
    }

    div.TopNav a.login {
        background: url(images/login-ico.png) 18px 8px no-repeat;
        padding-left: 36px;
    }

    a#search {
        padding-right: 20px;
        background: url(images/search-ico.gif) right center no-repeat;
    }

    div.TopNav div.Right div {
        float: left;
    }

    div.TopNav span {
        position: relative;
        display: block;
        float: left;
        padding-left: 18px;
        font-family: "DosisM";
        font-size: 12px;
        color: #b8b8b8;
        text-transform: uppercase;
        line-height: 32px;
        z-index: 20;
    }
    div.TopNav div.CartArea {
        display: none;
    }

    div.SearchArea {
        width: 241px;
        height: 50px;
        text-align: left;
        border: 1px solid #979797;
        background:  url(images/search-ico.png) 19px center no-repeat;
        padding-left: 52px;
        padding-right: 10px;
        margin-top: 16px;
        box-sizing: border-box;
        position: static;
    }

    div.SearchArea div.SearchText {
        color: #ffffff;
        font-weight: bold;
        padding: 0px 0px 0px 51px;
    }

    div.SearchArea input {
        margin: 10px 0px 0px 0px;
        width: 100%;
        border: none;
        font-family: "Merriweather";
        font-size: 14px;
        font-style: italic;
        padding: 1px 1px 1px 4px;
        height: 30px;
        background: #ffffff;
        color: #404040;
        float: left;
        border-radius: 0px;
        -moz-border-radius: 0px;
        box-shadow: none;
        transition: none;
        box-sizing: border-box;
    }

    div.SearchArea input.searchButton {
        text-decoration: none;
        cursor: pointer;
        float: left;
        font-family: 'Dosis';
        font-weight: bold;
        font-size: 14px;
        line-height: 36px;
        border: 2px solid #101010;
        text-transform: uppercase;
        padding: 0px 10px;
        color: #ffffff;
        background: #101010;
        margin: 10px 0px 0px 0px;
        line-height: 24px;
        width: 71px;
        box-sizing: border-box;
        height: 30px;
        display: none;
    }

    div.WrapperKiosk div.SearchArea {
        margin: 10px 0;
        position: relative;
        z-index: 1040;
    }

    div.TopNav a.Active {
        color: #101010;
    }

    div.SaveBtnArea {
        text-align: center;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    div.SaveBtn {
        display: table;
        margin: 0px auto;
    }

    div.SaveBtn a {
        display: table-cell;
        text-align: center;
        font-family: "Static";
        font-size: 13px;
        color: #fff;
        background: #101010;
        padding: 0px 30px;
        line-height: 32px;
    }

    div.SaveBtn a:hover {
        text-decoration: none;
    }

    div.MenuArea {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 111px;
        z-index: 1030;
    }

    div.CompactHeader div.MenuArea {
        top: 0px;
    }

    div.LogoInverse {
        display: none;
    }

    div.SubMenuBg {
        position: absolute;
        width: 100%;
        background: #fff;
        height: 39px;
        top: 49px;
        display: none;
    }

    div#menu-ico {
        display: none;
    }

    div.Menu {
        display: table;
        margin: 0px auto;
    }

    div.CompactHeader div.Menu {
        display: block;
        padding-left: 95px;
        float: left;
    }
    div.WrapperKiosk div.Menu {
        padding-left: 100px;
        display: table;
        margin: 0 auto;
        float: none;
    }

    div.Menu div.MainMenu {
        display: table-cell;
        text-align: center;
        cursor: pointer;
    }

    div.Menu div.MainMenu a {
        display: block;
        text-align: center;
        font-family: "MuseoSlab";
        letter-spacing: 2px;
        font-size: 14px;
        color: #4a4a4a;
        text-transform: uppercase;
        padding: 0px 25px 0px 0px;
        line-height: 49px;
        margin: 0px 25px;
    }

    div.Menu div.MainMenu > a {
        background: url("images/submenu-ico.png") right center no-repeat;
    }
    div.Menu div.MainMenu > a.noSub {
        background: none;
        padding: 0px;
    }

    div.WrapperKiosk div.Menu div.MainMenu a {
        line-height: 61px;
    }

    div.WrapperKiosk div.Menu div.MainMenu a.AskDesigner {
        width: 29px;
        height: 22px;
        margin-top: 10px;
        background: url("images/help-icon.png") center center no-repeat;
    }

    div.WrapperKiosk div.SubMainMenu {
        top: 61px;
        background: #ffffff;
    }

    div.Menu div.MainMenu a:hover {
        text-decoration: underline; /******* for designer page ********/
    }

    div.SubMainMenu {
        position: absolute;
        z-index: 999;
        width: 100%;
        left: 0px;
        top: 49px;
        display: none;
    }

    div.SubMainMenu > div {
        max-width: 1270px;
        margin: 0px auto;
        position: relative;
    }

    div.SubMainMenuArea {
        width: 55.1181%;
        margin: 0px auto;
        overflow: hidden;
    }

    div.AdditionalMenu {
        display: none;
    }

    div.CompactHeader div.AdditionalMenu {
        display: block;
        float: right;
        position: absolute;
        right: 0;
    }

    div.CompactHeader div.AdditionalMenu a {
        position: relative;
        display: block;
        float: left;
        padding-left: 18px;
        font-family: "DosisM";
        font-size: 12px;
        color: #b8b8b8;
        text-transform: uppercase;
        line-height: 42px;
        z-index: 20;
    }

    div.CompactHeader div.AdditionalMenu div {
        float: left;
    }

    div.CompactHeader div.AdditionalMenu .PhoneNum {
        position: relative;
        display: block;
        float: left;
        font-family: "DosisM";
        font-size: 12px;
        color: #101010;
        text-transform: uppercase;
        line-height: 42px;
        z-index: 20;
        background: url(images/phone-icon.gif) left center no-repeat;
        padding-left: 25px;
    }

    div.CompactHeader div.AdditionalMenu div.SocLinks {
        display: none;
    }

    div.NoSlide {
        display: table !important;
        margin: 0px auto;
        width: auto;
    }

    div.NoSlide div {
        float: left;
    }

    div.SubMainMenu div.PrevNext {
        position: absolute;
        top: 14px;
        left: 22.2834%;
        width: 14px;
        height: 22px;
        background: url(images/prev.png) left top no-repeat;
        cursor: pointer;
    }

    div.SubMainMenu div.Next {
        left: 79.1338%;
        background-image: url(images/next.png);
    }

    div.Menu div.MainMenu div.SubMainMenu li {
        line-height: 39px;
        white-space: nowrap;
    }

    div.Menu div.MainMenu div.SubMainMenu li a {
        display: block;
        text-align: center;
        font-family: "Static";
        font-size: 13px;
        color: #494c50;
        text-transform: uppercase;
        padding: 0px 1.2738%;
        line-height: 39px;
        font-weight: normal;
    }

    div.SocLinks {
        position: relative;
        float: right;
        z-index: 1020;
        padding-top: 61px;
    }

    div.SocLinks a {
        float: left;
        margin-left: 10px;
    }

    div.CompactHeader .SocLinks {
        padding-top: 40px;
    }

    a#search-sm {
        display: none;
    }
    div.MenuArea .PhoneNum {
        display: none;
    }
    .PhoneNum {
        letter-spacing: 1px;
        font-weight: bold;
        color: #101010;
        text-transform: uppercase;
    }

    .PhoneNum span {
        white-space: nowrap;
    }

    div.TopNav .PhoneNum {
        color: #474747;
        font-family: "Merriweather";
        font-style: italic;
        text-transform: none;
        font-weight: normal;
        font-size: 14px;
        padding-top: 0px;
        padding-left: 0px;
    }
    div.TopNav .PhoneNum span {
        color: #474747;
        float: none;
        display: inline;
        padding-left: 0px;
        font-family: "Merriweather";
        font-style: italic;

    }

    /*************** Breadcrumbs **********/
    div.CategoryBreadCrumbs {
        color: #909090;
        line-height: 70px;
    }

    div.CategoryBreadCrumbs a {
        color: #909090;
        font-family: 'Static';
        font-size: 13px;
        text-transform: uppercase;
        display: block;
        float: left;
    }

    div.CategoryBreadCrumbs span {
        padding: 0px 20px;
        text-indent: -999px;
        background: url(images/breadcr-sep.gif) center center no-repeat;
        display: block;
        float: left;
    }

    /************** Grid *****************/
    div.LeftCol {
        width: 50%;
        float: left;
    }

    div.RightCol {
        width: 50%;
        float: right;
    }

    /******************* Homepage **************************/
    div.TopBlock {
        height: 600px;
        position: relative;
        /*background: url(images/top-bg.jpg) center center no-repeat;*/
    }

    div.TopBlock div.LeftBtn {
        float: left;
        width: 50%;
    }

    div.TopBlock a.Button {
        margin-left: 15px;
        text-align: center;
        width: 245px;
    }

    div.TopBlock div.LeftBtn a.Button {
        float: right;
        margin-left: 0px;
        margin-right: 15px;
    }

    div.TopBlock div.RightBtn {
        float: right;
        width: 50%;
    }


    /*div.TopBlock a.Button {
        color: #fff;
        border-color: #fff;
    }

    div.TopBlock a.Ghost-btn:hover {
        background-color: #fff;
        color: #101010;
    }

    div.TopBlock div.RightBtn a span:last-child {
        display: none;
    }*/

    div.TopBlock div.LinkArea {
        font-family: 'Dosis';
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 26px 0px 0px 0px;
        text-transform: uppercase;
    }

    div.TopBlock div.LinkArea a {
        color: #b2a9a0;
        text-decoration: underline;
    }

    div.TopBlock div.LinkArea a:hover {
        text-decoration: none;
    }

    div.TopBlock div.LinkArea a span {
        color: #fff;
    }

    div.VideoArea {
        position: absolute;
        top: 141px;
        width: 100%;
        height: 680px;
        z-index: -100;
        background: url(images/top-bg.jpg) no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    div.VideoArea video {
        width: 100%;
        height: auto;
    }

    div.TopCentralBg {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 600px;
    }
    div.TopCentralBg img {
        width: auto;
        max-width: 100%;
    }
    div.TopCentralBgSmall {
        display: none;
    }
    div.TopCentralTextContainer {
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        height: 600px;
    }

    p.Note {
        font-family: "Merriweather";
        font-weight: 300;
        color: #ffffff;
        font-size: 16px;
        line-height: 34px;
        margin: 0px auto;
        width: 570px;
        text-align: center;
        padding-bottom: 34px;
    }
    div.BlockArea p.Hlt {
        font-size: 22px;
        line-height: 35px;
        padding: 33px 0px 31px 0px
    }

    div.Occasions {
        padding: 49px 0px 57px 0px;
    }

    div.OccBlock {
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }

    div.OccBlock p {
        position: absolute;
        color: #fff;
        font-family: 'Static';
        font-size: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
    }

    div.OccBlock a {
        display: block;
        height: 100%;
        position: relative;
        color: #fff;
        text-decoration: none;
    }

    div.OccBlock a.MOver {
        background: url(images/occ-link-bg.png) left top;
    }

    div.OccBlock a span {
        display: block;
        position: absolute;
        left: -9999px;
        cursor: pointer;
        padding: 0px 0px 0px 0px;
        font-family: 'DosisB';
        font-weight: bold;
        font-size: 14px;
        line-height: 40px;
        border: 2px solid #fff;
        text-transform: uppercase;
        padding: 0px 31px;
    }

    div.OccBlock a.MOver span {
        left: 50%;
        transform: translate(-50%, 0);
        top: 55%;
    }

    div.OccRight {
        float: right;
        width: 72.8346%;
    }

    div#anniversary {
        width: 25.19685%;
        margin-right: 1.9685%;
        height: 500px;
        background-image: url(images/anniv-bg.jpg);
    }

    div#wedding {
        width: 62.7027%;
        margin-bottom: 25px;
        height: 240px;
        background-image: url(images/wed-bg.jpg);
    }

    div#birthday {
        width: 34.5945%;
        float: right;
        margin-bottom: 25px;
        height: 240px;
        background-image: url(images/bd-bg.jpg);
    }

    div#everyday {
        width: 46.4864%;
        height: 235px;
        background-image: url(images/evr-bg.jpg);
    }

    div#mother {
        width: 51.3513%;
        float: right;
        height: 235px;
        background-image: url(images/mth-bg.jpg);
    }

    #home div.BlockArea p.OccLinks {
        font-family: 'DosisM';
        font-size: 14px;
        color: #bababa;
        text-transform: uppercase;
        padding: 0px;
    }

    div.HltBlock {
        background: #fff8ea url(images/design-bg.png) center 53px no-repeat;
        padding-top: 208px;
    }

    div.HltBlock p {
        padding: 9px 0px 51px 0px;
    }

    div.HltBlock a.Button {
        border: none;
        color: #fff;
        background: #3b75aa;
    }

    div.Principles {
        padding: 0px 0px 0px 0px;
    }

    div.Principles p {
        padding: 10px 0px 69px 0px;
    }

    div.PrincBlock {
        float: left;
        width: 32.0209%;
        margin-right: 1.9685%;
        display: block;
    }

    div.PrincBlock img {
        margin-bottom: 28px;
        max-width: 100%;
    }

    div.PrincBlock h2 {
        text-align: left;
    }

    div.PrincBlock p {
        text-align: left;
        padding: 9px 0px 15px 0px;
    }

    div.Principles div.Right {
        margin-right: 0px;
    }

    div.PrincNavigation {
        display: none;
    }

    div.BlockArea p.Link {
        padding: 27px 0px 0px 0px;
    }

    div.BottomBg {
        background: url("images/bottom-bg.png") center 318px no-repeat;
    }

    div.PhotosArea {
        padding: 55px 0px 0px 0px;
    }
    div.PhotosArea h2 {
        font-size: 32px;
        color: #4a4a4a;
        font-weight: normal;
        text-transform: none;
    }
    div.PhotosArea h2 span {
        display: block;
        font-size: 16px;
        font-family: "Merriweather";
        color: #000000;
        font-weight: 300;
        letter-spacing: normal;
    }
    div.PhotosArea h2 span.Icon {
        display: inline;
    }
    div.PhotosArea h2 span a {
        color: #000000;
        text-decoration: underline;
    }
    div.PhotosArea h2 span a:hover {
        text-decoration: none;
    }

    div.Photos {
        padding: 49px 0px 120px 0px;
        text-align: center;
    }

    div.CompactHeader div.Photos {
        padding-top: 20px;
    }

    div.Photos div.ShowInst {
        text-align: center;
        margin: 0px auto;
        max-width: 1280px;
    }
    div.Photos div.ShowInst iframe {
        width: 100%;
        border: none;
        overflow: hidden;
        height: 320px;
    }


    div.SaveBlock p {
        padding-bottom: 70px;
    }

    div.SaveBlock a {
        color: #101010;
        text-decoration: underline;
    }

    div.SaveBlock a:hover {
        text-decoration: none;
    }

    div.ShopCategoryBlock h2{
        font-family: "Merriweather";
        font-size: 21px;
        font-style: italic;
        color: #424242;
        line-height: 33px;
        letter-spacing: normal;
        font-weight: normal;
        padding: 0px;
        text-transform: none;
    }

    div.ShopCategoryBlock div.CategoriesList {
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    div.ShopCategoryBlock div.CategoriesList > div {
        width: 180px;
        margin: 0px 5px;
    }

    div.ShopCategoryBlock div.CategoriesList .ImageArea {
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 170px;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    div.ShopCategoryBlock div.CategoriesList .ImageArea img {
        width: auto;
        max-width: 100%;
    }

    div.ShopCategoryBlock div.CategoriesList .TitleArea {
        text-align: center;
        text-transform: uppercase;
        color: #4a4a4a;
        font-family: "MuseoSlab";
        font-size: 14px;
        display: block;
    }

    .EqualBlocks {
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .ShopPromoBlock > div {
        width: 49%;
        position: relative;
        height: 400px;
        margin: 11px 0px;
        padding: 0px 51px;
        box-sizing: border-box;
    }

    .ShopPromoBlock > div img {
        position: absolute;
        max-width: 100%;
        z-index: 5;
        left: 0px;
    }

    .ShopPromoBlock > div h2 {
        font-family: "MuseoSlab";
        font-weight: normal;
        color: #FFFFFF;
        font-size: 28px;
        padding: 0px 0px 32px 0px;
        text-transform: none;
        z-index: 10;
        position: relative;
        text-align: left;
        line-height: 30px;
        max-width: 360px;
    }
    .ShopPromoBlock > div .Button {
        margin: 0px 10px 0px 0px;
        z-index: 10;
        position: relative;
        width: 241px;
        box-sizing: border-box;
        text-align: center;
    }
    .ShopPromoBlock .ShopPromoText {
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        max-width: 470px;
        height: 400px;
    }

    .OjdBlock {
        height: 530px;
        background: url("images/ojd-bg.jpg") center top no-repeat;
        margin: 20px 0px;
    }

    .OjdBlock .OjdTextBlock {
        width: 50%;
        float: right;
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        height: 530px;
    }
    .OjdBlock .OjdTextBlock h2 {
        font-family: "MuseoSlab";
        font-size: 36px;
        font-weight: normal;
        color: #4a4a4a;
        text-transform: none;
        line-height: 39px;
        padding: 0px 60px 23px 100px;
        text-align: left;
    }
    .OjdBlock .OjdTextBlock p {
        font-family: "Merriweather";
        font-size: 16px;
        line-height: 32px;
        color: #000000;
        padding: 0px 50px 23px 100px;
    }
    .OjdBlock .OjdTextBlock .Button {
        width: 248px;
        margin-left: 100px;
    }
    .ResellerOjdBlock {
        background-image: url("images/reseller-ojd-bg.png");
        margin-top: 119px;
        margin-bottom: 146px;
    }
    .ResellerOjdBlock .OjdTextBlock h2 {
        padding: 0px 12px 23px 148px;
    }
    .ResellerOjdBlock .OjdTextBlock p {
        padding: 0px 2px 23px 148px;
    }
    .ResellerOjdBlock .OjdTextBlock .Button {
        margin-left: 148px;
    }
    .ResellerOjdBlock .OjdTextBlock .ButtonPlainLink {
        float: none;
        font-family: 'Merriweather';
        font-weight: 300;
        font-size: 16px;
        line-height: 29px;
        letter-spacing: normal;
        border: none;
        background: none;
        text-transform: none;
        padding: 28px 0px 0px 148px;
        color: #000000;
        cursor: pointer;
        text-decoration: underline;
        font-style: italic;
    }
    .ResellerOjdBlock .OjdTextBlock .ButtonPlainLink:hover {
        text-decoration: none;
    }
    .ResellerSlideshow {
        padding-bottom: 41px;
    }
    .ResellerSlideshow .ImageArea {
        max-width: 68%;
        position: relative;
        float: right;
        z-index: 10;
    }
    .ResellerSlideshow .ImageArea img {
        max-width: 100%;
    }
    .ResellerSlideshow .TextArea {
        width: 50%;
        box-sizing: border-box;
        z-index: 20;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        background: #1e1e1e;
        padding: 55px 54px 45px 76px;
    }
    .ResellerSlideshow .TextArea h3 {
        font-family: 'MuseoSlab';
        font-size: 32px;
        line-height: 44px;
        padding: 0px 0px 14px 0px;
        text-transform: none;
    }
    .ResellerSlideshow .TextArea p {
        color: #ffffff;
        font-family: "Merriweather";
        font-weight: 300;
        font-size: 16px;
        line-height: 34px;
    }

    .ResellerFormBlock {
        margin: 148px 0px 20px;
        padding: 106px 0px 105px 0px;
        background: url("images/form-bg.png") center top no-repeat;
    }
    .ResellerForm h2 {
        font-size: 36px;
        font-weight: normal;
        letter-spacing: normal;
        text-transform: none;
        color: #ffffff;
        padding: 0px 0px 13px 0px;
    }
    .ResellerForm p {
        font-family: "Merriweather";
        font-size: 16px;
        line-height: 29px;
        color: #b8b8b8;
        text-align: center;
        padding-bottom: 31px;
    }
    .ResellerForm .FormArea {
        padding: 0px 74px;
    }
    .ResellerForm .FormArea .Field {
        width: 49%;
        float: left;
        padding-bottom: 15px;
        clear: none;
    }
    .ResellerForm .FormArea .Field:nth-child(2n){
        float: right;
    }
    .ResellerForm .FormArea .WideField,
    .ResellerForm .FormArea .Field.WideField:nth-child(2n) {
        float: none;
        width: 100%;
    }
    .ResellerForm div.Input {
        position: relative;
    }
    .ResellerForm div.Input span {
        position: absolute;
        top: 5px;
        left: 10px;
    }
    .ResellerForm div.Label {
        padding-bottom: 10px;
    }
    .ResellerForm img.VerifImg {
        margin-right: 15px;
    }
    .ResellerForm input.Text {
        width: 100%;
        padding: 0px 30px;
        line-height: 68px;
        border: 1px solid #5f5f5f;
        background: #ffffff;
        height: 70px;
        color: #9b9b9b;
        font-size: 18px;
        font-family: "MuseoSlab";
    }
    .ResellerForm div.Input.CaptchaInput input.Text {
        line-height: 58px;
        height: 60px;
        width: 150px;
    }
    .ResellerForm textarea.Text {
        border: 1px solid #5f5f5f;
        background: #ffffff;
        padding: 20px 30px;
        color: #9b9b9b;
        font-size: 18px;
        font-family: "MuseoSlab";
    }
    .ResellerForm div.Input input[type=file] {
        color: #ffffff;
        font-family: "MuseoSlab";
    }
    .ResellerForm label {
        font-family: "MuseoSlab";
        font-size: 16px;
        color: #ffffff;
        text-transform: none;
    }
    .ResellerForm .Button {
        float: none;
        display: table;
        margin: 18px auto 0;
        clear: both;
        width: 246px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .ResellerForm .Field a {
        text-decoration: underline;
        color: #cccccc;
    }
    .ResellerForm .Field a:hover {
        text-decoration: none;
    }


    .TestimonialsBlock .ImageArea {
        max-width: 41%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    .TestimonialsBlock .QuoteArea {
        width: 60%;
        position: relative;
        float: right;
        z-index: 20;
        margin-top: 160px;
        background: #292929 url("images/quote-mark.png") 48px 39px no-repeat;
        padding: 82px 62px 57px 113px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .TestimonialsBlock .QuoteArea .QuoteText {
        color: #ffffff;
        font-family: "Merriweather";
        font-size: 24px;
        line-height: 39px;
        padding-bottom: 29px;
        font-weight: 300;
    }
    .TestimonialsBlock .QuoteArea .QuoteRate {
        overflow: auto;
        padding-bottom: 29px;
    }
    .TestimonialsBlock .QuoteArea .QuoteRate::after {
        content: "";
        clear: both;
        display: table;
    }
    .TestimonialsBlock .QuoteArea .QuoteRate > span {
        display: block;
        float: left;
        width: 18px;
        height: 17px;
        background: url("images/star-ico.png") center center no-repeat;
    }
    .TestimonialsBlock .QuoteArea .QuoteRate > span + span {
        margin-left: 6px;
    }
    .TestimonialsBlock .QuoteArea .QuoteAuthor {
        font-family: "Merriweather";
        font-weight: bold;
        font-style: italic;
        color: #b5a586;
        font-size: 16px;
        line-height: 29px;
    }

    div.SubscribeBlock input {
        float: left;
        border: 1px solid #d7d7d7;
        border-right: none;
        color: #d7d7d7;
        font-size: 18px !important;
        height: 38px;
        padding: 0px 5px;
        line-height: 38px;
        width: 330px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        box-shadow: none;
        transition: none;
        margin: 0px;
    }

    div.SubscribeBlock input.Button {
        border: 2px solid #101010;
        background: #101010;
        color: #fff;
        width: auto;
        font-size: 14px !important;
        height: 40px;
        line-height: 30px;
        padding: 0px 31px;
    }



    /*! http://responsiveslides.com v1.54 by @viljamis */
    .slideshow {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .slideshow li {
        height: 75px;
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .slideshow_tabs {
        display: table;
        padding: 0px;
        margin: 0px auto;
    }

    .slideshow_tabs li {
        display: table-cell;
        margin: 0px auto;
    }

    .slideshow_tabs li a {
        background: url(images/sld-pager.gif) left top no-repeat;
        display: block;
        width: 10px;
        height: 10px;
        text-indent: -9999px;
        margin: 0px 5px;
    }

    .slideshow_tabs li.slideshow_here a {
        background-position: 0px -10px;
    }

    .snapwidget-widget {
        border: none;
        overflow: hidden;
        width: 100%;
        height: 320px;
    }

    /******************* Inner pages **************************/
    div.InnerContentArea {
        padding: 30px 0px 40px 0px;
    }

    div.WrapperKiosk .HideInKioskMode {
        display: none!important;
    }

    div.Content {
        padding-bottom: 80px;
    }

    div.Content p {
        padding: 0px 24.8031% 25px 24.8031%;
        text-align: left;
        line-height: 25px;
    }

    div.Content h2 {
        padding-left: 24.8031%;
        padding-right: 24.8031%;
        text-align: left;
    }

    div.Content h2.ac {
        text-align: center;
        padding: 0px;
    }

    div.Content ol,
    div.Content ul {
        padding: 0px 30% 25px 30%;
    }

    div.Content ol li,
    div.Content ul li {
        line-height: 25px;
        padding-bottom: 10px;
    }

    div.Content ol.Sublist {
        padding: 0px;
        margin: 10px 20px;
    }

    div.Content ol.Sublist li {
        list-style-type: lower-alpha;
    }

    div.Content div.TableArea {
        padding: 0px 20px;
    }

    div.Content div.CoinsArea {
        width: 800px;
    }

    div.Content div.CoinsArea p {
        padding: 0px 20px 30px;
        text-align: center;
    }

    div.Content table.Coins {
        margin: 0px auto;
    }

    div.Content table.Coins th {
        vertical-align: bottom;
        text-align: center;
    }

    div.Content table.Coins th.Def {
        vertical-align: middle;
        text-align: right;
        padding-right: 20px;
    }

    div.Content table.Coins td {
        vertical-align: middle;
        text-align: center;
        font-size: 15px;
        color: #666666;
        white-space: nowrap;
        padding: 5px 10px;
    }

    div.Content table.Coins td strong {
        color: #494c50;
        font-family: 'Static';
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        padding: 10px 0px 5px;
    }

    div.ContentPad {
        padding-left: 24.8031%;
        padding-right: 24.8031%;
    }

    div.Content div.ResetPwdInfo {
        padding-bottom: 20px;
    }

    div.Content div.ResetPwdInfo ul,
    div.Content div.ResetPwdInfo ol {
        padding: 10px 0px;
    }

    div.Testimonials div.Quote {
        padding: 0px 24.8031% 25px 24.8031%;
    }

    div.Testimonials div.Quote div.Author {
        font-weight: bold;
        text-align: right;
        font-style: italic;
        padding-bottom: 20px;
    }

    div.Testimonials p {
        padding: 0px 0px 15px;
        font-size: 18px;
    }

    div.Testimonials div.Product {
        font-size: 12px;
        color: #666666;
    }

    div.ResselerTopContainer{
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 20;
    }
    div.ResellerText {
        width: 54%;
        padding: 107px 50px 0px 0px;
    }

    div.ResellerText h1 {
        font-weight: normal;
        color: #4a4a4a;
        font-size: 42px;
        text-align: left;
        padding: 0px 0px 9px 0px;
        text-transform: none;
        border-bottom: none;
        margin-bottom: 0px;
    }

    div.ResellerText p {
        line-height: 34px;
        font-family: "Merriweather";
        font-weight: 300;
        font-size: 16px;
        padding-bottom: 24px;
    }
    div.ResellerText .Button {
        width: 246px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.ResellerImg {
        width: 46%;
        overflow: visible;
    }

    div.BenefitBlock {
        position: relative;
        z-index: 10;
        background: url("images/light-bg.png") center top no-repeat;
        margin-top: -56px;
        padding: 98px 0px 89px;
    }
    div.BenefitBlock h2 {
        font-family: "Merriweather";
        font-size: 24px;
        font-weight: 300;
        line-height: 33px;
        font-style: italic;
        letter-spacing: normal;
        text-transform: none;
        color: #b5a586;
        padding-bottom: 40px;
        text-align: left;
        max-width: 320px;
    }
    div.BenefitsList {
        display: -webkit-box;
        display: -moz-box;
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    div.BenefitsList div {
        width: 21%;
    }
    div.BenefitsList div.Num {
        font-family: "Merriweather";
        font-style: italic;
        font-weight: bold;
        font-size: 16px;
        line-height: 29px;
        color: #b5a586;
        background: url("images/num-bg.png") 24px 15px no-repeat;
        padding-bottom: 23px;
    }
    div.BenefitsList div h3 {
        font-family: 'MuseoSlab';
        font-size: 16px;
        font-weight: normal;
        padding: 0px 0px 22px 0px;
        color: #4a4a4a;
        line-height: 25px;
        font-weight: bold;
    }
    div.BenefitsList div p {
        font-family: "Merriweather";
        font-weight: 300;
        line-height: 30px;
        color: #000000;
    }

    div.DwnldTxt {
        padding: 10px 0px 0px 10px;
    }

    div.ContentTerms {
        padding: 0px 24.8031% 25px 24.8031%;
        text-align: left;
        line-height: 25px;
        padding-bottom: 80px;
    }

    div.ContentTerms ol {
        padding: 5px 20px 30px 20px;
    }

    div.ContentTerms ol li {
        line-height: 25px;
    }

    div.CenterBlock p {
        text-align: center;
        padding: 0px 0px 15px 0px;
    }

    div.SubmenuBlock {
        background: #101010;
        height: 39px;
    }

    div.SubmenuBlock div.MainArea {
        position: relative;
    }

    div.SubmenuBlock p {
        padding: 0px 0px 0px 0px;
        font-family: "Static";
        font-size: 17px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 39px;
    }

    div.SubmenuArea {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 0px;
        z-index: 1;
    }

    div.SubmenuArea div.PrevNext {
        position: absolute;
        top: 14px;
        left: 22.2834%;
        width: 14px;
        height: 22px;
        background: url(images/prev.png) left top no-repeat;
        cursor: pointer;
        z-index: 3;
    }

    div.SubmenuArea div.Next {
        left: 79.1338%;
        background-image: url(images/next.png);
    }

    div.Submenu {
        margin: 0px auto;
        width: 55.1181%;
        height: 39px;
        overflow: hidden;
    }

    div.Submenu a {
        text-align: center;
        font-family: "Static";
        font-size: 15px;
        font-weight: bold;
        color: #b8b8b8;
        text-transform: uppercase;
        padding: 0px 20px;
        line-height: 39px;
    }

    div.Submenu a.Active {
        color: #fff;
        text-decoration: underline;
    }

    div.QuotationBlock {
        background: url(images/design-bg.png) center 67px no-repeat;
        padding-top: 107px;
    }

    div.QuotationBlock p {
        font-size: 20px;
        line-height: 30px;
    }

    div.QuotationBlock h2 {
        padding: 30px 0px 4px 0px;
    }

    div.QuotationBlock p.Author {
        font-size: 15px;
        color: #101010;
        padding-bottom: 0px;
    }

    div.ContactBlock {
        width: 33.3333%;
        float: left;
        padding: 24px 0px 33px 0px;
    }

    div.ContactBlock p,
    div.ContactBlock a{
        text-align: center;
    }

    div.ContactBlock a {
        display: block;
    }

    div.Wrapper hr.BotPad {
        margin-bottom: 39px;
    }

    div.Wrapper hr.TopPad {
        margin-top: 30px;
    }

    div.LiveArtArea {
        padding: 30px 0px;
        text-align: center;
    }

    div.LiveArtArea p {
        text-align: center;
        line-height: 25px;
        padding: 30px 0px 20px 0px;
    }

    div.LiveArtArea p a {
        color: #101010;
        text-decoration: underline;
    }

    div.LiveArtArea p a:hover {
        text-decoration: none;
    }

    div.LandingBg {
        background: url(images/landing-bg.jpg) center top no-repeat;

    }

    div.LandingBg,
    div.TutorialVideoContainer {

        min-height: 868px;
        position: relative;
    }

    div.WrapperKiosk div.LandingBg {
        min-height: 768px;
    }

    .TopMenuTutorial #tutorialVideo {
        border: 2px solid #101010;
    }

    #tutorialVideo {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #ffffff;
        width: 1030px;
        box-sizing: border-box;
        z-index: 9999;
    }

    div.WrapperKiosk #tutorialVideo {
        width: 916px;
        margin-top: -40px;
    }

    #tutorialVideo h1 {
        margin-bottom: 15px;
    }

    div.WrapperKiosk #tutorialVideo h1 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 25px;
    }

    #tutorialVideo #close {
        position: absolute;
        width: 32px;
        height: 32px;
        right: 20px;
        top: 20px;
        background: url(images/close-ico.svg) center center no-repeat;
        cursor: pointer;
    }

    div.WrapperKiosk #tutorialVideo #close {
        top: 10px;
    }

    #tutorialVideo .VideoBlock {
        margin: 0px auto 15px;
        display: table;
        width: 1000px;
    }

    div.WrapperKiosk #tutorialVideo .VideoBlock {
        width: 886px;
    }

    #tutorialVideo .VideoBlock video {
        width: 100%;
        height: auto;
    }

    div.WelcomeBlock {
        background: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1157px;
        padding: 40px 46px 17px 64px;
        box-sizing: border-box;
        z-index: 5
    }

    div.WrapperKiosk div.WelcomeBlock {
        margin-top: -40px;
    }

    div.WelcomeBlock h1 {
        font-family: 'MuseoSlab';
        font-size: 32px;
        font-weight: normal;
        line-height: 42px;
        padding: 85px 0px 18px 0px;
        margin: 0px;
        border: none;
        color: #272727;
        letter-spacing: 5px;
    }

    div.WelcomeBlock div.Left {
        width: 550px;
    }

    div.WelcomeBlock p {
        font-family: 'Merriweather';
        font-style: italic;
        text-align: center;
        color: #272727;
        line-height: 28px;
        font-size: 16px;
        padding-bottom: 42px;
    }

    div.WelcomeBlock p.infoText {
        text-align: left;
        padding-bottom: 15px;
        font-size: 14px;
        color: #727272;
    }

    div.WelcomeBlock p.infoText input {
        float: left;
        margin-right: 5px;
        margin-top: 7px;
        width: 15px;
    }

    div.WelcomeBlock p.infoText label {
        float: left;
        display: block;
    }

    div.WelcomeBlock .ButtonPlainLink {
        display: table;
        margin: 0px auto;
        float: none;
        background: url(images/bubble.png) left center no-repeat;
        padding-left: 27px;
        clear: both;
        font-size: 16px;
        color: #10b0c9;
    }

    div.WelcomeBlock div.EqCol {
        padding-bottom: 30px;
    }

    div.WelcomeBlock .Button {
        margin-left: 5px;
        line-height: 58px;
        width: 260px;
        font-size: 16px;
        text-align: center;
        box-sizing: border-box;
        padding: 0px;
    }

    div.WelcomeBlock .InverseButton {
        float: right;
        margin-right: 5px;
        margin-left: 0px;
    }

    div.WelcomeBlock div.InstagramBlock {
        float: right;
        width: 450px;
        overflow-x: hidden;
    }

    div.WelcomeBlock div.InstagramBlock .snapwidget-widget {
        height: 490px;
    }

    div.WelcomeBlock div.InstagramBlock iframe {
        display: none;
    }

    div.WelcomeBlock div.InstagramBlock iframe:first-child {
        display: block;
    }

    div.WelcomeBlock div.InstagramBlock p {
        padding: 10px 0px 0px 30px;
        display: table;
        margin: 0px auto;
        background: url(images/ins-ico.gif) left 15px no-repeat;
        font-size: 14px;
        color: #727272;
    }

    div.ContentPage,
    div.ContentPage p,
    div.ContentPage td {
        text-transform: none;
        font-weight: normal;
        font-family: 'Roboto';
        border: none;
    }

    div.ContentPage td {
        padding: 0px;
    }

    div.ContentPage td table {
        margin: 10px;
    }

    div.ContentPage td table td {
        padding: 5px;
    }

    ul.columns li {
        font-weight: normal;
        text-transform: none;
        padding: 0px 0px 0px 9px;
        line-height: 25px;
        background: url(images/bullet.gif) left 10px no-repeat;
    }

    ul.columns li a {
        color: #202020;
        text-decoration: underline;
    }

    ul.columns li a:hover {
        text-decoration: none;
    }

    a.SimpleLink {
        text-decoration: underline; /******* for designer page ********/
    }

    a.SimpleLink:hover {
        text-decoration: none; /******* for designer page ********/
    }

    iframe.FullWVideo {
        width: 100%;
        height: 714px;
    }

    div.RingImg img:first-child {
        display: block;
    }

    div.RingImg img:last-child {
        display: none;
    }

    /************ Catalog **************/
    div.FilersText {
        display: none;
    }

    div.MaterialsArea {
        float: left;
        width: 31.6535%;
        padding: 0px 0px 50px 0px;
    }

    div.MaterialsArea table.MaterialsFilter td {
        padding: 6px 40px 0px 0px;
    }

    div.MaterialsArea input {
        display: none;
    }

    div.MaterialsArea table.MaterialsFilter label {
        font-size: 15px;
        color: #646464;
        cursor: pointer;
        display: block;
        padding-bottom: 2px;
        white-space: nowrap;
    }

    div.MaterialsArea table.MaterialsFilter label:hover {
        border-bottom: 1px solid #646464;
    }

    div.MaterialsArea table.MaterialsFilter input:checked + label {
        border-bottom: 1px solid #101010;
        color: #101010;
    }

    div.MaterialsArea table.MaterialsFilter td:first-child label span:last-child {
        display: none;
    }

    div.PriceArea {
        float: left;
        width: 36%;
        position: relative;
    }

    div.SliderValue {
        position: relative;
        padding: 10px 0px 0px 0px;
    }

    div.SliderValue div {
        position: absolute;
        left: -9999px;
        top: 13px;
    }

    div.PriceFilterSm {
        display: none;
    }

    div.CategorySearch {
        float: left;
        width: 1080px;
    }

    div.CategorySearch h2 {
        text-align: left;
    }

    div.CategorySearch a {
        color: #202020;
        text-decoration: underline;
        line-height: 30px;
    }

    div.CategorySearch a:hover {
        text-decoration: none;
    }

    div.CategorySearch table td {
        padding: 0px 20px 0px 0px;
    }

    div.CategorySearch table td:last-child {
        padding: 0px;
    }

    div.FourCols {
        width: 25%;
        box-sizing: border-box;
        padding: 0px 10px 20px 0px;
        float: left;
    }

    div.FourCols input.Text {
        float: left;
    }

    div.FourCols input.Button {
        line-height: 24px;
    }

    div.ExpandRes {
        width: 20%;
    }

    div.CategoryNar {
        width: 30%;
    }

    div.SortArea {
        float: right;
        width: 170px;
        padding-bottom: 53px;
    }

    div.SortArea select.Sorting {
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 168px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(images/arrow.gif) right center no-repeat;
        cursor: pointer;
        padding: 0px 0px 0px 5px;
        color: #b8b8b8;
    }

    /*target Internet Explorer 9 and Internet Explorer 10:*/
    @media screen and (min-width: 0\0
    ) {
        select {
            background: none;
            padding: 5px;
        }
    }
    ul.CatalogArea {
        padding: 0px 0px 0px 0px;
    }

    ul.CatalogArea li {
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 1.5748% 0px 0px;
        position: relative;
        width: 23.707%;
    }

    ul.CatalogArea li:nth-child(4n) {
        margin-right: 0px;
    }

    ul.CatalogArea li:nth-child(4n+1) {
        clear: left;
    }

    ul.CatalogArea li div.ImageArea {
        height: 301px;
        display: table;
        width: 100%;
    }

    ul.CatalogArea li div.ImageArea a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        text-align: center;
    }

    ul.CatalogArea li div.ImageArea img {
        max-width: 100%;
        max-height: 100%;
    }

    ul.CatalogArea li div.Action {
        width: 100%;
        height: 301px;
        border: 1px solid #ebebeb;
        position: absolute;
        color: #fff;
        cursor: pointer;
        box-sizing: border-box;
    }

    ul.CatalogArea li div.Action a.Button {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        border: none;
        padding: 0px;
    }

    ul.CatalogArea li div.Action a.Button span {
        display: none;
    }

    ul.CatalogArea li div.Action p {
        display: none;
    }

    ul.CatalogArea li div.Action p a {
        font-family: 'Dosis';
        font-weight: bold;
        font-size: 14px;
        color: #838383;
        text-decoration: underline;
    }

    ul.CatalogArea li div.Action p a span {
        color: #fff;
    }

    ul.CatalogArea li a.Title {
        display: block;
        font-family: 'MuseoSlab';
        font-size: 18px;
        font-weight: bold;
        color: #101010;
        text-align: center;
        padding: 31px 0px 0px 0px;
        margin-bottom: 14px;
        line-height: 20px;
        text-transform: uppercase;
        height: 38px;
        overflow: hidden;
    }

    ul.CatalogArea li span.Price {
        display: block;
        font-family: 'Static';
        font-size: 16px;
        color: #666666;
        text-align: center;
        padding: 0px 0px 47px 0px;
    }

    div.ShopCatHeader {
        height: 257px;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
        background-position: center center;
        background-size: cover;
    }

    div.ShopCatHeader h1 {
        color: #ffffff;
        border: none;
        font-size: 80px;
        padding: 0px;
        margin: 0px;
        line-height: 257px;
        font-weight: normal;
    }

    div.ShopCatNav {
        display: table;
        margin: 0px auto;
    }

    div.ShopCatNav a {
        display: table-cell;
        line-height: 39px;
        color: #101010;
        font-family: 'Static';
        font-size: 13px;
        text-transform: uppercase;
        padding: 0px 20px;
    }

    div.ShopCatSubTitle {
        font-size: 17px;
        font-family: 'Static';
        font-weight: bold;
        line-height: 132px;
        text-align: center;
        text-transform: uppercase;
    }

    ul.ShopCatCatalog li div.Action {
        height: 240px;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        border: none;
        z-index: 7;
    }

    ul.ShopCatCatalog li a.Title {
        color: #ffffff;
        margin: 0px;
        padding: 0px;
        line-height: 240px;
        height: auto;
    }

    ul.ShopCatCatalog li div.ImageArea {
        height: 240px;
        margin-bottom: 20px;
    }

    ul.ShopCatCatalog li div.Action a.Button span {
        top: 60%;
    }

    ul.ShopCatCatalog li:nth-child(4n) {
        margin-right: 1.5625%;
    }

    ul.ShopCatCatalog li:nth-child(4n+1) {
        clear: none;
    }

    ul.ShopCatCatalog li {
        margin-right: 1.5625%;
    }

    ul.ShopCatCatalog li:nth-child(6n-5) {
        clear: left;
        width: 28.9062%;
    }

    ul.ShopCatCatalog li:nth-child(6n-4) {
        width: 39.8437%;
    }

    ul.ShopCatCatalog li:nth-child(6n-3) {
        width: 28.125%;
        margin-right: 0px;
    }

    ul.ShopCatCatalog li:nth-child(6n-2) {
        width: 24.2187%;
        clear: left;
    }

    ul.ShopCatCatalog li:nth-child(6n-1) {
        width: 35.9375%;
    }

    ul.ShopCatCatalog li:nth-child(6n) {
        width: 36.7187%;
        margin-right: 0px;
    }

    ul.ShopCatCatalog li div.ImageArea a {
        height: 240px;
        position: relative;
        overflow: hidden;
        z-index: 3;
        display: block;
    }

    ul.ShopCatCatalog li div.ImageArea img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        z-index: 100;
    }

    div.PagerArea {
        display: table;
        margin: 0px auto;
    }

    div.PagerArea a, div.PagerArea span, div.PagerArea div {
        display: table-cell;
        font-family: 'DosisB';
        font-size: 14px;
        color: #101010;
        text-transform: uppercase;
    }

    div.PagerArea div {
        font-family: 'DosisM';
        color: #b7b7b7;
    }

    div.PagerArea a {
        line-height: 25px;
        padding: 0px 10px;
        border: 1px solid #fff;
    }

    div.PagerArea a:hover {
        border: 1px solid #dbdbdc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-decoration: none;
    }

    div.PagerArea a.current {
        border: 1px solid #dbdbdc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    div.PagerArea span {
        line-height: 25px;
        padding: 0px 10px;
        border: 1px solid #dbdbdc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    div.PagerArea a.PlainLink {
        color: #b7b7b7;
        border: none;
        text-decoration: underline;
        font-family: 'Dosis';
        font-weight: bold;
    }

    div.PagerArea a.PlainLink:hover {
        border: none;
        text-decoration: none;
    }

    div.PagerArea a.PlainLink span {
        display: inline;
        color: #101010;
        border: none;
        font-family: 'Dosis';
        font-weight: bold;
    }

    div.ImgArea {
        float: left;
    }

    div.TextArea {
        width: 315px;
        float: right;
    }

    div.TextArea h2 {
        text-align: left;
        line-height: 30px;
        padding-top: 0px;
    }

    div.TextArea ul {
        padding: 8px 0px 56px 0px;
    }

    div.TextArea ul li {
        padding: 0px 0px 0px 9px;
        line-height: 25px;
        background: url(images/bullet.gif) left 10px no-repeat;
        font-size: 15px;
    }

    /*************** Product details *************/
    div.ProductArea {
        padding: 0px;
    }

    div.DetailHeaderMain {
        float: right;
        width: 42.9687%;
    }

    div.ProdImageArea {
        float: left;
        width: 46.875%;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #ebebeb;
        padding: 20px 0px;
        box-sizing: border-box;
    }

    div.ProdImageArea div.BigImg {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        height: 500px;
        box-sizing: border-box;
    }

    div.ProdImageArea div.BigImg img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        z-index: 100;
    }

    div.ProdImageArea div div {
        text-align: center;
    }

    div.ProdDetailsArea {
        float: right;
        width: 42.9687%;
    }

    div.ProdDetailsArea h2 {
        text-align: left;
    }

    div.ProductArea h1.ProdTitle {
        text-align: left;
        font-size: 21px;
        padding: 6px 0px 15px 0px;
        border-bottom: none;
        margin-bottom: 0px;
        float: left;
        width: 76.3636%;
    }

    div.ProductArea div.ProdPrice {
        float: right;
        width: 23.6363%;
        padding: 12px 0px 5px 0px;
        position: relative;
    }

    div.ProductArea div.WithBasePriceContainer {
        margin-top: -7px;
    }

        div.ProductArea div.WithBasePriceContainer .TotalPrice {
            margin-bottom: 10px;
        }

        div.ProductArea div.WithBasePriceContainer * {
            text-align: center;
        }

    div.ProductArea div.ProdPrice > span {
        display: block;
        color: #666666;
        font-size: 14px;
        text-align: right;
        white-space: nowrap;
        position: absolute;
        right: 0px;
        top: 59px;
    }

    div.ProductArea div.ProdPrice span.Price {
        font-family: 'Static';
        font-size: 21px;
        font-weight: bold;
        color: #101010;
        padding-bottom: 7px;
        position: static;
    }

    div.ProductArea div.HltText {
        font-family: 'Static';
        text-transform: uppercase;
        color: #101010;
        padding: 11px 0px 10px 0px;
        font-size: 17px;
        font-weight: bold;
    }

    div.ProductArea div.HltText span {
        color: #909090;
        font-weight: normal;
    }

    div.ProdDetailsArea div.DiscountsArea {
        padding-top: 5px;
        border-top: 1px solid #ebebeb;
    }

    div.ProdDetailsArea div.DiscountsArea h2 {
        color: #666666;
        text-align: center;
        letter-spacing: normal;
    }

    div.ProdDetailsArea div.DiscountsArea table {
        width: 100%;
    }

    div.ProdDetailsArea div.DiscountsArea table td {
        padding: 0px 0px 10px 0px;
        border: none;
        font-weight: normal;
        text-transform: none;
    }

    div.ProdDetailsArea div.DiscountsArea table td ul {
        padding: 0px;
    }

    div.ProdDetailsArea div.DiscountsArea table td ul li {
        padding: 0px 0px 0px 12px;
        background: url(images/bullet.gif) left 11px no-repeat;
        line-height: 25px;
    }

    div.Label table td {
        border: none;
        padding: 10px 0px 0px 10px;
    }

    div.ProductOptionsArea {
        max-height: 310px;
        overflow: auto;
    }

    div.ProductOptions span.InputFieldUserPrompt,
    div.ProductOptions span.KitComponentName,
    div.ProductOptions span.ProductOptionName {
        font-family: 'Static';
        font-size: 18px;
        text-transform: uppercase;
        color: #101010;
        display: block;
        padding-top: 20px;
        font-weight: bold;
        float: left;
        clear: both;
        width: 37%;
    }

    div.ProductOptions span.InputFieldUserPrompt + br,
    div.ProductOptions span.KitComponentName + br,
    div.ProductOptions span.ProductOptionName + br {
        display: none;
    }

    div.ProductOptions span.InputFieldUserPrompt a,
    div.ProductOptions span.KitComponentName a,
    div.ProductOptions span.ProductOptionName a {
        color: #101010;
        text-decoration: underline;
    }

    div.ProductOptions span.InputFieldUserPrompt a:hover,
    div.ProductOptions span.KitComponentName a:hover,
    div.ProductOptions span.ProductOptionName a:hover {
        text-decoration: none;
    }

    div.ProductOptions span.KitComponentName,
    div.ProductOptions span.ProductOptionName {
        padding-bottom: 10px;
    }

    div.ProductOptions span.InputFieldUserPrompt font {
        color: #666666;
    }

    div.ProductOptions span.InputFieldUserPrompt a {
        color: #101010;
        text-transform: none;
        color: #666666;
        font-weight: normal;
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }

    div.ProductOptions span.InputFieldUserPrompt a strong {
        font-weight: normal;
    }

    div.ProductOptions div.dd-container {
        float: left;
        clear: right;
        margin: 14px 10px 0px 0px;
    }

    div.ProductOptions div.dd-container ul {
        margin: 0px;
    }

    div.ProductOptions div.dd-select {
        box-sizing: border-box;
        height: 36px;
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    div.ProductOptions a.dd-selected {
        font-weight: normal;
        color: #101010;
        padding: 3px;
    }

    div.ProductOptions span.dd-pointer {
        right: 3px;
        width: 20px;
        height: 7px;
    }

    div.ProductOptions span.dd-pointer-down,
    div.ProductOptions span.dd-pointer-up {
        background: url(images/arrow.gif) center center no-repeat;
        border: none !important;
        margin-top: -3px;
    }

    div.ProductOptions div.dd-container ul li {
        font-weight: normal;
        padding: 0px;
    }

    div.ProductOptions div.dd-container ul li a.dd-option {
        padding: 5px 10px;
        border: none;
    }

    div.ProductOptions textarea {
        width: 60%;
        border: 1px solid #d7d7d7;
        float: left;
        height: 30px;
        margin: 15px 1.9230% 0px 0px;
        padding-top: 5px;
        box-sizing: border-box;
    }

    div.ProductOptions select {
        max-width: 60%;
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(images/arrow.gif) right center no-repeat;
        cursor: pointer;
        padding: 3px 25px 3px 0px;
        height: 30px;
        float: left;
        box-sizing: border-box;
        margin: 15px 1.9230% 0px 0px;
    }

    div.ProductOptions table {
        width: 100%;
        max-width: 300px;
        float: right;
        clear: both;
    }

    div.ProductOptions table td {
        border: none;
        padding: 3px 2px;
    }

    div.ProductOptions input[type=text] {
        border: 1px solid #d7d7d7;
        height: 30px;
        float: left;
        margin: 15px 1.9230% 0px 0px;
        width: 60%;
        box-sizing: border-box;
    }

    div.ProductOptions input[type=checkbox] {
        float: left;
        margin-right: 10px;
        margin-top: 2px;
    }

    div.ProductOptions input[type=radio] {
        margin: 3px 0px;
    }

    div.ProductOptions ul {
        padding-left: 0px;
        float: right;
        max-width: 60%;
        margin: 15px 1.9230% 0px 0px;
    }

    div.ProductOptions ul li {
        font-weight: bold;
        padding: 3px 0px;
    }

    div.ProductOptions ul ul {
        float: none;
        margin: 0px;
        max-width: 100%;
        padding-bottom: 0px;
    }

    div.ProductOptions ul li li {
        font-weight: normal;
        padding-bottom: 15px;
    }

    div.ProductOptions ul li ul li input[type=text] {
        width: 69%;
        margin: 0px;
        margin-top: -6px;
        float: right;
    }

    div.ProductOptions label {
        float: left;
    }

    div.CustomizeOptions table {
        max-width: 100%;
        float: none;
        clear: both;
    }

    div.AddCartBtnArea {
        padding: 17px 0px 0px 0px;
        float: right;
        width: 370px;
    }

    div.AddCartBtnArea div.Left {
        padding-top: 5px;
    }

    div.CustomizeBtnArea {
        width: 100%;
        margin-bottom: 17px;
    }

    div.CustomizeBtnArea div.ButtonArea {
        display: block;
        float: left;
        width: calc(100% - 190px);
    }

    div.QtyField div.Label {
        font-family: 'Static';
        font-size: 18px;
        text-transform: uppercase;
        color: #101010;
        padding: 6px 10px 0px 0px;
        float: left;
        font-weight: bold;
    }

    div.QtyField table td {
        border: none;
        padding: 0px 0px 0px 10px;
        vertical-align: middle;
    }

    div.ProductOptions div.QtyField table td input {
        border: 1px solid #ebebeb;
        width: 22px;
        height: 22px;
        padding: 3px;
        font-family: 'Static';
        margin: 4px 0px 0px 0px;
        height: 30px;
        padding-left: 10px;
    }

    div.ProdDescription h2 {
        display: table;
        margin: 0px auto 30px;
        font-size: 17px;
    }

    div.ProdDescription h2 a {
        display: table-cell;
        color: #909090;
        padding: 0px 30px;
    }

    div.ProdDescription h2 span {
        display: table-cell;
        text-decoration: underline;
        padding: 0px 30px;
    }

    ul.MoreProducts {
        padding: 50px 0px 0px 0px;
    }

    ul.MoreProducts li {
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 1.5625% 0px 0px;
        position: relative;
        width: 18.75%;
    }

    ul.MoreProducts li:nth-child(5) {
        margin-right: 0px;
    }

    ul.MoreProducts li div.ImageArea {
        height: 238px;
        display: table;
        width: 100%;
    }

    ul.MoreProducts li div.ImageArea a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        text-align: center;
    }

    ul.MoreProducts li div.ImageArea img {
        max-width: 100%;
        max-height: 100%;
    }

    ul.MoreProducts li div.Action {
        width: 100%;
        height: 240px;
        border: 1px solid #ebebeb;
        position: absolute;
        color: #fff;
        cursor: pointer;
        box-sizing: border-box;
    }

    ul.MoreProducts li div.Action a.Button {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
        padding: 0px;
    }

    ul.MoreProducts li div.Action a.Button span {
        display: none;
    }

    ul.MoreProducts li a.Title {
        display: block;
        font-family: 'MuseoSlab';
        font-size: 18px;
        color: #101010;
        text-align: center;
        padding: 34px 0px 14px 0px;
        text-transform: uppercase;
        overflow: hidden;
        font-weight: bold;
        line-height: 22px;
    }

    ul.MoreProducts li span.Price {
        display: block;
        font-family: 'Static';
        font-size: 16px;
        color: #666666;
        text-align: center;
        padding: 0px 0px 47px 0px;
    }

    ul.MoreProducts li div.SKU {
        text-align: center;
        padding-bottom: 5px;
        margin-top: -5px;
    }

    div.ProdSocialArea {
        float: right;
        width: 150px;
        padding-top: 15px;
    }

    div.ProdSocialArea a {
        float: right;
        display: block;
        margin-left: 10px;
    }

    div.ProdSocialArea span {
        float: right;
        display: block;
        font-family: 'Static';
        font-size: 15px;
        color: #101010;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 1px;
    }
    div.AskHelpBlock {
        float: right;
        width: 190px;
        padding-top: 2px;
    }
    div.AskHelpBlock .ButtonPlainLink {
        background: url(images/bubble.png) left center no-repeat;
        padding-left: 27px;
        font-size: 14px;
        color: #10b0c9;
        float: right;
    }

    div.CustomizeBtnArea div.ProdSocialArea {
        padding-top: 10px;
    }

    div.LightBlock {
        background: #f6f6f6;
    }

    div.LightBlock div.content {
        font-size: 18px;
        text-align: center;
        width: 55.11%;
        margin: 0px auto;
        font-family;
    'Roboto';
    }

    div.LightBlock div.content p {
        font-size: 18px;
        text-align: center;
    }

    div.LightBlock div.content table th {
        padding-left: 0px;
        font-weight: bold;
    }

    div.LightBlock div.content table {
        margin: 0px auto;
    }

    div.LightBlock div.content table th,
    div.LightBlock div.content table td {
        font-size: 18px;
    }

    /********** Forms ******************/
    div.FormArea {
        padding: 14px 24.8031% 50px 24.8031%;
    }

    div.FormCol {
        float: left;
        width: 46.7289%;
    }

    div.Field {
        padding: 0px 0px 17px 0px;
        clear: both;
    }

    div.FormColArea div.Field {
        width: 46.7289%;
        float: left;
    }

    div.FormColArea div.Field:nth-child(2n) {
        float: right;
        clear: right;
    }

    div.FormColArea div.Field:nth-child(2n+1) {
        clear: left;
    }

    div.SingleFormCol {
        display: table;
        margin: 0px auto;
    }

    div.SingleFormCol.CenteredLabel div.Field {
        width: 100%;
    }

    div.CenteredLabel div.Label {
        text-align: center;
    }

    div.SingleFormCol select.FullWidth,
    div.OneColArea select.FullWidth {
        width: 100%;
    }

    div.SingleFormCol.FullWidth input.Text {
        width: 100%;
    }

    div.Label {
        font-family: 'Static';
        font-size: 14px;
        text-transform: uppercase;
        color: #101010;
        padding: 0px 0px 6px 0px;
    }

    div.Minor {
        text-transform: none;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        color: #666666;
        font-size: 12px;
    }

    label {
        display: block;
    }

    a.Button {
        display: block;
        text-decoration: none;
        cursor: pointer;
        float: left;
        font-family: 'MuseoSlab';
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1.8px;
        line-height: 46px;
        border: 2px solid #232323;
        text-transform: uppercase;
        padding: 0px 31px;
        color: #232323;
        white-space: nowrap;
        text-align: center;
    }

    a.Button:hover {
        text-decoration: none;
    }

    a.InverseButton:hover {
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        background-color: #ffffff;
        color: #232323;
    }

    .Ghost-btn {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        zoom: 1;
    }

    .Ghost-btn:hover {
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        background-color: #232323;
        color: #ffffff;
    }

    input.Button {
        float: left;
        font-family: 'MuseoSlab';
        font-weight: bold;
        font-size: 14px;
        line-height: 46px;
        border: 2px solid #232323;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 0px 31px;
        color: #232323;
        cursor: pointer;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }

    input.ButtonPlainLink, .ButtonPlainLink {
        float: left;
        font-family: 'MuseoSlab';
        font-weight: bold;
        font-size: 14px;
        line-height: 46px;
        letter-spacing: 2px;
        border: none;
        background: none;
        text-transform: uppercase;
        padding: 0px;
        color: #232323;
        cursor: pointer;
        text-decoration: underline;
        text-transform: uppercase;
    }

    input.ButtonPlainLink:hover, .ButtonPlainLink:hover {
        text-decoration: none;
    }

    a.InverseButton, input.InverseButton {
        border: 2px solid #232323;
        color: #ffffff;
        background-color: #232323;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        zoom: 1;
    }

    a.LightFillButton, input.LightFillButton {
        border: 2px solid #b5a586;
        color: #ffffff;
        background-color: #b5a586;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        zoom: 1;
    }
    a.LightFillButton:hover, input.LightFillButton:hover {
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        background-color: #ffffff;
        color: #b5a586;
    }

    a.LightFrameButton, input.LightFrameButton {
        border: 2px solid #ffffff;
        color: #ffffff;
        background-color: transparent;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        zoom: 1;
    }
    a.LightFrameButton:hover, input.LightFrameButton:hover {
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        background-color: #ffffff;
        color: #232323;
    }

    a.PrimaryButton, input.PrimaryButton {
        border-color: #46a4da;
        color: #ffffff;
        background-color: #46a4da;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        zoom: 1;
    }
    button.Button {
        float: left;
        font-family: 'MuseoSlab';
        font-weight: bold;
        font-size: 14px;
        line-height: 46px;
        letter-spacing: 2px;
        border: 2px solid #101010;
        text-transform: uppercase;
        padding: 0px 31px;
        color: #232323;
        cursor: pointer;
        background: none;
    }

    a.LongButton,
    input.LongButton {
        padding: 0px 70px;
    }

    .ButtonArea {
        display: table;
        margin: 0px auto;
    }

    .ButtonArea a {
        display: table-cell;
    }

    .ButtonArea input {
        display: table-cell;
    }

    .MoreButtons {
        margin: 16px auto 43px auto;
    }

    .MoreButtons a, .MoreButtons input {
        margin: 0px 10px;
    }

    .LinkButton {
        display: table;
        margin: 0px auto;
    }

    .LinkButton a {
        display: table-cell;
        padding-left: 20px;
        padding-right: 20px;
    }

    .Ghost-btn:focus {
        outline: none;
    }

    a.HighlightBtn {
        color: #fff;
        background: #3b75aa;
        font-size: 15px;
        line-height: 60px;
        padding: 0px 73px;
        border: none;
    }

    .Req {
        color: #ff0000;
    }

    table.Form th {
        width: 40%;
        padding: 5px 10px 5px 0px;
    }

    table.Form td {
        padding: 5px 0px 5px 0px;
    }

    input.Text {
        width: 300px;
        border: 1px solid #d7d7d7;
        padding: 3px;
        height: 30px;
        line-height: 22px;
        box-sizing: border-box;
    }

    input.Zip {
        width: 100px;
    }

    input.SearchBox {
        width: 120px;
    }

    input.TextSm {
        width: 50px;
    }

    input.VerifNum {
        width: 80px;
    }

    textarea.Text {
        width: 100%;
        border: 1px solid #d7d7d7;
        padding: 3px;
        height: 177px;
        box-sizing: border-box;
    }

    input.Button {
        text-align: center;
    }

    input.Checkbox {
        margin-right: 4px;
    }

    select.Text {
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #ffffff url(images/arrow.gif) right center no-repeat;
        cursor: pointer;
        padding: 3px 25px 3px 0px;
        height: 30px;
    }

    select.FullWidth {
        width: 299px;
    }

    img.VerifImg {
        width: 200px;
        height: 60px;
    }

    table.RadioBtnArea {
        margin: 0px auto;
    }

    table.RadioBtnArea th {
        padding: 1px 0px 7px 0px;
    }

    table.RadioBtnArea td {
        padding: 0px 0px 7px 5px;
        border: none;
        font-family: 'Roboto';
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
    }

    div.Checkbox label,
    div.Checkbox span.Label {
        float: left;
        font-family: 'Static';
        font-size: 14px;
        text-transform: uppercase;
        color: #101010;
        padding: 0px;
    }

    div.Checkbox input[type=checkbox] {
        float: left;
        margin-right: 10px;
        margin-top: 2px;
    }

    div.DeliveryInstr {
        padding: 0px 31.1526%;
    }

    div.DeliveryInstr textarea.Text {
        height: 90px;
    }

    div.DeliveryInstr div.Minor {
        text-transform: none;
        font-weight: normal;
        padding: 5px 0px 0px 0px;
    }

    input.AddCart {
        width: 100%;
        background: #101010;
        color: #fff;
    }

    div.CustomizeBtnArea div.ButtonArea input.Button {
        width: 48%;
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
    }
    div.CustomizeBtnArea div.ButtonArea input:first-child {
        margin-right: 3%;
    }

    div.QtyField {
        padding-top: 20px;
        width: 170px;
        float: left;
    }

    /****************** Tables ********************/
    div.TableArea {
        padding: 0px 12.2047% 26px 12.2047%;
    }

    table th {
        padding: 10px;
        font-size: 15px;
    }

    table td {
        padding: 10px;
        font-size: 14px;
    }

    div.TableArea table {
        width: 100%;
    }

    div.TableArea table th {
        padding: 9px 17px 6px 10px;
        font-family: 'Static';
        font-size: 15px;
        color: #b8b8b8;
        text-transform: uppercase;
    }

    div.TableArea table td {
        padding: 15px 17px 17px 10px;
        font-family: 'Static';
        font-size: 14px;
        text-transform: uppercase;
        color: #101010;
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
    }

    div.TableArea table tr.emptyWishlistPanel td {
        border-top: none;
    }

    table td.First {
        border-left: 1px solid #f6f6f6;
        padding: 29px 20px 25px 38px;
    }

    table td.First img {
        max-width: 140px;
    }

    table td.Last {
        border-right: 1px solid #f6f6f6;
        padding-top: 26px;
    }

    table td.Item td {
        padding: 0px;
        border: 0px;
    }

    div.TableArea table td.Remove {
        padding-top: 19px;
    }

    table td.Remove input.Button {
        line-height: 26px;
    }

    div.ProdQtySm,
    div.ProdSubtotalSm,
    div.ProdTaxSm,
    div.ProdActionSm,
    div.ProdRemoveSm,
    div.ShipToSm,
    div.ReceivedSm,
    div.EditColSm,
    div.DeleteColSm {
        display: none;
    }

    div.ProdTitle {
        font-family: 'Static';
        color: #101010;
        padding-bottom: 3px;
        font-size: 15px;
        font-weight: bold;
    }

    div.ProdTitle a {
        font-family: 'Static';
        color: #101010;
    }

    div.ProdTitleLive {
        padding-top: 15px;
        clear: both;
    }

    div.ProdTitleLive span {
        font-family: 'Roboto';
        font-weight: bold;
    }

    div.SKU {
        font-family: 'Static';
    }

    div.SKU span {
        color: #b8b8b8;
    }

    div.ProdDetails {
        padding-top: 10px;
    }

    div.ProdDetails div {
        font-family: 'Static';
        padding: 0px;
    }

    div.ProdDetails div span {
        float: left;
        display: block;
        background: url(images/open-tick.gif) right 6px no-repeat;
        padding: 0px 17px 6px 0px;
        cursor: pointer;
    }

    div.ProdDetails div.Opened span {
        background: url(images/close-tick.gif) right 6px no-repeat;
    }

    div.ProdDetails div ul span {
        float: none;
        display: inline;
        background: none;
        padding: 0px;
        cursor: auto;
    }

    div.ProdDetails div.Opened ul span {
        background: none;
    }

    div.TableArea table td.Item td div.ProdDetails div table,
    div.TableArea table td.Item div.ProdDetails div table {
        display: none;
        clear: both;
        width: auto;
    }

    div.ProdDetails div div,
    div.ProdDetails div ul {
        display: none;
    }

    div.TableArea table td.Item td div.ProdDetails div.Opened table,
    div.TableArea table td.Item div.ProdDetails div.Opened table {
        display: table;
    }

    div.ProdDetails div.Opened div,
    div.ProdDetails div.Opened ul {
        display: block;
    }

    div.ProdDetails div td {
        border: none;
    }

    div.ProdDetails div table {
        clear: both;
    }

    div.ProdDetails div table th,
    div.ProdDetails div table td {
        padding: 0px 0px 0px 0px;
        font-family: 'Roboto';
        text-transform: none;
        font-weight: normal;
        line-height: 20px;
    }

    div.ProdDetails div table.Details th span,
    div.ProdDetails div table.Details td span,
    div.ProdDetails div.Opened table.Details th span,
    div.ProdDetails div.Opened table.Details td span,
    div.ProdDetails div.Opened div span {
        background: none;
        padding: 0px;
        display: inline;
        float: none;
    }

    div.ProdDetails div table th {
        color: #666666;
        font-size: 14px;
    }

    div.ProdDetails div table.Details td {
        padding: 0px 0px 0px 17px;
        color: #b8b8b8;
        font-size: 14px;
    }

    div.ProdDetails div table.NoPadCol td {
        padding: 0px;
    }

    div.ProdDetails div table.Details td span,
    div.ProdDetails div.Opened table.Details td span {
        background: none;
        padding: 0px 10px 0px 0px;
        cursor: auto;
    }

    div.ProdDetails div table.ComponDet {
        width: auto;
    }

    div.ProdDetails div table.ComponDet th {
        padding: 5px 10px 5px 0px;
    }

    div.ProdDetails div table.ComponDet td {
        padding: 5px 0px;
    }

    div.ProdDetails div.PartTitle {
        clear: both;
        padding: 10px 0px 0px 0px;
        font-family: 'Roboto';
        text-transform: none;
        font-weight: bold;
        line-height: 20px;
        color: #666666;
    }

    div.ProdDetails div.PrivewImage {
        padding: 0px 0px 10px 0px;
    }

    div.ProdDetails div.PrivewImage img {
        max-width: 250px;
        border: 1px solid #b8b8b8;
    }

    div.ProdDetails div.FontArea {
        font-family: 'Roboto';
        text-transform: none;
        font-weight: normal;
        line-height: 20px;
        font-size: 13px;
        color: #b8b8b8;
    }

    div.ProdDetails div table td span.Price {
        color: #101010;
        font-weight: bold;
    }

    div.ProdDetails div.Opened table td span.Price {
        background: none;
        padding: 0px;
        display: inline;
        float: none;
    }

    div.ProdDetails div ul {
        padding: 10px 0px;
    }

    div.ProdDetails div ul li {
        font-weight: normal;
        text-transform: none;
        padding: 0px 0px 0px 9px;
        line-height: 25px;
        background: url(images/bullet.gif) left 10px no-repeat;
    }

    ul.BasketSubItemLabel li {
        font-weight: normal;
        text-transform: none;
        padding: 0px 0px 0px 9px;
        line-height: 25px;
        background: url(images/bullet.gif) left 10px no-repeat;
    }

    div.ItemAdded {
        font-weight: normal;
        text-transform: none;
        color: #b8b8b8;
        padding-top: 10px;
    }

    div.TableArea table td.Quantity {
        padding-top: 8px;
    }

    div.TableArea table td.Quantity table tr {
        border: none;
    }

    div.TableArea table td.Quantity table td {
        border: none;
        padding: 0px;
        vertical-align: middle;
        padding-right: 3px;
    }

    div.TableArea table td.Quantity input {
        border: 1px solid #ebebeb;
        width: 22px;
        height: 22px;
        padding: 3px;
        font-family: 'Static';
    }

    div.TableArea table td.Quantity span {
        display: block;
        padding-top: 6px;
    }

    div.TableArea table td.Action {
        padding-top: 19px;
        color: #989898;
        font-family: 'Dosis';
        font-weight: normal;
    }

    div.TableArea table td.Action a.Button,
    div.TableArea table td.Action input.Button {
        background: #101010;
        color: #fff;
        line-height: 26px;
        margin-bottom: 15px;
    }

    div.TableArea table td.Action a.PlainLink {
        padding-left: 3px;
    }

    div.TableArea table td.Action .Ghost-btn:hover {
        background-color: #fff;
        color: #101010;
    }

    table tr.TotalArea td {
        background: #f6f6f6;
    }

    div.TableArea table td.RemoveCol {
        width: 16px;
    }

    div.TableArea table td.ActionCol {
        width: 40px;
        padding-top: 8px;
    }

    div.TableArea table td.AddWishlist {
        padding-top: 14px;
    }

    div.TableArea table td.SubtotalCol {
        width: 40px;
    }

    table tr.TotalArea td div.Total {
        padding: 10px 0px;
        font-size: 40px;
        font-family: 'Static';
    }

    table tr.TotalArea td div.TotalLabel {
        text-align: right;
    }

    table tr.TotalArea td div.CouponArea {
        width: 490px;
        float: left;
        padding-top: 56px;
        padding-left: 50px;
    }

    table tr.TotalArea td div.CouponArea div.CouponText {
        float: left;
        font-size: 18px;
        padding: 8px 19px 0px 29px;
        text-transform: none;
        font-weight: normal;
    }

    table tr.TotalArea td div.CouponArea input {
        float: left;
        margin-bottom: 5px;
    }

    table tr.TotalArea td div.CouponArea input.Text {
        border: none;
        height: 42px;
        width: 131px;
        background: #ffffff;
        color: #b8b8b8;
        padding: 3px 5px;
        font-size: 15px;
        box-sizing: border-box;
    }

    table tr.TotalArea td div.CouponArea input.Button {
        background: #101010;
        color: #fff;
        line-height: 38px;
    }

    table tr.TotalArea td div.CouponArea .Ghost-btn:hover {
        background-color: #fff;
        color: #101010;
    }

    table tr.TotalArea td div.CouponArea div.ar {
        text-align: right;
        text-transform: none;
        font-weight: normal;
    }

    table tr.TotalArea td div.ShipDiscAreaLabel {
        text-align: right;
        font-family: 'Roboto';
        text-transform: none;
    }

    table tr.TotalArea td div.ShipDiscAreaValue {
        font-weight: bold;
    }

    table tr.TotalArea td div.MoreButtons {
        margin: 40px 0px 0px 437px;
    }

    table tr.TotalArea td div.CheckoutBtn {
        margin-left: -150px;
    }

    div.TotalSmArea {
        display: none;
    }

    a.Remove {
        display: block;
        width: 16px;
        height: 16px;
        background: url(images/remove-ico.gif) left top no-repeat;
    }

    div.ShippingEstimate {
        text-align: center;
        padding: 46px 10px 50px 10px;
        border: 1px solid #f6f6f6;
    }

    div.ShippingEstimate p {
        padding: 10px 10px 30px 10px;
    }

    div.ShippingEstimate div.Cols {
        display: table;
        margin: 0px auto;
    }

    div.ShippingEstimate div.Cols div.OneCol {
        display: table-cell;
        padding: 0px 5px;
    }

    div.ShippingEstimate div.Cols div.OneCol p {
        font-family: 'Static';
        font-size: 14px;
        text-transform: uppercase;
        color: #101010;
        padding: 0px 0px 6px 0px;
    }

    div.ShippingEstimate div.Cols div.GoBtn input.Button {
        background: #101010;
        color: #fff;
        line-height: 24px;
        float: none;
    }

    div.ShippingEstimate div.Cols div.GoBtn .Ghost-btn:hover {
        background-color: #fff;
        color: #101010;
    }

    div.ShippingEstimate table {
        width: auto;
        margin: 0px auto;
    }

    div.PriorityBlock {
        padding: 20px 0px 10px;
        font-family: 'Static';
        font-size: 14px;
        text-transform: uppercase;
    }

    div.PriorityBlock select {
        margin-left: 10px;
        text-transform: none;
        padding-left: 3px;
    }

    table.ProductGrid {
        width: 100%;
        margin: 20px 0px 30px;
        border: 1px solid #e7e7e7;
    }

    table.ProductGrid td {
        border: none;
        padding: 20px;
    }

    table.ShortProductInfo td {
        padding: 0px;
    }

    table.ShortProductInfo td.ImageArea {
        padding: 10px 20px 10px 10px;
    }

    table.ShortProductInfo td.ImageArea img {
        max-width: 120px;
    }

    table.ShortProductInfo td.ShortProdDetails div {
        font-family: 'Static';
    }

    table.ShortProductInfo td.ShortProdDetails div.ProdTitle {
        padding-top: 7px;
        font-size: 18px;
    }

    table.ShortProductInfo td.ShortProdDetails div.Price {
        padding: 10px 0px 20px;
    }

    table.ShortProductInfo td.ShortProdDetails a.Button {
        line-height: 30px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        zoom: 1;
    }

    table.ShortProductInfo td.ShortProdDetails a.Button:hover {
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        background-color: #101010;
        color: #ffffff;
    }

    table.ShortProductInfo td.ShortProdDetails a.Button:focus {
        outline: none;
    }

    div.ErrorMessages,
    div.ErrorMessages table td li {
        text-align: center;
        color: red;
        font-weight: normal;
        text-transform: none;
    }

    div.ErrorMessages table td {
        border: none;
        padding: 0px;
    }

    div.ErrorMessages table {
        margin-bottom: 10px;
    }

    div.ShipMethodList {
        padding: 30px 0px;
    }

    div.ShipMethodList div.ShipMethodCol {
        width: 33%;
        float: left;
    }

    div.ShipMethodList div.ShipMethodCol div.Radio {
        float: left;
    }

    div.ShipMethodList div.ShipMethodCol div.Radio input {
        margin: 3px 5px 10px 0px;
    }

    div.ShipMethodList div.ShipMethodCol div.RadioLabel {
        float: left;
        width: 90%;
    }

    div.ShortTable {
        padding: 30px;
    }

    div.CheckoutInnerBlock div.ShortTable {
        padding: 30px 0px;
    }

    div.ShortTable div {
        font-size: 14px;
        text-transform: uppercase;
    }

    div.ShortTable div.ProdTitle {
        font-size: 15px;
    }

    div.ShortTableDetails {
        padding: 15px 0px;
        width: 50%;
        float: left;
    }

    div.ShortTableDetails div.ImageArea {
        float: left;
        width: 22.2717%;
        padding: 0px 5px 0px 0px;
        box-sizing: border-box;
    }

    div.ShortTableDetails div.ImageArea img {
        max-width: 90px;
    }

    div.ShortTableDetails div.DetailsArea {
        float: right;
        width: 77.5055%;
        padding: 0px 5px;
        box-sizing: border-box;
    }

    div.ShortTable div td {
        padding: 0px;
        border: 0px;
    }

    div.ShortTable div table.Details {
        clear: both;
    }

    div.ShortTable div table.Details td {
        padding-left: 17px;
    }

    div.ShortTable div.QtyPrice {
        text-transform: none;
        font-family: 'Static';
        padding-top: 10px;
    }

    div.ShortTable div.TaxCol {
        text-transform: none;
        font-family: 'Static';
        padding-top: 10px;
    }

    div.AccountTable table td {
        text-transform: none;
        font-weight: normal;
        font-family: 'Roboto';
    }

    table.CurrEx {
        margin: 0px auto;
    }

    table.CurrEx td {
        border: none;
        text-transform: none;
        font-weight: normal;
        font-style: 'Roboto';
    }

    table.CurrEx th {
        color: #101010;
        font-family: 'Static';
        text-transform: uppercase;
    }

    div.OrderSummaryTable {
        padding: 10px 0px 30px;
    }

    div.OrderSummaryBlock {
        float: left;
        width: 33.3333%;
    }

    div.OrderSummaryBlock:nth-child(3n+1) {
        clear: left;
    }

    div.OrderSummaryBlock div {
        padding: 10px;
        box-sizing: border-box;
        float: left;
        width: 60%;
    }

    div.OrderSummaryBlock div.OrderSumLabel {
        text-align: right;
        font-weight: bold;
        width: 40%;
    }

    table.RingSize:first-child {
        display: table;
    }

    table.RingSize:last-child {
        display: none;
    }

    table.RingSize {
        width: 100%;
        margin: 65px 0px 50px;
    }

    table.RingSize th {
        font-size: 15px;
        color: #fff;
        text-align: center;
        border: 1px solid #c1c1c1;
        background: #494c50;
        padding: 4px 2px 7px 2px;
    }

    table.RingSize tr.TopLine th {
        font-family: 'Static';
        font-weight: bold;
        text-transform: uppercase;
        border-top: none;
        padding: 6px 2px;
    }

    table.RingSize tr.BotLine th {
        border-bottom: none;
    }

    table.RingSize th.First {
        border-left: 1px solid #494c50;
    }

    table.RingSize th.Last {
        border-right: 1px solid #494c50;
    }

    table.RingSize th.LastBig {
        display: table-cell;
    }

    table.RingSize th.LastSm {
        display: none;
    }

    table.RingSize td {
        text-align: center;
        color: #666666;
        font-size: 15px;
        padding: 4px 2px 6px 2px;
        border: 1px solid #a4a5a7;
    }

    table.RingSize tr.TopTDLine td {
        border-top: none;
    }

    /*************** Login *********************/
    div.LoginAreaBlock {
        padding: 20px 10.6299%;
        display: table;
    }

    div.LoginAreaCol {
        box-sizing: border-box;
        width: 50%;
        border: 1px solid #e7e7e7;
        display: table-cell;
        padding: 30px;
        text-transform: none;
        font-weight: normal;
    }

    div.LoginAreaCol:first-child {
        border-right: none;
    }

    div.SingleLoginAreaBlock {
        width: 100%;
        box-sizing: border-box;
    }

    div.SingleLoginAreaBlock div.LoginAreaCol {
        display: table;
        margin: 0px auto;
    }

    div.SingleLoginAreaBlock div.LoginAreaCol:first-child {
        border: 1px solid #e7e7e7;
    }

    div.SingleLoginAreaBlock select.FullWidth {
        width: 100%;
        height: 28px;
    }

    div.SingleLoginAreaBlock div.SignIn {
        display: table;
        margin: 0px auto;
    }

    div.LoginAreaCol div.FormArea {
        padding-left: 4.2391%;
        padding-right: 4.2391%;
    }

    div.LoginAreaCol input[type=checkbox] {
        float: left;
        margin-right: 10px;
        margin-top: 2px;
    }

    div.LoginAreaCol div.Checkbox label {
        float: left;
        font-family: 'Static';
        font-size: 14px;
        text-transform: uppercase;
        color: #101010;
        padding: 0px;
    }

    div.LoginAreaCol input[type=text],
    div.LoginAreaCol input[type=password] {
        width: 100%;
        box-sizing: border-box;
    }

    div.ForgotPwd {
        padding-top: 8px;
    }

    div.LoginAreaCol input.Button {
        background: #101010;
        color: #fff;
        line-height: 26px;
    }

    div.LoginAreaCol .Ghost-btn:hover {
        background-color: #fff;
        color: #101010;
    }

    /************** Checkout ***********************/
    div.TotalSummaryArea {
        background: #f6f6f6;
        padding: 20px 0px;
    }

    table.TotalSummary {
        margin: 19px auto 30px auto;
    }

    table.TotalSummary tr {
        border: none;
    }

    table.TotalSummary th {
        padding: 17px 100px 0px 0px;
        font-size: 15px;
        color: #101010;
        vertical-align: top;
    }

    table.TotalSummary td {
        padding: 17px 0px 0px 0px;
        font-size: 15px;
        color: #101010;
        border: none;
        text-align: right;
        vertical-align: top;
    }

    table.TotalSummary tr.Total th,
    table.TotalSummary tr.Total td {
        font-size: 30px;
        padding-top: 14px;
        font-weight: bold;
    }

    table.TotalSummary tr.Total th span,
    table.TotalSummary tr.Total td span {
        font-size: 30px;
        padding-top: 14px;
        font-family: 'Static';
        text-transform: uppercase;
    }

    div.TotalSummaryArea a.DarkLink {
        color: #101010;
    }

    div.CheckoutArea {
        width: 75.5905%;
        margin: 0px auto;
    }

    div.CheckoutAreaInner {
        border: 1px solid #f6f6f6;
    }

    div.CheckoutAreaInner hr {
        background-color: #f6f6f6;
        color: #f6f6f6;
    }

    div.CheckoutInnerBlock {
        padding: 20px 80px;
    }

    div.CheckoutInnerBlock div.RightBorder {
        background: url(images/bg-border.gif) right top repeat-y;
    }

    div.CheckoutInnerBlock div.FormArea {
        padding-left: 5.0125%;
        padding-right: 5.0125%;
    }

    div.CheckoutInnerBlock div.OneColArea {
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 0px;
    }

    div.CheckoutInnerBlock h2 {
        text-align: center;
    }

    div.EqCol div.ac {
        padding: 0px 10px;
    }

    div.EqCol div.ac p,
    div.ac p {
        text-align: center;
    }

    h2.PaymentForm {
        text-align: left;
    }

    div.SmallTable table, div.ListTable table {
        width: auto;
        margin: 20px auto;
    }

    div.ListTable table td {
        vertical-align: middle;
    }

    div.ListTable table td.Action a.Button {
        margin: 0px 5px;
    }

    div.ListTable table td.Action a.Button:last-child {
        background: #ffffff;
        color: #101010;
    }

    div.PaymentFormArea {
        border-top: 1px solid #f6f6f6;
    }

    div.PaymentFormArea:first-child {
        border: none;
    }

    table.paymentForm {
        margin: 0px auto 30px auto;
    }

    table.paymentForm th,
    table.paymentForm td {
        border: none;
        padding: 0px;
    }

    table.paymentForm th {
        padding: 10px 10px 10px 0px;
    }

    table.paymentForm td {
        padding: 10px 0px 10px 0px;
    }

    table.paymentForm td table td {
        padding: 0px 0px 10px;
    }

    table.paymentForm th.caption {
        font-family: 'Static';
        font-size: 18px;
        text-transform: uppercase;
        color: #101010;
        padding: 6px 0px 15px 0px;
        text-align: center;
        font-weight: bold;
    }

    table.paymentForm th.rowHeader {
        font-family: 'Static';
        font-size: 14px;
        text-transform: uppercase;
        color: #101010;
    }

    table.paymentForm td.pFcontent p,
    table.paymentForm td.content p {
        font-weight: normal;
        text-transform: none;
        text-align: center;
        padding: 10px 0px 20px 0px;
    }

    table.paymentForm td span.ShortInstruction,
    div.ShortInstruction {
        font-weight: normal;
        text-transform: none;
        text-align: center;
        font-family: 'Roboto', Tahoma;
        display: block;
        padding-bottom: 10px;
    }

    table.paymentForm td span.al {
        text-align: left;
    }

    table.paymentForm td.submit {
        text-align: center;
    }

    table.paymentForm td select {
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(images/arrow.gif) right center no-repeat;
        cursor: pointer;
        padding: 3px 25px 3px 0px;
        height: 30px;
    }

    table.paymentForm td input[type=text],
    table.paymentForm td input[type=password] {
        border: 1px solid #d7d7d7;
        padding: 3px;
        height: 22px;
        line-height: 22px;
    }

    table.paymentForm td input.Button,
    div.paymentForm input.Button {
        float: none;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        zoom: 1;
        color: #ffffff;
        background-color: #101010;
    }

    table.paymentForm td input.Button:hover,
    div.paymentForm input.Button:hover {
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        background-color: #ffffff;
        color: #101010;
    }

    table.paymentForm td div.validationSummary ul li {
        font-weight: normal;
        text-transform: none;
    }

    div.paymentForm div.FormColArea div.FullWidthField {
        width: 100%;
    }

    div.paymentForm div.FormColArea div.FullWidthField div.Input input {
        float: left;
    }

    div.paymentForm div.FormColArea div.FullWidthField div.InstructionBlock {
        float: left;
        width: 80%;
    }

    div.paymentForm div.FormColArea div.FullWidthField div.InstructionBlock a {
        display: block;
        float: left;
        clear: left;
        margin: 0px 10px 10px 10px;
    }

    div.paymentForm div.FormColArea div.FullWidthField div.InstructionBlock div {
        text-align: left;
        float: left;
        width: 80%;
    }

    div.CheckoutInnerBlock div.CouponCode div:nth-child(2) {
        display: table;
        margin: 0px auto;
    }

    div.CouponCode input.Text {
        width: 110px;
    }

    div.CouponCode input {
        float: left;
    }

    div.CouponCode input.Button {
        line-height: 24px;
        color: #ffffff;
        background-color: #101010;
    }

    div.CouponCode span.GoodCondition {
        text-align: left;
    }

    table.MailingList {
        width: 100%;
    }

    table.MailingList td {
        border: none;
        padding: 0px;
        text-transform: none;
    }

    table.MailingList td div.Checkbox span.Label {
        width: 95%;
    }

    table.MailingList td div.Checkbox span.Label span {
        font-family: 'Roboto', Tahoma;
        font-weight: normal;
        font-size: 13px;
        text-transform: none;
    }

    div.OPCPaymentMethods,
    div.CheckoutInnerBlock div.OPCPaymentMethods {
        padding-bottom: 0px;
    }

    div.OPCPaymentMethods select {
        width: 100%;
    }

    div.OPCPaymentMethods div.Label {
        text-align: center;
    }

    div.CouponCode div.CouponText {
        font-family: 'Static';
        font-size: 18px;
        text-transform: uppercase;
        color: #101010;
        padding: 6px 0px 15px 0px;
        text-align: center;
    }

    div.CouponCode div.ar {
        clear: both;
    }

    div.designXML table.dxSubProducts {
        margin-top: 7px;
    }

    div.designXML table.dxSubProducts th {
        font-family: 'Roboto';
        text-transform: none;
        color: #666666;
        font-size: 14px;
        padding: 0px 10px 5px 0px;
    }

    div.designXML table.dxSubProducts td {
        font-family: 'Roboto';
        text-transform: none;
        padding: 0px 0px 5px 0px;
        font-size: 14px;
    }

    div.designXML table.dxSubProducts tr.dxSubProductsTabHeader th,
    div.designXML table.dxSubProducts tr.dxSubProductsTabHeader td {
        color: #101010;
        font-weight: bold;
    }

    div.dxSide div.dxHeader {
        font-family: 'Roboto';
        text-transform: none;
        font-weight: bold;
    }

    div.ShortTable div.dxSide, div.ShortTable div.dxSide div {
        font-family: 'Roboto';
        text-transform: none;
    }

    div.dxSide img {
        max-width: 250px;
        border: 1px solid #b8b8b8;
    }

    div.CustomizeOptions div.designXML table.dxSubProducts tr.dxSubProductsTabHeader th,
    div.CustomizeOptions div.designXML table.dxSubProducts tr.dxSubProductsTabHeader td {
        font-family: 'Static';
        text-transform: uppercase;
        font-size: 18px;
        padding-top: 10px;
    }

    div.CustomizeOptions div.designXML table.dxSubProducts tr.dxSubProductsTabHeader td,
    div.CustomizeOptions div.designXML table.dxSubProducts td {
        text-align: right;
    }

    div.CustomizeOptions div.dxSide div.dxHeader {
        font-family: 'Static';
        text-transform: uppercase;
        font-size: 18px;
        padding-top: 10px;
    }

    div.ProductOptions div.TemplateOptions h2 {
        font-family: 'Static';
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px 0px;
        color: #101010;
        letter-spacing: normal;
    }

    div.ProductOptions div.TemplateOptions ul {
        float: none;
        margin: 0px;
    }

    div.ProductOptions div.TemplateOptions ul li {
        font-weight: normal;
    }

    div.CustomizeOptions div.CustomizationForm {
        padding-top: 10px;
    }

    div.CustomizeOptions div.CustomizationForm div.Field label {
        float: none;
    }

    div.CustomizeOptions div.CustomizationForm div.Field div.Label {
        font-family: "Merriweather";
        margin: 0;
        padding: 0 0 10px;
        text-transform: none;
    }
    div.CustomizeOptions div.CustomizationForm div.Field input.Text{
        font-family: "Merriweather";
        padding: 10px 20px;
        width: 100%;
        margin: 0 0 20px;
        height: auto;
    }
    div.CustomizeOptions div.CustomizationForm div.Field select {
        font-family: "Merriweather";
        width: 100%;
        max-width: 100%;
        padding: 10px 20px;
        margin: 0 0 20px;
        height: auto;
    }
    div.CustomizeOptions div.CustomizationForm div.Field textarea {
        font-family: "Merriweather";
        width: 100%;
        height: 165px;
        padding: 10px 20px;
        margin: 0;
    }

        /***************** Validation *******************/
    div.validationSummary {
        display: table;
        margin: 0px auto;
    }

    div.validationSummary ul {
        display: table-cell;
        padding-top: 10px;
    }

    div.validationSummary ul li {
        color: red;
    }

    span.GoodCondition {
        display: block;
        text-align: center;
        padding-top: 10px;
        color: #008c07;
    }

    span.ErrorCondition,
    div.ErrorCondition {
        color: red;
    }

    /*********** Base styles *********************/
    div.Left, .Left {
        float: left;
    }

    div.Right, .Right {
        float: right;
    }

    div.Clear, .Clear {
        clear: both;
        font-size: 1px;
    }

    div.ac, p.ac, .ac {
        text-align: center !important;
    }

    div.ac table {
        margin-left: auto;
        margin-right: auto;
    }

    .w100 {
        width: 100%;
    }

    div.NoTopPad {
        padding-top: 0px;
    }

    div.SmallBotPad {
        padding-bottom: 33px;
    }

    div.SmallTopPad, .SmallTopPad {
        padding-top: 33px;
    }

    div.WrapperKiosk .SmallTopPad {
        padding-top: 25px;
    }

    .NoBotPad {
        padding-bottom: 0px !important;
    }

    .NoBorder {
        border: none !important;
    }

    .NoMargin {
        margin: 0px;
    }

    /*********************************/
    div.checkoutProgress {
        display: none;
    }

    /************** Test Styles ************/
    .b1 {
        border: 1px solid red !important;
    }

    .b2 {
        border: 1px solid green !important;
    }

    .b3 {
        border: 1px solid blue !important;
    }

    /* background for main page when modal popup is visible */
    .modalBackground {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .modalPopup {
        background-color: #ffffff;
        box-sizing: border-box;
        border: 5px solid #101010;
        padding: 3px;
        width: 450px;
    }

    .modalPopup + div {
        display: none;
    }

    .modalPopupHeader {
        cursor: move;
        background-color: #DDDDDD;
        border: solid 1px Gray;
        color: Black;
        margin: -3px;
        padding: 6px;
        font-weight: bold;
    }

    .modalPopupText {
        padding: 10px;
    }

    .pricePopup {
        background-color: #E3EFFF;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 99;
    }

    .pricePopupHeader {
        background-color: #DDDDDD;
        border: solid 1px Gray;
        color: Black;
        margin: -3px;
        padding: 6px;
        font-weight: bold;
    }

    .pricePopup span.fieldHeader {
        display: block;
        float: left;
        width: 135px;
        text-align: right;
        margin-right: 6px;
    }

    .pricePopup span.fieldValue {
        display: block;
        float: left;
    }

    .modalPopup div.FormArea {
        padding-left: 2%;
        padding-right: 2%;
    }

    .modalPopup div.FormArea input[type=text],
    .modalPopup div.FormArea input[type=password] {
        box-sizing: border-box;
        width: 100%;
        height: 30px;
    }

    .LoginPopupOverlay {
        display: none;
        z-index: 10000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
        z-index: 10000;
    }

    .LoginModal {
        background-color: #ffffff;
        box-sizing: border-box;
        border: 1px solid #101010;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 97%;
        max-width: 1000px;
        height: 90%;
        max-height: 890px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding: 0px;
        display: none;
        z-index: 10010;
    }

    .LoginPopupIframe {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        max-width: 100%;
        border: 0px;
    }

    .LoginModal .LoginModalCloseButton {
        position: absolute;
        cursor: pointer;
        top: -30px;
        right: -1px;
        width: 100%;
        height: 30px;
        border-left: 1px solid #101010;
        border-right: 1px solid #101010;
        background: #101010 url(images/close-modal-btn.gif) right 10px no-repeat;
    }

    .LoginModal .LoginModalCloseButton span {
        cursor: pointer;
        display: block;
        color: #adadad;
        text-align: right;
        padding-right: 30px;
        line-height: 30px;
    }

    /**** odj-js fix ****/
    #liveart-main-container li,
    #liveart-main-container div {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
    }

    /********* Blog styles ************/
    div.posts h1,
    div.post h1 {
        text-align: left;
        font-family: 'DosisM';
        font-size: 30px;
        text-transform: none;
        border: none;
    }

    div.posts h1 a,
    div.post h1 a {
        color: #494c50;
    }

    div.post .pubDate {
        font-family: 'Static';
    }

    #PostPager li {
        border: none;
    }

    #PostPagerSmall {
        display: none;
    }

    /* applied to ajax progress update */
    #centeredProgress {
        width: 300px;
        height: 200px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -150px;
        margin-top: -200px;
        z-index: 99;
        color: #FFFFFF;
        border: 5px solid #C1C1C1;
        background: #FFFFFF url(images/processing.gif) no-repeat 50%;
    }

    /* background style for the screen when an ajax progress update is displayed */
    #ajaxProgressBg {
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
        background-color: #444444;
        opacity: 0.3;
        filter: Alpha(opacity:30);
        z-index: 99999;
    }

    #ajaxProgress {
        padding: 0;
        position: absolute;
        background-color: #FFFFFF;
        background: #FFFFFF url(images/processing.gif) no-repeat 50%;
        z-index: 100000;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        height: 200px;
        border: solid 2px #444444;
    }

    /***** Dts member area */
    .monthSelector input.Button {
        float: none;
    }

    .MonthSummary .MonthSummaryTable {
        width: 50%;

        margin-left: 25%
    }

    .MonthSummaryTable tr:last-child {
        font-weight: bold;
    }

    .MonthSummaryTable tr:last-child td {
        border-top: 2px solid LightGray;
        border-bottom: none;
        border-right: none;
    }

    .TableArea .no-data {
        text-align: center;
    }
    .clearfix {
        overflow: auto;
    }
    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }
}
/**************  Snap widget styling  **************/
#sw-lightbox-overlay #sw-image-bottom-container,
#sw-lightbox-overlay #sw-image-share{
    display: none;

}
#sw-lightbox-overlay #sw-image-wrapper .media-item-link {
    opacity: 1!important;
    background: #46a4da!important;

}
@media (min-width: 992px) {
    #sw-lightbox-overlay  #sw-image-wrapper .media-item-link {
        opacity: 1!important;
    }
}

@media (max-width: 1440px) {
	div.TopCentralBg,
	div.TopCentralTextContainer,
	div.TopBlock {
		height: 41.67vw;
	}
}
@media (max-width: 1333px) {
	div.WideMainAreaWpapper {
		padding: 0px 10px;
	}
}
@media (max-width: 1290px) {
	/************ Catalog **************/
	div.MaterialsArea table.MaterialsFilter td:first-child label span:first-child {
		display: none;
	}
	div.MaterialsArea table.MaterialsFilter td:first-child label span:last-child {
		display: block;
	}
	div.MaterialsArea table.MaterialsFilter td {
		padding-right: 20px;
	}
	ul.CatalogArea li div.ImageArea {
		height: 23.707vw;
	}
	ul.CatalogArea li div.Action {
		height: 23.707vw;
	}
	div.ShopCatNav a {
		padding: 0px 10px;
	}
	ul.ShopCatCatalog li div.Action{
		height: 18.6046vw;
	}
	ul.ShopCatCatalog li a.Title {
		line-height: 18.6046vw;
	}
	ul.ShopCatCatalog li div.ImageArea {
		height: 18.6046vw;
	}
	ul.ShopCatCatalog li div.ImageArea a {
		height: 18.6046vw;
	}
	ul.MoreProducts li div.Action {
		height: 18.6046vw;
	}
	ul.MoreProducts li div.ImageArea {
		height: 18.6046vw;
	}
	div.ProdImageArea div.BigImg {
		height: 50vw;
	}
	div.ImgArea {
		width: 68.8976%;
	}
	div.ImgArea img {
		max-width: 100%;
		width: 100%;
	}
	div.TextArea {
		width: 24.8031%;
	}
	/****************** Tables ********************/
	table tr.TotalArea td div.CouponArea {
		padding-left: 30px;
	}
	/************** Checkout ***********************/
	div.CheckoutInnerBlock div.FormColArea input.Text {
		width: 86.8656%;
	}
	div.CheckoutInnerBlock div.FormColArea input.Zip {
		width: 100px;
	}
	div.CheckoutInnerBlock div.FormColArea input.TextSm {
		width: 50px;
	}
	div.CheckoutInnerBlock {
		padding: 20px 8.3333%;
	}
	div.ShortTableDetails div.ImageArea img {
		max-width: 100%;
	}
	/********** Forms ******************/
	select.FullWidth {
		width: 86.8656%;
	}
	input.CommentText {
		width: 100%;
		margin-bottom: 10px;
	}
	div.FormArea div.Input input.Text {
		width: 100%;
	}
	div.FormArea div.Input input.VerifNum {
		width: 57px;
	}
	img.VerifImg {
		width: 15.5338vw;
		height: 4.6511vw;
	}
	.ResellerForm img.VerifImg {
		width: 200px;
		height: 60px;
	}
		/******************* Inner pages **************************/
	div.Content div.CoinsArea {
		width: 62.0155%;
	}
	div.Content table.Coins th.Def {
		padding-right: 10px;
	}
	div.Content div.CoinsArea h2 {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	div.Content table.Coins td {
		padding: 5px 5px;
	}
	iframe.FullWVideo {
		width: 100%;
		height: 55.3488vw;
	}
	div.ResellerImg img{
		max-width: 100%;
	}
	div.Photos div.ShowInst iframe {
		height: 25vw;
	}

}
@media (max-width: 1224px) {
	/***************** Menu **************************/
	div.TopNav span.PhoneNum {
		letter-spacing: normal;
	}
	/******************* Homepage **************************/
	div.TopBlock div.VideoArea {
		display: none;
	}
	div.TopBlock {
		/*background: url(images/top-bg.jpg) center center no-repeat;*/
	}
    /******************* Inner pages **************************/
    #tutorialVideo {
        width: auto;
    }
        #tutorialVideo div.VideoBlock {
            padding: 0px 5px 15px;
        }
    div.WelcomeBlock {
        width: auto;
        padding: 15px;
    }
        div.WelcomeBlock div.Left {
            float: none;
        }
        div.WelcomeBlock div.InstagramBlock {
            float: none;
            width: 100%;
        }
        div.WelcomeBlock div.InstagramBlock iframe:first-child {
            display: none;
        }
        div.WelcomeBlock div.InstagramBlock iframe:last-child {
            display: block;
        }
        div.WelcomeBlock div.InstagramBlock .snapwidget-widget{
            height: 100px;
        }
        div.WelcomeBlock h1 {
            padding-top: 10px;
        }
}
@media (max-width: 1168px) {
	div.MainAreaWpapper {
		padding: 0px 10px;
	}
	div.BenefitBlock{
		margin-top: 30px;
		padding-top: 42px;
	}
}
@media (max-width: 1150px) {
	/*************** Login *********************/
	div.ForgotPwd {
		float: none;
		clear: both;
		padding-top: 15px;
		display: table;
		margin: 0px auto;
	}
	div.SignIn {
		float: none;
		display: table;
		margin: 0px auto;
	}
	/******************* Inner pages **************************/
	div.Content div.CoinsArea {
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}
	div.ShopCategoryBlock div.CategoriesList > div {
		width: 15.41vw;
	}
	div.ShopCategoryBlock div.CategoriesList .ImageArea {
		height: 14.55vw;
	}
	.ShopPromoBlock > div,
	.ShopPromoBlock .ShopPromoText{
		height: 32.8vw;
	}
	.ResellerSlideshow .TextArea {
		width: 60%;
		padding: 35px 34px 25px 56px;
	}
	.ResellerSlideshow .ImageArea {
		width: 58%;
	}
	div.ResellerText {
		padding-top: 30px;
	}
}
@media (max-width: 1015px) {
	/************** Common Layout Parts ************/
	div.Footer div.FooterLinks div.LinksBlock {
		width: 18%;
	}
	div.Footer div.FooterLinks div.Right {
		width: auto;
	}
	/***************** Menu **************************/
	div.TopNav .Left > a {
		padding-left: 10px;
	}
	div.TopNav .Left > a:first-child {
		padding-left: 0px;
	}
	div.TopNav span.PhoneNum {
		padding-left: 10px;
	}
	/************ Catalog **************/
	div.ShopCatNav {
		display: none;
	}
	ul.ShopCatCatalog li div.Action:hover a.Title {
		line-height: 11.6279vw;
	}
	/****************** Tables ********************/
	table tr.TotalArea td div.ShipDiscAreaLabel {
		font-size: 12px;
		line-height: 18px;
	}
	table tr.TotalArea td div.CheckoutBtn {
		margin-left: -107px;
	}
	table tr.TotalArea td div.Total {
		font-size: 30px;
	}
	table tr.TotalArea td div.CouponArea {
		width: 270px;
		padding-top: 20px;
	}
	table tr.TotalArea td div.CouponArea div.CouponText {
		padding-bottom: 20px;
	}
	table tr.TotalArea td div.CouponArea div:nth-child(2) {
		clear: left;
	}
	div.TableArea table td.ShipToCol select {
		max-width: 250px;
	}
	/********** Forms ******************/
	div.CheckoutBtn a.HighlightBtn {
		padding: 0px 30px;
	}
	.OjdBlock .OjdTextBlock h2 {
		padding-top: 60px;
	}
	.TestimonialsBlock .ImageArea img{
		max-width: 100%;
	}
	.ResellerSlideshow .TextArea {
		width: 70%;
		padding: 25px 24px 15px 40px;
		position: relative;
		float: left;
		z-index: 20;
		transform: none;
		margin-top: 20px;
	}
	.ResellerSlideshow .ImageArea {
		width: 48%;
		margin-left: -18%;
	}
	/*************** Product details *************/
	div.ProdDetailsArea, div.DetailHeaderMain {
		width: 48%;
	}

}
@media (max-width: 970px) {
	/************** Common Layout Parts ************/
	div.Footer div.FooterLinks div.LinksBlock:nth-child(3) {
		display: none;
	}
	div.Footer div.FooterLinks div.LinksBlock {
		width: 16%;
	}
	div.Footer div.FooterLinks div.Right {
		width: auto;
	}
    div.Footer .NewsletterBlock {
        width: 40%;
    }
	/*************** Product details *************/
	div.ProductOptions span.InputFieldUserPrompt,
	div.ProductOptions span.KitComponentName,
	div.ProductOptions span.ProductOptionName {
		font-size: 14px;
	}
	div.ProductOptions ul li li {
		padding-bottom: 5px;
	}
	div.ProductOptions ul li ul li input[type="text"] {
		float: none;
		width: 100%;
		margin-top: 0px;
	}
	/************** Checkout ***********************/
	div.CheckoutArea {
		width: 90%;
	}
	div.CheckoutInnerBlock {
		padding: 20px;
	}
	div.DeliveryInstr {
		padding: 0px 15%;
	}
    /******************* Inner pages **************************/
    #tutorialVideo {
        width: 100%;
    }
    #tutorialVideo div.VideoBlock {
        padding: 0px 0px 10px;
        width: 97vw;
        height: 59.1094vw;
    }
	/*************** Login *********************/
	div.SingleLoginAreaBlock {
		padding: 20px;
	}

	div.Menu div.MainMenu a {
		margin: 0px 10px;
	}
	.ResellerOjdBlock {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.ResellerFormBlock {
		margin: 40px 0px;
		padding: 40px 0px;
	}
	.ResellerForm .FormArea {
		padding: 0px;
	}
	.ResellerForm h2 {
		font-size: 32px;
	}
	.ResellerForm p {
		font-size: 14px;
	}
	div.ResellerText {
		padding-top: 0px;
	}
	div.ResellerText h1 {
		font-size: 34px;
	}
	div.ResellerText p {
		font-size: 14px;
	}
	div.BenefitBlock {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	div.BenefitBlock h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.ResellerOjdBlock {
		height: 330px;
		background-size: 100%;
	}
	.ResellerOjdBlock .OjdTextBlock {
		height: 330px;
	}
	.ResellerOjdBlock .OjdTextBlock h2 {
		font-size: 26px;
		padding: 0px 10px 15px 20px;
	}
	.ResellerOjdBlock .OjdTextBlock p {
		font-size: 14px;
		line-height: 28px;
	}
	.ResellerSlideshow .TextArea h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.ResellerSlideshow .TextArea p {
		font-size: 14px;
		line-height: 28px;
	}

}
@media (max-width: 870px) {
	/************** Common Layout Parts ************/
	div.MainAreaWpapper {
		padding: 0px;
	}
	div.MainArea {
		margin: 0px 20px;
	}
	div#content {
		width: 100%;
		-webkit-transform: flat;
		-moz-transform:flat;
		-o-transform: flat;
		transform: flat;
		-webkit-transition:-webkit-transform 0.25s linear;
		-moz-transition:-moz-transform 0.25s linear;
		-o-transition:-o-transform 0.25s linear;
		transition:transform 0.25s linear;
	}
	div.TopNav a.Extra {
		display: none;
	}
	div.TopNav div.CartArea {
		display: block;
		float: left;
		width: auto;
		padding-top: 0px;
	}
	div.TopNav div.CartArea a {
		background: none;
		width: auto;
		height: auto;
		margin-left: 0px;
		line-height: 27px;
		float: right;
	}
	div.TopNav div.CartArea a span {
		background: none;
		color: #5e5e5e;
		position: static;
		width: auto;
		height: auto;
		padding-left: 0px;
		line-height: 27px;
	}
	div.TopNav div.CartArea a.empty span {
		display: block;
	}
	div.TopNav div.CartArea a.cart span:before {
		content: "Cart (";
	}
	div.TopNav div.CartArea a.wishlist span:before {
		content: "Wishlist (";
	}
	div.TopNav div.CartArea a span:after {
		content: ")";
	}
	div.BottomBg {
		background-position: center 150px;
	}
	div.Header, div.ReducedHeader {
		height: 90px;
		display: block;
	}
	div.LogoInverse {
		display: block;
		padding: 15px 0px 15px 17px;
		float: left;
	}
    div.CompactHeader div.LogoInverse {
        border: none;
        padding-bottom: 30px;
        float: left;
    }
	div.Logo {
		padding: 7px 0px 0px 0px;
		float: none;
		text-align: center;
		z-index: 20;
		display: table;
		margin: 0px auto;
	}
	div.Logo a > span {
		display: none;
	}
	div.Logo a.PhoneNum > span {
		display: inline;
		float: none;
		line-height: initial;
		letter-spacing: normal;
		padding-left: 0px;
	}
	div.Logo a {
		display: table;
		margin: 0px auto;
	}
	div.Logo img {
		float: none;
	}
	div.CartArea {
		display: none;
	}
	div.Header .PhoneNum {
		max-width: 250px;
		margin: 0px auto;
		text-align: center;
		padding-top: 10px;
		font-weight: normal;
		color: #999999;
		font-family: MuseoSlab;
		display: block;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	div#advPopup {
		top: 40px;
		box-sizing: border-box;
		border: 5px solid #101010;
		width: 280px;
		left: 50%;
		transform: translate(-50% 0);
		margin-left: -130px;
	}
	div#advPopup h2 {
		padding: 25px 0px 15px 0px;
		font-size: 16px;
		line-height: 125%;
		font-weight: bold;
	}
	div#advPopup p {
		font-size: 14px;
		padding: 0px 0px 24px 0px;
		line-height: 22px;
	}
	div#advPopup div.SubscribeBlock input {
		width: 230px;
		margin-bottom: 30px;
		height: 40px;
		box-sizing: border-box;
		float: none;
		font-size: 14px!important;
		display: block;
		border-right: 1px solid #d7d7d7;
	}
	div#advPopup div.SubscribeBlock input.Button {
		width: auto;
		display: table;
		margin: 0px auto;
	}
	div#advPopup div.CloseLink {
		padding: 26px 0px;
	}
	div#advPopupOverlay {
		background: #ffffff;
		top: 0px;
	}
    div.TopBlock a.Button {
        width: 180px;
        padding: 0px 10px;
    }
	.TopBlock div.MainAreaWpapper {
		width: 100%;
	}
	div.Footer div.FooterLinks div.LinksBlock {
        width: 24%;
    }
	/***************** Menu **************************/
    div.CompactHeader div.WideMainArea {
        margin: 0px;
    }
	div.TopNav {
		height: 28px;
		display: table;
		width: 100%;
		-webkit-transform: flat;
		-moz-transform: flat;
		-o-transform: flat);
		transform: flat;
		-webkit-transition:-webkit-transform 0.25s linear;
		-moz-transition:-moz-transform 0.25s linear;
		-o-transition:-o-transform 0.25s linear;
		transition:transform 0.25s linear;
	}
	div.SlideContent,
	div#content.SlideContent {
		-webkit-transform: translate(260px, 0);
		-moz-transform: translate(260px, 0);
		-o-transform: translate(260px, 0);
		transform: translate(260px, 0);
	}
	div.TopNav a, div.TopNav span {
		line-height: 28px;
		font-size: 11px;
	}
	div.TopNav div.SaveBtnArea,
	div.TopNav div.Left {
		display: none;
	}	
	div.TopNav div.Right{
		float: left;
	}
	div.TopNav div.Right > a:first-child {
		display: none;
	}
	div.SocLinks {
		display: none;
	}
	div#menu-ico {
		display: block;
		position: absolute;
		top: 23px;
		left: 20px;
		z-index: 1000;
		cursor: pointer;
	}
	div.SearchArea {
		display: none;
	}
	div.MenuArea {
		text-align: left;
		width: 260px;
		top: 0px;
		z-index: 3;
		background: #101010;
		height: auto;
		min-height: 100%;
		-webkit-transform: translate(-260px, 0);
		-moz-transform: translate(-260px, 0);
		-o-transform: translate(-260px, 0);
		transform: translate(-260px, 0);
		-webkit-transition:-webkit-transform 0.25s linear;
		-moz-transition:-moz-transform 0.25s linear;
		-o-transition:-o-transform 0.25s linear;
		transition:transform 0.25s linear;
		display: block;
	}
	div.MenuActive {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	div.MenuArea div.LogoInverseArea {
		border-bottom: 1px solid #ffffff;
	}
	div.Menu,
	div.Menu div.MainMenu {
		display: block;
		cursor: default;
		clear: both;
	}
	div.Menu div.MainMenu {
		border-bottom: 1px solid #fff;
	}
	div.Menu div.MainMenu a {
		color: #fff;
		text-align: left;
		font-family: "MuseoSlab";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
		padding: 0px 20px;
		line-height: 52px;
	}
	div.Menu div.MainMenu > a {
		background: none;
	}
	div.Menu div.MainMenu > a.noSub {
		padding: 0px 20px;
	}
	div.SubMainMenu {
		position: static;
		width: 100%;
		display: block;
	}
	div.SubMainMenu > div {
		margin: 0px;
		position: static;
	}
	div.SubMainMenuArea {
		width: auto;
		margin: 0px;
		overflow: visible;
		margin-top: -10px;
		padding-bottom: 10px;
	}
	div.Menu div.MainMenu div.SubMainMenu li {
		line-height: 30px;
		white-space: normal;
	}
	div.Menu div.MainMenu div.SubMainMenu li a {
		text-align: left;
		font-size: 14px;
		color: #bdbdbd;
		padding: 0px 20px;
		line-height: 30px;
		font-weight: bold;
	}
    div.CompactHeader div.Menu div.MainMenu {
        border: none;
    }
    div.CompactHeader div.Menu div.MainMenu a {
        padding: 0px;
        font-size: 12px;
        line-height: 42px;
    }
    div.CompactHeader div.Menu {
        padding-left: 0px;
        float: none;
        padding: 0px 32px 15px;
        clear: both;
    }
	div.AdditionalMenu {
		display: block;
        margin: 0px 32px;
	}
        div.CompactHeader div.AdditionalMenu  {
            position: static;
        }
	div.AdditionalMenu a {
		display: block;
		color: #fff;
		text-align: left;
		font-family: "MuseoSlab";
        letter-spacing: 2px;
		font-size: 16px;
		font-weight: bold;
		padding: 0px 20px;
		line-height: 52px;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
	}
        div.CompactHeader div.AdditionalMenu a#search {
            display: none;
        }
    div.CompactHeader div.AdditionalMenu {
        float: none;
        border-top: 2px solid #4b4b4b;
        padding-top: 15px;
    }
    div.CompactHeader div.AdditionalMenu div {
        float: none;
    }
    div.CompactHeader div.AdditionalMenu span,
    div.CompactHeader div.AdditionalMenu .PhoneNum{
        display: none;
    }
    div.CompactHeader div.AdditionalMenu a {
        float: none;
        border: none;
        padding: 0px;
        font-family: 'MuseoSlab';
        font-weight: bold;
    }
    div.CompactHeader div.AdditionalMenu div.SocLinks{
        display: block;
        padding: 20px 0px 15px;
    }
    div.CompactHeader div.AdditionalMenu div.SocLinks a {
        margin: 0px;
        padding: 0px 0px 20px;
        border: none;
        float: left;
    }
    div.CompactHeader div.AdditionalMenu div.SocLinks a + a {
        margin-left: 20px;
    }
	a#search-sm {
		display: block;
		position: absolute;
		right: 19px;
		top: 23px;
		z-index: 100;
	}
	div.SearchArea {
		background: #ffffff;
        padding-left: 10px;
        position: absolute;
        z-index: 20;
	}
	div.SearchArea input[type=text] {
		border: 1px solid #d7d7d7;
		width: 100%;
		height: 30px;
	}
    div.SearchArea input.searchButton {
        display: block;
    }
	div.NoSlide div {
		float: none;
	}
	div.MenuArea .PhoneNum {
		padding: 30px 20px 10px 30px;
		font-weight: bold;
		color: #CDCDCD;
		font-family: MuseoSlab;
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 1px;
		float: left;
		width: 120px;
	}
    div.CompactHeader div.MenuArea .PhoneNum {
        padding: 20px 0px 0px 27px;
        float: left;
        max-width: 150px;
        box-sizing: border-box;
        border: none;
    }
    .ShopPromoBlock > div .Button {
        width: 180px;
    }
    .OjdBlock .OjdTextBlock h2 {
        padding: 0px 10px 23px 20px;
    }
    .OjdBlock .OjdTextBlock p {
        padding: 0px 10px 23px 20px;
    }
    .OjdBlock .OjdTextBlock .Button {
        margin-left: 20px;
        width: 180px;
    }
	.ResellerOjdBlock .OjdTextBlock .ButtonPlainLink {
		padding-left: 20px;
	}
    .TestimonialsBlock .ImageArea {
        max-width: 30%;
    }
    .TestimonialsBlock .QuoteArea {
        width: 75%;
        margin-top: 60px;
        background-position: 20px 20px;
        padding: 50px 20px 20px 60px;
    }
    .TestimonialsBlock .QuoteArea .QuoteText {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .TestimonialsBlock .QuoteArea .QuoteRate {
        padding-bottom: 10px;
    }
    div.PhotosArea {
        padding-top: 0px;
    }
	.ShopPromoBlock > div {
		padding: 0px 30px;
	}
	h1.Hp {
		font-size: 40px;
		line-height: 45px;
		padding-bottom: 15px;
	}
	p.Note {
		padding-bottom: 15px;
	}
        /************ Catalog **************/
	div.MaterialsArea table.MaterialsFilter td {
		padding-right: 10px;
	}
	ul.CatalogArea li a.Title {
		font-size: 14px;
		padding-top: 15px;
		margin-bottom: 5px;
	}
	ul.CatalogArea li span.Price {
		padding-bottom: 20px;
	}
	ul.CatalogArea li div.Action p {
		top: 70%;
	}
	ul.ShopCatCatalog li a.Title {
		margin: 0px;
		padding: 0px;
		font-size: 15px;
	}
	ul.MoreProducts li a.Title {
		font-size: 14px;
		padding-top: 10px;
		max-height: 41px;
	}
	ul.MoreProducts li div.SKU {
		margin-top: 2px;
	}
	div.ProdImageArea div.BigImg {
		height: 40vw;
	}
	div.ImgArea {
		width: 100%;
		float: none;
	}
	div.TextArea {
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	/******************* Inner pages **************************/
	div.Submenu a {
		padding: 0px 10px;
	}
	div.ContentTerms {
		padding: 0px 10% 25px 10%;
	}
	.AdvImg img {
		max-width: 100%;
		width: 100%;
	}
	div.Content table.Coins td {
		white-space: normal;
	}
	#after-designer {
		padding-top: 15vw;
	}
    div.WelcomeBlock {
        width: 90%;
    }
    div.WelcomeBlock div.Left {
        width: 100%;
    }
	/****************** Tables ********************/
	div.Content div.TableArea,
	div.TableArea {
		padding: 0px;
	}
	div.AccountTable {
		padding-bottom: 20px;
	}
	div.TableArea table td.First {
		padding-right: 0px;
		padding-left: 0px;
		border-left: none;
	}
	table td.First img {
		max-width: 55px;
	}
	div.TableArea table td.ProductCol {
		padding-right: 0px;
	}
	div.TableArea table td.RemoveCol,
	div.TableArea table td.ActionCol,
	div.TableArea table th.RemoveHdr,
	div.TableArea table th.ActionHdr,
	div.TableArea table td.ShipToCol,
	div.TableArea table th.ShipHdr {
		display: none;
	}
	div.ProdRemoveSm,
	div.ProdActionSm,
	div.ShipToSm {
		display: block;
	}
	div.ProdActionSm {
		padding-top: 10px;
	}
	div.ProdActionSm a.DarkLink {
		color: #101010;
		font-family: 'Static';
		line-height: 20px;
	}
	div.ProdActionSm a.Button {
		background: #101010;
		color: #fff;
		float: none;
		text-align: center;
		margin-bottom: 10px;
		width: 40%;
		box-sizing: border-box;
	}
	div.ProdActionSm a.Ghost-btn:hover {
	  background-color: #fff;
	  color: #101010;
	}
	div.AccountTable div.ProdActionSm a.Button {
		width: auto;
		float: left;
		text-align: left;
	}
	div.ProdRemoveSm a.Remove {
		background: none;
		width: auto;
		height: auto;
		color: #101010;
		font-family: 'Static';
		font-weight: bold;
		text-decoration: underline;
		line-height: 20px;
	}
	div.ProdRemoveSm a.Remove:hover {
		text-decoration: none;
	}
	div.ShipToSm {
		display: block;
		font-family: 'Static';
		font-weight: bold;
		color: #909090;
	}
	div.ShipToSm span {
		color: #101010;
		font-weight: normal;
		display: block;
	}
	div.ShipToSm select {
		width: 100%;
	}
	div.ProdTitle {
		padding-bottom: 10px;
	}
	div.ProdTitle a {
		line-height: 20px;
		display: block;
	}
	div.ProdDetails {
		padding-top: 3px;
	}
	div.SKU span {
		font-weight: bold;
		color: #909090;
	}
	div.ItemAdded {
		display: none;
	}
	div.ProdDetails table.Details {
		margin-bottom: 10px;
	}
	div.ProdDetails table.Details th {
		width: 150px;
		font-size: 13px;
	}
	div.ProdDetails table.Details td,
	div.ProdDetails div table.Details td{
		font-size: 13px;
		font-weight: normal;
		color: #909090;
	}
	div.ProdDetails div.Opened div, div.ProdDetails div.Opened ul {
		font-size: 13px;
	}
	div.ProdDetails div.Opened ul li {
		font-size: 13px;
	}
	div.TotalSmArea {
		display: block;
	}
	table tr.TotalArea {
		display: none;
	}
	div.HltArea {
		background: #f6f6f6;
		padding: 27px 20px 0px;
		margin-bottom: 30px;
	}
	div.TotalSmArea div.CouponAreaSm {
		padding-bottom: 10px;
	}
	div.TotalSmArea div.CouponAreaSm div.CouponText {
		font-family: 'Static';
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		padding: 0px 0px 26px 0px;
	}
	div.TotalSmArea div.CouponAreaSm div:nth-child(2) {
		display: table;
		margin: 0px auto;
	}
	div.TotalSmArea div.CouponAreaSm input {
		float: left;
		display: table-cell;
		margin-bottom: 5px;
	}
	div.TotalSmArea div.CouponAreaSm input.Text {
		border: none;
		height: 36px;
		background: #ffffff;
		color: #b8b8b8;
		padding: 3px 5px;
		font-size: 15px;
	}
	div.TotalSmArea div.CouponAreaSm input.Button {
		background: #101010;
		color: #fff;
		padding: 0px 27px;
		height: 36px;
		line-height: 30px;
		box-sizing: border-box;
	}
	div.TotalSmArea div.CouponAreaSm .Ghost-btn:hover {
	  background-color: #fff;
	  color: #101010;
	}
	div.TotalSmArea div.CouponAreaSm div.ar {
		text-align: center;
		font-size: 13px;
	}
	div.TotalSmArea div.ShipDiscAreaTotalLabels {
		float: left;
		width: 49%;
	}
	div.TotalSmArea div.ShipDiscAreaTotalLabels div.ShipDiscAreaLabel {
		text-align: right;
		font-family: 'Roboto';
		text-transform: none;
		font-size: 12px;
		line-height: 18px;
	}
	div.TotalSmArea div.ShipDiscAreaTotalLabels div.TotalLabel {
		text-align: right;
	}
	div.TotalSmArea div.ShipDiscAreaValue {
		font-size: 12px;
		line-height: 18px;
	}
	div.TotalSmArea div.ShipDiscAreaTotalValues {
		float: right;
		width: 49%;
		font-family: 'Roboto';
		text-transform: none;
		font-weight: bold;
	}
	div.TotalSmArea div.Total {
		padding: 10px 0px;
		font-size: 30px;
		font-family: 'Static';
		font-weight: bold;
		text-transform: uppercase;
	}
	div.OrderSummaryTable {
		padding-top: 0px;
	}
	div.OrderSummaryBlock {
		float: left;
		width: 50%;
	}
	div.OrderSummaryBlock:nth-child(3n+1) {
		clear: none;
	}
	div.OrderSummaryBlock:nth-child(2n+1) {
		clear: left;
	}
	div.OrderSummaryBlock div {
		width: 50%;
		padding: 10px 0px 10px 10px;
	}
	div.OrderSummaryBlock div.OrderSumLabel {
		width: 50%;
	}
	/*************** Login *********************/
	div.LoginAreaBlock {
		padding: 20px;
	}
	div.LoginAreaCol div.FormArea {
		padding: 0px;
	}
	div.LoginAreaCol {
		padding: 20px;
	}
	div.validationSummary ul {
		padding: 0px 0px 10px 0px;
	}
	div.validationSummary ul li {
		font-size: 13px;
	}
	/********** Forms ******************/
	div.FormArea {
		padding: 10px 15% 20px 15%;
	}
	img.VerifImg {
		width: 20vw;
		height: 6vw;
	}
	/******************* Homepage **************************/
    /*.snapwidget-widget {
		height: 250px;
	}
            div.WelcomeBlock div.InstagramBlock .snapwidget-widget{
            height: 100px;
        }*/

	/*************** Product details *************/
    div.DetailHeaderMain {
        float: none;
        width: 100%;
    }
	div.DetailHeaderMain h1.ProdTitle {
		font-size: 18px;
		font-weight: bold;
		float: none;
		width: 100%;
		padding: 17px 0px 0px 0px;
		text-align: center;
	}
	div.DetailHeaderMain div.ProdPrice {
		width: 20%;
		padding: 3px 0px 1px 0px;
	}
	div.DetailHeaderMain div.ProdPrice + div.Clear {
		clear: none;
	}
	div.DetailHeaderMain div.ProdPrice > span {
		top: 25px;
	}
	div.DetailHeaderMain div.ProdPrice span.Price{
		font-size: 18px;
		padding: 0px;
	}
	div.DetailHeaderMain div.HltText {
		font-size: 14px;
		padding: 5px 0px 26px 0px;
		float: left;
	}
	div.ProdImageArea {
		float: none;
		width: 100%;
		line-height: 5px;
		padding: 10px 0px;
	}
	div.ProdImageArea div.BigImg {
		height: 20vw;
		margin-bottom: 5px;
	}
	div.ProdImageArea div.BigImg img {
		max-height: 100%;
	}
	div.ProdDetailsArea {
		float: none;
		width: 100%;
	}
	div.ProdDetailsArea div.DiscountsArea {
		border-top: none;
	}
	div.ProdDetailsArea div.DiscountsArea h2 {
		padding: 3px 0 5px;
		font-size: 16px;
	}
	div.ProductOptionsArea {
		max-height: none;
		overflow: initial;
	}
	div.ProductOptions select {
		width: 60%;
	}
	div.AddCartBtnArea {
		width: 100%;
		float: none;
	}
	div.ProdSocialArea {
		width: auto;
	}
    div.CustomizeBtnArea div.ButtonArea{
        width: 100%;
        float: none;
    }
	div.ResselerTopContainer {
		padding-top: 40px;
	div.AskHelpBlock {
		float: none;
		display: table;
		margin: 0 auto;
		padding-top: 15px;
	}
	div.AskHelpBlock .ButtonPlainLink {
		float: none;
	}
}

@media (max-width: 750px) {
	/************** Common Layout Parts ************/
	div.Footer div.FooterLinks div.LinksBlock:nth-child(4) {
		display: none;
	}
	div.Footer div.FooterLinks div.LinksBlock {
		width: 22%;
	}
	div.Footer div.FooterLinks div.Right {
		width: auto;
	}
	div.Footer div.FooterLinks div.LinksBlock p.PhoneNum {
		letter-spacing: normal;
	}
    div.Footer .NewsletterBlock {
        width: 50%;
    }
    div.Footer div.FooterLinks div.LinksBlock:first-child {
        width: 20%;
    }
	/************ Catalog **************/
	div.MaterialsArea table.MaterialsFilter td {
		padding-right: 7px;
	}
	ul.CatalogArea li {
		width: 48.2142%;
		margin-right: 3.5714%;
	}
	ul.CatalogArea li:nth-child(4n) {
		margin-right: 1.5748%;
	}
	ul.CatalogArea li:nth-child(4n+1) {
		clear: none;
	}
	ul.CatalogArea li:nth-child(2n) {
		margin-right: 0px;
	}
	ul.CatalogArea li:nth-child(2n+1) {
		clear: left;
	}
	ul.CatalogArea li div.ImageArea {
		height: 48.2142vw;
	}
	ul.CatalogArea li div.Action {
		height: 48.2142vw;
	}
	div.ShopCatHeader {
		height: 141px;
	}
	div.ShopCatHeader h1 {
		line-height: 141px;
		font-size: 25px;
	}
	div.ShopCatSubTitle {
		font-size: 14px;
		line-height: 90px;
	}
	ul.ShopCatCatalog li div.ImageArea {
		height: 18.6046vw;
		margin-bottom: 10px;
	}
	ul.ShopCatCatalog li div.Action {
		height: 18.6046vw;
	}
	ul.ShopCatCatalog li:nth-child(2n+1) {
		clear: none;
	}
	ul.ShopCatCatalog li:nth-child(2n) {
		margin-right: 1.5625%;
	}
	ul.ShopCatCatalog li {
		margin-right: 1.5625%;
	}
	ul.ShopCatCatalog li:nth-child(6n-5) {
		clear: left;
		width: 28.9062%;
	}
	ul.ShopCatCatalog li:nth-child(6n-4) {
		width: 39.8437%;
	}
	ul.ShopCatCatalog li:nth-child(6n-3) {
		width: 28.125%;
		margin-right: 0px;
	}
	ul.ShopCatCatalog li:nth-child(6n-2) {
		width: 24.2187%;
		clear: left;
	}
	ul.ShopCatCatalog li:nth-child(6n-1) {
		width: 35.9375%;
	}
	ul.ShopCatCatalog li:nth-child(6n) {
		width: 36.7187%;
		margin-right: 0px;
	}
	ul.MoreProducts li div.ImageArea img{
		width: 100%;
		height: auto;
	}
	/****************** Tables ********************/
	div.TableArea table th.SubtotalHdr,
	div.TableArea table td.SubtotalCol	{
		display: none;
	}
	div.ProdSubtotalSm {
		display: block;
		font-family: 'Static';
		font-weight: bold;
		color: #909090;
		padding-bottom: 4px;
		clear: left;
	}
	div.ProdSubtotalSm span {
		color: #101010;
		font-weight: normal;
	}
	/******************* Inner pages **************************/
	div.Content p {
		padding: 0px 0px 20px 0px;
		line-height: 20px;
	}
	div.Content h2 {
		padding-left: 0px;
		padding-right: 0px;
	}
	div.Content ol,
	div.Content ul {
		padding: 0px 10px 20px 10px;
	}
	div.Testimonials div.Quote{
		padding: 0px 0px 20px 0px;
	}
	div.RingImg img:first-child {
		display: none;
	}
	div.RingImg img:last-child {
		display: block;
		margin: 0px auto;
	}

	/************** Checkout ***********************/
	div.CheckoutArea {
		width: 100%;
	}
	div.CheckoutInnerBlock div.FormArea {
		padding: 0px 0px 30px 0px;
	}
	div.CheckoutInnerBlock div.OPCPaymentMethods {
		padding: 0px;
	}
	table.RadioBtnArea {
		margin-bottom: 20px;
	}
	div.ShipMethodList {
		padding: 15px 0px;
		display: table;
		margin: 0px auto;
	}
	div.ShipMethodList div.ShipMethodCol {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}
	div.DeliveryInstr {
		padding: 0px 20px;
	}
	/*************** Login *********************/
	div.SingleLoginAreaBlock div.LoginAreaCol{
		width: 70%;
	}

	div.BlockArea {
		padding: 20px 0px;
	}
	div.Photos {
		padding-top: 0px;
	}

	div.ShopCategoryBlock div.CategoriesList {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	div.ShopCategoryBlock div.CategoriesList > div {
		width: 30%;
		margin: 5px 0px;
	}
	div.ShopCategoryBlock div.CategoriesList .ImageArea {
		height: 150px;
	}
	div.ShopCategoryBlock div.CategoriesList .ImageArea img {
		max-height: 100%;
	}
	.EqualBlocks {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.ShopPromoBlock > div, .ShopPromoBlock .ShopPromoText {
		height: 400px;
	}
	.ShopPromoBlock > div {
		width: 571px;
		padding: 0px 40px;
	}
	.ShopPromoBlock .ShopPromoText {
		max-width: 100%;
	}
	.ShopPromoBlock > div h2 {
		line-height: 40px;
		max-width: 100%;
	}
	div.TopCentralBg {
		display: none;
	}
	div.TopBlock {
		background: url("images/top-bg.jpg");
	}
    div.TopCentralBgSmall {
        display: block;
    }
    div.TopCentralBgSmall img {
        display: none;
    }
	div.TopCentralTextContainer, div.TopBlock {
		height: 450px;
	}
	.OjdBlock {
		height: 43.87vw;
		background-image: url("images/ojd-bg-sm.jpg");
		background-size: 100%;
	}
	.OjdBlock .OjdTextBlock {
		height: 43.87vw;
	}
	.OjdBlock .OjdTextBlock h2 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 15px;
	}
	.OjdBlock .OjdTextBlock p {
		padding-bottom: 15px;
		font-size: 14px;
		line-height: 25px;
	}
	.ResellerOjdBlock {
		background-image: url("images/reseller-ojd-bg-sm.png");
	}
	div.BenefitBlock {
		background-repeat: repeat-y;
	}
	div.BenefitsList {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	div.BenefitsList div {
		width: 49%;
	}

}
@media (max-width: 650px) {
	/********** Headers *************/
	h1 {
		font-size: 25px;
		margin-bottom: 0px;
		font-weight: normal;
		padding: 25px 0px 22px 0px;
	}
	p.Note {
		width: auto;
		padding: 0px 10px 15px;
	}
    div.BottomBg {
        background-position: center 80px;
    }
    div.BottomBg div.BlockArea {
        padding-top: 0px;
    }
    /************** Common Layout Parts ************/
	div.Footer div.FooterLinks div.LinksBlock:nth-child(2) {
		width: 80%;
	}
    div.Footer div.FooterLinks div.LinksBlock a {
        float: left;
        width: 30%;
    }
    div.Footer .NewsletterBlock {
        clear: both;
        float: none;
        padding-top: 20px;
        margin: 0px auto;
    }
	/*************** Breadcrumbs **********/
	div.CategoryBreadCrumbs {
		display: none;
	}
	/************ Catalog **************/
	div.FiltersText {
		display: block;
		line-height: 50px;
		font-family: 'Static';
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		background: url(images/filter-tick.gif) right 22px no-repeat;
		cursor: pointer;
	}
	div.FTOpened {
		background-image: url(images/filter-tick-o.gif);
	}
	div.FiltersArea {
		padding-bottom: 13px;
		display: none;
	}
	div.FOpened {
		display: block;
	}
	div.FiltersArea h4 {
		width: 20%;
		float: left;
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 14px;
		text-transform: capitalize;
	}
	div.MaterialsArea {
		float: none;
		width: 100%;
		padding: 0px;
		height: 50px;
	}
	div.MaterialsArea table.MaterialsFilter {
		float: left;
		margin-top: 5px;
	}
	div.MaterialsArea table.MaterialsFilter td {
		padding-right: 10px;
	}
	div.MaterialsArea table.MaterialsFilter td:last-child {
		padding-right: 0px;
	}
	div.MaterialsArea input {
		display: block;
		float: left;
	}
	div.MaterialsArea table.MaterialsFilter label {
		float: left;
		padding-left: 10px;
		margin-top: -2px;
		font-size: 14px;
	}
	div.MaterialsArea table.MaterialsFilter label:hover {
		border-bottom: none;
	}
	div.MaterialsArea table.MaterialsFilter input:checked + label{
		border-bottom: none;
		color: #101010;
	}
	div.PriceArea {
		float: none;
		width: 100%;
		clear: left;
		height: 70px;
		position: static;
	}
	div.SliderArea {
		float: left;
		width: 190px;
		position: relative;
	}
	div#slider,
	div.SliderValue {
		display: none;
	}
	div.PriceFilterSm {
		display: block;
	}
	div.PriceFilterSm input.Text {
		float: left;
		width: 50px;
	}
	div.PriceFilterSm input[type=number]::-webkit-inner-spin-button, 
	div.PriceFilterSm input[type=number]::-webkit-outer-spin-button { 
		-webkit-appearance: none;
		margin: 0;
	}
	div.PriceFilterSm input[type=number] {
		-moz-appearance: textfield;
	}
	div.PriceFilterSm span {
		float: left;
		display: block;
		padding: 7px 10px 10px;
	}
	div.PriceFilterSm button.Button {
		background-color: #101010;
		color: #fff;
		margin-left: 10px;
		line-height: 24px;
		padding: 0px 20px;
	}
	div.SliderArea {
		width: auto;
	}
	div.PriceFilterSm button.Ghost-btn:hover {
		background-color: #fff;
		color: #101010;
	}
	div.SortArea {
		clear: left;
		float: none;
		width: 100%;
		padding: 0px;
		height: 50px;
	}
	div.SortArea select.Sorting {
		box-sizing: border-box;
		height: 30px;
		float: left;
		margin-top: 3px;
	}
	ul.CatalogArea {
		margin-top: 30px;
	}
	ul.ShopCatCatalog {
		margin-top: 0px;
	}
	/******************* Inner pages **************************/
	div.SubmenuBlock {
		display: none;
	}
	p.TopText,
	div.Content p.TopText,
	div.CenterBlock p.TopText,
	div.TopText,
	div.Content h2.TopText	{
		padding-top: 30px;
	}
	div.InnerContentArea {
		padding-top: 0px;
	}
	div.ContentTerms {
		padding-top: 30px;
	}
	div.Testimonials div.Quote:first-child {
		margin-top: 30px;
	}
	div.Testimonials p {
		font-size: 14px;
	}
	div.ResselerTopContainer {
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	div.ResellerImg {
		padding: 0px;
		width: 100%;
		max-width: 320px;
	}
	div.ResellerText {
		width: 100%;
		padding: 40px 0px 0px;
	}
    div.WelcomeBlock div.EqCol{
        width: 100%;
        float: none;
        padding-bottom: 15px;
    }
    div.WelcomeBlock .InverseButton,
    div.WelcomeBlock .Button {
        float: none;
        margin: 0px;
        width: 100%;
    }
	/****************** Tables ********************/
	div.TableArea table td.Quantity,
	div.TableArea table th.QuantityHdr,
	div.TableArea table td.Received,
	div.TableArea table th.ReceivedHdr{
		display: none;
	}
	div.ProdQtySm {
		display: block;
		font-family: 'Static';
		font-weight: bold;
		color: #909090;
		padding-bottom: 5px;
	}
	div.ProdQtySm span:first-child {
		color: #101010;
		float: left;
		display: block;
		padding-top: 3px;
		padding-bottom: 3px;
		font-weight: normal;
	}
	div.ProdQtySm span:last-child {
		padding: 3px 0px 0px 7px;
		float: left;
	}
	div.ProdQtySm div {
		float: left;
	}
	div.ProdQtySm div:first-child {
		font-family: 'Static';
		color: #101010;
		float: left;
		display: block;
		font-weight: normal;
		padding: 6px 10px 0px 0px;
	}
	div.TableArea div.ProdQtySm table td {
		border: none;
		padding: 0px;
	}
	div.ProdQtySm table td:last-child {
		display: none;
	}
	div.ProdQtySm input[type="number"]
	{
		padding-left: 3px;
		box-sizing: border-box;
		width: 45px;
		height: 26px;
		border: 1px solid #d7d7d7;
		margin-bottom: 5px;
	}
	div.ReceivedSm {
		display: block;
		clear: left;
		font-family: 'Static';
	}
	div.ReceivedSm span {
		color: #101010;
		font-weight: normal;
	}
	div.ReceivedSm span:last-child {
		font-weight: bold;
		color: #909090;
	}
	div.ProdActionSm a.Button {
		width: 100%;
	}
	div.AccountTable div.ProdActionSm a.Button {
		width: auto;
	}
	div.OrderSummaryBlock {
		float: none;
		width: 100%;
	}
	div.OrderSummaryBlock:nth-child(3n+1) {
		clear: none;
	}
	div.OrderSummaryBlock:nth-child(2n+1) {
		clear: none;
	}
	div.OrderSummaryBlock div {
		width: 50%;
		padding-bottom: 0px;
	}
	div.OrderSummaryBlock div.OrderSumLabel {
		width: 50%;
	}
	/************** Checkout ***********************/
	div.CheckoutInnerBlock div.SingleFormCol div.Field {
		width: 100%;
	}
	div.CheckoutInnerBlock div.FormColArea div.Field,
	div.CheckoutInnerBlock div.FormColArea input.Text {
		width: 100%;
	}
	div.CheckoutInnerBlock div.FormColArea input.Zip {
		width: 100px;
	}
	div.CheckoutInnerBlock div.FormColArea input.TextSm {
		width: 50px;
	}
	div.ShortTable {
		padding: 20px 10px;
	}
	div.ShortTableDetails {
		float: none;
		width: 100%;
	}
	div.ShortTableDetails div.DetailsArea {
		width: 65.8571%;
	}
	div.ShortTableDetails div.ImageArea {
		width: 34%;
	}
	div.ShortTableDetails:nth-child(2n) {
		border-top: 1px solid #f6f6f6;
	}
	div.ShortTable div {
		font-size: 13px;
	}
	div.ShortTable div.ProdTitle {
		font-size: 13px;
	}
	/********** Forms ******************/
	select.FullWidth {
		width: 100%;
	}
	div.FormArea {
		padding-left: 20px;
		padding-right: 20px;
	}
	img.VerifImg {
		width: 28vw;
		height: 8.2153vw;
	}
	/*************** Login *********************/
	div.CenterBtn {
		float: none;
		clear: both;
		display: table;
		margin: 5px auto;
	}
	/******************* Homepage **************************/
	/*.snapwidget-widget {
		height: 100px;
	}*/
	/* Modal popup */
	.modalPopup {
		width: 100%;
	}
	.modalPopup div.FormArea {
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.modalPopup div.Checkbox label,
	.modalPopup div.Checkbox span.Label {
		float: none;
	}
	
	div.TextArea ul {
		padding-bottom: 30px;
	}
	div.PhotosArea h2 {
		font-size: 24px;
	}
	.ShopPromoBlock > div h2 {
		font-size: 24px;
	}
	div.ShopCategoryBlock h2 {
		font-size: 18px;
	}
	.OjdBlock .OjdTextBlock {
		float: none;
		width: 100%;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.OjdBlock .OjdTextBlock h2 {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
		line-height: 25px;
	}
	.ResellerOjdBlock .OjdTextBlock h2 {
		padding-left: 50%;
	}
	.OjdBlock .OjdTextBlock p {
		padding-left: 50%;
		font-size: 12px;
		line-height: 20px;
	}
	.OjdBlock .OjdTextBlock .Button {
		margin-left: 50%;
	}
	.ResellerOjdBlock .OjdTextBlock .ButtonPlainLink {
		padding-left: 50%;
	}
	div.BenefitBlock {
		background-image: url("images/light-bg-sm.png");
	}
	div.ResellerText h1 {
		font-size: 25px;
	}
	div.BenefitBlock h2 {
		font-size: 22px;
		max-width: 100%;
	}
	div.BenefitsList div h3 {
		font-size: 15px;
		padding-bottom: 15px;
	}
	div.BenefitsList div.Num {
		padding-bottom: 5px;
	}
	.ResellerSlideshow .TextArea h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.ResellerForm h2 {
		font-size: 22px;
	}
	.ResellerForm input.Text {
		height: 50px;
		line-height: 48px;
		font-size: 14px;
		padding: 0px 15px;
	}
	.ResellerForm textarea.Text {
		line-height: 48px;
		font-size: 14px;
		padding: 15px;
		line-height: 24px;
	}
}
@media (max-width: 595px) {
	/************** Common Layout Parts ************/
	div.Copyright {
		display: none;
	}
    div.Footer .NewsletterBlock {
        width: 60%;
    }
	div.FootSocLinks {
		display: table;
		margin: 0px auto;
		float: none;
	}
	div.FootSocLinks a {
		display: table-cell;
		padding: 0px 15px;
		margin: 0px;
	}
    div.FootSocLinks a + a {
        margin: 0px;
    }
	div.FootSocLinks a:first-child {
		padding-left: 0px;
	}
	div.FootSocLinks a:last-child {
		padding-right: 0px;
	}
	/*************** Product details *************/
	div.ProdImageArea {
		padding-top: 0px;
		border-left: none;
		border-right: none;
	}
	div.ProdImageArea div.BigImg {
		height: 95vw;
	}
	div.ProdImageArea div.BigImg img {
		max-height: none;
	}
	/************** Checkout ***********************/
	table.MailingList td div.Checkbox span.Label {
		float: none;
	}
	/********** Forms ******************/
	div.FormArea {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ShopPromoBlock > div {
		width: 100%;
	}
	.ShopPromoBlock > div, .ShopPromoBlock .ShopPromoText {
		height: 65.3vw;
	}
	.ResellerOjdBlock {
		height: auto;
	}
	.ResellerOjdBlock .OjdTextBlock {
		height: auto;
	}
}
@media (max-width: 550px) {
	/******************* Homepage **************************/
	h1.Hp {
		font-size: 36px;
		padding-bottom: 10px;
	}
	.TestimonialsBlock .QuoteArea {
		margin-top: 20px;
		background-position: 9px 9px;
		padding: 20px 20px 20px 50px;
	}
	.TestimonialsBlock .QuoteArea .QuoteText {
		font-size: 14px;
		line-height: 25px;
	}
	.TestimonialsBlock .QuoteArea .QuoteAuthor {
		font-size: 14px;
		line-height: 25px;
	}
	.OjdBlock {
		height: auto;
		background-image: url("images/ojd-bg-sm2.png");
		background-size: 100%;
	}
	.ResellerOjdBlock {
		background-image: url("images/reseller-ojd-bg-sm2.png");
		margin-bottom: 10px;
	}
	.OjdBlock .OjdTextBlock {
		height: auto;
		padding-top: 58.18vw;
		padding-bottom: 20px;
	}
	.OjdBlock .OjdTextBlock h2 {
		padding-top: 15px;
		font-size: 22px;
		line-height: 30px;
	}
	.OjdBlock .OjdTextBlock p {
		padding-left: 10px;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	.OjdBlock .OjdTextBlock .Button {
		margin-left: 10px;
	}
	.ResellerOjdBlock .OjdTextBlock h2 {
		padding-left: 10px;
	}
	.ResellerOjdBlock .OjdTextBlock .ButtonPlainLink {
		padding-left: 10px;
		padding-top: 5px;
	}
    div.BottomBg {
        background-position: center 30px;
    }
	div.PhotosArea h2 {
		font-size: 20px;
	}
	div.SubscribeBlock input {
		width: 280px;
		height: 40px;
		box-sizing: border-box;
		float: none;
		font-size: 14px!important;
		display: block;
		border-right: 1px solid #d7d7d7;
		margin-bottom: 40px;
	}
	div.SubscribeBlock input.Button {
		display: table;
		margin: 0px auto;
	}
	ul.MoreProducts {
		padding: 0px;
	}
	ul.MoreProducts li{
		width: 48.2142%;
		margin-right: 10px;
	}
	ul.MoreProducts li:nth-child(5) {
		margin-right: 10px;
	}
	ul.MoreProducts li:nth-child(2n) {
		margin-right: 0px;
	}
	ul.MoreProducts li:nth-child(2n+1) {
		clear: left;
	}
	ul.MoreProducts li div.Action {
		height: 42.1875vw;
	}
	ul.MoreProducts li div.ImageArea {
		height: 42.1875vw;
	}
	ul.MoreProducts li div.ImageArea img {
		width: auto;
		height: auto;
	}
	ul.MoreProducts li a.Title {
		max-height: 37px;
	}

	div.LightBlock div.content {
		width: 100%;
	}
	/************** Checkout ***********************/
	div.CheckoutInnerBlock div.OneColArea select {
		width: 100%;
	}
	/****************** Tables ********************/
	div.SmallTable table {
		width: 100%;
	}
	div.SmallTable table td.EditCol,
	div.SmallTable table td.DeleteCol	{
		display: none;
	}
	div.SmallTable table td.First {
		text-align: center;
	}
	div.EditDelArea {
		display: table;
		margin: 0px auto;
	}
	div.EditDelArea div {
		display: table-cell;
		padding: 0px 10px;
	}
	/*************** Login *********************/
	div.LoginAreaBlock {
		display: block;
	}
	div.LoginAreaCol {
		float: none;
		width: 100%;
		display: block;
		border: none;
		border-top: 1px solid #e7e7e7;
		padding: 20px 0px;
	}
	div.SingleLoginAreaBlock div.LoginAreaCol{
		padding: 20px;
	}
	/************ Catalog **************/
	div.MaterialsArea table.MaterialsFilter label {
		padding-left: 5px;
	}
	/******************* Inner pages **************************/
	div.Content table.Coins th.Def {
		display: none;
	}
	div.Content table.Coins tr:last-child {
		display: none;
	}
	div.BenefitBlock {
		background: #fbfbfb;
	}
	.ResellerFormBlock {
		background: #736f6f;
	}
	
}
@media (max-width: 525px) {
	/********** Headers *************/
	/*h1.Hp {
		padding-top: 100px;
	}*/
}

@media (max-width: 500px) {
	/*********** Base *********************/
	body, p, th, td, div, input, select, textarea, li, h3, h4, h5, h6 {
		font-size: 13px;
	}
	/********** Headers *************/
	h2 {
		font-size: 16px;
		padding: 6px 0 15px;
		font-weight: bold;
		line-height: 25px;
	}
	/************** Common Layout Parts ************/
	div.Footer div.FooterLinks div.LinksBlock a {
		font-size: 14px;
	}
	div.Footer .NewsletterBlock p {
		font-size: 14px;
	}
	div.Footer .NewsletterBlock {
		width: 90%;
	}
	/*div.Push, div.FooterArea {height: 292px;}
	div.Wrapper {margin-bottom: -292px;}
	div.Footer div.FooterLinks {
		border: none;
		padding: 37px 0px 47px 0px;
	}
	div.Footer div.FooterLinks div.LinksBlock:nth-child(1) {
		display: none;
	}
	div.Footer div.FooterLinks div.LinksBlock {
		width: auto;
		display: table;
		margin: 0px auto;
		float: none;
	}
	div.Footer div.FooterLinks div.LinksBlock h3,
	div.Footer div.FooterLinks div.LinksBlock p,
	div.Footer div.FooterLinks div.LinksBlock a {
		text-align: center;
	}
	div.Footer div.FooterLinks div.LinksBlock p,
	div.Footer div.FooterLinks div.LinksBlock a {
		color: #8f8f8f;
	}
	div.Footer div.FooterLinks div.LinksBlock a {
		text-decoration: underline;
	}
	div.Footer div.FooterLinks div.LinksBlock a:hover {
		text-decoration: none;
	}*/
	/******************* Homepage **************************/
	.ShopPromoBlock > div h2 {
		font-size: 20px;
	}
	div.TopBlock div.LeftBtn,
	div.TopBlock div.RightBtn {
		float: none;
		width: 100%;
	}
	div.TopBlock div.LeftBtn a.Button,
	div.TopBlock div.RightBtn a.Button{
		margin: 0px;
	}
	div.TopBlock div.LeftBtn a.Button {
		margin-bottom: 10px;
	}
	/*div.TopBlock {
		height: 400px;
		background: url(images/top-bg-sm.jpg) center center no-repeat;
	}
	div.TopBlock div.LeftBtn {
		width: 50%;
	}
	div.TopBlock div.RightBtn {
		width: 50%;
	}
	div.TopBlock div.LeftBtn a.Button {
		margin-right: 10px;
	}
	div.TopBlock div.RightBtn a.Button {
		margin-left: 10px;
	}
	div.TopBlock div.RightBtn a span:first-child {
		display: none;
	}
	div.TopBlock div.RightBtn a span:last-child {
		display: block;
	}
	div.TopBlock div.LinkArea {
		display: none;
	}*/
	#home div.BlockArea p {
		font-size: 14px;
	}
	div.BlockArea {
		padding: 30px 0 40px;
	}
	div.BlockArea p.Hlt {
		line-height: 22px;
		padding: 10px 0 15px;
	}
	div.PhotosArea {
		padding: 10px 0px 0px;
	}
	div.Photos {
		padding-top: 0px;
	}
	#home div.HltBlock {
		display: none;
	}
	#home div.BlockArea:nth-child(2) {
		border-bottom: 1px solid #ebebeb;
	}
	div.PrincBlockArea {
		position: relative;
		height: 380px;
	}
	div.Principles p {
		padding-bottom: 20px;
	}
	div.PrincBlock {
		float: none;
		width: 100%;
		max-width: 410px;
		position: absolute;
		display: none;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	div.PrincBlockArea div.PrincBlock:first-child {
		display: block;
	}
	div.PrincBlock h2,
	div.PrincBlock p{
		padding: 0px 0px 5px;
		text-align: center;
	}
	div.PrincBlock img {
		margin-bottom: 15px;
	}
	div.PrincNavigation {
		display: table;
		margin: 0px auto;
		padding-top: 10px;
	}
	div.PrincNavigation div {
		float: left;
		width: 10px;
		height: 10px;
		background: url(images/col-nav.png) left top no-repeat;
		margin: 0px 15px;
		cursor: pointer;
	}
	div.PrincNavigation div:first-child {
		background-position: left -10px;
	}
	div.SaveBlock p {
		padding-bottom: 30px;
	}
    div.MenuArea .PhoneNum {
        padding-bottom: 11px;
    }
	/******************* Inner pages **************************/
	div.Content {
		padding-bottom: 20px;
	}
	div.Content h2 {
		font-size: 14px;
	}
	div.ContentTerms {
		padding: 30px 20px 20px;
	}
	div.ContactBlock {
		float: none;
		width: 100%;
		padding: 10px 0px 10px;
		border-top: 1px solid #ebebeb;
	}
	div.ContactBlock:first-child {
		border: none;
	}
	div.Content table.Coins th img {
		max-width: 100%;
		width: 100%;
	}
	div.Content table.Coins td {
		font-size: 13px;
	}
	div.Content table.Coins td strong {
		font-size: 14px;
		padding: 0px;
	}
	img.SmImg {
		width: 100%;
		max-width: 100%;
	}
	#after-designer {
		padding-top: 23vw;
	}
	/************ Catalog **************/
	ul.ShopCatCatalog li div.ImageArea {
		height: 31.25vw;
		margin-bottom: 10px;
	}
	ul.ShopCatCatalog li div.ImageArea a {
		height: 31.25vw;
	}
	ul.ShopCatCatalog li div.Action {
		height: 31.25vw;
	}
	ul.CatalogArea li div.Action a.Button span {
		padding: 0px 20px;
	}
	ul.ShopCatCatalog li a.Title {
		line-height: 31.25vw;
	}
	ul.CatalogArea li:nth-child(2n) {
		margin-right: 0px;
	}
	ul.ShopCatCatalog li {
		margin-right: 0px;
		float: none;
		width: 100%;
	}
	ul.ShopCatCatalog li:nth-child(6n-5) {
		clear: none;
		width: 100%;
	}
	ul.ShopCatCatalog li:nth-child(6n-4) {
		width: 100%;
	}
	ul.ShopCatCatalog li:nth-child(6n-3) {
		width: 100%;
	}
	ul.ShopCatCatalog li:nth-child(6n-2) {
		width: 100%;
		clear: none;
	}
	ul.ShopCatCatalog li:nth-child(6n-1) {
		width: 100%;
	}
	ul.ShopCatCatalog li:nth-child(6n) {
		width: 100%;
	}
	ul.ShopCatCatalog li div.ImageArea img {
		max-height: none;
		height: auto;
		width: 100%;
	}
	div.ProdImageArea div.BigImg {
		height: 93.8461vw;
	}
	div.LightBlock {
		background: none;
		border-top: 1px solid #ebebeb;
	}
	div.ProdDescription h2 {
		margin-bottom: 5px;
	}
	div.TextArea ul li {
		font-size: 13px;
	}
	/****************** Tables ********************/
	div.Content div.TableArea {
		padding-top: 20px;
	}
	div.TableArea table th {
		display: none;
	}
	div.TableArea table tbody tr:nth-child(2) td {
		border-top: none;
	}
	div.TableArea table td table th {
		display: table-cell;
	}
	div.TableArea table td.TaxCol,
	div.TableArea table th.TaxHdr {
		display: none;
	}
	div.ProdTaxSm {
		display: block;
		font-family: 'Static';
		font-weight: bold;
		color: #909090;
	}
	div.ProdTaxSm span {
		color: #101010;
		font-weight: normal;
	}
	div.TableArea table td.PriceCol {
		padding-right: 0px;
	}
	div.ProdDetails {
		position: relative;
	}
	div.ProdDetails div.Opened div, div.ProdDetails div.Opened ul {
		padding: 0px 10px 10px;
	}
	div.ProdDetails div.Opened > div {
		position: absolute;
		background: #ffffff;
		border: 1px solid #909090;
		left: -50px;
		box-sizing: border-box;
		width: 260px;
		z-index: 200;
		padding-top: 10px;
		top: 25px;
	}
	div.CheckoutArea div.ProdDetails div.Opened > div {
		left: 0px;
	}
	div.ProdDetails table.Details th {
		padding-left: 5px;
		vertical-align: top;
		width: 50%;
	}
	div.PriorityBlock {
		padding-top: 5px;
	}
	div.PriorityBlock select {
		margin-left: 0px;
		clear: left;
	}
	div.TotalSmArea div.CouponAreaSm input.Text {
		width: 125px;
	}
	div.AccountTable ul.orderItemsList {
		padding-left: 0px;
	}
	/********** Forms ******************/
	div.MoreButtons {
		display: block;
		margin: 10px auto 20px auto;
	}
	div.MoreButtons a,
	div.MoreButtons input {
		display: block;
	}
	div.MoreButtons a:nth-child(2n-1),
	div.MoreButtons input:nth-child(2n-1) {
		float: left;
		clear: left;
	}
	div.MoreButtons a:nth-child(2n),
	div.MoreButtons input:nth-child(2n) {
		float: right;
	}
	div.MoreButtons a:nth-child(3),
	div.MoreButtons input:nth-child(3) {
		float: none;
		display: table;
		margin: 0px auto;
		clear: both;
	}
	div.WishButtons a:nth-child(2n-1),
	div.WishButtons input:nth-child(2n-1) {
		float: left;
		clear: left;
	}
	div.WishButtons a:nth-child(2n),
	div.WishButtons input:nth-child(2n) {
		float: right;
	}
	div.WishButtons a:nth-child(3),
	div.WishButtons input:nth-child(3) {
		float: left;
		clear: left;
		display: block;
		margin: 0px 10px;
	}
	div.CheckoutBtn a.HighlightBtn {
		padding: 0px 30px;
	}
	select.Text {
		height: 40px;
	}
	div.Label {
		font-size: 13px;
		font-weight: bold;
	}
	div.FormColArea div.Field {
		float: none;
		clear: both;
		width: 100%;
	}
	.ResellerForm div.Label {
		font-weight: normal;
	}
	div.SingleFormCol {
		display: block;
		margin: 0px;
	}
	div.SingleFormCol div.Label {
		text-align: left;
	}
	div.SingleFormCol select.FullWidth {
		width: 100%;
	}
	div.FormColArea div.Field:nth-child(2n) {
		float: none;
		clear: both;
	}
	div.FormColArea div.Field:nth-child(2n+1) {
		clear: both;
	}
	div.CheckoutInnerBlock div.FormColArea input.Text,
	div.FormColArea input.Text {
		height: 40px;
		width: 100%;
	}
	div.CheckoutInnerBlock div.FormColArea input.Zip,
	div.FormColArea input.Zip {
		width: 100px;
	}
	div.CheckoutInnerBlock div.FormColArea input.TextSm,
	div.FormColArea input.TextSm {
		width: 50px;
	}
	div.FormCol {
		width: 100%;
		float: none;
	}
	div.FormArea div.Right {
		float: none;
	}
	div.FormArea div.Field div.Right {
		float: left;
		margin-left: 10px;
	}
	table.RingSize th {
		font-size: 13px;
	}
	table.RingSizeFull tr td:last-child,
	table.RingSizeFull tr td:nth-last-child(2),
	table.RingSizeFull tr th:last-child,
	table.RingSizeFull tr th:nth-last-child(2) {
		display: none;
	}
	table.RingSizeFull tr.TopLine th:nth-last-child(2) {
		display: table-cell;
	}
	table.RingSizeFull tr.BotLine th:nth-last-child(3) {
		border-right: 1px solid #494c50;
	}
	table.RingSize:last-child {
		display: table;
	}
	table.RingSize th.LastBig {
		display: none;
	}
	table.RingSize th.LastSm {
		display: table-cell;
	}
	img.VerifImg {
		width: 51vw;
		height: 14.6701vw;
	}
	img.VerifImg + br + a {
		display: block;
		margin-bottom: 10px;
	}
	/************** Checkout ***********************/
	div.CheckoutAreaInner {
		border-left: none;
		border-right: none;
	}
	div.CheckoutInnerBlock {
		padding-left: 0px;
		padding-right: 0px;
	}
	div.ShortTable {
		padding: 20px 0px;
	}
	table.TotalSummary {
		margin: 10px auto;
	}
	table.TotalSummary th {
		font-size: 13px;
		padding: 5px 20px 0px 0px;
	}
	table.TotalSummary td {
		font-size: 13px;
		padding: 5px 0px 0px 0px;
	}
	div.CheckoutInnerBlock div.EqCol {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}
	div.CheckoutInnerBlock div.RightBorder {
		background: none;
		border-bottom: 1px solid #f6f6f6;
		margin-bottom: 10px;
	}
	table.paymentForm th.caption {
		font-size: 14px;
		font-weight: bold;
	}
	div.paymentForm div.FormColArea div.FullWidthField div.InstructionBlock div {
		width: 70%;
	}
	table.paymentForm td span.ShortInstruction, div.ShortInstruction {
		font-size: 13px;
	}
	div.designXML table.dxSubProducts th,
	div.designXML table.dxSubProducts td {
		font-size: 13px;
	}
	div.ProdDetails div.PrivewImage  img {
		max-width: 100%;
		width: 100%;
	}
	/* Modal popup */
	.modalPopup {
		padding: 0px;
	}
	.modalPopup div.FormArea input[type="text"],
	.modalPopup div.FormArea input[type="password"] {
		height: 40px;
	}
	.modalPopup div.FormArea {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ResellerSlideshow .TextArea {
		width: 90%;
		margin-top: 100px;
		padding: 15px 15px 0px;
	}
	.ResellerSlideshow .TextArea p {
		line-height: 22px;
	}
	.ResellerSlideshow .ImageArea {
		width: 60%;
		margin-left: -50%;
	}
	.ResellerForm .FormArea .Field,
	.ResellerForm .FormArea .Field:nth-child(2n){
		float: none;
		width: 100%;
	}
	.ResellerForm .FormArea div.Left {
		float: none;
	}
	.ResellerForm div.Input.CaptchaInput input.Text.Right {
		float: none;
		margin-left: 0px;
	}
}
@media (max-width: 400px) {
	h1.Hp {
		font-size: 30px;
		line-height: 35px;
	}
	p.Note {
		font-size: 16px;
		line-height: 25px;
	}
	.ShopPromoBlock > div, .ShopPromoBlock .ShopPromoText {
		height: 63vw;
	}
	.ShopPromoBlock > div {
		padding: 0px 20px;
	}
	.ShopPromoBlock > div h2 {
		font-size: 18px;
		line-height: 25px;
		padding-bottom: 15px;
	}
	/************ Catalog **************/
	div.MaterialsArea {
		border-bottom: 1px solid #ebebeb;
		height: 70px;
		margin-bottom: 5px;
	}
	div.SliderArea {
		clear: left;
		border-bottom: 1px solid #ebebeb;
		height: 50px;
		margin-bottom: 15px;
		width: 100%;
	}
	div.Footer {
		width: 95%;
		margin: 0px auto;
		height: 450px;
	}
	div.Footer .NewsletterBlock {
		width: 100%;
	}
	div.Footer div.FooterLinks {
		padding: 15px 0px;
	}
	div.Footer div.FooterLinks div.LinksBlock a {
		width: 50%;
        line-height: 30px;
        white-space: nowrap;
	}
	div.Footer div.FooterLinks div.LinksBlock:nth-child(2) {
		width: 75%;
	}
	div.Footer div.FooterLinks div.LinksBlock:first-child {
		width: 25%;
	}
	div.Push, div.FooterArea {height: 450px;}
	div.Wrapper {margin-bottom: -450px;}
	div.BenefitsList div {
		width: 100%;
	}
}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3),
  only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1),
  only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1),
  only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2),
  (min-device-width: 800px) 
  and (max-device-width: 1280px),
  screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332),
  only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5),
  only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) { 
	div.FiltersText {
		display: block;
		line-height: 50px;
		font-family: 'Static';
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		background: url(images/filter-tick.gif) right 22px no-repeat;
		cursor: pointer;
	}
	div.FTOpened {
		background-image: url(images/filter-tick-o.gif);
	}
	div.FiltersArea {
		padding-bottom: 13px;
		display: none;
	}
	div.FOpened {
		display: block;
	}
	div.FiltersArea h4 {
		width: 20%;
		float: left;
		font-family: 'Roboto';
		font-weight: normal;
		font-size: 14px;
		text-transform: capitalize;
	}
	div.MaterialsArea {
		float: none;
		width: 100%;
		padding: 0px;
		height: 50px;
	}
	div.MaterialsArea table.MaterialsFilter {
		float: left;
		margin-top: 5px;
	}
	div.MaterialsArea table.MaterialsFilter td {
		padding-right: 10px;
	}
	div.MaterialsArea table.MaterialsFilter td:last-child {
		padding-right: 0px;
	}
	div.MaterialsArea input {
		display: block;
		float: left;
	}
	div.MaterialsArea table.MaterialsFilter label {
		float: left;
		padding-left: 10px;
		margin-top: -2px;
		font-size: 14px;
	}
	div.MaterialsArea table.MaterialsFilter label:hover {
		border-bottom: none;
	}
	div.MaterialsArea table.MaterialsFilter input:checked + label{
		border-bottom: none;
		color: #101010;
	}
	div.PriceArea {
		float: none;
		width: 100%;
		clear: left;
		height: 70px;
		position: static;
	}
	div.SliderArea {
		float: left;
		width: 190px;
		position: relative;
	}
	div#slider,
	div.SliderValue {
		display: none;
	}
	div.PriceFilterSm {
		display: block;
	}
	div.PriceFilterSm input.Text {
		float: left;
		width: 50px;
	}
	div.PriceFilterSm input[type=number]::-webkit-inner-spin-button, 
	div.PriceFilterSm input[type=number]::-webkit-outer-spin-button { 
		-webkit-appearance: none;
		margin: 0;
	}
	div.PriceFilterSm input[type=number] {
		-moz-appearance: textfield;
	}
	div.PriceFilterSm span {
		float: left;
		display: block;
		padding: 7px 10px 10px;
	}
	div.PriceFilterSm button.Button {
		background-color: #101010;
		color: #fff;
		margin-left: 10px;
		line-height: 24px;
		padding: 0px 20px;
	}
	div.SliderArea {
		width: auto;
	}
	div.PriceFilterSm button.Ghost-btn:hover {
		background-color: #fff;
		color: #101010;
	}
	div.SortArea {
		clear: left;
		float: none;
		width: 100%;
		padding: 0px;
		height: 50px;
	}
	div.SortArea select.Sorting {
		box-sizing: border-box;
		height: 30px;
		float: left;
		margin-top: 3px;
	}

}

@media only screen and (min-device-width: 1224px)
{
ul.CatalogArea li div.Action a.Button {
	display: none;
}
ul.CatalogArea li div.Action a.Button span{
    border: 2px solid #fff;
	color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 31px;
}
ul.CatalogArea li div.Action p {
	position: absolute;
	left: 50%;
	top: 60%;
	font-family: 'Dosis';
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 0px;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	z-index: 10;
	display: none;
	white-space: nowrap;
}
ul.CatalogArea li div.Action:hover {
	background: url(images/occ-link-bg.png) left top;
	cursor: pointer;
}
ul.CatalogArea li div.Action p a:hover {
	text-decoration: none;
}
ul.CatalogArea li div.Action:hover a.Button, ul.CatalogArea li div.Action:hover a.Button span, ul.CatalogArea li div.Action:hover p {
	display: block;
}
ul.ShopCatCatalog li div.Action:hover {
	background: url(images/occ-link-bg.png) left top;
}
ul.ShopCatCatalog li a.Title:hover {
	text-decoration: none;
}
ul.ShopCatCatalog li div.Action:hover a.Title {
	line-height: 150px;
	opacity: 0.4;
}
ul.MoreProducts li div.Action:hover {
	background: url(images/occ-link-bg.png) left top;
	cursor: pointer;
}
ul.MoreProducts li div.Action:hover a.Button {
	display: block;
	white-space: nowrap;
}
ul.MoreProducts li div.Action a.Button span{
    border: 2px solid #fff;
	color: #fff;
	position: absolute;
	top:  50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 21px;
	display: none;
}
ul.MoreProducts li div.Action:hover a.Button span {
	display: block;
}

}

/************ STYLES FOR WEBPARTS ************/

/* styling for part title */
.WebPart_PartTitle
{
	border: 1px solid #C4C4C4;
	background-color: #E8E8E8;
	padding: 0 2px;
	height:25px;
	margin: 5px 0 0 0;
}

/* this adds a little margin to the verb icons */
.WebPart_PartTitle a
{
	margin: 0 3px 0 0;
}

/* styling for admin part */
.WebPart_AdminPart
{
	border: 1px solid #C4C4C4;
	padding: 8px;
	margin: 2px 0 0 0;
}

/* style for the webparts page editor */
#webpartsPanel
{
	background: url(images/WebpartBodyBg.gif) repeat; 
	margin-top:10px;
	margin-bottom: 0;
	border:solid 1px #51626C;
	border-bottom:0;
	padding:4px;
	clear:both;
}

#webpartsPanel .outerFrame { width:100%; }
#webpartsPanel .outerFrame tbody td{ color:#515151; }

/* used to display a content section in the webparts page editor */
#webpartsPanel .section 
{
	background: #FFFFFF;
	border: solid 1px #8EA0AA;
	font-family:Verdana;
	width:100%;
	margin-bottom:10px;
}

/* header for content section in the webparts page editor */
#webpartsPanel .section .header 
{
	padding: 0 0 0 3px;
	background: #BDCDFF url(images/webpartsHeaderBg.gif) repeat-x;
	border-bottom: solid 1px #8FA0AB;
	height:25px;
}

/* the header / caption of a content section */
#webpartsPanel .section .header H2
{
	margin:0px;
	margin-right:10px;
	line-height:25px;
	font-size:12px;
	display:inline;
}

/* links within the header of a content section */
#webpartsPanel .section .header a
{
	text-decoration:underline;
}

#webpartsPanel .EditorZone
{
	background: #FFFFFF;
	border: solid 1px #8FA0AA;
	font-family:Verdana;
	padding:6px;
	width:100%;
	margin-bottom:10px;
}

#webpartsPanel .EditorZoneHeader
{
	padding: 0 2px;
	background: url(images/webpartsHeaderBg.gif) repeat-x;
	border:1px solid #8FA0AA;
	height:25px;
	font-weight:bold;
 }

#webpartsPanel .EditorZoneFooter
{
	text-align:left;
	
}

#webpartsPanel .EditorZoneFooter input
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:#5872CB url(images/button_bg.gif) repeat-x;
	font-size: 9px;
	text-transform: uppercase;
	color: #134FA3;
	padding: 2px 5px 2px 5px;
	border: 1px solid #8FA0AA;
	font-weight: bold;
	cursor:pointer;
	margin: 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
}

#webpartsPanel .EditorZoneFooter input:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:#5872CB url(images/button_bg_hover.gif) repeat-x;
	font-size: 9px;
	text-transform: uppercase;
	color: #675D29 ;
	padding: 2px 5px 2px 5px;
	border: 1px solid #8FA0AA;
	font-weight: bold;
	cursor:pointer;
	margin: 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
}
