@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: 'Against History';
  src: url('/fonts/against-history.otf') format('opentype');
  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, .flexe_slideshow .navbtn, .im_cat_menu_panel .im_cat_menu_box_extra_tag a:before, .home_wedo .arrow:before, .menu_active .cat_a-0:before, .btn_fav_listing .submit_button, .footer_info p a:before,
.mobile_cat_menu:before, .mobile_cat_menu_close:before, .accordion dt:after, #MainContent li:before {
  /* 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;
  background: url(/images/bg_main.webp) #212121;
  background-attachment: fixed;
}
table { vertical-align: baseline; }

body, td, th, dt, dd, input, textarea, select {
	font-family: "Poppins", sans-serif;
}
body, td, th, dt, dd {
	color:#fff;
	font-size:18px;
	font-weight: 300;
}
body {
	margin: 0px;
}

a { color:#f37120; text-decoration:none; }
a:hover { color: #fff; }
section a { text-decoration:none; }
.main_bg p {
  line-height: 28px;
}
.lg_text {
  font-size: 17px;
}
.custom_page_form h2 {
  color: #f37120;
}
header {
  position: relative;
  z-index: 3;
}
header:hover {
	z-index: 10;
}
section {
  position: relative;
  background: #111;
  z-index: 2;
}
.body-content-weddings section {
	z-index: 5;
}
.wrapper, .shop_main_frame, .header_inner, .body-content-buy .menu_bar {
  position: relative;
  padding: 0 50px;
}
.shop_main_frame, .home_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.body-content-home section .shop_main_frame {
  margin: 0;
  max-width: unset;
}
body {
	margin: 0;
}
.logo_link {
  position: relative;
  padding: 20px 0;
  display: inline-block;
  z-index: 2;
}
.logo_link svg {
  width: clamp(185px, 38vw, 230px);
}
.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_phone {
  background: #f68a1e;
  background: linear-gradient(50deg, #f68a1e 0%, #f25822 100%);
  position: absolute;
  top: 62px;
  right: 20px;
  line-height: 55px;
  padding: 0 25px;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .header_phone {
    display: none;
  }
  header {
    text-align: center;
  }
}
.header_phone:before {
  content: "T";
  margin-right: 7px;
  font-size: 24px;
  vertical-align: text-top;
}
.main_menu {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.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;
}
.main_menu li ul li {
  display: block;
  background: #141412;
  border-left: 2px solid #006a9e;
}
.main_menu a {
  display: block;
  padding-left: clamp(9px, 0.8vw, 23px);
  padding-right: clamp(10px, 0.8vw, 23px);
  color: #fff;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 65px;
  margin: 0 4px;
  font-weight: 500;
  border-radius: 6px;
  border: 2px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.main_menu ul li ul li a {
  line-height: 32px;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 15px;
  border: none !important;
  text-transform: unset !important;
  line-height: 40px;
}
.main_menu a:hover, .main_menu ul li:hover a {
  border: 2px solid #006a9e;
}
.main_menu ul li ul li a:hover {
	border: none;
	color: #fff;
	background: #0183c1;
}
.main_menu li ul {
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
	overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.main_menu li:hover ul {
  height: auto;
  opacity: 1;
  visibility: visible;
	padding-top: 22px;
	overflow: visible;
}
.main_menu li ul li ul {
  display: none;
}
.hss_container.mobile_view .gallery_line4 {
  font-size: 20px !important;
  line-height: 40px !important;
}
.header_search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
	right: 0;
	padding-top: 11%;
  display: none;
  background: rgba(0,0,0,0.5);
  z-index: 200;
}
.search_close {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  cursor: pointer;
}
.trans, .trans a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.trans1, .trans1 a {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.sub_menu {
  color: #fff;
  float: right;
}
.sub_menu li, .sub_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.sub_menu a {
  color: #fff;
  padding: 0 13px;
	margin: 0;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.sub_menu .search {
	display: none;
}
.account_menu_btns .search {
  font-size: 28px;
}
.sub_menu a:hover {
	background: #0183c1;
}
.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 {
  margin: 0 0 0 20px;
  padding: 0;
}
#MainContent li {
  line-height: 25px;
  margin-bottom: 12px;
  list-style: disc;
}
#MainContent .tickboxs li {
  position: relative;
  list-style: none;
  padding-left: 8px;
}
#MainContent .tickboxs li:before {
  content: "w";
  position: absolute;
  margin-left: -25px;
  top: 5px;
  color: #f37120;
}
.heart_points li:before {
  content: "h";
  color: #0183c1;
  font-size: 10px;
  margin-right: 7px;
  display: inline-block;
}
#MainContent ol li {
  list-style: decimal;
}
.layout-sitemap li {
  padding-left: 20px;
}
.flexe_slideshow .navbtn {
  top: 72%;
}
footer {
	position: relative;
	background: #111;
	color: #fff;
  font-size: 14px;
	z-index: 2;
}
.footer_links a {
	color: #fff;
	font-size: 14px;
}
.footer_links a:hover {
	color: #0183c1
}
.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 20px 5px;
}
.footer_links .grid {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	text-align: left;
	box-sizing: border-box;
}
.footer_links .grid.social_icons {
  width: 12%;
}
.footer_pay {
	position: absolute;
	right: 132px;
	text-align: left;
	margin-top: 18px;
}
.footer_info p {
  position: relative;
  padding-left: 43px;
  margin: 26px 0;
}
.footer_info p.address {
  line-height: 16px;
}
.footer_info p a:before {
  position: absolute;
  top: -4px;
  left: -37px;
  background: #f68a1e;
  background: linear-gradient(50deg, #f68a1e 0%, #f25822 100%);
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  font-size: 19px;
  margin-right: 11px;
  vertical-align: middle;
}
.footer_info .phone a:before {
  content: "T";
}
.footer_info .email a:before {
  content: "d";
}
.footer_info .address:before {
  content: "m";
}
.logo_link_footer {
  position: relative;
  display: block;
	margin-bottom: 25px;
  text-align: center;
}
.logo_link_footer .logo_link svg {
  width: 170px;
}
.copyright {
  font-size: 11px;
  margin-top: 13px;
}
.logo_link_footer a {
  position: relative;
  top: 0;
  margin: 0;
}
.footer_line {
  height: 1px;
  background: #fff;
  max-width: 848px;
  margin: 0 auto;
  margin-top: 20px;
}
.footer_note {
	background-attachment: fixed;
	font-size: 33px;
	color: #fff;
	font-weight: bold;
}
.social_icons {
  position: relative;
  vertical-align: top;
  margin-top: 5px;
}
.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: 22px;
  color: #fff;
  margin-right: 14px;
}
.social_icons a:hover {
  color: #0183c1;
}
.social_icons span {
  display: none;
}
.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";
}
.social_icons .copyright {
	padding-top: 20px;
	display: block;
	font-size: 10px;
}
.footer_note .text {
	padding: 60px 0;
}
.home_subsribe {
  overflow: hidden;
  padding: 80px 0;
}
.home_subsribe .form {
  float: right;
  width: 48%;
}
.home_subsribe .img {
  float: left;
  width: 45%;
}
.home_subsribe .form img {
  width: 26%;
  margin-bottom: 10px;
  margin-top: 77px;
}
.googleMap iframe {
  width: 100%;
}

.home_quote_cal {
  min-height: 200px;
}
.home_badges {
  position: relative;
  padding: 50px 0;
  background: #ffffff29;
}
.home_badges .img_item {
  height: 90px !important;
  margin-bottom: 20px;
}
.home_badges .camera {
  position: absolute;
  right: 0;
  top: -7vw;
  width: 11vw;
  z-index: 2;
}
.home_badges .map_line {
  position: absolute;
  right: 0;
  top: -6vw;
  width: 11vw;
  z-index: 1;
}
.home_badges .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2vw, 50px);
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1110px) {
  .home_badges .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home_badges .box {
  text-align: center;
  font-size: 13px;
  line-height: 27px;
}
.home_badges .title {
  font-size: clamp(10px, 2vw, 22px);
  font-weight: 500;
  text-transform: uppercase;
}
.home_badges .text {
  max-width: 300px;
  margin: 0 auto;
}
.home_services .home_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1110px) {
  .home_services .home_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .home_services .home_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_services .box {
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 6px solid #f68a1e;
  text-align: center;
  color: #000;
  background: #ffffff;
  box-shadow: 1px 1px 10px #ffffff6b;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.home_services .box:hover {
  box-shadow: 1px 1px 20px #fff;
  -webkit-transform: translateY(-1.25rem);
  -ms-transform: translateY(-1.25rem);
  transform: translateY(-1.25rem);
}
.home_services .box img {
  width: 100%;
}
.home_services .media_name {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
.home_services .media_name:after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background: #f68a1e;
  margin: 0 auto;
  margin-top: 7px;
  text-align: center;
}
.media_d {
  padding: 2px 20px;
}
.media_d p {
  font-size: 13px;
  line-height: 21px;
}
.home_panel {
  position: relative;
  margin-bottom: 50px;
  padding: 40px 20px;
  text-align: center;
}
.home_panel p {
  font-size: 13px;
}
.home_panel h1 {
  font-size: 33px;
  font-weight: bold;
}
.blog_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.home_blog_post {
  position: relative;
  display: inline-block;
  flex: 28%;
  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;
}
.home_blog_post: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 {
  font-weight: 500;
  margin: 13px 0;
  color: #000;
  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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .blog_excerpt {
  height: 82px;
}
.page-home-feature-panels {
  margin-top: 35px;
}
.home_blog .blog_img {
  height: 300px;
  overflow: hidden;
  border-bottom: 4px solid #0183c1;
  margin-top: 40px;
}
.home_blog .blog_img {
  margin-top: 0;
}
.home_blog .blog_img img {
	width: 100%;
	display: block;
}
.home_blog .blog_excerpt {
  font-size: 14px;
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
  color: #000;
}
.home_blog .blog_content {
  font-size: 14px;
  text-decoration: none;
  color: #000;
	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;
}
.blog_header {
  padding: 50px 0 35px 0;
  font-size: 25px;
  font-weight: bold;
  color: #666;
}
.blog_header span {
  font-size: 30px;
  display: block;
  color: #0183c1;
  margin-bottom: 9px;
}
.blog_content {
	line-height: 26px;
	margin-top: 20px;
}

#MainContent {
	padding-bottom: 50px;
}
.main_bg {
  position: relative;
  min-height: 100px;
}
#MainBgProductsXX {
  margin-left: 245px;
  min-height: 800px;
}
#cart-items {
	padding: 0;
	margin: 0;
	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 {
  position: relative;
  text-align: center;
  background: #ffffff24;
  border-bottom: 2px solid #0080bd6b;
  margin-bottom: 60px;
}
.header h1 {
  font-size: 44px;
  line-height: 50px;
  padding: 22px 0;
  
}
#HeaderProductInfo h1 {
  margin-right: 285px;
}
h1, h2, h3, h4, h5 {
  margin: 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	margin-bottom: 30px;
}
h3 {
	font-size: 19px;
  margin-top: 30px;
  margin-bottom: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
.home_panel h2, .home_header {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.home_panel h2 u, .home_header u {
  text-decoration: none;
  border-bottom: 3px solid #f37120;
  color: #f37120;
}

.orange-h3 {
  font-size: 19px;
  margin-top: 30px;  
  color: #f37120;  
}

.layout-home-wrapper h2 {
	font-size: clamp(20px, 4vw, 35px);
}
.footer_links .f_heading {
  font-size: 19px;
  margin-bottom: 25px;
  font-weight: normal;
}
.sub_header, .sub_header_alt, .sub_header2, .newsletter_frame span {
	font-size:14px;
	font-weight:bold;
}
.nav_bg {
	display: none;
}
#HeaderNavigationInfo {
  display: none;
}

/* Header Account*/
.header_acc {
	font-size:12px;
	padding-left: 10px;
	height:30px;
	line-height:30px;
}
.header_acc_menu {
  position: absolute;
  top: 68px;
  right: 15px;
}
.account_menu_btns a {
	position: relative;
	margin:0 13px;
	line-height: 30px;
	color: #000;
	display: inline-block;
}
#searchlink, #MyCartLink, #MyFavLink, #signinlink, #MyAccountLink {
	height: 30px;
	text-align: center;
}
.account_menu_btns a:hover {
	color: #0183c1 !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;
}
#MyFavLink:before {
	content: "F";
	font-size: 25px;
}
#MyCartLink:before {
	content: "c";
	font-size: 27px;
	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: #0183c1;
	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 {
  position: relative;
  height: 90px;
  line-height: 90px;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
.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; }
.opening-hours {
  position: absolute;
  top: 0;
  right: 14%;
}
.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;
}
.accordion dl {
  border-bottom: 1px solid #ddd;
	padding: 30px;
	margin: 0;
}
.accordion dt {
	position: relative;
  font-size: 20px;
	font-weight: bold;
	cursor: pointer;
  color: #f37120;
	padding-right: 27px;
}
.accordion dt:after {
  content: "v";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.accordion .open dt:after {
	content: "^";
}
.accordion dd {
  display: none;
  margin: 0;
  padding-top: 14px;
  font-size: 17px;
  line-height: 27px;
}
.feature_container .table_header_bar h3 {
  font-weight: 500;
  font-size: 50px;
  display: inline-block;
  color: #000;
  padding: 0 50px;
}
.feature_container .table_header_bar a {
  position: absolute;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid #000;
  line-height: 30px;
  height: 30px;
  padding: 0 11px;
  color: #000;
  top: 43px;
  right: 25px;
}
.feature_container .table_header_bar a:after {
  content: ">";
  margin-left: 10px;
}
.feature_container .table_header_bar a:hover {
	color: #0183c1;
	border-bottom: 1px solid #0183c1;
}

/* 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: 0;
}
.nav_page a:last-child {
	border: 1px solid #dedede;
}
.nav_page .nav_text, .nav_page a:hover {
  background: #0183c1;
  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: 2px solid #0183c1;
  font-size: 15px;
  background: #ffffff24;
  color: #fff;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  -moz-outline: none;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select option {
  background: #111;
}
.form_fields_error {
	background: #491616;
}
.dd_textarea.form_fields_error {
  height: 80px;
}
textarea {
	height:80px !important;
}
.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 0 0 220px; }

.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:after { 
  content: " *";
  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;
}

.newsletter_name {
  border-color: #fff;
  background: none;
}
.toggle_newsletter {
  display: grid;
  grid-template-columns: 35% 35% 160px;
  gap: 5px;
}
@media only screen and (max-width: 600px) {
  .toggle_newsletter {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer_subscribe .img {
  position: absolute;
}
.footer_subscribe .marker {
  width: 2vw;
  top: -1vw;
  left: 11vw;
}
.footer_subscribe .map_line {
  top: -6vw;
  left: 0;
  width: 19vw;
}
.map_line2 {
  top: -6vw;
  right: 0;
  width: 8vw;
}

.footer_subscribe {
  background: #0080bd;
  background: url(/images/world1.svg) no-repeat #0080bd;
  background-position: 6vw 0;
}
.footer_subscribe .inner {
  padding: 50px 20px;
  background: #0080bd;
  background: url(/images/world2.svg) no-repeat;
  background-position: bottom 0 right 4vw;
}
.footer_subscribe .submit_button {
  padding: 0;
  background: #fff;
  color: #0183c1;
}
.footer_newsletter {
  font-size: 27px;
  display: grid;
  grid-template-columns: 30% 70%;
}
.newsletter_text span {
  display: block;
  font-size: 23px;
  font-weight: bold;
}
.newsletter_text {
  font-size: 14px;
  text-align: right;
  margin: 0;
  margin-right: 22px;
  margin-top: -5px;
}
.newsletter_name::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.newsletter_name::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

@media only screen and (max-width: 1110px) {
  .footer_newsletter {
    display: block;
    grid-template-columns: unset
  }
  .newsletter_text {
    margin-bottom: 15px;
  }
}

.checkoutRow { margin-bottom:5px; }
.moduleRow {
	cursor: pointer;
	border: 1px solid transparent;
	line-height: 50px;
}
.moduleRow:hover {
	cursor: pointer;
	border: 1px solid #0183c1;
	line-height: 50px;
}
.moduleRowSelected {
	cursor: pointer;
	background: #0183c1;
	border: 1px solid #0183c1;
	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, .flag_att_placement { background:#F0B712; }
.noticebox {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.notice_header {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
.notice_inner {
	position: relative;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  margin: 0 auto;
  max-width: 900px;
  padding: 20px;
}
.noticebox_close {
  position: absolute;
  color: #000;
  display: block;
  top: 10px;
  right: 10px;
  font-size: 36px;
}
.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: #0183c1;
	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: #fff;
  font-size: 14px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  height: 50px;
  padding: 0 50px;
  display: inline-block;
  line-height: 50px;
  background: #f37120;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  -moz-outline: none;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -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: #0183c1;
	color: #fff;
}
.btn_add_to_cart_list {
  font-size: 11px;
  padding: 0 10px;
}
.form_add_to_cart {
  position: absolute;
  bottom: -9px;
  right: 10px;
  background: #0183c1;
  font-size: 11px;
  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;
}
.add_to_cart_complete_inner .btn_add_to_cart_list {
  position: static;
  background-size: 93px;
}
#InfoFavBox .submit_button {
	text-transform: unset;
	background: #fff;
	border: none;
	color: #ddd;
	font-size: 35px;
	padding: 0;
}
#InfoFavBox .submit_button:hover {
	background: none;
	color: #d02a2a;
}
#InfoFavBox .btn_remove_fav_box .submit_button {
	color: #d02a2a;
}
#InfoReviewBox .review_btn_toggle, #InfoItemDescription {
  background: #fff;
  color: #000;
  text-transform: unset;
  font-size: 31px;
  border: none;
  border-radius: 0;
  height: auto;
  line-height: normal;
  display: block;
  padding: 0;
  cursor: default;
}
#btn_delete {
	position: absolute;
	top: -10px;
	right: 0;
	text-transform: lowercase;
	background: none;
	color: #272727;
	font-size: 30px;
	padding: 0;
}

.btn_layout { 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; }

#InfoReviewBox .btn_left {
  float: none;
  display: block;
  text-align: center;
}

#HomeLink { display: none !important; }

/*cat menu */
.im_cat_menu_panel {
  float: left;
  width: 230px;
  display: none;
}
.layout-products-wrapper .im_cat_menu_panelXX {
  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: #0183c1;
}
.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: #0183c1;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag .link_cat_sel:before {
  content: "w";
  background: #0183c1;
}
.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: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 {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0
}
.cat_container .cat_table {
	display: none;
}
.cat_container .cat_name {
	display: inline-block;
}







.sort_menu .SortBgTop:after, .cat_listing_container .ProductBgTop: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, .cat_listing_container, .nav_page { position: relative; display:inline-block; vertical-align: top; }

.nav_btn_container {
  float: right;
  height: 37px;
  margin-top: -58px;
}
.nav_page { float: right; height: 35px; line-height: 35px; }
.sort_menu, .cat_listing_container {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 10px;
	border: 1px solid #dedede;
	z-index: 10;
	line-height: 35px;
	margin-left: 10px;
	color: #000;
	background: #fff;
	text-align: left;
}
.cat_listing_container {
  margin-left: 10px;
  padding: 0;
	min-width: 90px;
}
.ProductBgTop {
  height: 35px;
}
.sort_menu a, .cat_listing_container a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	padding: 0 10px;
}
.sort_menu a:hover, .cat_listing_container a:hover {
	text-decoration: none;
	color: #fff;
	background: #0183c1;
}
.cat_listing_container:before {
	content: "Category";
	position: absolute;
	top: 0;
  left: 10px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.sort_menu .sort_name, .cat_listing_container .cat_container {
	height: 0;
	line-height: 35px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sort_menu:hover .sort_name, .cat_listing_container:hover .cat_container {
	height: 35px;
	opacity: 1;
	visibility: visible;
}
.sort_menu .SortBgTop:before, .cat_listing_container .ProductBgTop: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 #0183c1;
	line-height: 35px;
	margin-left: 41px;
	border-radius: 3px;
	color: #fff;
	background: #0183c1;
	padding: 0 20px 0 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.filter_listing:hover {
	color: #0183c1;
	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 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.item_container {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  display: block;
  width: 300px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.item_container:hover {
	-webkit-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
	z-index: 2;
}
.item_container:hover .item_img_frame {
  box-shadow: 1px 1px 20px #00000040;
}
.item_container_active_opts, .item_container_active_opts:hover {
	-webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.item_info_wrapper {
  position: absolute;
	background: #ffffffd9;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 0;
	-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.item_container:hover .item_info_wrapper {
	opacity: 1;
  height: 86px;
}
.img_wrapper {
  position: relative;
}
.item_table {
  margin: 0;
}
.item_container .item_img {
	display: block;
  width: 100%;
}
.item_container .item_no_img .item_img {
  opacity: 0;
  height: 305px;
}
.item_img_frame {
  margin: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.item_listing_text {
  padding: 13px 0 6px;
  color: #000;
  font-weight: bold;
}
.item_name {
  font-size: 15px;
  width: 86%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item_no {
	display: none;
}
.item_prices {
  font-size: 20px;
  font-weight: 800;
  color: #000;
}
.btn_fav_listing {
  position: absolute;
  display: block;
  right: 0;
  bottom: 10px;
}
.item_description, .listing_price_from, .list_price abbr {
	display:none;
}
.btn_fav_listing .submit_button {
  background: no-repeat;
  padding: 0 5px;
  color: #a31313;
  font-size: 26px;
  transition: unset;
}
.btn_fav_listing .btn_add_fav {
  color: #999;
}
.item_note {
  border: 1px dashed #ccc;
  padding: 10px;
  margin-top: 20px;
	font-size: 12px;
}

@-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 #0183c1 !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: 18%;
	left: 0;
  right: 0;
	z-index: 1001;
}
.add_to_cart_complete_opt:before {
	content: "a";
	position: absolute;
	top: -27px;
	left: 47%;
	color: #fff;
	background: #0183c1;
	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 20px;
	box-shadow: 0 0 18px #000;
	position: relative;
	z-index: 1;
}
.add_to_cart_complete_inner .btn_continue_shopping {
  margin-bottom: 60px;
}
.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';
}

/* 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 {
	position: relative;
}
#ItemInfoBoxImage {
  position: relative;
  margin-top: 20px;
}
.flexe_slideshow_item .ws_images {
  border: none;
}
.item_media_slideshow_bullets {
  display: none;
}
.item_media_overflow .slide_box:first-child {
  display: none;
}
.flexe_slideshow_item .slide_box {
  cursor: default;
}
.flexe_slideshow_item .slide_box img {
  cursor: default;
  display: block;
  border-radius: 8px;
  width: 100%;
}
.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: 116px;
	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;
}
.hss_container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hss_container .gallery_line1 {
  font-family: 'Against History';
}
.hss_container .gallery_line3 {
  line-height: 40px !important;
}
.flexe_slideshow img {
  position: absolute;
  width: 100%;
}
.info_features_box {
  margin-top: 17px;
}
.item_info_header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
.info_feature_2 .item_info_text {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.info_feature.info_feature_6 div {
  border: 1px solid #000;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  margin: 10px 0;
}
.info_feature div var {
  font-weight: bold;
}
#InfoItemName {
	display: block;
	font-size: 27px;
	margin-bottom: 7px;
	display: none;
}
.item_info_text {
  padding-bottom: 5px;
  line-height: 26px;
}
.info_ext_box .item_info_text {
  display: inline-block;
}
.info_ext_box .item_info_text:after {
	content: ",";
	color: #0183c1;
	padding-right: 6px;
}
.info_ext_box .item_info_text:last-child:after {
	content: ".";
}
.item_info_pdf .item_info_text {
  display: none;
}
.item_info_pdf a {
  border: 1px solid #e73535;
  border-radius: 5px;
  color: #e73535;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.item_info_pdf a:hover {
  color: #fff;
  background: #e73535;
}
#ItemInfo_Stock span {
  background: #000;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0;
}
#ItemInfo_Stock span.sold {
  background: #b33f3f;
}
#ItemInfo_Stock span.fast {
  background: #e08c3c;
}
#ItemInfo_Stock span.ava {
  background: #37ca5a;
}
#ItemInfo_Stock var {
  display: none;
}
#ItemID7 #ItemInfo_Stock,
#ItemID7 #InfoFavBox,
#ItemID7 #ItemInfoBoxImage,
#ItemID7 .social_btns {
  display: none;
}
#InfoItemNo {
	background: #0183c1;
	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;
	display: none;
}
.item_info_pricing {
  position: absolute;
  font-size: 35px;
  top: 23px;
  right: 0;
  font-weight: bold;
}
.item_info_price, .item_info_price_was {
	display: inline-block;
}
.item_info_price_was {
  display: block;
  margin-top: -36px;
  color: #e50000;
  font-size: 22px;
}
.listing_price_from, .item_info_pricing abbr, .item_info_price_was .item_price_was_text {
	font-size: 17px;
}
.ws_thumb_container img {
  width: 99px;
}
.item_info_category span {
	color: #000;
}
.item_info_category .breadcrumbDiv {
	color: #0183c1;
}
.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 {
  font-size: 14px;
  line-height: 26px;
  margin-top: 25px;
}
.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;
	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;
  font-size: 20px;
}
.radio_group {
	display: inline-block;
}
.radio_group_0 {
	display: none;
}
.radio_group label {
  border: 1px solid #000;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  text-align: center;
  min-width: 40px;
  box-sizing: border-box;
}
.radio_group label:hover {
	border: 1px solid #0183c1;
	background: none;
}
.attr_sel label, .attr_sel label:hover {
	background: #0183c1;
	border: 1px solid #0183c1;
	color: #fff;
}
.radio_group label span {
	margin-left: 9px;
	font-size: 12px;
}
.radio_group label input {
	display: none;
}
.att_grouping_id_1 .radio_group label input {
	display: block;
  width: 300px;
}
.att_grouping_id_1 .att_header {
  margin-bottom: 10px;
  font-size: 15px;
}
.att_grouping_id_1 .radio_group label, .att_grouping_id_1 .radio_group label:hover {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
.att_grouping_id_1.att_container {
  margin-bottom: 15px;
}
.item_info_text p { margin:0; margin-bottom:5px; }
.item_info_add_cart {
  border-bottom: 1px solid #dedede;
  height: 83px;
  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;
}
.sub_items_container {
  display: inline-block;
  margin-top: 50px;
}
.sub_items_container thead .col_price,
.sub_items_container .gap,
.sub_items_container .col_img,
.sub_items_container .col_item,
.sub_items_container .col_minorder,
.sub_items_container .col_weight,
.sub_items_container .col_stock,
.sub_items_container .col_qty {
  display: none;
}
.sub_items_container thead .col_name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sub_items_container thead .col_name span {
  font-weight: normal;
  font-size: 13px;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
.sub_items_container .col_price, .sub_items_container .col_name {
  display: inline-block;
}
.sub_items_container .col_price {
  margin-left: 7px;
}
.sub_items_container tr {
  display: inline-block;
}
.sub_items_container tbody tr {
  border: 1px solid #ddd;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}
.sub_items_container tbody tr:hover {
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
  color: #fff;
}
.sub_items_container tbody tr.sel {
  background: #0183c1 !important;
  border: 1px solid #0183c1 !important;
  color: #fff;
}

/* 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;
  display: block !important;
  z-index: 1;
}
.review_container textarea { width:100%; }
#InfoReviewBox .tab_sel {
	padding: 5px 20px 0;
	height: 41px;
	position: relative;
	z-index: 2;
}
#InfoItemDescription, .item_notify_btn {
	display: none;
}
#InfoReviewBox .btn_layout {
  margin: 0;
  padding: 0;
	height: 95px;
	border: none;
}
.addon_img {
  position: absolute;
  width: 67px;
  left: 0;
  top: 0;
}
.addon_img img {
  width: 100%;
}
.gift_wrap_box .item_info_header b {
  position: absolute;
  top: 4px;
  left: 80px;
}

/*addons*/
.gift_wrap_box {
  font-size: 12px;
}
.gift_wrap_box:before {
  content: "Add Something Extra";
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.gift_wrap_group {
  position: relative;
  padding: 10px 0;
  min-height: 62px;
  display: inline-block;
  width: 48%;
  margin-right: 5px;
  vertical-align: top;
}
.gift_wrap_box .item_info_header {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  padding: 0 5px;
}
.gift_wrap_msg_opt .item_info_header {
  display: block;
  width: auto;
  margin-bottom: 6px;
}
.gift_wrap_wrapper_outer {
	position: absolute;
  background: #fff;
  display: inline-block;
  width: 70%;
	top: 25px;
	z-index: 1;
	-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.gift_wrap_wrapper_outer.open {
	z-index: 10;
}
.gift_wrap_wrapper {
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.gift_wrap_wrapper_outer.open .gift_wrap_wrapper {
	display: block;
}
.gift_wrap_label, .gift_wrap_box .choice {
  display: block;
  line-height: 30px;
	cursor: pointer;
	padding: 0 10px;
}
.gift_wrap_box .choice {
	border: 1px solid #000;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gift_wrap_label span b {
  display: block;
}
.gift_wrap_label span {
	border-top: 1px solid #ccc;
  display: block;
}
.gift_wrap_none span, .gift_wrap:hover span {
	border-top: 1px solid transparent;
}
.gift_wrap:hover {
  background: #0183c1;
  color: #fff;
}
.addon_img_null, .gift_wrap_label input, .info_ext_box {
	display: none;
}

#MainLinkedItemContainer { margin-top:10px; }

/* footer link */
.shop_footer_links {
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background: #020203;
}
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;
}
.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; }

.gallery_thumb_name {
  display: block !important;
  text-align: center;
  margin-top: 7px;
  color: #000;
}

#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;
}

.body-content-events .shop_main_frame {
	max-width: 600px;
}
.custom_page_form dl {
  margin-bottom: 30px;
}
.custom_page_form dt, .custom_page_form dd {
  display: block;
	margin: 0;
}
.custom_page_form dt {
  margin-bottom: 10px;
}
.checkout_select_opt_box .button.selected {
  border: 2px solid #0183c1;
}
.custom_form_group_wrapper.group_29 {
  display: none;
}

.ui-datepicker {
  background: #494949;
  color: #fff;
}
.ui-widget-header a {
  color: #fff;
}
.ui-widget-header {
  color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #0183c1;
  background: #0183c1;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #f37120;
  background: #f37120;
}
dd.form_time_select ul {
  background: #494949;
}
dd.form_time_select li:hover {
  background: #0183c1;
}
dd.form_time_select li.sel {
  background: #f37120;
}

.insta_slider {
	position: relative;
  height: 420px;
}
.insta_slider .bg_img {
	width: 100%;
	margin-bottom: 130px;
}
.insta_slider .home_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	max-width: 1200px;
  bottom: 0;
	overflow: hidden;
}
.insta_slider .slide_show {
  width: 999999px;
  position: absolute;
  bottom: 0;
  left: 323px;
  transition: .25s;
  height: 300px;
	z-index: 1000;
}
.insta_slider .slide_show_box {
  display: inline-block;
  margin-right: 30px;
  position: absolute;
  box-sizing: border-box;
  width: 253px;
  height: 253px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 32px #00000040;
	-webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.insta_slider .slide_show_box:nth-child(n+5) {
	display: none;
}
.insta_slider .slide_show_box img {
	width: 100%;
}
.insta_slider .slide_show_box .img {
  padding: 30px;
}
.insta_slider .slide_nav {
  position: absolute;
  background: #0183c1;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 47px;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  bottom: 158px;
  cursor: pointer;
  transform: rotate(45deg);
  z-index: 999;
}
.insta_slider .slide_pre {
  left: 13px;
  text-indent: -25px;
}
.insta_slider .slide_next {
  right: 30px;
  text-indent: 25px;
  display: none;
}
.insta_slider .slide_nav span {
  display: block;
  transform: rotate(-45deg);
}
.instagram_wrapper {
	overflow: hidden;
}
.insta_heading {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #f37120;
  left: 0;
  right: 0;
  top: 40px;
}
.insta_heading a {
	text-decoration: none;
}
.insta_heading a {
  color: #f37120;
}
#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 }



.menu_toggle, #HeaderHome, .nav_bg_home, #ItemInfo_MinQty, .dt_order_no, .web_icon_box, .hero, .reg_account_type {
	display: none;
}
