@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-ExtraBold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}
@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;
}
[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,
#InfoFavBox .submit_button, .btn_delete, .sm_li_1968 a:before, .im_cat_menu_panel .im_cat_menu_box_extra_tag a:before, .home_wedo .arrow:before, .menu_active .cat_a-0:before,
.mobile_cat_menu:before, .mobile_cat_menu_close:before, .open_close_content h3:after, .accordion dt:after {
  /* 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: 'Gilroy', sans-serif;
}
body, td, th, dt, dd {
	color:#000;
	font-size: clamp(14px, 1vw, 16px);
}
body {
	margin: 0px;
}

a { color:#ce4133; text-decoration:none; }
a:hover { color: #333; }
section a { text-decoration:none; }
.main_bg p {
  line-height: 2vw;
}
header {
  position: relative;
  min-height: 160px;
}
.body-content-home header {
  position: relative;
  min-height: 125px;
}
section {
  position: relative;
}
.wrapper, .home_wrapper, .shop_main_frame, .header_inner, .home_feature_container {
  position: relative;
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.body-content-home .shop_main_frame {
	padding: 0;
}
.about_img {
  overflow: hidden;
}
.about_img img {
  width: 130%;
  max-width: none !important;
}
.logo_link svg {
  width: clamp(160px, 22vw, 295px);
}
.logo_link {
  position: absolute;
  top: 13px;
  left: 145px;
  z-index: 1100;
}
.logo_link.active {
	position: fixed;
}
.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;
}
.hss_container {
  position: relative;
		margin-left: 120px;
  z-index: 1;
}
.mob_menu {
	display: inline-block;
	font-size: 30px;
	position: relative;
	z-index: 101;
	width: 30px;
	height: 18px;
	margin-left: 7px;
}
.menu_toggle b {
  vertical-align: top;
}
.mob_menu span {
	position: absolute;
	top: 7px;
	background: #000;
	display: block;
	height: 3px;
	width: 100%;
}
.menu_toggle.active .mob_menu span {
  background: #ce4133;
	width: 100%;
}
.mob_menu span:first-child {
	top: 0;
	width: 50%;
}
.mob_menu span:last-child {
  position: absolute;
  top: 14px;
  width: 50%;
  right: 0;
}
.menu_toggle {
  position: absolute;
  top: 50px;
  right: 45px;
  display: block;
	font-weight: bold;
  font-size: 18px;
	cursor: pointer;
  z-index: 2000;
}
.menu_toggle.active {
	position: fixed;
  color: #fff;
}
.main_menu .copyright {
  color: #838383;
  font-size: 15px;
  position: fixed;
  left: 40px;
  bottom: 40px;
}
.main_menu {
  position: fixed;
  display: none;
  color: #000;
  text-align: center;
  background: #202020;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
	padding-top: 30vh;
  z-index: 1000;
}
.main_menu ul, .main_menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
}
.main_menu li {
  display: inline-block;
	vertical-align: top;
	margin-right: -3px;
}
@media only screen and (max-width: 980px) {
	.main_menu li {
		display: block;
	}
	li.sm_li-0.sm_li_5 {
  	margin-bottom: 20px;
	}
	.main_menu {
		padding-top: 16vh;
	}
}
.main_menu li ul li {
  display: block;
}
.main_menu a {
  display: block;
  padding: 0 0.6vw;
	margin: 0 0.3vw;
  color: #fff;
  font-size: clamp(25px, 1.8vw, 30px);
  line-height: clamp(30px, 3.2vw, 40px);
  font-weight: bold;
	border-bottom: 2vh solid #202020;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.main_menu li a:hover {
	border-bottom: 0.6vh solid #ce4133;
}
.sm_li_5 a.sm_a-0.sel_sm {
  border-bottom: 0.6vh solid #202020 !important;
}
.main_menu ul li ul li a {
  font-size: clamp(14px, 1.2vw, 18px);
	border-bottom: 0.6vh solid #202020;
	font-weight: 300;
}
.trans, .trans a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.trans1, .trans1 a {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.sub_menu {
	display: inline-block;
	color: #fff;
}
.sub_menu li, .sub_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.sub_menu a {
  color: #fff;
  padding: 0 13px;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.sub_menu a.search {
  font-size: 28px;
}
.sub_menu a:hover {
	background: #ce4133;
}
.sm_li_1968 a:before {
	content: "s";
	font-size: 21px;
	vertical-align: text-bottom;
}
.header_search {
	text-align: center;
}
.close_search {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 31px;
  line-height: 60px;
  vertical-align: top;
}
#MainContent ul, #MainContent ol {
  margin: 0;
  padding: 0;
}
#MainContent li {
  line-height: 25px;
	margin-left: 20px;
  margin-bottom: 12px;
  list-style: disc;
}
.layout-sitemap li {
  padding-left: 25px;
}
#MainContent ol li {
  list-style: decimal;
}
footer {
	position: relative;
	background: #202020;
	color: #fff;
	z-index: 2;
}
.trading_name {
  position: absolute;
  top: 45px;
  font-size: 10px;
}
.footer_links a {
	color: #fff;
	font-size: 12px;
}
.footer_links a:hover {
	color: #ce4133
}
.footer_links ul, .footer_links li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_links li {
	position: relative;
	line-height: 24px;
}
.footer_links .grid {
	display: inline-block;
	vertical-align: top;
}
.footer_links {
  padding: 50px 0 5px;
  margin: 0 15px 0 110px;
}
.footer_links .grid {
	display: inline-block;
	vertical-align: top;
	width: 29vw;
	text-align: left;
	box-sizing: border-box;
}
.footer_links .grid_stay {
  width: 30%;
  padding-right: 75px;
}
.footer_pay {
	position: absolute;
	right: 132px;
	text-align: left;
	margin-top: 18px;
}
.footer_links .logo_link_footer {
  width: 290px;
  height: 75px;
}
.logo_link_footer a {
  position: relative;
  top: 0;
	left: 0;
}
.footer_line {
  height: 1px;
  background: #666;
  max-width: 848px;
  margin: 0 auto;
  margin-top: 20px;
}
.footer_note {
	background-attachment: fixed;
	font-size: 33px;
	color: #fff;
	font-weight: bold;
}
.footer_text {
  font-size: 14px;
}
.social_icons {
  position: absolute;
  left: -167px;
  top: 96px;
  transform: rotate(-90deg);
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1100;
}
.body-content-home .social_icons {
  top: 307px;
}
.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;
	color: #000;
}
.social_icons a:hover {
	color: #ce4133;
}
.social_icons.active, .social_icons.active a {
	color: #fff;
}
.footer_note .text {
	padding: 60px 0;
}
.footer_newsletter {
	background-attachment: fixed;
	background-size: contain;
}
.newsletter_text {
  font-size: 11px;
}
.toggle_newsletter {
	padding-bottom: 65px;
}
.toggle_newsletter {
	padding-bottom: 65px;
}
.newsletter_wrapper {
	background-size: cover;
}
.hss_container .slide_box_text .inner {
  text-align: left;
  color: #fff;
  padding: 3vw 28vw 0 60px;
  font-weight: bold;
  font-size: 3.5vw;
}
.hss_container .slide_box_text p {
	margin: 0;
	padding: 0;
	line-height: 3vw;
}
.hss_container .slide_box_text p:first-child {
  line-height: 7vw;
}
.hss_container .slide_box_text p:last-child {
  display: inline-block;
  font-size: 1.5vw;
  text-transform: uppercase;
  border-bottom: 3px solid #ce4133;
  margin-top: 60px;
}
.flexe_slideshow .navbtn {
	display: none;
  background: none;
  color: transparent;
}
.flexe_slideshow .navbtn:before {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 3px solid #fff;
  line-height: 32px;
  display: block;
}
.flexe_slideshow .slide_next:before {
	content: "next";
	padding: 0 0 0 14px;
}
.flexe_slideshow .slide_pre:before {
	content: "prev";
	padding: 0 14px 0 0;
}
.flexe_slideshow_bullets {
  height: 70px;
	text-align: right;
  padding-right: 13%;
}
.flexe_slideshow_bullets span {
	position: relative;
  height: 30px;
  width: 30px;
	background: none;
  border: 2px solid #fff;
  opacity: .5;
}
.flexe_slideshow_bullets span:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 8px;
  margin-top: 8px;
}
.flexe_slideshow_bullets span.selected:before {
	content: "";
	background: #fff;
}

.home_panel {
  padding: 60px 0;
}
.home_panel h1, .home_panel h2, .home_header {
  font-size: clamp(28px, 2vw, 38px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.home_panel .header_sub {
  text-align: center;
  margin-bottom: 38px;
  font-size: 20px;
  margin-top: -33px;
}
.blog_wrapper {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 770px) {
	.blog_wrapper {
 	  grid-template-columns: 1fr;
	}
}
.home_blog_post, #HomeListingContent .media_box {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  background: #f8f8f8;
  border-radius: 7px;
  box-shadow: 1px 1px 10px #00000020;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#HomeListingContent .media_box {
  margin-bottom: 30px;
  text-align: center;
  width: 20%;
}
.home_blog_post:hover, #HomeListingContent .media_box:hover {
	box-shadow: 1px 1px 20px #00000070;
  -webkit-transform: translateY(-1.25rem);
  -ms-transform: translateY(-1.25rem);
  transform: translateY(-1.25rem);
}
.home_blog .blog_name, #HomeListingContent .media_box .media_name {
  font-weight: 500;
  margin: 13px 0;
  color: #35495d;
  font-size: 18px;
}
.home_blog .blog_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-home-feature-panels {
  margin-top: 35px;
}
#HomeListingContent .media_box .media_name, #HomeListingContent .media_box .media_d {
  padding: 0 20px;
  margin-bottom: 0;
}
#HomeListingContent .media_box .media_name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 15px;
}
.home_blog .blog_img, #HomeListingContent .media_box .media_img {
  overflow: hidden;
  border-bottom: 4px solid #ce4133;
  margin-top: 40px;
}
.home_blog .blog_img {
  margin-top: 0;
}
#HomeListingContent .media_box .media_img {
  height: unset;
}
#HomeListingContent .media_box img {
  width: 100%;
  margin-bottom: 2px;
}
.home_blog .blog_img img {
	width: 100%;
	display: block;
}
.home_blog .blog_excerpt, #HomeListingContent .media_box .media_d {
  font-size: 14px;
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
  color: #35495d;
}
#HomeListingContent .media_box .media_d p {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.home_blog .blog_content {
  font-size: 14px;
  text-decoration: none;
  color: #35495d;
	margin: 13px 20px;
}
.home_blog .blog_date {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.home_panel .header_sub {
  text-align: center;
  margin-bottom: 38px;
  font-size: 20px;
  margin-top: -33px;
}
.blog_content {
	font-size: 16px;
	margin-top: 20px;
}
.blog_content iframe {
  height: 400px;
}
.open_close_content h3:after {
  color: #ce4133;
}
.body-content-services section {
  background: url(/images/services-plumbing.jpg) no-repeat;
  background-size: 100%;
	color: #fff;
}
.services_plumbing {
	position: relative;
	overflow: hidden;
}
.services_plumbing p {
  font-size: 1.4vw;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
}
.slidein_text p.hide {
	position: relative;
  left: 110%;
	margin-top: 10px;
}
.projects_container p {
  margin: 0;
  display: inline-block;
  width: 28%;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
  height: 125px;
  background: linear-gradient(150deg, rgba(20,166,223,1) 0%, rgba(65,192,192,1) 100%);
  color: #fff;
  font-weight: 100;
  font-size: 17px;
  opacity: 0.7;
  cursor: default;
	text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.projects_container p b {
  font-size: 20px;
  font-weight: bold;
}
.projects_container p:hover {
	background: linear-gradient(150deg, rgba(65,192,192,1) 0%, rgba(20,166,223,1) 100%);
	opacity: 1;
}
.projects_container p.img {
  background-size: 100% !important;
  background-position: 0 40% !important;
	opacity: 1 !important;
}
.projects_container p.img1 {
  background: url(/images/project_1.jpg);
}
.projects_container p.img2 {
  background: url(/images/project_2.jpg);
}
.projects_container p.img3 {
  background: url(/images/project_3.jpg);
}
.projects_container p.img4 {
  background: url(/images/project_4.jpg);
}
.projects_container p.img5 {
  background: url(/images/project_5.jpg);
}
.projects_container p.img6 {
  background: url(/images/project_6.jpg);
}

#MainContent {
	padding-bottom: 50px;
}
.main_bg {
  position: relative;
  min-height: 100px;
}
#MainBgProducts {
  margin-left: 245px;
  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 {
	height: 75px;
}
.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: 10px;
}
.header_inner {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.header h1 {
  font-size: 3vw;
  line-height: 7vw;
  padding-top: clamp(20px, 5vw, 80px);
  padding-bottom: 10px;
  font-weight: bold;
}
#HeaderHome h1 {
  font-size: clamp(20px, 6vw, 67px);
  margin-left: 60px;
  line-height: clamp(30px, 6vw, 80px);
}
h1, h2, h3, h4, h5 {
  margin: 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 30px;
	padding-top: 5px;
    padding-bottom: 15px;
}
h3 {
	font-size: 25px;
	padding-top: 5px;
    padding-bottom: 15px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 15px;
}



.layout-home-wrapper h2 {
	font-size: 35px;
}
.footer_links .f_heading {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 600;
}
.sub_header, .sub_header_alt, .sub_header2, .newsletter_frame span {
	font-size:14px;
	font-weight:bold;
}
.nav_bg {
	display: none;
}

/* Header Account*/
.header_acc {
	font-size:12px;
	padding-left: 10px;
	height:30px;
	line-height:30px;
}
.header_acc_menu {
  position: absolute;
  top: 102px;
  right: 0;
	z-index: 1001;
}
.account_menu_btns a {
	position: relative;
	margin:0 6px;
	line-height: 30px;
	color: #000;
	display: inline-block;
}
#searchlink, #MyCartLink, #MyFavLink, #signinlink, #MyAccountLink {
	height: 30px;
	text-align: center;
	background: #fff;
}
.account_menu_btns a:hover {
	color: #ce4133 !important;
}
.account_menu_btns a:after {
  font-size: 10px;
  vertical-align: revert;
  font-weight: 500;
  padding-left: 3px;
}
#signinlink:before, #MyAccountLink:before {
	content: "a";
	font-size: 27px;
}
#signinlink:after {
	content: "Login/Register";
}
#MyAccountLink:after {
	content: "My Account";
}
#MyFavLink:before {
	content: "h";
	font-size: 25px;
}
#MyFavLink:after {
	content: "My Favorites";
}
#MyCartLink:before {
	content: "c";
	font-size: 27px;
	vertical-align: text-bottom;
}
#MyCartLink:after {
	content: "My Cart";
}
.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: #ce4133;
	height: 15px;
	width: 15px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 9px;
	display: block;
	position: absolute;
	top: -4px;
	left: 22px;
	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_pg_wrapper .inner {
  display: grid;
  grid-template-columns: 53% auto;
  gap: 20px 45px;
}
@media only screen and (max-width: 1100px) {
  .contact_pg_wrapper .inner {
    grid-template-columns: auto;
  }
}
.contact_box.form {
  grid-row-start: 1;
}
.contact_box.addr {
  grid-column-start: 2;
}
.contact_box.map {
  grid-column: span 2;
}
@media only screen and (max-width: 770px) {
  .contact_pg_wrapper .inner {
    grid-template-columns: 1fr;
  }
  .contact_box.addr {
    grid-column-start: 1;
  }
  .contact_box.map {
    grid-column: auto;
  }
	.company_contact_details {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 500px) {
  .company_contact_details {
    grid-template-columns: 1fr;
  }
}
.form_names {
  font-size: 20px;
  margin: 8px 0;
}
.feature_container .table_header_bar h3 {
  float: left;
  font-weight: bold;
  font-size: 30px;
  display: block;
  color: #ce4133;
}
.feature_container .table_header_bar a {
	float: right;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ce4133;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	padding: 0 11px;
	margin-top: 9px;
}
.feature_container .table_header_bar a:hover {
	background: #ce4133;
	color: #fff;
}

/* Breadcrumbe */
.nav_bg nav div { display:inline; }
a.link_breadcrumb, a.link_breadcrumb:hover, .breadcrumbDiv {
  color: #373737;
  text-decoration: none;
  font-size: 13px;
}
.breadcrumbDiv {
	display: inline-block;
	padding: 0 3px;
}
.header_hero a.link_breadcrumb, .header_hero .breadcrumbDiv {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 17px;
}
.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;
  border-right: none;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-left: -7px;
}
.nav_page a:last-child {
	border: 1px solid #dedede;
}
.nav_page .nav_text, .nav_page a:hover {
  background: #ce4133;
  color: #fff !important;
}
.btn_nav:before {
	font-size: 16px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.btn_pre:before { content:"<"; }
.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: 16px;
	background: #f3f3f3;
	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 {
  background: #202020;
  width: 45%;
  color: #fff;
  border: 1px solid #fff;
  line-height: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.header_search_input {
  font-size: 17px;
  width: 380px;
  line-height: 60px;
  height: 60px;
  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; }

.dt_long { width: 244px; }

.customer_class_list {
  background: #adadad;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.reg_customer_class_61 span {
  font-size: 12px;
  font-weight: normal;
}
.customer_class_list.sel {
  background: #ce4133;
}
.customer_class_list input {
	display: none;
}

	#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;
	position: relative;
	z-index: 100;
}
.shoutcast_msg {
  position: fixed;
  text-align: center;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
}
.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;
}
.sent_email {
	position: relative;
	background: #009824;
	text-align: center;
	color: #fff;
	line-height: 55px !important;
}

.coupon_container .evenrowbg { width: 84%; }

.cart_table_img { width:2em; 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:8em; 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"] {
  color: #ce4133;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-bottom: 3px solid #000;
  cursor: pointer;
  height: 40px;
  padding: 0;
  display: inline-block;
  line-height: 40px;
  background: none;
  box-sizing: border-box;
  text-decoration: none;
  -moz-outline: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a.submit_button_image:hover, .submit_button:hover { border-bottom: 3px solid #ce4133; }
.btn_add_to_cart_list {
  width: 100%;
  font-size: 11px;
  display: block;
}
.form_add_to_cart {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #ce4133;
  font-size: 11px;
  height: 40px;
	line-height: 40px;
	overflow: hidden;
  display: block;
  text-align: center;
}
.header_search_btn {
  text-transform: lowercase;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  margin-left: -4px;
}
.toggle_newsletter .submit_button {
  border-bottom: 3px solid #fff;
	color: #ce4133;
}
.toggle_newsletter .submit_button:hover {
	color: #fff;
}
.add_to_cart_complete_inner .btn_add_to_cart_list {
	position: static;
	background: url(/images/cart_text.svg) 15px no-repeat #ce4133;
	background-size: 93px;
	text-indent: -900px;
	width: 124px;
}
.add_to_cart_complete_inner .btn_add_to_cart_list:hover {
	background: url(/images/cart_text.svg) 15px no-repeat #788375;
	background-size: 93px;
	text-indent: -900px;
	width: 124px;
}
#InfoFavBox .submit_button {
	text-transform: unset;
	background: none;
	border: 1px solid #dedede;
	color: #d02a2a;
	font-size: 19px;
	padding: 0 12px;
}
#InfoFavBox .submit_button:hover {
	background: #d02a2a;
	color: #fff;
}
#InfoReviewBox .review_btn_toggle, #InfoItemDescription {
	background: #fff;
	color: #000;
	text-transform: unset;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #dedede;
	border-radius: 0;
	height: 35px;
	line-height: 35px;
	border-bottom: none;
	display: inline-block;
	padding: 0 20px;
	cursor: pointer;
	margin-right: -4px;
}
#btn_delete {
	position: absolute;
	top: -10px;
	right: 0;
	text-transform: lowercase;
	background: none;
	color: #272727;
	font-size: 30px;
	padding: 0;
}

.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_header {
	display: block;
	font-size: 16px;
	height: 35px;
	font-weight: bold;
	font-style: italic;
}
.im_cat_menu_box {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.im_cat_menu_panel ol, .im_cat_menu_panel li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a {
  text-decoration: none;
  font-size: 11px;
  line-height: 25px;
  cursor: pointer;
  color: #000;
	font-weight: 500;
	-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a:hover {
  color: #ce4133;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a:before {
  content: "";
  margin-right: 8px;
  font-size: 13px;
  color: #000;
  width: 15px;
  height: 15px;
  background: #ccc;
  display: inline-block;
	vertical-align: middle;
	color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a:hover:before {
  background: #ce4133;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag .link_cat_sel:before {
  content: "w";
  background: #ce4133;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a.dis {
  color: #ddd;
  cursor: default;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a.dis:hover:before {
	background: #ccc;
}
	
.sm_text, .small_text, .small_text td { font-size:12px; }

#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 {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
	min-width: 90px;
}
.cat_listing_container:before {
  content: "Categories";
  display: block;
  font-size: 16px;
  height: 35px;
  font-weight: bold;
  font-style: italic;
}
.cat_container .cat_table {
	display: none;
}
.cat_container .cat_name {
	display: inline-block;
}
#CatDescriptionText {
  font-size: 12px;
}
#CatDescriptionText h3 {
  font-size: 14px;
}
#CatDescriptionText p {
  line-height: 22px;
}






.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;
}
.sort_menu, .nav_page { position: relative; display:inline-block; vertical-align: top; }

.nav_btn_container {
	float: none;
	margin-bottom: 30px;
	height: 37px;
	box-sizing: border-box;
}
.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;
	color: #000;
	background: #fff;
	text-align: left;
}
.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: #ce4133;
}

.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;
}
.filter_listing {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	border: 1px solid #ce4133;
	line-height: 35px;
	margin-left: 41px;
	border-radius: 3px;
	color: #fff;
	background: #ce4133;
	padding: 0 20px 0 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.filter_listing:hover {
	color: #ce4133;
	background: #fff;
}
.filter_listing:before {
	content: "y";
	margin-right: 13px;
	font-size: 18px;
	vertical-align: sub;
}
#FooterNavigation .filter_listing {
	display: none;
}

/* Product Listing */
.item_listing_group {
	text-align: center;
}
.item_container {
  position: relative;
  width: 31%;
  text-align: center;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #e0e0e0;
  height: 360px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.item_container:hover {
	box-shadow: 0 2px 12px #cbcbcb;
	margin-top: 9px;
}
.home_feature_container .item_container {
	width: 23%;
}
.item_table { margin: auto; display: table; }
.item_container .item_img {
  max-width: 100%;
	max-height: 200px;
	margin-top: 10px;
}
.item_img_frame {
  margin: 0 10px;
}
.item_no_img div {
  height: 223px !important;
}
.item_listing_info {
	padding: 0 15px;
}
.item_name {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
.item_no {
	display: none;
	color: #ce4133;
	font-size: 13px;
	font-weight: bold;
}
.item_price {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  left: 15px;
  bottom: 64px;
}
.item_price_was {
  position: absolute;
  bottom: 68px;
  right: 15px;
}
.item_price_was div {
  display: inline-block;
	font-size: 12px;
}

.item_description, .more_info_container, .item_price abbr {
	display:none;
}
.parent_item_listing .more_info_container {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.parent_item_listing .more_info_container .submit_button {
	width: auto;
	text-align: center;
	display: block;
}

@-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%;
  text-indent: -1000px;
  background: url(/images/loading.svg) 10px 10px no-repeat #ce4133 !important;
  background-size: 20px !important;
  width: 40px !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;
  margin-left: 40%;
}
.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_opt:before {
	content: "a";
	position: absolute;
	top: -27px;
	left: 47%;
	color: #fff;
	background: #ce4133;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 40px;
	border-radius: 100%;
	box-shadow: 0 0 11px #000;
	z-index: 2;
}
.add_to_cart_complete_inner {
	background: #fff;
	width: 50%;
	display: inline-block;
	padding: 50px 0 60px;
	box-shadow: 0 0 18px #000;
	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';
}

.items_sub_table thead td {
  background: #ce4133;
  color: #fff;
  line-height: 42px;
  border-spacing: 10px;
  border-collapse: separate;
}
.items_sub_table .gap {
  background: none !important;
  width: 10px;
}
.sub_items_container {
  border: 1px solid #dedede;
  padding: 10px 10px 0 0;
  margin-bottom: 30px;
}
.items_sub_list td {
  border-bottom: 1px solid #dedede;
}
.items_sub_list tr:last-child td {
  border: none;
}
.sub_items_container td {
  font-size: 12px;
}
.sub_items_container img {
  width: 45px;
}
.sub_items_container .item_img_frame {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.sub_items_container .item_no_img div {
	width: auto !important;
	height: auto !important;
}
.sub_items_container .col_stock {
  width: 80px;
}
.sub_items_container .col_item {
  padding-left: 5px;
}
.sub_items_container .col_qty {
  width: 40px;
  text-align: center;
}
.sub_qty_field {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px 0;
  text-align: center;
  padding: 0;
  background: #ddd;
}
.sub_items_container .col_minorder, .sub_items_container .col_weight, .sub_items_container .col_price, .sub_items_container .col_img {
	display: none;
}

.accordion dl {
  border-bottom: 1px solid #ddd;
	padding: 30px;
	margin: 0;
}
.accordion dl:last-child {
  border: none;
}
.accordion dt {
	position: relative;
  font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 27px;
}
.accordion dt:after {
  content: "v";
  position: absolute;
  top: 0;
  right: 0;
  color: #ce4133;
}
.accordion .open dt:after {
	content: "^";
}
.accordion dd {
  display: none;
  margin: 0;
  padding-top: 14px;
  font-size: 15px;
  line-height: 27px;
}

/* 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 {
  position: absolute;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  margin-left: 15px;
  padding: 0;
  top: -51px;
	right: 0;
	z-index: 10;
}
#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;
}
#ItemInfoBoxImage .flexe_slideshow_wrapper .slide_img {
  max-height: 650px;
  max-width: 100%;
  width: auto;
}
#ItemInfoBoxImage .flexe_slideshow {
  display: inline-block;
  text-align: left;
}
#ItemInfoBoxImage .flexe_slideshow_wrapper {
  text-align: center;
}
.item_info_header {
	font-size:14px;
	font-weight:bold;
}
#InfoItemName {
	display: block;
	font-size: 27px;
	margin-bottom: 7px;
}
.item_info_text { padding-bottom: 5px; }
.listing_price.non_retail, .item_info_pricing.non_retail {
	position: absolute;
	font-size: 11px;
	text-align: center;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: #ce4133;
	border: 1px solid #ce4133;
	line-height: 38px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.item_info_pricing.non_retail {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	height: auto;
}
#InfoItemNo {
	background: #ce4133;
	color: #fff;
	line-height: 22px;
	height: 22px;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.item_info_pricing {
	border-top: 1px solid #ededed;
	line-height: 75px;
	height: 75px;
	font-size: 28px;
}
.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 {
	display: block;
	font-size: 17px;
	color: #ce4133;
	float: right;
}
.item_info_category span {
	color: #000;
}
.item_info_category .breadcrumbDiv {
	color: #ce4133;
}
.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 {
	border: 1px solid #dedede;
	padding: 26px;
	font-size: 12px;
	line-height: 26px;
	margin-top: -6px;
}
.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 {
	display: none;
}
.radio_group label {
	background: #ccc;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 8px;
	border-radius: 3px;
	cursor: pointer;
}
.radio_group label:hover {
	border: 1px solid #ce4133;
	background: none;
}
.attr_sel label, .attr_sel label:hover {
	background: #ce4133;
	color: #fff;
}
.radio_group label span {
	display: inline-block;
	margin-left: 9px;
	font-size: 12px;
}
.radio_group label input {
	display: none;
}
.item_info_text p { margin:0; margin-bottom:5px; }
.item_info_add_cart {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	height: 80px;
	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; }
.info_ext_box {
  padding: 20px 0;
  margin-top: 6px;
}
.info_ext_box .item_info_header {
  display: inline-block;
  margin-right: 12px;
}
.info_ext_box .info_ext {
  display: inline-block;
}

/* reviews */
.review_border {
	border: 1px solid #E2E2E2;
	padding:10px;
}
.review_date_added { float:right; }
#InfoReviewBox {
  position: relative;
  z-index: 3;
}
.info_reviews_box {
	position: relative;
	border: 1px solid #E2E2E2;
	padding: 10px;
	margin-top: -7px;
	z-index: 1;
}
.review_container textarea { width:100%; }
#InfoReviewBox .tab_sel {
	padding: 5px 20px 0;
	height: 41px;
	position: relative;
	z-index: 2;
}
#InfoItemDescription {
	height: 35px !important;
}
#InfoReviewBox .btn_layout {
  margin: 0;
  padding: 0;
	height: 36px;
	border: none;
}

#MainLinkedItemContainer { margin-top:10px; }

/* footer link */
.shop_footer_links {
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background: #202020;
}
a.link_footer, a.link_footer:hover, .link_footer_text { font-size:10px; color: #8f8f8f; }
.link_footer_flexe:before {
	color: #8f8f8f;
}
.footer_text_left, .footer_text_right {
	display: inline-block;
}
.footer_small_text	{
	font-size: 10px; 
	color: #8f8f8f;
	padding-left: 0px;
}
.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;
}

.testimonial_text {
	position: relative;
	background: #ecdfe0;
	border-radius: 55px;
	padding: 20px 40px;
	color: #000;
	font-size: 17px;
	font-weight: 300;
}
.testimonial_text:after {
	content: "";
	position: absolute;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 52px solid #ecdfe0;
	bottom: -28px;
	right: 63px;
}
.testimonial_name {
	font-size: 19px;
	margin-bottom: 50px;
	text-align: right;
	padding-right: 76px;
	margin-top: 30px;
}
.testimonial_box:nth-child(even) .testimonial_name {
	text-align: left;
	padding-left: 76px;
}
.testimonial_box:nth-child(even) .testimonial_text:after {
	left: 63px;
	right: auto;
}

.home_brands_wrapper {
  position: relative;
  margin: 70px 0;
	overflow: hidden;
}
.home_brands_wrapper h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #ce4133;
}
.home_brands {
	position: relative;
  max-width: 1040px;
  height: 200px;
  margin: 0 auto;
}
.home_brands_slide {
  width: 999999px;
  position: relative;
  top: 0;
  left: -499px;
  transition: .25s;
}
.home_brands_slide .slide_show_box {
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  box-sizing: border-box;
  width: 195px;
  height: 195px;
  text-align: center;
  vertical-align: top;
	overflow: hidden;
	padding-top: 14px;
}
.home_brands_wrapper .slide_nav {
  position: absolute;
  background: #ce4133;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 47px;
  text-align: center;
  font-size: 22px;
  border-radius: 100%;
  top: 79px;
  cursor: pointer;
  z-index: 999;
}
.home_brands_wrapper .slide_pre {
  left: -157px;
  text-indent: -5px;
  opacity: .8;
}
.home_brands_wrapper .slide_next {
  right: -157px;
  text-indent: 5px;
  opacity: .8;
}
.home_brands_slide img {
  width: 88%;
}
.home_brands_slide .slide_show_box:hover img {
	box-shadow: 0 2px 12px #cbcbcb;
}

.instagram_wrapper {
	margin-top: 80px;
	overflow: hidden;
}
.insta_heading {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	text-decoration: none;
}
.insta_heading a {
	text-decoration: none;
}
.insta_heading a {
  color: #ce4133;
}
#instagram_feed .slide_wrapper {
  height: 250px;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 0;
  position: relative;
  overflow: visible;
}
#instagram_feed .slide_show {
  width: 999999px;
  position: relative;
  top: 0;
  left: -499px;
  transition: .25s
}
#instagram_feed .slide_show_box {
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  box-sizing: border-box;
  width: 195px;
  height: 195px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}
#instagram_feed .slide_show_img img {
  max-width: 100%;
  height: auto;
  width: auto;
}
#instagram_feed .slide_nav {
  position: absolute;
  background: #ccc;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 47px;
  text-align: center;
  font-size: 22px;
  border-radius: 100%;
  top: 79px;
  cursor: pointer;
  z-index: 999;
}
#instagram_feed .slide_pre {
  left: -157px;
  text-indent: -5px;
  opacity: .8;
}
#instagram_feed .slide_next {
  right: -157px;
  text-indent: 5px;
  opacity: .8;
}
#instagram_feed .slide_wrapper:hover .slide_nav { opacity: .8 }

.main_menu .mobile {
  display: none;
}

.reg_account_type {
  width: auto !important;
  display: block !important;
}

.reg_account_type label {
  display: block;
}
.reg_customer_class_63 {
	display: none !important;
}

.nav_bg_home, #ItemInfo_MinQty, .dt_order_no, .web_icon_box, .hero {
	display: none;
}
