@font-face {
  font-family: 'awesome';
  src:  url('/fonts/awesome.eot?xpul39');
  src:  url('/fonts/awesome.eot?xpul39#iefix') format('embedded-opentype'),
    url('/fonts/awesome.ttf?xpul39') format('truetype'),
    url('/fonts/awesome.woff?xpul39') format('woff'),
    url('/fonts/awesome.svg?xpul39#awesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk';
  src:  url('/fonts/FoundersGrotesk-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk';
  src:  url('/fonts/FoundersGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk';
  src:  url('/fonts/FoundersGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk';
  src:  url('/fonts/FoundersGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Delight';
	src:
    url('/fonts/Delight-Bold.woff2') format('woff2'),
    url('/fonts/Delight-Bold.ttf') format('truetype'),
    url('/fonts/Delight-Bold.woff') format('woff');
  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, .hss_btn:before, .im_cat_menu_panel .im_cat_menu_box_extra_tag .link_cat_sel:before, .mobile_cat_menu:after, .mobile_cat_menu_close:after, .flexe_slideshow .navbtn, .testimonials_gallery .media_d:before, .testimonials_gallery .media_d p span:after, .filter_menu_btn: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;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.social_talent:before {
  font-family: "socails-icons" !important;
}
.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: 'FoundersGrotesk';
}
body, td, th, dt, dd {
	color:#0a131c;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.02em;
}
body {
  position: relative;
  margin: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a { color:#0a131c; text-decoration:none; }
a:hover { color: #6a7b87; }
section a {
	text-decoration: none;
  line-height: 28px;
}
header {
	background: #fff;
}
section {
  padding: 0 40px;
  flex: 1;
}
.body-content-home section,
.pg3_ese-home section {
	padding: 0;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}



.logo_link {
  position: fixed;
  display: block;
  width: 20vh;
  left: 40px;
  bottom: 40px;
  z-index: 1;
}
.logo_link svg {
  width: 100%;
  display: block;
}
.body-content-home .logo_link,
.pg3_ese-home .logo_link {
  position: absolute;
  height: 28vh;
	width: auto;
  left: 40px;
  right: 40px;
	bottom: auto;
  z-index: 1;
}
.body-content-home .logo_link svg,
.pg3_ese-home .logo_link svg {
	position: absolute;
  width: 27vw;
  height: 7vw;
  left: 0;
	right: auto;
  bottom: 0;
}
.body-content-home .logo_link {
  height: 28vh;
}

.body-content-products .logo_link.overlay {
  opacity: 0;
}
.search_btn {
  position: absolute;
  text-transform: uppercase;
  color: #9d9d9d;
  font-size: 12px;
  cursor: pointer;
  right: 0;
  top: 28px;
}
.search_btn:hover {
  color: #0a131c;
}
.search_btn:before {
  content: "s";
  padding-right: 4px;
  vertical-align: bottom;
}
.header_search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
	background: #6a7b87;
	z-index: 200;
}
.search_close {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  cursor: pointer;
}
.social_icons {
	position: relative;
	text-align: center;
	margin-top: 65px;
}
.social_icons ul, .social_icons li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social_icons ul {
  display: flex;
  justify-content: center;
	gap: 10px;
}
.social_icons li {
  display: block;
}
.social_icons a {
  display: block;
  font-size: 18px;
  background: #f2f2f2;
  border-radius: 100%;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
}
.social_icons a:hover {
  color: #0a131c;
}
.social_icons span {
  display: none;
}
.sicon-email:before {
	content: "e";
}
.social_icons a:before {
  font-size: 28px;
  color: #0a131c;
}
.social_facebook:before {
  content: "f";
}
.social_instagram:before {
  content: "i";
}
.social_tiktok:before {
  content: "t";
}
.social_linkedin:before {
  content: "l";
}
.trans, .trans a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.social_talent:before {
  margin-right: 8px;
  vertical-align: middle;
}
.menu_header {
  position: relative;
  padding-left: 40px;
  padding-right: 80px;
  background: #fff;
  font-size: 18px;
  display: grid;
  grid-template-columns: 375px auto;
  gap: 20px;
  z-index: 5;
	-webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.menu_header.scroll {
	position: fixed;
	top: -55px;
}
.menu_header.fixed {
	position: fixed;
  top: 0;
}
.menu_header a:hover {
	color: #0a131c;
}
.menu_header a {
  line-height: 45px;
  display: block;

}
.menu_header a b {
  font-family: 'Delight';
  letter-spacing: -3px;
	vertical-align: top;
	font-size: 25px;
	margin-right: 4px;
  display: inline-block;
  transform: translateY(2px);
}
.parent_logo_text {
  display: inline-flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  vertical-align: middle;
}
.parent_logo_text i {
  font-style: normal;
  line-height: 8px;
}
.menu_sector {
	height: 45px;
  line-height: 40px;
  border-bottom: 1px solid #0a131c;
  font-size: clamp(12px, 1vw, 18px);
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.menu_sector a {
  font-size: 13px;
}
.body-content-home .menu_sector {
  position: absolute;
  width: 460px;
  left: 33.7vw;
  bottom: -27vh;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 45px;
  border: none;
  border-left: 1px solid #000;
  min-height: 7vw;
  height: auto;
}
.body-content-home .menu_sector a {
  padding: clamp(1px, 0.5vw, 10px) 0;
  font-size: 25px;
}
.body-content-home .menu_header a b {
	letter-spacing: -5px;
  font-size: 38px;
}
.main_menu {
  line-height: 40px;
  border-bottom: 1px solid #0a131c;
  font-size: clamp(16px, 1.5vw, 18px);
  text-align: right;
}
.menu_wrapper {
  position: relative;
	-webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.body-content-home .main_menu {
  display: none;
}
.menu_header li, .menu_header ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}
.body-content-home .parent_logo_row {
  display: none;
}
.main_menu ul {
  display: flex;
  justify-content: right;
  gap: 3vw;
  margin-right: 20px;
}
.menu_header span {
  background: #0a131c;
  height: 4px;
  display: block;
  border-radius: 3px 3px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(5px);
	transition: transform 0.4s ease-out;
}
.menu_header li:hover span, .menu_header li.sel span,
.menu_sector li:nth-child(2) span {
	transform: translateY(0);
}
.body-content-home .menu_sector li span {
	transform: translateY(5px);
}
.menu_header li:hover span {
	transform: translateY(0);
}


.menu_toggle {
  position: fixed;
  top: -14px;
  right: -16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
	display: none;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  z-index: 100;
}
.menu_toggle .menu_hover {
  background: #0a131c;
  border-radius: 100%;
  text-align: center;
  height: 0;
  width: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  z-index: 1;
}
.menu_toggle.active .menu_hover {
  height: 100px;
  width: 100px;
}
.mob_menu {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  z-index: 101;
  width: 40px;
  height: 40px;
  top: 37px;
  right: 29px;
	z-index: 2;
}
.mob_menu span {
	position: absolute;
	top: 13px;
	background: #0a131c;
	display: block;
	height: 1px;
	width: 100%;
}
.menu_toggle.active .mob_menu span {
	background: #f2f2f2;
}
.mob_menu span:nth-child(2) {
  width: 78%;
  right: 0;
}
.mob_menu span:first-child {
	top: 0;
}
.mob_menu span:last-child {
	position: absolute;
	top: 26px;
}

.header_search {
	text-align: center;
}
.close_search {
	display: inline-block;
	cursor: pointer;
}
#MainContent ul {
  margin: 0;
  padding: 0;
}
#MainContent li {
  line-height: 25px;
  margin-bottom: 12px;
  list-style: disc;
}
footer {
  position: relative;
  color: #fff;
	margin-top: -30px;
	overflow: hidden;
}
.grid.subscribe {
  max-width: 500px;
}
.body-content-home footer {
  margin-top: 60px;
}
.pg3_ese-home footer {
	background: #060708;
}
.main_footer_links {
  display: grid;
  grid-template-columns: auto 22% 22%;
  gap: 20px;
  color: #fff;
}
.main_footer_links svg {
  max-width: 80%;
}
.main_footer_links > div {
  border-right: 1px solid #ffffff40;
}
.main_footer_links > div:last-child {
  border: none;
}
.main_footer_links .heading {
  font-size: 1.8em;
}
.main_footer_links a {
  color: inherit;
}
.footer_inner {
	border-radius: 30px 30px 0 0;
	background: #0a131c;
  padding: 60px;
  box-sizing: border-box;
  transition: transform 0.1s linear;
}
.body-content-home .footer_inner {
	transform: translateY(0) !important;
}
.footer_links a {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}
.footer_links a:hover {
	color: #ddd
}
.footer_links ul, .footer_links li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_links li {
	line-height: 24px;
}
.footer_links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer_links .grid {
	position: relative;
}
footer .f_heading, .newsletter_text {
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: 300;
}
.grid_footer {
  position: absolute;
  left: 60px;
  bottom: 61px;
}
.copyright {
	padding-bottom: 20px;
	display: block;
	font-size: 10px;
}
#shoutcast_subscription .toggle_newsletter {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr) 93px;
  grid-template-rows: repeat(2, 1fr);
}



.home_start {
  height: calc(100vh - 95px);
  overflow: hidden;
  padding: 0 !important;
}
.home_landing {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  top: 34vh;
	left: 40px;
  right: 40px;
}
.body-content-home .home_landing {
  grid-template-columns: auto 500px;
  top: 32vh;
}
.home_landing .box {
  position: relative;
  height: 90vh;
}
.body-content-home .home_landing .box {
  height: 69vh;
}
.home_landing img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
  display: block;
	border-radius: 43vh;
	-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.home_landing .zoom-in img {
	position: relative;
  border-radius: 0;
  z-index: 1;
}
.home_landing .box .content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  padding: 0 4vw;
  font-size: clamp(16px, 1.3vw, 25px);
  line-height: 4vh;
  background: #0000008f;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home_media {
  margin-top: 9vh;
}
.home_media.state {
  background: #02120d;
}
.home_media .box {
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}
.home_media .box .img {
	position: absolute;
	top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	background-position: center center !important;
  background-size: cover !important;
	z-index: 1;
}
.home_media .box:first-child .feather {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15vh;
  background: #02120d;
  background: linear-gradient(0deg, rgba(2, 18, 13, 1) 0%, rgba(2, 18, 13, 0) 100%);
  z-index: 3;
}
.home_media .box .content {
  position: relative;
  display: grid;
  grid-template-columns: clamp(285px, 20vw, 350px) auto;
  gap: 20px;
  align-items: center;
  color: #fff;
  font-size: clamp(20px, 1.2vw, 24px);
  padding: 40px;
  height: calc(100% - 110px);
  z-index: 10;
}
.home_media .box.blank .content {
  color: #000;
	background: #fff;
}
.home_media .col1 {
  font-size: 2vw;
  letter-spacing: -0.1vw;
	transform: translateX(-20vw);
	transition: transform 2s ease-out, opacity 1s ease-out;
	opacity: 0;
}
.home_media .col1 span {
  font-size: 18px;
  letter-spacing: 0px;
  transform: scale(2);
  transform-origin: left;
  display: block;
}
.home_media .col1 span b {
  font-family: 'Delight';
  font-size: 2vw;
  letter-spacing: -0.1vw;
  vertical-align: middle;
  margin-right: 2px;
  display: inline-block;
  transform: translateY(2px);
}
span.logo {
  font-size: 1.5rem;
  display: inline-block;
  transform: translateY(-9px);
}
.logo span {
  font-family: 'Delight';
  letter-spacing: -3px;
  font-size: 3rem;
  display: inline-block;
  transform: translateY(13px);
  margin-right: 2px;
}
.home_media .box.zoom-in .col1 {
	transform: translateX(0);
	opacity: 1;
}
.home_media .col2 {
  display: flex;
  align-items: center;
	font-weight: 300;
}
.home_media .heading{
  font-family: 'Delight';
  font-size: clamp(40px, 3.3vw, 63px);
  letter-spacing: -0.2vw;
	transform: translateX(90vw);
	opacity: 0;
	transition: transform 1.5s ease-out, opacity 1s ease-out;
}
.home_media .sub_heading {
  font-family: 'Delight';
  font-size: clamp(20px, 1.7vw, 30px);
  letter-spacing: -0.1vw;
  margin: 30px 0 0;
}
.home_media p {
  margin: 15px 0;
}
.home_media .heading span {
  font-family: 'FoundersGrotesk';
  font-size: 32px;
  letter-spacing: -2px;
  vertical-align: super;
  display: inline-block;
  transform: translateY(5px);
  margin-left: 7px;
}
.home_media .box.zoom-in .heading {
	transform: translateX(0);
	opacity: 1;
}

.home_media .overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000085;
  z-index: 2;
}
.home_media .box.blank .overflow {
	display: none;
}
.home_media .wrap {
  position: relative;
}

.bg_circles {
	display: none;
}
.box.blank .bg_circles {
  position: absolute;
  top: 112vh;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 2vw;
  width: 185vw;
}
@media (orientation: portrait) {
  .box.blank .bg_circles {
    transition: unset
  }
}
.box.blank .bg_circles span {
  background: #e3e3e3;
  border-radius: 100%;
  height: 70vh;
  width: 70vh;
  display: block;
}
.box.blank .bg_circles span:first-child {
  margin-left: calc(-70vh / 2);
}
.img_circle {
  border-radius: 100%;
  height: 10vw;
  width: 10vw;
  margin: 0 auto;
  box-sizing: border-box;
	overflow: hidden;
}
.img_circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.circle {
  border: 1px solid #ddd;
  border-radius: 100%;
  height: 12vw;
  width: 12vw;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  padding-top: 3.6vw;
  padding-left: 2.7vw;
  font-size: 0.8vw;
  line-height: 1.6vw;
}
.page_id_about .side_alt_content .circle {
  margin-bottom: 30px;
}
.page_id_about .side_alt_content .circle p {
  margin: 0;
	padding: 0;
	line-height: 1vw;
}
.page_id_about .side_alt_content .circle p:nth-child(2) {
  margin-bottom: 10px;
}

.slide_show_13 {
  margin-top: 50px;
}
.slide_show_13 .sliding_text {
  font-size: 26px;
  line-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
}
.slide_show_13 .animated_gallery_wrapper .ag_overflow.focus {
  border-radius: 20px;
}
.slide_show_13 .animated_gallery_wrapper .ag_box.ag_box_16 {
  background: #00b1ef;
}
.slide_show_13 .animated_gallery_wrapper .ag_box.ag_box_17 {
  background: #ff8657;
}
.slide_show_13 .animated_gallery_wrapper .ag_box.ag_box_18 {
  background: #007434;
}

.layout-contact-wrapper .side_alt_content {
  position: relative;
}
.layout-contact-wrapper .side_alt_content .img_circle {
  position: absolute;
	top: 2vw;
  right: 1.5vw;
  z-index: 1;
}
.layout-contact-wrapper .side_alt_content .img_circle:last-child {
  position: absolute;
  right: auto;
  left: 20px;
  top: 8vw;
  z-index: 2;
}
.gallery_global .img_wrap {
  gap: 80px 40px;
}
.home_about_grid {
  display: grid;
  grid-template-columns: auto clamp(300px, 24vw, 500px);
  gap: 20px;
}
.about_content .gallery_global .img_wrap {
  display: flex;
  flex-direction: column;
}
.about_content .gallery_global .box {
  display: flex;
  width: 55%;
}
.about_content .page_gallery .heading {
  display: none;
}
.about_content .page_gallery .box {
  height: auto;
  min-height: auto;
  overflow: hidden;
  background: none;
  border-radius: 0;
  margin-top: 0;
}
.about_content .page_gallery .box:last-child {
  align-self: end;
  margin-top: -7vh;
}
.about_content .page_gallery .item_img {
  border-radius: 100%;
}
.about_content .page_gallery .item_img_frame {
  width: 100%;
}
.about_content .page_gallery .box .wrap {
  text-align: left;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .home_media .box .content {
    grid-template-columns: 150px auto;
  }
  .home_media .col1 span {
    transform: scale(1);
  }
  .home_about_grid {
    display: grid;
    grid-template-columns: auto 180px;
    gap: 20px;
  }
  .about_content .gallery_global .box {
    display: flex;
    width: 100%;
  }
  .about_content .page_gallery .box:last-child {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .home_about_grid {
    grid-template-columns: 1fr;
  }
  .about_content .gallery_global .box {
    width: 55%;
    align-self: start;
  }
  .about_content .page_gallery .box:last-child {
    margin-top: -7vh;
  }
}

.home_content {
  margin-left: 42vw;
  margin-top: 35px;
}

.layout-products-wrapper,
.layout-info-wrapper,
.layout-contact-wrapper,
.layout-gallery-wrapper,
.layout-page-wrapper {
  display: grid;
  grid-template-columns: 19vw auto;
  gap: 20px;
}
#MainContent {
  padding-bottom: 90px;
}
.body-content-home #MainContent,
.pg3_ese-home #MainContent {
	padding-bottom: 0;
}
#MainContent.page_html_content p {
  line-height: 25px;
}
.main_bg {
  min-height: 100px;
}
#MainBG-page {
  max-width: 1200px;
}
.products_home .layout-products-wrapper .main_bg {
	margin-left: 0;
}
#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_item_no {
  display: none;
}
.cart_list_img img {
	width: 125px;
}
.checkout_confirm_right {
	float: right;
	width: 49%;
	vertical-align: top;
	box-sizing: border-box;
}
.checkout_confirm_left {
	float: left;
	width: 49%;
	vertical-align: top;
	box-sizing: border-box;
}
.checkout_section3 .checkout_confirm_left, .checkout_section3 .checkout_confirm_right {
	float: none;
	width: auto;
}
.checkout_section3 .checkout_confirm_right {
	border: none;
	background: #eceef3;
	padding: 0;
}
.checkout_confirm_box_text { height:80px; }

.checkout_billing { float:left; width:50%; }
.checkout_delivery { float: right; width:50%; }
.checkout_btn_container { text-align:center; padding-top:10px; }
.checkout_address_table b { display:inline-block; width:50%; line-height: 20px; }
.checkout_note { margin: 10px 0; font-size: 11px; }
.checkout_sel_option input[type="radio"] { display:none; }
.checkout_address_table {
	font-size: 12px;
}

.Products_Cats_Frame { position:relative; }

/* Breadcrumbe */
.nav_bg nav div { display:inline; }
a.link_breadcrumb, a.link_breadcrumb:hover, .breadcrumbDiv {
	text-decoration: none;
	font-size: 12px;
}
.header_img .link_breadcrumb, .header_img .link_breadcrumb:hover, .header_img .breadcrumbDiv {
	color: #fff;
}
.breadcrumbDiv {
	display: inline-block;
	padding: 0 3px;
}
.breadcrumb_text h2 {
	display:inline;
	margin:0;
	padding:0 !important;
}
.breadcrumb_text, .breadcrumb_text h2 {
	font-size:10px;
	padding-top:5px;
	padding-bottom:3px;
}

/* headers */
.header {
  margin: 30px 0;
}
.pg3_ese-home .header {
	display: none;
}
h1, h2, h3, h4, h5 { margin:0; padding:0; }
.header h1 {
  font-size: 54px;
  font-weight: 200;
  letter-spacing: -3.5px;
}
#HeaderProductInfo h1 {
  font-size: clamp(40px, 10vw, 70px);
}
h2 {
  font-size: 34px;
  font-weight: 400;
	margin-top: 40px;
}
h2:first-of-type {
	margin-top: 0;
}
.sub_header, .sub_header_alt, .sub_header2, .newsletter_frame span {
	font-size: 34px;
	margin-top: 10px;
  margin-bottom: -10px;
}
.nav_bg {
	display: none;
}
.header_img .nav_bg {
	color: #fff;
	text-shadow: 1px 1px 5px #0a131c;
}

/* Header Account*/
.header_acc {
	font-size:12px;
	padding-left: 10px;
	height:30px;
	line-height:30px;
	margin-top: 10px;
}
.header_acc_menu {
  grid-column: span 2;
  display: flex;
  justify-content: right;
  margin-top: -75px;
}
.account_menu_btns a {
	position: relative;
	margin:0 13px;
	line-height: 30px;
	color: #0a131c;
	display: inline-block;
}
.account_menu_btns a:hover {
	color: #0a131c;
}
#searchlink:before {
  content: "s";
}
#signinlink:before {
  content: "a";
}
#MyAccountLink:before {
  content: "a";
}
#MyFavLink:before {
  content: "w";
}
#MyCartLink:before {
	content: "c";
}
.account_menu_btns a:before {
	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: #0a131c;
	height: 15px;
	width: 15px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 9px;
	display: block;
	position: absolute;
	top: -4px;
	right: -15px;
	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: 19vw auto;
  gap: 20px 20px;
	max-width: 1200px;
}
@media only screen and (max-width: 1100px) {
  .contact_pg_wrapper .inner {
    grid-template-columns: auto;
  }
}
.contact_box.form {
  grid-column-start: 2;
	margin-top: 23px;
}
.contact_box.addr {
  grid-row-start: 1;
}
.contact_box.map {
  grid-column-start: 2;
}
.company_contact_details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 20px;
}
@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;
  }
}
@media only screen and (max-width: 500px) {
  .company_contact_details {
    grid-template-columns: 1fr;
  }
}


.feature_container .table_header_bar h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.feature_container .table_header_bar a {
	position: absolute;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #0a131c;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	padding: 0 11px;
	margin-top: 9px;
	top: 0;
	right: 0;
}
.feature_container .table_header_bar a:hover {
	background: #0a131c;
	color: #fff;
}

/* navigation */
.nav_page a {
	color: #0a131c;
	font-size: 13px;
	font-weight: 700;
	border: 1px solid #dedede;
	width: 37px;
	height: 37px;
	border-radius: 3px;
	line-height: 37px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.nav_page .nav_text, .nav_page a:hover {
	background: #0a131c;
	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 {
	border: 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;
  border-bottom: 1px solid #0a131c;
  font-size: 18px;
  background: #ffffff;
  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 {
  border-bottom: 2px solid #a40c31;
}
textarea {
	height:80px !important;
}
.newsletter_name {
  background: none;
  color: #fff;
	border-bottom: 1px solid #fff;
	grid-row-start: 2;
  grid-column: span 2;
}
.newsletter_name:first-child {
  grid-row-start: 1;
}
fieldset { border:0; margin:0; padding:0; }
label.required:before {
  display: inline-block;
  color: #b75034;
  content: "*";
  padding: 0 5px 0 0;
}
label.requiredText {
  display: inline-block;
  color: #b75034;
  padding: 3px 0;
}
.require:after {
	content: " *"; 
	color:#b75034;
}
.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;
	border-radius: 20px;
}
.flag_error { background:#a50630; }
.flag_ok { background:#01c73b; }
.flag_att { background:#F0B712; }
.flag_checkout_acc { margin-top:10px; }
.shoutcast_msg {
  top: 0;
  text-align: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
}
.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;
}
.promo_cart_row {
  border: 1px solid #0a131c;
  padding: 2px;
  margin-top: 10px;
}
.promo_cart_row li {
  background: #0a131c;
  color: #fff;
  text-align: center;
  margin: 0;
  border: none;
}

.coupon_container .evenrowbg { width: 84%; }

.cart_table_img { width:108px; 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:9em; }
.cart_table_qty { width:5em; display: none; }
.cart_table_qty_error { width:5em; text-align:center; }
.cart_table_total { width:5em; 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: #0a131c;
	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: 15px;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  height: 40px;
	line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  background: #0a131c;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  -moz-outline: none;
  outline: none;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.contact_box .submit_button,
.footer_newsletter .submit_button,
.form_page .submit_button {
	height: 100px;
	line-height: 61px;
  width: 100px;
	padding: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 20px solid #0a131c;
}
a.submit_button_image:hover, .submit_button:hover{ 
	background:#e0e0e0;
	color: #0a131c;
}
.contact_box .submit_button:hover,
.form_page .submit_button:hover,
.footer_newsletter .submit_button:hover { 
	border: 0 solid #0a131c;
	line-height: 100px;
}
.book_talent_wrapper .submit_button {
  background: #fff;
  color: #0a131c;
}
.book_talent_wrapper .submit_button:hover {
  background: #00b1ef;
  color: #fff;
}
.btn_add_to_cart_list {
	position: absolute;
	right: -8px;
	text-align: center;
	bottom: -11px;
	height: 30px;
	line-height: 27px;
	padding: 0 10px;
}
.add_to_cart_complete_inner .btn_add_to_cart_list {
	position: static;
}
.footer_newsletter .submit_button {
  color: #0a131c;
  background: #fff;
  border: 20px solid #fff;
  font-size: 13px;
	grid-row: span 4;
	transform: translateX(-8px) translateY(18px);
}
#InfoFavBox .submit_button {
  text-transform: unset;
  background: none;
  border: none;
  color: #d02a2a;
  font-size: 25px;
  padding: 0 12px;
  border-radius: 100%;
}
#InfoFavBox .submit_button:hover {
	background: #d02a2a;
	color: #fff;
}
#InfoReviewBox .review_btn_toggle, #InfoItemDescription {
	background: #fff;
	color: #0a131c;
	background: #f5f5f5;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	border-bottom: none;
	display: inline-block;
	padding: 0 20px;
	cursor: pointer;
	margin-right: 8px;
}
#btn_delete {
	position: absolute;
	top: 0px;
	right: 0;
	text-transform: lowercase;
	background: none;
	color: #272727;
	font-size: 18px;
	padding: 0;
	height: 30px;
	width: 30px;
	line-height: 27px;
	border: none;
}

.btn_layout { 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_header {
  display: block;
  font-size: clamp(25px, 3vw, 34px);
  height: 35px;
  line-height: 35px;
  margin-top: 34px;
  margin-bottom: 20px;
	letter-spacing: -1.8px;
}
#MenuHeaderCat { border-top: none; }
.im_cat_menu_text {
	font-size:11px;
	text-indent: 10px;
}
.side_alt_content {
  margin-top: 70px;
  font-size: 20px;
  line-height: 33px;
}
.im_cat_menu_panel {
	display: block;
}
ol.categories li a.link_cat, ol.categories ol li a.link_cat, ol.categories li a.link_cat_sel {
  display: block;
  font-size: 14px;
  text-decoration: none;
  line-height: 28px;
	-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
ol.categories ol li a.link_cat_sel {
	display:block;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a:before {
  content: "";
  margin-right: 8px;
  font-size: 13px;
  color: #0a131c;
  width: 15px;
  height: 15px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
	border-radius: 100%;
	box-sizing: border-box;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a:hover:before {
  background: #0a131c;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag .link_cat_sel:before {
  content: "";
  background: #fff;
  border: 4px solid #0a131c;
}
.im_cat_menu_panel .im_cat_menu_box_extra_tag a.dis {
  color: #ddd;
  cursor: default;
}
	/*===Cat menu - Main Cats ===*/
	ol.categories {
		width: 100%;
		margin: 0px;
		padding: 0;
	}
	
	ol.categories ul { margin:0; padding:0; }
	ol.categories li ul { display:none; }
	ol.categories .cat_sel_li ul { display:block; }
	ol.categories ul li ul li ul li { display:none; }

	/*===Cat menu - Link Container ===*/
	ol.categories li {
		display:block;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	/*===Cat menu - Sub Cats Container ===*/
	ol.categories ol {
		margin: 0;
		padding: 0;
	}
	
	/*===Cat menu - Sub Cats ===*/
	ol.categories ol li {
		text-indent: 22px;
	}

	ol.categories li.sm_sel {
		display:block;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ol.categories ol li.sm_sel {
		text-indent: 22px;
	}
	


#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_main_content {
	margin-bottom: 20px;
	position: relative;
	padding: 10px 20px 36px 150px;
	background: #fff;
	box-shadow: 0px 0px 3px #ddd;
	width: 865px;
}
.cat_container {
	position:relative;
	display:none; /* dynamic data */
	text-align:left;
	margin: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 7px 0 0;
}

	.cat_table { display:none; }

	.cat_listing_container { 
	cursor:pointer;
	position: absolute;
	background:#1f1f1f; 
	border:1px solid #1f1f1f; 
	display: inline-block; 
	padding-right: 20px; 
	z-index:10; 
	line-height: 33px; 
	padding-left: 10px;
	}
	.cat_listing_container:before { content:"Filter By Category:"; position:absolute; top: 0; left: -93px; font-size: 13px; color:#fff; }

	.cat_listing_container .ProductBgTop:before {
		height: 23px;
		color: #fff;
	}
	
	.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 #fff;
	}
	
	.cat_name {
		color: #666;
		text-decoration: none;
		font-size: 13px;
	}
	.cat_name:hover { color:#ca001f; }
	
	.cat_listing_link {
		display: inline-block;
	}
	
.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 #0a131c;
}
.cat_main_content { display:none; }
.cat_listing_container { font-size: 13px; margin-left: 106px; margin-right: 20px; width: 160px; color: #2b2b2b; }
.cat_listing_container, .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;
	display: none;
}
.nav_page { float: right; height: 35px; line-height: 35px; }
.sort_menu {
	display: none;
	position: relative;
	cursor: pointer;
	width: 154px;
	font-size: 10px;
	border: 1px solid #dedede;
	z-index: 10;
	line-height: 35px;
	margin-left: 55px;
	border-radius: 3px;
	color: #0a131c;
	background: #fff;
}
.sort_menu a {
	text-decoration: none;
	color: #0a131c;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}
.sort_menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #0a131c;
}

.sort_menu:before {
	content: "Sort: ";
	position: absolute;
	top: 0;
	left: -47px;
	font-size: 13px;
	color: #0a131c;
	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;
}
.cat_listing_container .ProductBgTop:before, .sort_menu .SortBgTop:before {
	color: #0a131c;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 10px;
}

/* Product Listing */
.item_listing_group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.item_listing_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-auto-rows: 8px;
  grid-auto-flow: dense;
  gap: 16px;
	align-items: start;
}
.item_container {
  position: relative;
  background: #00b1ef;
  text-align: center;
  border-radius: 25px;
	color: #fff;
  box-sizing: border-box;
  text-align: left;
	padding: 20px;
}
.item_container .item_img {
  display: block;
  width: 100%;
	filter: grayscale(100%) sepia(100%) hue-rotate(508deg) brightness(1) opacity(0.8);
}

.item_container:nth-child(5n + 1) { background: #00b1ef; }
.item_container:nth-child(5n + 1) .item_img { filter: grayscale(100%) sepia(100%) hue-rotate(508deg) brightness(1) opacity(0.8); }

.item_container:nth-child(5n + 2) { background: #ff8657; }
.item_container:nth-child(5n + 2) .item_img { filter: grayscale(100%) sepia(100%) hue-rotate(702deg) brightness(1) opacity(0.8); }

.item_container:nth-child(5n + 3) { background: #007434; }
.item_container:nth-child(5n + 3) .item_img { filter: grayscale(100%) sepia(100%) hue-rotate(770deg) brightness(1) opacity(0.8); }

.item_container:nth-child(5n + 4) { background: #a3c100; }
.item_container:nth-child(5n + 4) .item_img { filter: grayscale(100%) sepia(100%) hue-rotate(755deg) brightness(1) opacity(0.8); }

.item_container:nth-child(5n + 5) { background: #00c73a; }
.item_container:nth-child(5n + 5) .item_img { filter: grayscale(100%) sepia(100%) hue-rotate(750deg) brightness(1) opacity(0.8); }

.item_container a {
	color: #fff;
}
.item_container .item_img_frame {
  overflow: hidden;
	border-radius: 12px;
}
.item_container .item_img_frame img {
	transition: transform 0.4s ease-out;
}
.item_container:hover .item_img_frame img {
	transform: scale(1.2);
}

.item_no_img .item_img {
  opacity: 0;
}
.item_name, .item_sub_name {
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  margin-top: 20px;
}
.item_sub_name {
  font-size: 43px;
  margin-top: -23px;
}
.profession_wrap {
  font-size: 30px;
  margin-top: -12px;
  margin-bottom: 10px;
  color: #ffffff8a;
  text-transform: uppercase;
}
.talent_meta_box_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
.talent_meta_box_wrap .meta_box {
  font-size: 16px;
}
.talent_meta_box_wrap .meta_box .heading {
  text-transform: uppercase;
	margin-bottom: 7px;
}
.talent_meta_box_wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.talent_meta_box_wrap .meta_box .list span {
  display: block;
  background: #fff;
  color: #0a131c;
  padding: 0 12px;
  height: 25px;
  line-height: 24px;
  border: 1px solid #0a131c;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
.talent_stats_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.talent_stats_wrap span {
  display: block;
  line-height: 23px;
}

.talent_stats_wrap .social_talent {
  background: #fff;
  color: #000;
  line-height: 30px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 17px;
}

.talent_stats_wrap .stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.talent_stats_wrap .stats_row div:first-child {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0px;
}
.talent_stats_wrap .stats_row {
  font-size: 18px;
}

.add_to_cart_load, .add_to_cart_load:hover {
  color: transparent;
  background: url(/shop/images/loading3.svg) no-repeat #0a131c;
  background-size: 60px;
  background-position: center center;

}
.add_to_cart_complete_wrapper {
	background: #0a131c;
	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: "c";
	position: absolute;
	top: -27px;
	left: 47%;
	color: #fff;
	background: #0a131c;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 40px;
	border-radius: 100%;
	z-index: 2;
}
.add_to_cart_complete_inner {
	background: #fff;
	width: 50%;
	display: inline-block;
	padding: 50px 0 60px;
	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';
}

/* 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: grid;
  grid-template-columns: clamp(400px, 30vw, 540px) auto;
	gap: 20px;
}
#ItemInfoBoxImage {
	position: relative;
}
#ItemInfoBoxText {
  align-self: flex-start;
	padding-bottom: 25px;
}
.talent_stats {
  color: #0a131cba;
  padding: 25px;
	border-radius: 30px;
}
.talent_stats a {
  color: #0a131c;
}
.talent_stats .profession_wrap {
  color: #0a131c9c;
}
#InfoItemFeature {
	display: none;
}
#ItemInfoBoxImage .animated_gallery_wrapper .ag_overflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  height: auto !important;
  border-radius: 30px;
	gap: 1px;
}
.filler  {
  background: lightcoral;
}
#ItemInfoBoxImage .animated_gallery_wrapper.item_info .ag_box_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ItemInfoBoxImage .animated_gallery_wrapper.item_info .ag_box_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	filter: brightness(1) grayscale(0);
	-webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s
}
#ItemInfoBoxImage .animated_gallery_wrapper.item_info .ag_box_img:hover {
	filter: brightness(0.9) grayscale(0.7);
}
#ItemInfoBoxImage .ws_images, .ws_thumbs span {
  border: none;
}
#ItemInfoBoxImage .item_media_slideshow_bullets {
  display: none;
}
.item_focus_wrapper img {
  border-radius: 20px;
}

.more_image_container { float:right; margin: 5px 0; }
.more_images {
	float:left;
	width:51px;
	margin-left:1px;
}
#InfoFavBox {
  position: absolute;
  padding: 0;
  right: -5px;
  top: -9px;
	display: none;
}
#ZoomImage {
	background:url(/shop/images/viewlarge.png) no-repeat;
	height:16px;
	width:16px;
}
#ProductInfoBoxImage a, #ProductInfoBoxImage a:visited, #ProductInfoBoxImage a:hover {
	display: block;
	overflow: hidden;
}
#qty {
	width: 50px;
	padding: 0;
	text-align: center;
	vertical-align: inherit;
}
.item_info_header {
  font-size: 23px;
  line-height: 40px;
}
#InfoItemName {
	display: none;
}
.item_info_text {
  line-height: 40px;
}
.item_info_pricing {
	display: none;
}
#ItemInfo_Stock {
	font-weight: bold;
}
#ItemInfo_Stock span {
	color: #8b8b8b;
}
.item_info_price {
  font-size: 23px;
  font-weight: 400;
  text-align: right;
}
.listing_price_from, .item_info_pricing abbr, .item_info_price_was .item_price_was_text {
	font-size: 17px;
}
.item_info_category span {
	color: #0a131c;
}
.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;
}
.review_container {
	margin: 30px 0;
}
.submit_review_post .review_btn_toggle {
	display: none !important;
}
.item_info_text_description {
  padding: 25px 0;
  line-height: 26px;
}
.item_info_text_description p {
	line-height: 27px;
}
.social_btns {
  display: none;
}
.social_share_btn, .social_share_btn:hover {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0;
  border-radius: 100%;
}
.social_share_btn:hover {
	filter: brightness(1.5);
}
.info_ext_box {
  background: #f5f5f5;
  color: #8b8b8b;
  font-size: 12px;
  line-height: 15px;
  padding: 8px 26px;
  margin-bottom: 12px;
  margin-top: -30px;
}
.info_ext_box .item_info_header {
  margin-bottom: 18px;
}
.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;
}
.att_disable {
	opacity: 0.2;
}
.radio_group_0 {
	display: none;
}
.radio_group label {
	border: 2px solid #0a131c;
	display: inline-block;
	line-height: 43px;
	height: 40px;
	width: 40px;
	font-size: 19px;
	text-align: center;
	margin: 0 8px;
	border-radius: 100%;
	cursor: pointer;
}
.radio_group label b {
  display: none;
}
.att_group_id_530 .radio_group label, .att_group_id_531 .radio_group label {
  width: auto;
  padding: 0 10px;
  border-radius: 0;
}
.radio_group label:hover {
	background: #0a131c;
	color: #fff;
}
.attr_sel label, .attr_sel label:hover {
	background: #0a131c;
	color: #fff;
}
.radio_group label span {
	display: none;
}
.radio_group label input {
	display: none;
}
.att_disable label:hover, .att_disable.attr_sel label {
  border: 2px solid #0a131c;
  background: #fff;
  color: #0a131c;
}
.book_talent_wrapper {
  background: #0a131c36;
  color: #0a131c;
  padding: 0 20px;
  border-radius: 35px;
  margin-top: 30px;
}
.book_talent_wrapper.book_exp_wrap {
  background: #0a131c;
}
.book_talent_wrapper .row_book {
  display: grid;
  grid-template-columns: auto 110px 140px;
  border-bottom: 1px solid #0a131c;
  padding: 20px 0;
}

.book_talent_wrapper .row_book:last-child {
  border: none;
}
.book_talent_wrapper .book_talent {
  grid-template-columns: repeat(2, 1fr);
}
.book_talent_wrapper .book_exp {
  grid-template-columns: repeat(2, 1fr);
}
.book_talent_wrapper .merchandise {
  grid-template-columns: auto auto;
}
.book_talent_wrapper .tab_content {
  grid-column: span 2;
}
.buy_poster .item_info_header span {
  display: block;
  font-size: 17px;
}
.talent_bio {
  margin-top: 30px;
}

.item_info_text p { margin:0; margin-bottom:5px; }
.item_info_add_cart {
  justify-content: right;
}
.add_to_cart_info_qty_cells {
	display: none;
}
.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; }
.gift_wrap_box {
  font-size: 12px;
	border-top: 1px solid #ccc;
}
.gift_wrap_msg_opt {
  margin: 0 15px;
}
.gift_wrap.addon_38 {
  font-size: 16px;
	border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.gift_wrap_group {
  position: relative;
  padding: 10px 0;
  min-height: 62px;
  display: inline-block;
  width: 48%;
  margin-right: 5px;
  vertical-align: top;
}
.add_to_cart_complete_opt .gift_wrap_group {
  display: block;
  width: auto;
  text-align: left;
  margin: 20px;
}
.gift_wrap_box .item_info_header {
  display: inline-block;
  vertical-align: top;
  width: 70px;
}
.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;
	margin-left: 10px;
	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 #0a131c;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gift_wrap_label span {
	border-top: 1px solid #ccc;
  display: block;
}
.addon_38 .gift_wrap_label span {
  display: inline-block;
  margin-top: 17px;
	border: none;
}
.gift_wrap_none span, .gift_wrap:hover span {
	border-top: 1px solid transparent;
}
.gift_wrap:hover {
  background: #0a131c;
  color: #fff;
}
.addon_img_null, .gift_wrap_label input, .info_ext_box {
	display: none;
}
.gift_wrap .gift_wrap_check {
  display: inline-block;
}
.gift_wrap_group img {
  width: 100%;
}
.gift_wrap_box .item_info_header b {
  position: absolute;
  top: 4px;
  left: 80px;
}

.tab_menu {
  margin-top: 20px;
	display: flex;
  gap: 10px;
}
.tab_menu .tab {
  display: block;
  padding: 0 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  line-height: 30px;
  text-align: center;
}
.tab_menu .tab.sel {
  background: #000;
  color: #fff;
}
.tab_container {
  border: none;
  margin: 0;
}

.gallery_global .box.blow .item_img {
  height: 100%;
  width: 100%;
  background: #fff;
}

/*.gift_wrap_box:after {
	content: "";
	background: url(/img/products/43360_boxer-brief-white___3.jpg) no-repeat;
	background-size: contain;
	display: block;
	height: 263px;
	width: 263px;
}*/
/* reviews */
.review_border {
	border: 1px solid #E2E2E2;
	padding:10px;
}
.review_date_added { float:right; }
.info_reviews_box {
	position: relative;
	padding: 20px;
	background: #f5f5f5;
	color: #8b8b8b;
	z-index: 1;
}
.review_container textarea { width:100%; }
#InfoReviewBox .tab_sel {
	position: relative;
	z-index: 2;
	background: #0a131c;
	color: #fff;
}
.size_chart_wrapper {
	position: relative;
  margin-bottom: 20px;
}
.size_chart_wrapper .size_chart {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a131c80;
	padding-top: 105px;
  z-index: 100;
}
.size_chart_wrapper .size_chart.show {
	display: block;
}
.size_chart_wrapper .size_chart .inner {
  margin: 0 auto;
  max-width: 500px;
  display: block;
}
.size_chart_wrapper .size_chart .img_wrapper {
	position: relative;
	display: inline-block;
	background: #fff;
}
.size_chart_close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 45px;
  cursor: pointer;
}
.img_wrapper p {
  padding: 0 50px;
  line-height: 18px;
  font-size: 12px;
}
.size_chart_wrapper .size_chart img {
	width: 100%;
}
#MainLinkedItemContainer { margin-top:10px; }

.checkout_custom_fileds i, .info_bubble i {
  text-transform: none !important;
}

/* footer link */
.shop_footer_links {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: #0a131c;
}
a.link_footer, a.link_footer:hover, .link_footer_text {
	font-size: 12px;
	color: #fff;
}
.link_footer_flexe:before {
	color: #fff;
}
.footer_text_left, .footer_text_right {
	display: inline-block;
}
.tag_icon {
	display:none;
}
.line_icon {
	background: #E2E2E2;
	color:#5b7893;
	height: 1px;
	border: none;
}

.main_heading {
	font-size: 45px;
	font-weight: bold;
	text-align:center;
}
div.form_fields {
	padding:2px;
	margin:0;
}
div.form_fields_error {
	padding:2px;
	margin:0;
}
.clear_clear {
	height:0;
	clear:both;
	display: block;
	position: relative;
}
.clear {
	display: block;
	position: relative;
}
.clear1 {
	display: block;
	position: relative;
	height:1px;
}
.clear5 {
	display: block;
	position: relative;
	height:5px;
}
.clear10 {
	display: block;
	position: relative;
	height:10px;
}

nav { margin: 0; padding: 0; }
.coupon_container {
	left: 14px;
	width: 48%;
}
.account_order_remove_btn { width: 80px; }
.account_order_details_left { float: left; width:50%; }
.account_order_details_right { float: right; width:50%; }
.border_table_info div { line-height:22px; }

.zoom_open {
	width:16px;
	height:16px;
	display:inline-block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 9;
	cursor:pointer;
}
.zoom_open:before {
	content: "m";
	font-family: "icons";
	font-size: 16px;
}
.zoom_bg { background:#0a131c; opacity:0.8; position:fixed; top:0; bottom:0; left:0; right:0; z-index:299; }
.zoom_container { width:630px; position:fixed; top:100px; margin:0 auto; z-index: 300; }
.zoom_img_container { overflow:hidden; background:#fff; padding: 10px; }
.zoom_img_box { float:left; width:500px; margin-right: 10px; cursor: move; }
.zoom_img_box img { width:500px; }
.zoom_img_series { float:right; width:100px; }
.zoom_img_series img { width:100px; }
.zoom_img_series .zoom_img { display: block; padding-bottom: 5px; }
.zoom_close { background:url(/shop/images/close.png) no-repeat bottom right; height: 33px; cursor:pointer; opacity: 0.7; }
.zoom_img_box {
	display:inline-block;
	position: relative;
}
.zoom_img_box img {
	display: block;
}
.zoom_img_box img::selection { background-color: transparent; }


#lightbox-container-image-box {
	width: 700px !important;
	height: 700px !important;
}
#lightbox-container-image-data-box {
	width: 720px !important;
}

.signupframe { border: none !important; }

.order_feeds {
	margin-top:55px;
}
.order_feeds_frame { border-left: 1px dotted #333; }
.of_date { font-size:18px; padding-left: 50px; }
.of_feed {
	border-top: 1px solid #333;
	padding-left: 41px;
	position:relative;
	margin: 25px 0;
	margin-left: 5px;
}
.of_feed:before {
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	background: #333;
	left: -9px;
	top: -4px;	
}
.of_feed .of_comment {
	background: #fff;
	margin-top: -10px;
	padding-left: 4px;
	font-size:11px;
}
.of_feed .of_comment span { font-weight:bold; }
.of_comment_date { color:#999; font-style:italic; }
.order_feeds textarea { width:100%; }

#MenuExtratag a { cursor:pointer; }

.products_load {
	text-align: center;
	overflow: hidden;
	height: 84px;
	margin-top:100px;
	position:absolute;
	width:100%;
}
.products_load img {
	width: 227px;
	margin-top: -79px;
}
.listing_price_from {
	display: none !important;
}
.popup_frame {
	padding: 0 20px;
}
.popup_content {
	position: relative;
  background-size: 100%;
  max-width: 625px;
  font-size: 24px;
	padding: 1px;
}
.popup_title {
	font-size: 28px;
	margin: 0;
}
.popup_text {
	margin-top: -23px;
}
.popup_btn {
	display: none;
}
.popup_close {
	position: absolute;
	top: -10px;
	right: 17px;
	text-shadow: 0 0 5px #fff;
	cursor: pointer;
}
.popup_content .disclaimer {
	font-size: 12px;
}
.popup_content .inner {
	margin: clamp(25px, 7vw, 60px);
	padding: clamp(10px, 2.5vw, 20px);
	background: #ffffffa6;
}
#info_scr_review {
	display: block !important;
}

.home_reviews {
  position: relative;
}
.review_box {
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
.home_reviews .review_border {
  border: none;
  background: rgba(255,255,255,0.3);
  max-width: 500px;
  margin: 10px auto;
	font-size: 11px;
  line-height: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 4px rgb(255 255 255 / 30%);
  border-radius: 3px;
	-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.home_reviews .slide_wrapper {
  position: relative;
  height: 185px;
  overflow: hidden;
}
.home_reviews .slide_show {
  width: 999999px;
  position: relative;
  top: 0;
  left: -1100px;
  transition: .25s;
}
.home_reviews .slide_show_box {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  width: 1100px;
	min-height: 160px;
  vertical-align: top;
  overflow: hidden;
}
.home_reviews .slide_show_box:hover .set_rating_5 span {
	color: #0a131c;
}
.home_reviews .slide_nav {
  font-size: 30px;
  position: absolute;
  top: 23%;
  cursor: pointer;
  z-index: 10;
}
.home_reviews .slide_next {
	right: 0;
}
.site_payments {
  text-align: center;
  padding: 20px 0 50px 0;
  font-size: 20px;
	background: #fff;
}
.body-content-checkout .site_payments {
  margin-right: 40%;
  padding-bottom: 60px;
}
.site_payments .h4 {
  font-size: 25px;
}
.site_payments a {
  border: none;
}
.payment_option_display {
  margin-top: 15px;
}
.theme2 .btn_popup_ok  {
	display: none;
}


.instagram_wrapper {
	margin-top: 80px;
	overflow: hidden;
}
.insta_heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  text-decoration: none;
  font-size: 30px;
}
.insta_heading a {
	text-decoration: none;
}
.insta_heading a {
  color: #333;
}
#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 }


.open_close_content h3:after, .open_close_content h2:after, .toggle_open_close_content .p:after {
	font-size: 28px;
	vertical-align: bottom;
}

.flexe_slideshow .navbtn {
  font-size: 20px;
}





.body-content-checkout .menu_header {
  background: none;
}
.bs_checkout_panel_left {
  padding: 80px 3vw 70px;
}


#HeaderHome, .nav_bg_home, #ItemInfo_MinQty, .dt_order_no, .web_icon_box, #InfoItemNo, .item_info_category, .cat_listing_container, #InfoItemDescription, .header_hero, .hide, #MenuBoxCat {
	display: none;
}


@media print {
	.menu_toggle, .header_acc_menu, .shop_footer_links, .nav_btn_info_container {
		display: none;
	}
	.body-content-account_order_detail .nav_bg, .body-content-account_order_detail footer, .body-content-account_order_detail .btn_layout {
		display: none;
	}
	.body-content-orders .nav_bg, .body-content-orders footer, .body-content-orders .btn_layout {
		display: none;
	}
	.body-content-orders .header_inner {
    height: auto;
	}
	.body-content-orders .header h1 {
		padding-top: 0;
	}
	.shop_main_frame, .wrapper, .home_wrapper {
    margin: 0;
    max-width: unset;
    width: auto;
	}
	body {
		margin: 0 20px;
	}
}