@font-face {
  font-family: 'awesome';
  src:  url('/fonts/awesome.eot?xpul38');
  src:  url('/fonts/awesome.eot?xpul38#iefix') format('embedded-opentype'),
    url('/fonts/awesome.ttf?xpul38') format('truetype'),
    url('/fonts/awesome.woff?xpul38') format('woff'),
    url('/fonts/awesome.svg?xpul38#awesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: "icons";
	src:url("/shop/fonts/icons.eot?xsslk");
	src:url("/shop/fonts/icons.eot?#iefixxsslk") format("embedded-opentype"),
		url("/shop/fonts/icons.woff?xsslk") format("woff"),
		url("/shop/fonts/icons.ttf?xsslk") format("truetype"),
		url("/shop/fonts/icons.svg?xsslk#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TimesReg";
	src:url("/fonts/Times-Reg.woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TimesReg";
	src:url("/fonts/Times-Semibold.woff");
	font-weight: bold;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon:before, .icon:after, .icon_font, .account_menu_btns a:before, .breadcrumbDiv, .btn_nav:before, .add_to_cart_complete_opt:before, .close_att_cart_popup:before, .mobile_cat_menu:before,
#InfoFavBox .submit_button, .btn_delete, .sm_li_1968 a:before, .slide_box_text p:before, .header_top li a:before, .im_cat_menu_box a:before, .cat_listing_link:before, .btn_add_to_cart_list,
.mobile_cat_menu_close:before, .navbtn {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'awesome' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after { clear: both; }
.footer_clear { clear:both; height:0; visibility:hidden; }
.clearfixOverflow { overflow:hidden; }html { overflow-y:scroll; }
table { vertical-align: baseline; }

body, td, th, dt, dd, input, textarea, select {
	font-family: 'Roboto', sans-serif;
}
body, td, th, dt, dd {
	color:#000;
	font-size:14px;
}
body {
	margin: 0px;
}

a { color:#000; text-decoration:none; }
a:hover { color: #6a7b87; }
section a { text-decoration:underline; }
.main_bg p {
  line-height: 28px;
}
header {
	position: relative;
}
.wrapper, .home_wrapper, .shop_main_frame, .header_inner {
  position: relative;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
.header_logo {
	position: relative;
	z-index: 1;
}
.logo_link svg {
	height: 28px;
	margin-top: 16px;
}
.logo_link {
	position: relative;
	text-align: center;
	display: block;
	height: 76px;
	padding-top: 85px;
	margin-left: 30%;
	margin-right: 30%;
	z-index: 100;
}
.header_bar {
	position: absolute;
	background: #000;
	height: 50px;
	top: 0;
	left: 0;
	right: 0;
}
.header_top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	z-index: 201;
}
.header_top ul, .header_top li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header_top li {
	display: inline-block;
}
.header_top li a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 0 25px;
	display: block;
}
.header_top li a:hover {
	color: #000;
	background: #e2e2e2;
}
.header_top li a:before {
	font-size: 17px;
	padding-right: 10px;
	font-weight: 300 !important;
	vertical-align: sub;
}
.header_top .sm_li-0 ul {
	position: absolute;
	background: #e2e2e2;
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 3000;
}
.header_top li:hover ul {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.sm_li-0 ul li {
	display: block;
}
.sm_li-0 ul li a {
	color: #000;
	text-align: left;
	padding-right: 42px;
}
.sm_li-0 ul li a:hover {
	color: #fff;
	background: #000;
}
.sm_li-0 ul li a:before {
	content: "";
}
.sm_li_1984 a:before {
	content: "y";
	font-size: 20px !important;
	vertical-align: unset !important;
}
.sm_li_1985 a:before {
	content: "m";
}
.sm_li_1986 a:before {
	content: "l";
}
.sm_li_1987 a:before {
	content: "b";
}
.sm_li_1988 a:before {
	content: "r";
}
.sm_li_1989 a:before {
	content: "h";
}
.sm_li_1990 a:before {
	content: "n";
}
.cat_ul-1 {
	display: none !important;
}
.search_btn {
  position: absolute;
  text-transform: uppercase;
  color: #9d9d9d;
  font-size: 12px;
  cursor: pointer;
  right: 0;
  top: 28px;
}
.search_btn:hover {
  color: #000;
}
.search_btn:before {
  content: "s";
  padding-right: 4px;
  vertical-align: bottom;
}
header {
	position: relative;
	box-shadow: 0 0 9px #ddd;
	z-index: 150;
	margin-top: 50px;
}
.header_search {
	position: absolute;
	top: 0;
	padding: 65px 0;
	bottom: 57px;
	left: 0;
	right: 0;
	display: none;
	background: #fff;
	z-index: 315;
}
.search_close {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  cursor: pointer;
}
.social_icons {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.social_icons ul, .social_icons li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social_icons li {
  display: inline-block;
  vertical-align: top;
}
.social_icons a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding-right: 16px;
}
.social_icons a:hover {
  color: #000;
}
.social_icons span {
  display: none;
}
.sicon-email:before {
	content: "e";
	margin-right: 14px;
	font-size: 16px;
	vertical-align: middle;
}
.sicon-phone:before {
	content: "m";
	margin-right: 14px;
	font-size: 16px;
	vertical-align: middle;
}
.social_icons a:before {
	font-size: 16px;
	color: #fff;
	vertical-align: top;
}
.sicon-facebook:before {
  content: "f";
}
.sicon-twitter:before {
  content: "t";
}
.sicon-instagram:before {
  content: "i";
}
.sicon-pinterest:before {
  content: "p";
}
.sicon-google:before {
  content: "g";
}
.sicon-youtube:before {
  content: "y";
}
.trans, .trans a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main_menu {
	position: relative;
	text-align: center;
	z-index: 200;
}
.menu_wrapper {
	padding-top: 25%;
	padding-left: 14%;
}
.menu_logo {
	width: 158px;
	margin-left: 14%;
	margin-top: 20%;
}
.menu_logo .st0 {
	fill: #fff;
}
.main_menu li, .main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_menu li {
	display: inline-block;
}
.main_menu a {
	color: #000;
	padding: 0 12px;
	line-height: 55px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	border-bottom: 3px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main_menu a:hover {
	border-bottom: 3px solid #595959;
}
.sm_li_1968 a:before {
	content: "s";
	font-size: 21px;
	vertical-align: text-bottom;
}
.main_menu .drop > ul {
	position: absolute;
	opacity: 0;
	height: 0;
	visibility: hidden;
}
.main_menu .drop:hover > ul {
	opacity: 1;
	height: auto;
	visibility: visible;
	left: 125px;
	right: 114px;
	text-align: left;
	background: #fff;
	padding: 20px 0;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	border-top: none;
	z-index: 2000;
}
.main_menu li:hover .menu_group {
	display: inline-block;
}
.main_menu li:hover ul:before {
	content: "";
	box-shadow: inset 0 0 9px #ddd;
	position: absolute;
	top: 0;
	left: -25px;
	right: -25px;
	bottom: -25px;
	z-index: 1;
}
.sm_cat_menu ul li {
	width: 30%;
	vertical-align: top;
}
.sm_cat_menu3644 li, .sm_cat_menu3574 li {
	display: block;
}
.sm_cat_menu ul a {
	position: relative;
	text-transform: unset;
	font-size: 13px;
	line-height: 29px;
	font-weight: normal;
	border: none;
	z-index: 2;
}
.sm_cat_menu ul a:hover {
	border: none;
	background: #000;
	color: #fff;
}
.main_menu .sm_cat_menu .cat_ul-1 {
	display: none;
}
.lg_cat_menu li {
	display: inline-block;
	vertical-align: top;
	width: 37%;
}
.lg_cat_menu li a {
	position: relative;
	font-size: 13px;
	border: none;
	text-transform: unset;
	line-height: 25px;
	z-index: 2;
}
.lg_cat_menu ul a:hover {
	border: none;
	background: #000;
	color: #fff;
}
.lg_cat_menu li ul li {
	display: block;
	width: auto;
}
.lg_cat_menu li ul li a {
	font-weight: normal;
}
.lg_cat_menu li ul {
	columns: unset;
}
.lg_cat_menu li ul li ul {
	display: none;
}
.menu_group {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	display: none;
}
.menu_group .li_menu {
	display: block;
	width: auto;
	margin-top: 20px;
}
.menu_group .li_menu:first-child {
	margin-top: 0;
}

.header_search {
	text-align: center;
}
.close_search {
	display: inline-block;
	cursor: pointer;
}
#MainContent ul {
  margin: 0;
  padding: 0;
}
#MainContent li {
  line-height: 25px;
  margin-bottom: 12px;
  list-style: disc;
}
.default_content_container ul {
	margin-left: 15px !important;
}
footer {
	color: #fff;
	background: #000;
}
footer .wrapper {
	padding: 60px;
	box-sizing: border-box;
}
.slide_box_text {
	top: 167px;
}
.slide_box_text p {
	padding: 0;
	margin: 0;
}
.slide_box_text .inner {
	background: #fff;
	color: #000;
	font-size: 43px;
	padding: 60px 50px;
	text-align: left;
	width: 480px;
	display: inline-block;
	margin-left: -38%;
	box-shadow: 0 0 5px #eee;
}
.slide_box_text p:nth-child(2) {
	font-family: "TimesReg";
	font-style: italic;
	line-height: 23px;
	font-size: 15px;
	color: #474747;
	margin: 15px 0;
	text-align: left;
}
.slide_box_text p:nth-child(3) {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	height: 45px;
	padding: 0 20px;
	display: inline-block;
	line-height: 45px;
	background: #000;
	border-radius: 4px;
}
.flexe_slideshow .navbtn {
	font-size: 17px;
	text-indent: 5px;
}
.slide_box_text p:nth-child(3):before {
	content: '-';
	margin-right: 13px;
	font-size: 17px;
	vertical-align: sub;
}
.footer_links a {
	color: #ccc;
	line-height: 34px;
	font-size: 13px;
}
.footer_links a:hover {
	color: #6a7b87
}
.footer_links ul, .footer_links li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_links li {
	line-height: 24px;
}
.footer_links .grid {
	display: inline-block;
	vertical-align: top;
}
.footer_info {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.footer_links {
	display: inline-block;
	vertical-align: top;
	width: 74%;
}
.footer_links .grid {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	text-align: left;
}
.logo_link_footer .st1, .logo_link_footer .st0 {
	fill: #fff;
}
.copyright {
	padding-bottom: 20px;
	display: block;
	font-size: 10px;
}
.logo_link_footer {
	padding-top: 0;
	margin: 0;
	text-align: left;
	height: 50px;
}
.logo_link_footer svg {
	height: 20px;
	margin: 0;
}
.footer_address:before {
	content: "m";
	position: absolute;
	font-size: 19px;
	margin-left: -25px;
}
.footer_phone:before {
	content: "n";
	position: absolute;
	font-size: 19px;
	margin-left: -25px;
}
.home_btns {
	background: #000;
	margin-top: 50px;
	overflow: hidden;
}
.home_btns_inner {
	width: 1122px;
}
.home_btns a {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	width: 33%;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-right: -4px;
	text-decoration: none;
	line-height: 32px;
	height: 110px;
	padding-top: 24px;
	box-sizing: border-box;
}
.home_btns a:nth-child(even) {
	background: #1c1c1c;
}
.home_btns a:hover {
	background: #353535;
}
.home_btns span {
	font-size: 12px;
	text-transform: uppercase;
}
.products_home {
	background: url(/images/bg_home_products.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 50px;
	padding: 70px 65px;
}
.products_home_inner {
	background: #fff;
	padding: 50px 80px;
}
.product_home_heading {
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: bold;
}
.flexe_slideshow_bullets span {
	position: relative;
  width: 10%;
	border-radius: 0;
	vertical-align: top;
}
.hss_progress {
  height: 10px;
  border-radius: 0;
	vertical-align: top;
	background: #00ff00;
	width: 0;
}
.home_blog {
  overflow: hidden;
  margin-bottom: -1px;
}
.blog_wrapper {
  width: 102%;
}
.home_blog_post {
	position: relative;
	display: inline-block;
	width: 31.5%;
	overflow: hidden;
	margin-left: 15px;
	height: 235px;
}
.home_blog_post:first-child {
	margin-left: 0;
}
.home_blog .blog_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home_blog .blog_img img {
  width: 100%;
}
.home_blog .blog_content {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: 25px;
	right: 25px;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}
.home_blog .blog_date {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.blog_header {
	text-align: center;
	padding: 50px 0 35px 0;
	font-size: 31px;
	font-weight: bold;
}
.blog_header span {
	font-size: 30px;
	display: block;
	color: #000;
}
.home_blog .blog_bg {
	position: absolute;
	background-image: linear-gradient(rgba(0,0,0, 0) 59%, rgba(0,0,0, 0.8) 100%);
	mix-blend-mode: multiply;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.footer_newsletter {
	margin-top: 60px;
	border: 10px solid #e4e4e4;
	padding: 55px;
	text-align: center;
	font-size: 32px;
}
.newsletter_text {
	font-weight: bold;
	margin-bottom: 45px;
}
.home_about {
	margin-top: 100px;
}
.home_about .home_wrapper {
	height: 640px;
	padding-top: 5%;
}
.home_about_wrapper {
	position: relative;
	background: rgba(255,255,255,0.9);
	margin-left: 35%;
	padding: 20px 40px;
	text-align: center;
}
.home_wrapper .heading {
	text-align: left;
	color: #9b9b9b;
	font-size: 25px;
	font-style: italic;
}
.home_wrapper .heading2 {
	text-align: left;
	font-size: 48px;
	font-weight: bold;
	margin-top: 8px;
}
.home_wrapper .text {
	color: #9b9b9b;
	line-height: 28px;
	margin: 0 21%;
}
.home_wrapper .sub_text {
	color: #575757;
	font-weight: bold;
	margin: 0 21%;
	margin-bottom: 20px;
}
.tag_line {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	line-height: 50px;
	padding: 0 10px;
}
.tag_line:before {
	content: "";
	position: absolute;
	height: 8px;
	width: 2px;
	border-left: 2px solid #000;
	top: 0;
	left: 0;
}
.tag_line:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 36px;
	border-top: 2px solid #000;
	top: 0;
	left: 0;
}
.tag_story {
	position: absolute;
	top: 54%;
	left: 40px;
}
.read_more {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
}
.home_about .read_more {
	margin: 10px 21%;
}
.read_more:before {
	content: "-";
	margin-right: 8px;
	font-size: 22px;
	vertical-align: middle;
}
.about_curve {
	font-size: 48px;
	font-weight: bold;
	transform: rotate(17deg);
	width: 156px;
}
.svg_line {
	position: relative;
	display: inline-block;
	width: 150px;
}
.svg_line:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 20px;
	background: #000;
	display: block;
	top: 30px;
	left: 0;
}
.svg_line:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 20px;
	background: #000;
	display: block;
	top: 30px;
	right: 0;
}
.about_logo {
	height: 27px;
	margin: 0 21%;
	margin-bottom: 13px;
	margin-top: -114px;
}
.loc-address {
	overflow: hidden;
	margin-bottom: 25px;
}
.loc-name {
	font-family: "TimesReg";
	vertical-align: top;
	background: #f5f5f5;
	width: 280px;
	font-size: 20px !important;
	padding: 24px;
	padding-bottom: 0;
	box-sizing: border-box;
}
.loc-details {
	display: inline-block;
	vertical-align: top;
	background: #f5f5f5;
	padding: 24px;
	padding-top: 10px;
	font-size: 18px;
	line-height: 32px;
	margin-right: 30px;
	width: 280px;
	box-sizing: border-box;
}
.row_location .opening-hours {
	display: inline-block;
	vertical-align: top;
	background: #f5f5f5;
	padding: 24px;
	font-size: 18px;
	line-height: 32px;
	margin-top: -52px;
}
.row_location .opening-hours .sub_header {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.page_gallery_frame .content {
	text-align: center;
}
.page_gallery_frame a {
	text-decoration: none;
}
.page_gallery_frame .gallery_name {
	display: block;
	text-align: center;
	font-weight: bold;
}
.jquery-gallerybox {
	margin-top: -34%;
}
.gallerygrid {
	-webkit-columns: 100px 3;
	-moz-columns: 100px 3;
	columns: 100px 3;
}
.gallery_frame {
	overflow: hidden;
}
#gallerygrid_2961 {
	-webkit-columns: unset;
	-moz-columns: unset;
	columns: unset;
}
#gallerygrid_2961 .gallery_frame {
	width: 31%;
	margin-right: 20px;
}
.bridal_gallery_container .home_gallery_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: center;
	height: 460px;
	overflow: hidden;
}
.gallery_thumb_name {
	font-family: "TimesReg";
	display: block !important;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	font-size: 32px;
	padding: 90px 20px;
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.gallery_frame:hover .gallery_thumb_name, .home_gallery_box:hover .gallery_thumb_name {
	top: 0;
	opacity: 1;
	visibility: visible;
	color: #fff;
}
.gallerybox, .gallerybox:hover {
	color: #fff;
	text-decoration: none;
}
.gallery_thumb_decription {
	display: none;
}

#MainContent {
	padding-bottom: 20px;
}
.product_main_content {
	padding-top: 60px;
}
.main_bg {
	position:relative;
  min-height: 100px;
}
#MainBgProducts {
	margin-left: 230px;
	min-height: 800px;
}
#cart-items {
	padding: 0;
	margin: 0;
	border-top: 1px solid #dedede;
	padding-top: 11px !important;
}
#cart-items li { list-style:none; }

.login_new { float:left; width: 48%; margin-right: 5px; }
.login_existing { float:right; width: 48%; margin-left: 5px; }

.cart_list_img img {
	width: 125px;
}
.checkout_confirm_right {
	float: right;
	width: 49%;
	vertical-align: top;
	box-sizing: border-box;
}
.checkout_confirm_left {
	float: left;
	width: 49%;
	vertical-align: top;
	box-sizing: border-box;
}
.checkout_section3 .checkout_confirm_left, .checkout_section3 .checkout_confirm_right {
	float: none;
	width: auto;
}
.checkout_section3 .checkout_confirm_right {
	border: none;
	background: #eceef3;
	padding: 0;
}
.checkout_confirm_box_text { height:80px; }

.checkout_billing { float:left; width:50%; }
.checkout_delivery { float: right; width:50%; }
.checkout_btn_container { text-align:center; padding-top:10px; }
.checkout_address_table b { display:inline-block; width:50%; line-height: 20px; }
.checkout_note { margin: 10px 0; font-size: 11px; }
.checkout_sel_option input[type="radio"] { display:none; }
.checkout_address_table {
	font-size: 12px;
}

.Products_Cats_Frame { position:relative; }

/* headers */
.header {
	margin-bottom: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f7f1ef;
	background-blend-mode: multiply;
}
#HeaderProductInfo {
	background: #f5f5f5;
}
.header_inner {
	height: 200px;
}
.header h1 {
	font-size: 25px;
	font-weight: bold;
	padding-top: 50px;
}
h1, h2, h3, h4, h5 {
	font-family: "TimesReg";
	margin: 0;
	padding: 0;
}
.footer_links h5 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 600;
}
.no_hero {
	background-image: none;
	background: #e8e8e8;
}
.no_hero .header_inner {
	height: 115px;
}
.no_hero h1 {
	padding-top: 30px;
}
.sub_header, .sub_header_alt, .sub_header2, .newsletter_frame span {
	font-size:14px;
	font-weight:bold;
}
.nav_bg {
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
}

/* Header Account*/
.header_acc {
	font-size:12px;
	padding-left: 10px;
	height:30px;
	line-height:30px;
	margin-top: 10px;
}
.header_acc_menu {
	position: absolute;
	top: 103px;
	right: 0;
	z-index: 300;
}
.account_menu_btns a {
	position: relative;
	margin-left: 15px;
	line-height: 37px;
	height: 37px;
	color: #363636;
	display: inline-block;
	background: #e2e2e2;
	width: 37px;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.account_menu_btns a:hover {
	background: #363636;
	color: #fff;
}
#LogoutLink, #LogoutLink:hover {
	background: none;
	color: #363636;
}
#searchlink:before {
  content: "s";
}
#signinlink:before {
  content: "a";
}
#MyAccountLink:before {
	content: "a";
	font-weight: bold;
}
#MyFavLink:before {
  content: "w";
}
#MyCartLink:before {
	content: "c";
}
.account_menu_btns a:before {
	font-size: 18px;
	vertical-align: text-bottom;
}
.account_menu_btns a span:before {
	content: "";
}
.account_menu_btns a span:after {
	content: "";
}
#CheckoutLink, .acc_div {
  display: none;
}
#LogoutLink:after {
  content: "Logout";
}
.acc_div:before {
  content: "|";
}
.welcome_note {
	display: none;
}
#MyCartLink span, #MyFavLink span {
	background: #000;
	height: 15px;
	width: 15px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 9px;
	display: block;
	position: absolute;
	top: -4px;
	right: -9px;
	margin: 0;
}
.table_header_bar {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 40px;
}
	.table_header_bar h3 { margin:0 10px; padding:0; }
	.table_header_bar td { font-size:10px; }
	.table_header_bar tr { background:#fff; }
	.table_header_bar_sel { font-weight:bold; background:#5b7893; }

.contact_left { float:left; width:47%; padding-right:20px; }
.contact_right { float:right; width:50%; }
.contact_right .sub_header_alt { padding:0; }
.contact_left_bottom {
  width: 100%;
  float: none;
  padding: 0;
  margin-top: 30px;
}

.feature_container .table_header_bar h3 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.feature_container .table_header_bar a {
	float: right;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #6a7b87;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	padding: 0 11px;
	margin-top: 9px;
}
.feature_container .table_header_bar a:hover {
	background: #6a7b87;
	color: #fff;
}

/* Breadcrumbe */
.nav_bg nav div { display:inline; }
a.link_breadcrumb, a.link_breadcrumb:hover, .breadcrumbDiv {
	text-decoration: none;
	font-size: 12px;
}
.breadcrumbDiv {
	display: inline-block;
	padding: 0 3px;
}
.breadcrumb_text h2 {
	display:inline;
	margin:0;
	padding:0 !important;
}
.breadcrumb_text, .breadcrumb_text h2 {
	font-size:10px;
	padding-top:5px;
	padding-bottom:3px;
}

/* navigation */
.nav_page a {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	border: 1px solid #dedede;
	width: 37px;
	height: 37px;
	border-radius: 3px;
	line-height: 37px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.nav_page .nav_text, .nav_page a:hover {
	background: #000;
	color: #fff !important;
}
.btn_nav:before {
	font-size: 16px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.btn_pre:before { content:"z"; }
.btn_next:before { content: "/"; }
.nav_btn_info_container a {
	text-decoration: none;
}
.nav_btn_info_container .btn_nav:before {
	font-size: 21px;
}
/*form elements */
.form_fields, #SignUp input[type="text"] {
    border: solid 1px #D2D2D2;
	font-size: 11px;
	height:18px;
}
.form_fields, select, .form_fields_error, textarea, #SignUp input[type="text"] {
	border: none;
	font-size: 14px;
	background: #eceef3;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	-moz-outline: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.form_fields_error {
	background: #FFE6E6;
}
textarea {
	height:80px !important;
}
.newsletter_name {
	width: 40%;
	vertical-align: top;
	background: #fff;
	color: #000;
	border-bottom: 2px solid #d5d5d5;
}
.header_search_input {
	display: inline-block !important;
	width: 29%;
	margin-left: 12px;
}
fieldset { border:0; margin:0; padding:0; }
dl { clear: left; margin: 0 0 10px 0; }
	fieldset dt { 
		float: left; 
		width: 210px;
		line-height:25px;
	}
	fieldset dt:only-child { float: none; width: auto; }
		label.required:before {
			display: inline-block;
			color: #b75034;
			content: "*";
			padding: 0 5px 0 0;
		}
		label.requiredText {
			display: inline-block;
			color: #b75034;
			padding: 3px 0;
		}
	fieldset dd { margin: 0 0 0 210px; }

.dt_long { width: 244px; }

	#pay fieldset { border:0; margin-left: 30px; }
	#pay dl { clear: left; margin: 0 0 10px 0; }
	#pay fieldset dt { 
		float: left; 
		width: 175px;
		line-height:25px;
	}
	#pay fieldset dt:only-child { float: none; width: auto; }
		#pay label.required:before {
			display: inline-block;
			color: #b75034;
			content: "*";
			padding: 0 5px 0 0;
		}
		#pay label.requiredText {
			display: inline-block;
			color: #b75034;
			padding: 3px 0;
		}
	#pay fieldset dd { margin: 0 0 0 180px; }

	#pay .dt_long { width: 260px; }
	
.require { color:#CC0000; }
.dots {
  position: relative;
  color: #dce0e1;
  font-size: 30px;
  text-align: center;
  overflow: hidden;
  height: 40px;
  letter-spacing: 6px;
  width: 100%;
  margin: 20px 0 !important;
}
.dots:after {
  content: "........................................................................................................................";
  position: absolute;
  left: 20%;
  top: -9px;
  right: 20%;
  overflow: hidden;
}
.checkoutRow { margin-bottom:5px; }
.moduleRow {
	cursor: pointer;
	border: 1px solid transparent;
	line-height: 50px;
}
.moduleRow:hover {
	cursor: pointer;
	border: 1px solid #1fb706;
	line-height: 50px;
}
.moduleRowSelected {
	cursor: pointer;
	background: #1fb706;
	border: 1px solid #1fb706;
	color: #fff;
	line-height: 50px;
}
.msgbox {
  padding: 15px;
  min-height: 25px;
  line-height: 25px;
  margin: 5px 0 15px 0;
  color: #fff;
  font-size: 16px;
}
.flag_error { background:#BF0003; }
.flag_ok { background:#009824; }
.flag_att { background:#F0B712; }
.flag_checkout_acc { margin-top:10px; }
.evenrowbg {
	position: relative;
	padding: 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #dedede;
}
.line {
	background-color: #E2E2E2;
	color:#E2E2E2;
	height: 1px;
	border: none;
}
.line2 {
	height:2px;
	background-color: #E2E2E2;
	color:#E2E2E2;
	border: none;
}

.coupon_container .evenrowbg { width: 84%; }

.cart_table_img { width:11em; padding:0.5em 0 0.5em 0.5em; }
.cart_table_item {
	padding: 0.5em 0 0 0.5em;
	vertical-align: middle;
}
.cart_table_price { width:11em; }
.cart_table_qty { width:5em; }
.cart_table_qty_error { width:5em; text-align:center; }
.cart_table_total { width:12em; padding:0 0.5em; }
.layout-cart-wrapper p { margin:0.5em; }
#taxDisplay { padding:1em; }
.cart_table_item a {
	font-weight: normal;
	text-decoration: none;
}
.grid-block-pricing {
  overflow: hidden;
}
.order_total_wrapper {
	line-height: 55px;
}
.order_total_wrapper td {
	background: #eceef3;
	padding: 0 10px;
}
.cart_price_total td {
	background: #1fb706;
	color: #fff;
}
.order_total_wrapper td b {
	font-weight: normal;
}
.order_total_wrapper .sub_header, .order_total_wrapper .clear10 {
	display: none;
}
.order_total_wrapper td { height:25px; width: 49%; }
.cart_price_name { width: 50%; }
.cart_price_price { text-align:right; }
.cart_price_box_clear { clear:right; }

/* Buttons */
.submit_button, a.submit_button_image, .submit_button_image, #SignUp input[type="submit"] {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #000;
	cursor: pointer;
	height: 45px;
	padding: 0 20px;
	display: inline-block;
	line-height: 42px;
	background: #000;
	box-sizing: border-box;
	text-decoration: none;
	-moz-outline: none;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
a.submit_button_image:hover, .submit_button:hover { background:#fff; color: #000; border: 1px solid #000 }
.btn_add_to_cart_list {
	position: absolute;
	right: -8px;
	text-align: center;
	bottom: -11px;
	height: 35px;
	width: 35px;
	line-height: 27px;
	padding: 0;
	text-transform: unset;
	font-size: 19px;
	color: #363636;
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.btn_add_to_cart_list:hover {
	color: #e2e2e2;
	background: #363636;
	border: 1px solid #363636;
}
.footer_newsletter .btn_send {
	background: #fff;
	color: #000;
	border: none;
	text-transform: unset;
	font-size: 41px;
	padding: 0;
}
.footer_newsletter .btn_send:hover {
	transform: rotate(45deg);
}
.add_to_cart_complete_inner .btn_add_to_cart_list {
	position: static;
	font-family: 'Roboto', sans-serif !important;
	width: auto;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#InfoFavBox .submit_button {
	text-transform: unset;
	background: none;
	border: 1px solid #dedede;
	color: #d02a2a;
	font-size: 19px;
	padding: 0 12px;
	border-radius: 3px;
}
#InfoFavBox .submit_button:hover {
	background: #d02a2a;
	color: #fff;
}
#InfoReviewBox .review_btn_toggle, #InfoItemDescription {
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color: #000;
	background: #f5f5f5;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	border-bottom: none;
	display: inline-block;
	padding: 0 20px;
	cursor: pointer;
	margin-right: 8px;
}
#btn_delete {
	position: absolute;
	top: 0px;
	right: 0;
	text-transform: lowercase;
	background: none;
	color: #272727;
	font-size: 18px;
	padding: 0;
	height: 30px;
	width: 30px;
	line-height: 27px;
	border: none;
}

.btn_layout { border-top:1px solid #E2E2E2; margin: 10px 0; padding: 10px 0; text-align:center; height: 50px; }
.btn_left { float: left; text-align: left; }
.btn_right { float: right; text-align: right; }
.btn_middle { display: block; width: 250px; margin: 0 auto; }

#HomeLink { display: none !important; }

/*cat menu */
.im_cat_menu_panel {
	float: left;
	width: 230px;
	display: none;
}
.layout-products-wrapper .im_cat_menu_panel {
	display: block;
}
.im_cat_menu_box {
	box-shadow: 0 2px 9px #e2e2e2;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}
.im_cat_menu_header {
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}
.im_cat_menu_panel ol, .im_cat_menu_panel li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.im_cat_menu_box a, .cat_listing_link {
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.im_cat_menu_box a:before, .cat_listing_link:before {
	content: "o";
	position: absolute;
	font-size: 15px;
	color: #ccc;
	left: 0;
	top: 4px;
}
.im_cat_menu_box .link_cat_sel:before, .cat_listing_link_sel:before {
	content: "v";
	color: #000;
}
.cat_name {
	display: inline-block;
}

.sm_text, .small_text, .small_text td { font-size:10px; }
#MenuSearch fieldset { margin:0; padding:0; }

#MenuSearch dt, #MenuSearch dd, #MenuSearch dl { margin:0; padding:0; }
#MenuSearch dt {
	float:left;
	padding: 0 0 0 10px;
	width:39px;
	line-height: 21px;
}
#MenuSearch dd { margin:0 0 0 55px; }

.search_opt_frame { margin-left:5px; }

/* shared elements for Cat & Product */
.nav_bg h2 { float:left; }
.nav_btn_container { float:right; }
#FooterNavigation { clear:both; }

/* Category Listing */
.cat_listing_container {
	box-shadow: 0 2px 9px #e2e2e2;
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	background: #fff;
}
.cat_table { display:none; }
.cat_listing_container:before {
	content: "Filter By Category";
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}

.sort_menu .SortBgTop:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 5px;
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
}
.product_main_content .cat_main_content { display:none; }
.sort_menu, .nav_page { position: relative; display:inline-block; vertical-align: top; }

.nav_btn_container {
	float: none;
	box-shadow: 0 2px 9px #e2e2e2;
	margin-bottom: 30px;
	height: 80px;
	box-sizing: border-box;
	padding: 20px;
	margin-top: -50px;
	margin-left: 20px;
	background: #fff;
}
.nav_page { float: right; height: 35px; line-height: 35px; }
.sort_menu {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 154px;
	font-size: 10px;
	border: 1px solid #dedede;
	z-index: 10;
	line-height: 35px;
	margin-left: 55px;
	border-radius: 3px;
	color: #000;
	background: #fff;
}
.sort_menu a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	padding: 0 10px;
}
.sort_menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
}

.sort_menu:before {
	content: "Sort: ";
	position: absolute;
	top: 0;
	left: -47px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.sort_menu .sort_name {
	height: 0;
	line-height: 35px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sort_menu:hover .sort_name {
	height: 35px;
	opacity: 1;
	visibility: visible;
}
.sort_menu .SortBgTop:before {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 10px;
}

/* Product Listing */
#CatDescriptionText {
	box-shadow: 0 2px 9px #e2e2e2;
	box-sizing: border-box;
	padding: 20px;
	margin-top: -50px;
	margin-left: 20px;
	margin-bottom: 75px;
	background: #fff;
}
.item_listing_group {
	text-align: center;
	margin-bottom: 50px;
	margin-left: 13px;
}
.item_container {
	position: relative;
	width: 31%;
	padding: 20px 0;
	text-align: center;
	margin: 10px;
	margin-bottom: 45px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: left;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.products_home .item_container {
	width: 30%;
}
.item_container:hover {
	box-shadow: 0 2px 9px #e2e2e2;
	margin-top: 9px;
}
.item_img_frame img {
	max-width: 100%;
}
.item_table { margin: auto; display: table; min-height: 210px; }
.item_listing_info {
	padding: 0 15px;
}
.item_name {
	font-family: "TimesReg";
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 15px;
	text-align: center;
}
.item_no {
	display: none;
}
.listing_price {
	text-align: center;
}
.item_price {
	font-size: 13px;
	left: 15px;
	bottom: 26px;
	text-align: center;
	display: inline-block;
	border: 1px solid #666;
	line-height: 25px;
	padding: 0 10px;
	border-radius: 5px;
}
.item_description, .more_info_container, .item_price abbr {
	display:none;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.add_to_cart_load, .add_to_cart_load:hover {
	border-radius: 100% !important;
	text-indent: -900px;
	background: url(/images/loading.svg) 8px 8px no-repeat #fff !important;
	background-size: 16px !important;
	width: 35px !important;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}
.add_to_cart_complete_wrapper {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	z-index: 1000;
}
.add_to_cart_complete_opt {
	text-align: center;
	position: fixed;
	top: 13%;
	left: 0;
  right: 0;
	z-index: 1001;
}
.add_to_cart_complete_inner {
	background: #fff;
	border-top: 48px solid #000;
	border-bottom: 48px solid #000;
	width: 50%;
	display: inline-block;
	padding: 0px 0 30px;
	position: relative;
	z-index: 1;
}
.add_to_cart_complete_inner p {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 35px;
}
.add_to_cart_complete_inner a {
	margin: 0 10px;
}
.close_att_cart_popup {
	position: absolute;
	top: 4px;
	right: 5px;
	font-size: 30px;
	cursor: pointer;
}
.close_att_cart_popup:before {
	content: 'x';
}
#wowslider-container1 .ws_thumbs a {
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
}

/* Extra panel */
.extra_panel_feature { height: 240px; position:relative; padding:10px; margin-bottom: 15px; }
.extra_panel_reviews .item_container { width: 100%; }
.extra_panel_feature .item_container { position: absolute; width:100%; }

/* Product Info */
.product_box { position:relative; display:inline-block; width: 100%; }
#ItemInfoBoxText {
	float: right;
	width: 49%;
}
#ItemInfoBoxImage {
	float: left;
	width: 48%;
}
.more_image_container { float:right; margin: 5px 0; }
.more_images {
	float:left;
	width:51px;
	margin-left:1px;
}
#InfoFavBox {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
#ZoomImage {
	background:url(/shop/images/viewlarge.png) no-repeat;
	height:16px;
	width:16px;
}
#ProductInfoBoxImage a, #ProductInfoBoxImage a:visited, #ProductInfoBoxImage a:hover {
	display: block;
	overflow: hidden;
}
#qty {
	width: 50px;
	padding: 0;
	text-align: center;
	vertical-align: inherit;
}
.item_info_header {
	font-size:14px;
	font-weight:bold;
}
#InfoItemName {
	display: none;
}
.item_info_text { margin-bottom: 10px; }
.item_info_pricing {
	border-top: 1px solid #ededed;
	line-height: 75px;
	height: 75px;
	font-weight: bold;
	font-size: 28px;
}
.item_info_category {
	display: block;
	font-size: 13px;
	color: #8b8b8b;
	float: right;
	width: 73%;
	line-height: 23px;
	padding-top: 26px;
	text-align: right;
}
.item_info_category span {
	color: #000;
}
.item_info_category .breadcrumbDiv {
	color: #8b8b8b;
}
#ItemInfo_Stock {
	font-weight: bold;
}
#ItemInfo_Stock span {
	color: #8b8b8b;
}
.item_info_price, .item_info_price_was {
	display: inline-block;
}
.listing_price_from, .item_info_pricing abbr, .item_info_price_was .item_price_was_text {
	font-size: 17px;
}
.item_info_category span {
	color: #000;
}
.item_info_add_cart table {
	height: 80px;
	border-spacing: 0;
	display: inline-block;
	vertical-align: top;
}
.item_info_add_cart tbody, .item_info_add_cart tr {
	display: block;
}
.item_info_add_cart td {
	padding: 0;
	display: inline-block;
}
#wowslider-container1 .ws_images {
	border: none;
}
.review_container {
	margin: 30px 0;
}
.item_info_text_description {
	background: #f5f5f5;
	color: #8b8b8b;
	padding: 26px;
	font-size: 12px;
	line-height: 26px;
}
.item_info_text_description p {
	line-height: 23px;
}
.item_info_text_area { position:relative; }
.item_info_image_frame { text-align: center; position:relative; }
.popUp { position:absolute; bottom:4px; right:4px; cursor:pointer; }
.att_container_box {
	display: block;
	border-top: 1px solid #ededed;
	padding-top: 20px;
}
.add_to_cart_complete_inner .att_container_box {
	border: none;
}
.att_container {
	margin-bottom:30px;
}
.att_header {
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.radio_group {
	display: inline-block;
}
.radio_group_0, .info_ext_box {
	display: none;
}
.radio_group label {
	border: 1px solid #4e4e4e;
	display: inline-block;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	text-align: center;
	margin: 0 8px 8px 0;
	cursor: pointer;
	padding: 0 10px;
}
.radio_group label:hover {
	background: #000;
	color: #fff;
}
.att_disable label, .att_disable label:hover {
  border: 1px solid #ddd;
	color: #ddd;
	background: #fff;
  cursor: default;
}
.attr_sel label, .attr_sel label:hover {
	background: #000;
	color: #fff;
}
.radio_group label span {
	display: none;
}
.radio_group label input {
	display: none;
}
.item_info_text p { margin:0; margin-bottom:5px; }
.item_info_add_cart {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	line-height: 80px;
}
.social_btns {
	margin-top: 24px;
	height: 60px;
}
.sec_image {
	float:right;
	cursor:pointer;
	border: 1px solid #E2E2E2;
	cursor:pointer;
	margin-top: 2px;
}
.sec_image_frame { padding: 2px; }
.social_btns div { vertical-align: top; }

/* reviews */
.review_border {
	border: 1px solid #E2E2E2;
	padding:10px;
}
.review_date_added { float:right; }
.info_reviews_box {
	position: relative;
	padding: 20px;
	background: #f5f5f5;
	color: #8b8b8b;
	z-index: 1;
}
.review_container textarea { width:100%; }
#InfoReviewBox .tab_sel {
	position: relative;
	z-index: 2;
	background: #000;
	color: #fff;
}
	
#MainLinkedItemContainer { margin-top:10px; }

/* footer link */
.shop_footer_links {
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background: #1a1a1a;
}
a.link_footer, a.link_footer:hover, .link_footer_text {
	font-size: 12px;
	color: #fff;
}
.link_footer_flexe:before {
	color: #fff;
}
.footer_text_left, .footer_text_right {
	display: inline-block;
}
.tag_icon {
	display:none;
}
.line_icon {
	background: #E2E2E2;
	color:#5b7893;
	height: 1px;
	border: none;
}

.main_heading {
	font-size: 45px;
	font-weight: bold;
	text-align:center;
}
div.form_fields {
	padding:2px;
	margin:0;
}
div.form_fields_error {
	padding:2px;
	margin:0;
}
.clear_clear {
	height:0;
	clear:both;
	display: block;
	position: relative;
}
.clear {
	display: block;
	position: relative;
}
.clear1 {
	display: block;
	position: relative;
	height:1px;
}
.clear5 {
	display: block;
	position: relative;
	height:5px;
}
.clear10 {
	display: block;
	position: relative;
	height:10px;
}

nav { margin: 0; padding: 0; }
.coupon_container {
	left: 14px;
	width: 48%;
}
.account_order_remove_btn { width: 80px; }
.account_order_details_left { float: left; width:50%; }
.account_order_details_right { float: right; width:50%; }
.border_table_info div { line-height:22px; }

.zoom_open {
	width:16px;
	height:16px;
	display:inline-block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 9;
	cursor:pointer;
}
.zoom_open:before {
	content: "m";
	font-family: "icons";
	font-size: 16px;
}
.zoom_bg { background:#000; opacity:0.8; position:fixed; top:0; bottom:0; left:0; right:0; z-index:299; }
.zoom_container { width:630px; position:fixed; top:100px; margin:0 auto; z-index: 300; }
.zoom_img_container { overflow:hidden; background:#fff; padding: 10px; }
.zoom_img_box { float:left; width:500px; margin-right: 10px; cursor: move; }
.zoom_img_box img { width:500px; }
.zoom_img_series { float:right; width:100px; }
.zoom_img_series img { width:100px; }
.zoom_img_series .zoom_img { display: block; padding-bottom: 5px; }
.zoom_close { background:url(/shop/images/close.png) no-repeat bottom right; height: 33px; cursor:pointer; opacity: 0.7; }
.zoom_img_box {
	display:inline-block;
	position: relative;
}
.zoom_img_box img {
	display: block;
}
.zoom_img_box img::selection { background-color: transparent; }


#lightbox-container-image-box {
	width: 700px !important;
	height: 700px !important;
}
#lightbox-container-image-data-box {
	width: 720px !important;
}

.signupframe { border: none !important; }

.order_feeds {
	margin-top:55px;
}
.order_feeds_frame { border-left: 1px dotted #333; }
.of_date { font-size:18px; padding-left: 50px; }
.of_feed {
	border-top: 1px solid #333;
	padding-left: 41px;
	position:relative;
	margin: 25px 0;
	margin-left: 5px;
}
.of_feed:before {
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	background: #333;
	left: -9px;
	top: -4px;	
}
.of_feed .of_comment {
	background: #fff;
	margin-top: -10px;
	padding-left: 4px;
	font-size:11px;
}
.of_feed .of_comment span { font-weight:bold; }
.of_comment_date { color:#999; font-style:italic; }
.order_feeds textarea { width:100%; }

#MenuExtratag a { cursor:pointer; }

.products_load {
	text-align: center;
	overflow: hidden;
	height: 84px;
	margin-top:100px;
	position:absolute;
	width:100%;
}
.products_load img {
	width: 227px;
	margin-top: -79px;
}
.listing_price_from {
	display: none !important;
}
#HeaderHome, .nav_bg_home, #ItemInfo_MinQty, .dt_order_no, .web_icon_box, .menu_toggle, #MenuBoxSearch, .hero {
	display: none;
}