@media print {
  .oh_tracking {
      display: none;
  }
}
@font-face {
	font-family: "flexe-icons";
	src: url("/shop/fonts/flexe-icons.woff2?0015") format("woff2"),
		url("/shop/fonts/flexe-icons.ttf?0015") format("truetype"),
    url("/shop/fonts/flexe-icons.woff?0015") format("woff"),
		url("/shop/fonts/flexe-icons.svg?0015#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
.default_content_container,
.img_box,
.layout-blog-details .blog_content {
  overflow: hidden;
}
.gallery_pdf_name,
.nb_pay_frame,
.pay_bg,
.popup_frame {
  text-align: center;
}
.paypal_disable,
.popup_bg {
  right: 0;
  left: 0;
  bottom: 0;
}
.popup_id_stk_notify .popup_btn {
  display: none !important;
}
.popup_id_reg_fav .popup_btn {
  display: none !important;
}
.fixed_trans_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #0000001f;
  z-index: 6000;
}
.fixed_trans_bg.hide {
  display: none;
}
.fixed_trans_bg .inner {
  background: #fff;
  box-shadow: 0 0 10px #0000001c;
  margin: 0 auto;
}
.fixed_popup_active header {
  position: relative;
  z-index: 2;
}
.fixed_popup_active section {
  position: relative;
  z-index: 10;
}
.toggle_birthday_selector {
  cursor: pointer;
}
.multi_addr_ask_opt .inner {
  max-width: 545px;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
}
.multi_addr_ask_opt .btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 600px) {
  .multi_addr_ask_opt .btns {
    grid-template-columns: unset;
  }
}
.multi_addr_ask_opt p {
  margin-bottom: 20px !important;
  font-size: 20px;
}
.birthday_selector .inner {
  margin-top: 30px;
  max-width: 500px !important;
  padding: clamp(15px, 4vw, 50px) !important;
  display: grid !important;
  grid-template-columns: 27% auto 30% !important;
  gap: 10px !important;
}
.birthday_selector .styled_select {
  padding-top: 0;
}
.birthday_selector .mp_select {
  position: relative;
}
.birthday_selector .mp_select ul {
  left: 0;
  right: 1px;
  width: auto !important;
}
.popup_bg {
  position: fixed;
  top: 0;
  background: #00000081;
  z-index: 4000;
}
.popup_bg.hide,
.popup_bg.delay, .popup_frame.delay,
.popup_bg.checkout_depend, .popup_frame.checkout_depend {
  display: none;
}
.popup_frame {
  position: fixed;
  z-index: 4001;
  top: 100px;
  left: 0;
  right: 0;
  padding: 20px;
}
.popup_bg .frame {
  position: absolute;
  background: #fff;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  max-width: 700px;
  top: 20%;
  padding: 20px 20px 0;
  border-radius: 8px;
  box-shadow: 0 0 7px #00000070;
}
a.control_close_btn, .control_close_btn {
  font-family: "awesome";
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  border: 1px solid #999;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.popup_frame.hide {
  display: none;
}
.popup_content {
  background: #fff;
  max-width: 950px;
  padding: 20px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 10px #00000080;
}
.fav_notify_btns {
  text-align: center;
}
.mysql_site_error {
  position: fixed;
  background: #e77070;
  color: #fff;
  padding: 0 10px;
  border-radius: 7px;
  margin: 10px;
  top: 0;
  left: 0;
  z-index: 8000;
}
.tableflexe {
  margin-bottom: 30px;
}
.tableflexe th {
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  background: #f5f5f5;
  line-height: 45px;
  border-bottom: 5px solid #ddd;
  padding-left: 5px;
}
.tableflexe td {
  line-height: 50px;
  font-size: 12px;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
}
.tableflexe td label {
  display: none;
}
.btn_label {
  line-height: 30px;
  display: inline-block;
  color: #fff;
  padding: 0 13px;
  border-radius: 15px;
}
.btn_label.red {
  background: #ff7171;
}
.btn_label.green {
  background: #20c782;
}
.btn_label.blue {
  background: #87c6ff;
}
#MainContent .referral_promo_class.evenrowbg, .referral_promo_class.evenrowbg {
  background: #20c782;
  color: #fff;
  border-radius: 20px;
  line-height: 40px;
  padding: 0 20px;
  border: none;
}
.refer_friend_notice {
  border: 1px solid #3fb22c;
  text-align: center;
  line-height: 40px !important;
  display: block;
  border-radius: 8px;
  margin: 50px 0;
}
.refer_friend_notice a {
  color: #3fb22c;
  font-weight: bold;
}

.notice_top_anim .notice_text {   
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.notice_top_anim .notice_text p {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 35s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.subscrip_payment_wrapper .inner {
	max-width: 700px;
	border-radius: 7px;
  padding: 20px;
}
.subscrip_payment_wrapper h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
.subscrip_card_type {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.subscrip_card_type img {
  width: 45px;
}
.card_mask {
  font-size: 44px;
  color: #666;
  height: 25px;
  display: inline-block;
  line-height: 0px;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
}
.subscription_status {
  display: inline-block;
  background: #43b343;
  color: #fff;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 20px;
  font-weight: bold;
}
.subscription_status.disabled {
  background: #afafaf;
}
.subscription_status.card-expired {
  background: #df4848;
}

.register_postcode {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 12%;
  background: #fff;
  padding: 20px 20px 0;
  border-radius: 8px;
  box-shadow: 0 0 7px #00000040;
}
.register_postcode p {
  font-size: 17px;
  margin: 8px 0 25px;
  text-align: center;
}
.search_suggest_notice {
  padding: 20px 10px;
}
.mobile_cat_menu {
  display: none;
}
#InfoItemName,
.gift_wrap_msg_opt {
  display: none;
}
.cart_list_img,
.contact_address_box {
  display: inline-block;
}
.link_footer_flexe:before {
  content: "f";
  font-family: "flexe-icons";
  color: #515151;
  font-size: 16px;
  text-transform: lowercase;
  margin-right: 10px;
  vertical-align: bottom;
}
.submit_button.button-small {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 15px;
}
.cart_list_img,
.cc_cvv,
.contact_address_box,
.inv_adrs_box,
.layout-blog-details .blog_menu,
.layout-blog-details .social_btns div,
.social_btns a,
.sprite_social_iframe {
  vertical-align: top;
}
#btn_coupon_remove {
  margin-right: 10px;
}
.account_menu_btns a span:before {
  content: "(";
}
.account_menu_btns a span:after {
  content: ")";
}
.item_discount {
  position: absolute;
  background: #38a42b;
  color: #fff;
  padding: 2px 5px;
  margin-left: 10px;
  bottom: 0;
  right: 0;
}
.cart_list_img,
.order_price {
  padding-right: 20px;
}
.contact_address_box {
  width: 49%;
}
.lazy {
  background: url(/shop/images/loading5.gif) center center no-repeat;
}
.main_bg_clear {
  clear: both;
}
.layout-sitemap li a {
  height: 25px;
  line-height: 25px;
}
.search_opt_frame {
  border: 0;
}
.contact_page_wrapper .inner {
  overflow: hidden;
}
.opening-hours {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 20px 0;
  margin-top: 30px;
}
.opening-hours h3 {
  margin: 0;
  padding: 0;
}
.opening_grid {
  display: flex;
  justify-content: space-between;
}
.opening_grid p .oh-day {
  display: block;
  font-weight: bold;
}
.place-order-load, .place-order-load:hover {
  background: url(/shop/images/loading3.svg) right 8px center no-repeat !important;
  background-size: 25px !important;
  border: none !important;
  outline: 0 !important;
  cursor: default !important;
  padding-right: 17px !important;
  display: block;
}
.cart_allocated {
  display: none;
}
.layout-blog-details .blog_list {
  float: left;
  vertical-align: top;
  width: 74%;
  box-sizing: border-box;
  margin-right: 10px;
}
.layout-blog-details .blog_menu {
  float: right;
  box-sizing: border-box;
  width: 24%;
}
.layout-blog-details .blog_row {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: 0 1px 1px #eee;
  background: #fff;
}
.layout-blog-details .blog_box_heading {
  background: #f9f9f9;
  line-height: 40px;
  padding-left: 10px;
}
.layout-blog-details .blog_date {
  font-size: 10px;
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  line-height: 24px;
  margin: 10px 0;
  color: #aaa;
}
.layout-blog-details .blog_cat_tag {
  margin-top: 20px;
  font-size: 12px;
}
.layout-blog-details .blog_menu_box {
  outline: 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  box-shadow: 0 1px 1px #eee;
  background: #fff;
}
.layout-blog-details .blog_menu_box_padding {
  padding: 10px;
}
.layout-blog-details .blog_menu_item {
  line-height: 35px;
  padding-left: 10px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}
.layout-blog-details .blog_menu_item:last-child {
  border-bottom: none;
}
.layout-blog-details .blog_seach_results {
  margin-bottom: 10px;
}
.layout-blog-details .blog_thumb img {
  max-width: 100%;
}
.layout-blog-details .blog_menu_box_search .form_fields {
  width: 100%;
}
.layout-blog-details .blog_content .alignright {
  float: right;
  margin-left: 1.5em;
}
.layout-blog-details .blog_content .wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.layout-blog-details .blog_content img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
  height: inherit !important;
}
.inv_adrs_box,
.layout-blog-details .social_btns {
  margin-top: 20px;
}
#messageMainContent table:first-child,
.layout-newsletter-archive span.content {
  display: none;
}
#messageMainContent table:nth-child(2) table {
  display: table;
}
#messageMainContent td {
  font-size: 0;
}
.newsletter_left {
  float: left;
  width: 25%;
}
.newsletter_right {
  float: right;
  width: 70%;
}
.nav_page_all,
.nav_paging_status,
.newsletter_left .anchorTop {
  display: none;
}
.audio_icon {
  width: 100%;
  min-height: 100px;
  background: url(/shop/images/audio.png) center center no-repeat;
  background-size: 100px;
}
.default_left_content {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}
.default_center_content {
  float: none;
  width: auto;
  padding: 0;
}
.default_right_content {
  float: right;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}
.default_3 {
  width: 33%;
}
.default_6 {
  width: 67%;
}
.default_left_content img {
  max-width: 100%;
  height: inherit;
}

.content_grid {
  display: grid;
  gap: 20px;
}
.content_grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.content_grid.col2_right {
  grid-template-columns: auto 67%;
}
.content_grid.col2_left {
  grid-template-columns: 67% auto;
}
.content_grid.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.content_grid.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.content_grid.col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 800px) {
  .content_grid.col3 {
    grid-template-columns: unset;
  }
  .content_grid.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .content_grid.col2 {
    grid-template-columns: unset;
  }
  .content_grid.col2_right {
    grid-template-columns: unset;
  }
  .content_grid.col2_left {
    grid-template-columns: unset;
  }
  .content_grid.col4 {
    grid-template-columns: unset;
  }
}

.inv_adrs_box {
  display: inline-block;
  width: 30%;
}
.shipping_method_price {
  float: right;
  margin-right: 45px;
}
.shipping_method_name {
  margin-left: 10px;
}
.moduleRow,
.moduleRowSelected {
  display: block;
}
.cc_pay_inline.cc_sp .submit_button {
  margin-top: 20px;
  margin-bottom: 50px;
}
.body-content-checkout .shop_main_frame, .body-content-checkout .home_wrapper, .body-content-checkout .wrapper, .body-content-checkout #MainContent, .body-content-checkout .main_bg {
  max-width: unset;
  width: auto;
}
.body-content-checkout header .wrapper {
  padding: 0 20px;
}
.body-content-checkout footer, .body-content-checkout .header_search, .body-content-checkout .main_menu, .body-content-checkout .footer_newsletter,
.body-content-checkout .im_cat_menu_panel, .body-content-checkout #footer, .body-content-checkout #menu, .body-content-checkout .menu_toggle {
  display: none;
}
.body-content-checkout .im_cat_menu_panel {
  display: none !important;
}
.body-content-checkout header {
  position: relative;
  margin-right: 40%;
  z-index: 10;
}
.body-content-checkout section {
  position: relative;
  margin: 0;
  z-index: 15;
}
.body-content-checkout .shop_footer_links {
  display: none;
}
.checkout_panel_left {
  margin-right: 40%;
  padding: 20px 3vw 70px;
  box-sizing: border-box;
}
.checkout_panel_right {
  position: fixed;
  width: 40%;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  padding: 3vw;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #34423D33;
  z-index: 2000;
}
.checkout_box_totals {
  float: none;
  width: auto;
  display: block;
}
.checkout_btn_layout .submit_button {
  display: block;
  width: 100%;
}
.checkout_msg_top_wrapper {
  display: none;
}
.checkout_panel_hide.hide {
  height: 0 !important;
  overflow: hidden;
  visibility: hidden;
}


@media only screen and (max-width: 1000px) {
  .checkout_msg_top_wrapper {
    display: block;
  }
  .body-content-checkout header {
    margin-right: 0;
  }
  .checkout_panel_left {
    margin-right: 0;
    padding-bottom: 0;
  }
  .checkout_panel_right {
    position: relative;
    padding-top: 0;
    padding-bottom: 30px;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: none;
  }
  .body-content-checkout .shop_footer_links {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
  }
}

@media only screen and (max-width: 1300px) {
  #pay fieldset {
    margin-left: 0 !important;
  }
  #pay fieldset dt {
    float: none !important;
    width: auto !important;
  }
  #pay fieldset dd {
    margin: 0 !important;
  }
}
.gift_evenrowbg {
  padding: 10px;
}
.checkout_address_table p {
  margin: 0;
  padding: 0;
}
.checkout_panel {
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 25px;
  box-sizing: border-box;
  position: relative;
}
.checkout_coupon_box.checkout_panel {
  padding: 10px;
}
.paypal_disable {
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 100;
}
.fb_icon {
  max-width: 50px;
}
.layout-login-wrapper .checkout_panel,
.layout-register-wrapper .checkout_panel {
  margin-top: 20px;
  display: none;
}
#ship.loading {
  background: url(/shop/images/loading4.svg) no-repeat;
  background-position: 146px 8px;
  background-size: 23px;
}
.cc_exp_date select {
  width: 15%;
}
.cc_cvv {
  position: relative;
  width: 25%;
  margin-left: 50px;
  display: inline-block;
}
.cc_cvv span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  line-height: 40px;
}
.nb_pay_frame,
.pay_bg {
  display: none;
  left: 0;
  right: 0;
  position: fixed;
}
.cc_cvv .form_fields {
  padding-left: 50px;
}
.hide_element {
  display: none;
}
.pay_bg {
  background: #00000060;
  top: 0;
  bottom: 0;
  z-index: 3000;
}
.pay_bg.load {
  background: url(/shop/images/loading5.gif) no-repeat #00000060;
  background-position: center center;
}
.img_box,
.nb_pay_frame iframe {
  box-shadow: 0 0 9px #000;
  background: #fff;
}
.pay_bg img {
  margin-top: 12%;
}
.nb_pay_frame {
  z-index: 3001;
  top: 10%;
}
.nb_pay_frame div {
  margin: 0 auto;
  position: relative;
}
.nb_pay_frame iframe {
  z-index: 3001;
  border-radius: 3px;
  width: 40%;
  min-height: 510px;
}
.mode_pw iframe {
  width: 42%;
}
.mode_et iframe,
.mode_ew iframe {
  min-height: 500px;
}
.zip_tagline {
  padding: 10px 0;
  display: block !important;
}
.img_popup {
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3005;
}
.img_box,
.img_popup_border {
  display: inline-block;
  position: relative;
}
.img_popup .img_popup_frame {
  margin: 0 auto;
  text-align: center;
}
.img_popup img {
  width: auto;
  display: block;
}
.img_popup_border {
  text-align: left;
  margin-top: 6%;
}
.img_popup_border .img_box {
  border: 2px solid #000;
  border-radius: 3px;
  z-index: 2;
  cursor: all-scroll;
  display: block;
}
.img_popup_border .img_btn,
.img_popup_border .img_close,
.img_popup_border .img_nav {
  position: absolute;
}
.img_popup_border .img_btn span,
.img_popup_border .img_close {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.img_popup_border .img_nav {
  background: #000;
  opacity: 0.5;
  z-index: 1;
  border-radius: 5px;
  top: -40px;
  left: -5px;
  right: -5px;
  bottom: -2px;
}
.img_popup_border .img_btn {
  top: 0;
  height: 40px;
  left: 0;
}
.img_popup_border .img_btn span {
  font-weight: 700;
  line-height: 35px;
  padding: 0 13px;
}
.img_popup_border .nav_pre:before {
  content: "prev";
}
.img_popup_border .nav_next:before {
  content: "next";
}
.img_popup_border .img_close {
  top: 15px;
  right: 11px;
}
.img_popup_border .img_close:after {
  content: "Close x";
  padding-left: 5px;
}
.sprite_social_iframe {
  position: relative;
  display: inline-block;
}
.social_iframe_popup {
  position: absolute;
  bottom: 52px;
  left: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px #333;
  max-height: 30px;
  overflow: hidden;
  display: none;
  z-index: 100;
}
.social_iframe_popup iframe {
  border: 0;
  display: block;
  min-height: 60px;
}
.frame_facebook span {
  vertical-align: top !important;
}
.mobile {
  display: none;
}
.paypal_direct {
  text-align: center;
}
.paypal_direct #MainContent {
  display: none;
}
.paypal_direct #MainContentBottom {
  background: url(/shop/images/loading6.gif) left top no-repeat;
  height: 30px;
  margin-top: 50px;
  display: inline-block;
}
.paypal_direct #MainContentBottom:after {
  content: "Placing order. Please wait...";
  padding-left: 26px;
  display: inline-block;
}
.default_3col_container {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 800px) {
  .default_3col_container {
    display: block;
  }
}
.default_3col_container .content {
  display: block;
  box-sizing: border-box;
}
.mode_anz iframe {
  min-height: 620px;
}
.mode_sq iframe {
  max-width: 440px !important;
  width: 100%;
}
.social_btns div,
.social_btns iframe,
.social_btns span {
  vertical-align: top !important;
}
.social_btns .fb-share-button span {
  vertical-align: top !important;
}
.blog_content_wrapper {
  overflow: hidden;
}
.item_info_category,
.toggle_cart_confirm,
.toggle_login_start {
  display: none;
}
.item_fav_load form {
  background: url(/shop/images/loading6.gif) center center no-repeat;
}
.item_fav_load form div {
  visibility: hidden;
}
.delete_cart_item_row table {
  opacity: 0.3;
}
.delete_cart_item_row {
  background: url(/shop/images/loading6.gif) center center no-repeat;
}
.order_total_wrapper_load {
  background: url(/shop/images/loading6.gif) top center no-repeat !important;
}
.order_total_wrapper_load tr {
  opacity: 0.4;
}
.newsletter_popup_bg {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 3000;
}
.newsletter_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 17%;
  z-index: 3001;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.newsletter_close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  z-index: 3001;
}
#btn_subscribe_capture {
  display: block;
}
.block {
  display: block;
}
.main_bg_load {
  opacity: 0;
}
.layout-mailinglist {
  text-align: center;
}
.flexe_slideshow_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.flexe_slideshow {
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  top: 0;
}
.flexe_overflow {
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  width: 999999999px;
  display: flex;
}
.flexe_slideshow_wrapper.load .flexe_overflow {
  width: auto;
}
.slide_box {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  z-index: 1;
}
.flexe_slideshow .active .slide_box {
  cursor: grabbing;
}
.slide_box_text {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 56px;
  text-align: center;
  z-index: 1000;
}
.slide_box_text_sub {
  color: #fff;
  font-size: 26px;
}
.flexe_slideshow img {
  position: absolute;
  width: 100%;
}
.flexe_slideshow .navbtn {
  font-family: "flexe-icons";
  position: absolute;
  z-index: 2000;
  width: 50px;
  height: 50px;
  background: #fff;
  line-height: 50px !important;
  text-align: center;
  border-radius: 100%;
  opacity: 0;
  font-size: 20px;
  color: #000;
  top: 47%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flexe_slideshow:hover .navbtn {
  opacity: 0.6;
}
.flexe_slideshow .slide_pre {
  left: 20px;
}
.flexe_slideshow .slide_next {
  right: 20px;
}
.flexe_slideshow .active_link {
  cursor: pointer !important;
}
.flexe_slideshow_bullets {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  text-align: center;
  z-index: 200;
}
.flexe_slideshow_bullets span {
  background: #fff;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 4px;
  opacity: 0.5;
}
.flexe_slideshow_bullets .selected {
  opacity: 1;
}
.flexe_slideshow_wrapper .slide_img,
.flexe_slideshow_wrapper .slide_img_mob {
  font-size: 56px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.flexe_slideshow_wrapper.load {
  opacity: 0;
}
.flexe_slideshow_item {
  position: relative;
  overflow: visible;
}
.flexe_slideshow_item .flexe_overflow {
  width: 999999999px;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
}
.flexe_slideshow_item .slide_box {
  cursor: pointer;
}
.item_info_image_frame {
  text-align: left !important;
}
.flexe_slideshow_item .active .slide_box {
  cursor: grabbing;
}
.flexe_slideshow_item .slide_box_text {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 56px;
  text-align: center;
  z-index: 1000;
}
.flexe_slideshow_item .navbtn {
  position: absolute;
  z-index: 2000;
  width: 50px;
  height: 50px;
  background: #fff;
  line-height: 50px !important;
  text-align: center;
  border-radius: 100%;
  opacity: 0;
  font-size: 37px;
  color: #000;
  top: 47%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flexe_slideshow_item:hover .navbtn {
  opacity: 0.6;
}
.flexe_slideshow_item .slide_pre {
  left: 20px;
}
.flexe_slideshow_item .slide_next {
  right: 20px;
}
.flexe_slideshow_item .active_link {
  cursor: pointer !important;
}
.flexe_slideshow_item .flexe_slideshow_bullets {
  position: relative;
  bottom: unset;
  left: unset;
  right: unset;
  height: auto;
  text-align: left;
  z-index: 20;
  margin-top: 10px;
}
.flexe_slideshow_item .flexe_slideshow_bullets span {
  vertical-align: top;
  background: 0 0;
  height: auto;
  width: auto;
  display: inline-block;
  border-radius: unset;
  cursor: pointer;
  margin: 0 10px 10px 0;
  opacity: 1;
  border: 1px solid #e2e2e2;
}
.flexe_slideshow_item .flexe_slideshow_bullets span img {
  opacity: 0.5;
}
.flexe_slideshow_item .flexe_slideshow_bullets .selected img {
  opacity: 1;
}
.flexe_slideshow_item .ws_images {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  box-sizing: inherit;
}

.slide_box_text_designer p.bold {
  font-weight: bold;
}
.slide_box_text_designer p.underline {
  text-decoration: underline;
}
.slide_box_text_designer p.italic {
  font-style: italic;
}
.slide_box_text_designer p.uppercase {
  text-transform: uppercase;
}
.slide_box_text_designer p.alignl {
  text-align: left;
}
.slide_box_text_designer p.alignc {
  text-align: center;
}
.slide_box_text_designer p.alignr {
  text-align: right;
}

.designer_scale .slide_box_img {
  position: relative;
  height: auto !important;
  max-width: unset;
}
.designer_scale {
  position: relative;
  transform-origin: top left;
}
.slide_box_text_designer {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}


.slide_box_text_designer.theme2 {
  text-align: center;
}
.slide_box_text_designer.theme3 {
  text-align: right;
}
.slide_box_text_designer.theme4 {
  top: auto;
  bottom: 0;
}
.slide_box_text_designer.theme5 {
  text-align: center;
  top: auto;
  bottom: 0;
}
.slide_box_text_designer.theme6 {
  text-align: right;
  top: auto;
  bottom: 0;
}
.slide_box_text_designer.theme7 {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.slide_box_text_designer.theme8 {
  text-align: center;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.slide_box_text_designer.theme9 {
  text-align: right;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);;
}

.slide_box_text_designer p {
  font-size: 64px;
  line-height: 64px;
  margin: 0;
  padding: 0;
}
.slide_box_text_designer p span.btn {
  display: inline-block;
  padding: 17px 30px;
}

.ws_thumb_container img {
  position: relative;
  display: block;
}
.item_img_container .flexe_slideshow_bullets,
.item_img_container .slide_img {
  display: none;
}
.item_img_container .slide_box {
  cursor: pointer;
}
.item_img_container .flexe_overflow {
  width: auto;
  text-align: center;
}

.item_img_frame.img_hover {
  position: relative;
}
.item_img_frame.img_hover img {
  position: absolute;
}
.item_img_frame.img_hover img:first-child {
  position: relative;
}
.item_img_frame.img_hover.active img {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.item_img_frame.img_hover.active img.active {
  position: relative;
}
.item_img_frame.img_hover.active img.blur {
  will-change: opacity, filter;
  filter: blur(3px);
}
.item_img_frame.img_hover .img_bullets {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  display: none;
  z-index: 100;
}
.item_container:hover .img_bullets {
  display: flex;
}
.item_img_frame.img_hover .img_bullets span {
  border-radius: 100%;
  display: block;
  height: 6px;
  width: 6px;
  background: #00000078;
    box-shadow: 0 0 5px #ffffff80;
}
.item_img_frame.img_hover .img_bullets span.active {
  background: #8d8d8d;
}
.item_img_frame.img_hover .img_map {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.item_img_frame.img_hover .img_map span {
  display: table-cell;
}

.item_container .item_img {
  display: block;
}

.mode_cb2 iframe {
  background: url(/shop/images/loading6.gif) no-repeat #fff;
  background-position: center 260px;
  min-height: 520px;
  width: 44%;
}
.slide_box_effect {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.flexe_overflow_effect {
  width: auto !important;
}


.flexe_slideshow.tiled .flexe_overflow {
  width: auto !important;
  height: auto !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 20px;
}
.flexe_slideshow.tiled .slide_box {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  height: auto !important;
  width: auto !important;
  margin: 0;
  cursor: default;
}
.flexe_slideshow.tiled .designer_scale {
  transform: none !important;
}
.flexe_slideshow.tiled .slide_box_img {
  position: relative;
  width: 100% !important;
}
.flexe_slideshow.tiled .flexe_slideshow_bullets {
  display: none;
}
.sizing-chart header,
.sizing-chart footer {
  z-index: 2;
}
.sizing-chart section {
  z-index: 5;
}
.sizing_chart_data {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000008f;
  padding: 10px;
  text-align: center;
  display: none;
  z-index: 5000;
}
.sizing_chart_data .inner {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 10px;
  background: #fff;
  border-radius: 7px;
  max-width: 1000px;
}
.sizing_chart_data .item_img_frame {
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
}
.sizing_chart_data .item_img_frame img {
  max-width: 100%;
}
.sizing_chart_wrapper .close {
  position: absolute;
  top: 25px;
  right: 30px;
}
.sizing_chart_wrapper .close:before {
  content: "x";
  color: #000;
  font-size: 34px;
  cursor: pointer;
}


@media only screen and (max-width: 800px) {
  .orders_list_table tr,
  .orders_list_table tr td,
  .account_order_table,
  .account_order_table tbody,
  .account_order_table tr {
    display: block;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    width: auto;
  }
  .account_order_table tr td {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 30px;
  }
  .account_order_table tr td span {
    display: block;
    line-height: 30px;
    font-size: 13px;
  }
  .account_order_table tr td span:first-child {
    text-transform: uppercase;
  }
  .account_order_table tr td span:last-child {
    text-align: right;
  }
  .orders_list_table tr td a {
    display: block;
  }
}

.hire_date_wrapper {
  margin-top: 30px;
}
.calendar_placement {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  min-width: 340px;
  text-align: center;
  z-index: 100;
}
.calendar_placement h2 {
  font-size: 17px;
}
.calendar_placement table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}
.calendar_nav {
  overflow: hidden;
  margin-bottom: 13px;
}
.calendar_nav div {
  position: relative !important;
  float: left;
  border: 1px solid #ddd;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.calendar_nav .next {
  float: right;
}
.calendar-day-head {
  font-weight: 700;
  font-size: 14px;
}
.calendar_placement .calendar-day {
  position: relative;
  background: #e1e1e1;
  cursor: pointer;
}
.calendar_placement .dis_day {
  background: #f1f1f1 !important;
  color: #d2d2d2;
  cursor: not-allowed;
}
.flexe_slideshow_single img {
  width: 100%;
  display: block;
  max-width: unset;
}
.flexe_slideshow_single .slide_box {
  margin-right: 0;
}
.item_info_price div,
.item_price div {
  display: inline-block;
}
.img_popup_border .flexe_slideshow_bullets {
  display: none;
}
.img_popup_border .flexe_overflow {
  left: 0 !important;
}
.img_popup_border .flexe_slideshow {
  overflow: visible;
}
.flexe_slideshow_wrapper .slide_img_hide, .config_slide_img_hide .slide_img_hide {
  position: absolute;
  opacity: 0;
  max-width: 100%;
  z-index: 1;
}
.config_slide_img_hide .slide_img_hide {
  bottom: 0;
}
.config_slide_img_hide {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.hide_promo {
  display: none;
}
.img_box .ws_images {
  width: 100% !important;
}
.newsletter_name {
  margin-bottom: 16px;
}
.newsletter_text {
  margin-bottom: 20px;
  font-size: 18px;
}
.lg_popup_wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.slide_img_lg_popup {
  position: absolute;
  opacity: 0;
}
.layout-mailinglist .g-recaptcha {
  text-align: center;
  margin-top: 6px;
}
.layout-mailinglist .g-recaptcha div {
  display: inline-block;
}
.gallerybox-image-main-name {
  display: none;
}
.buy_now_container .item_qty_field {
  display: none;
}
.layout-blog-details .blog_thumb {
  display: block;
}
.blog_thumb_nill {
  display: none;
}
#MyCartTotal {
  display: none;
}
.warning_msg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 50px;
  z-index: 2000;
  background: #af0e0e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.review_container textarea {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px;
}
#review_write .btn_left .review_rating_table {
  display: inline-block;
}
.review_rating_table label input {
  display: none;
}
.review_rating_table label {
  font-family: "flexe-icons";
  font-size: 24px;
  margin: 0 6px;
  color: #999;
  cursor: pointer;
}
.review_rating_table label.sel {
  color: #ffb505;
}
.review_rating_table {
  padding: 3px 0 11px;
}
.set_rating span {
  font-family: "flexe-icons";
  color: #999;
  font-size: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 2px;
}
.set_rating span {
  font-family: "flexe-icons";
}
.set_rating span {
  font-family: "flexe-icons";
  color: #999;
  font-size: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 2px;
}
.set_rating_1 span:first-child {
  color: #ffb505;
}
.set_rating_2 span:first-child {
  color: #ffb505;
}
.set_rating_2 span:nth-child(2) {
  color: #ffb505;
}
.set_rating_3 span:first-child {
  color: #ffb505;
}
.set_rating_3 span:nth-child(2) {
  color: #ffb505;
}
.set_rating_3 span:nth-child(3) {
  color: #ffb505;
}
.set_rating_4 span:first-child {
  color: #ffb505;
}
.set_rating_4 span:nth-child(2) {
  color: #ffb505;
}
.set_rating_4 span:nth-child(3) {
  color: #ffb505;
}
.set_rating_4 span:nth-child(4) {
  color: #ffb505;
}
.set_rating_5 span {
  color: #ffb505;
}
.half_rating {
  background: linear-gradient(90deg, #ffb505 0, #ffb505 50%, #999 50%, #999 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sort_name_rating {
  display: none;
}
.price_savings {
  display: none !important;
}
.noticebox_close {
  cursor: pointer;
  margin-left: 6px;
  display: none;
}
.checkbox_form {
  display: block;
  margin: 20px 0;
}
.btn_fav_listing {
  display: none;
}
.pay_close {
  position: relative;
  display: block;
  width: 42%;
  margin: 0 auto;
  text-align: right;
}
.pay_close a {
  font-family: "flexe-icons";
  color: #fff;
  background: #000;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  position: absolute;
  top: -14px;
  right: 3px;
  box-shadow: 0 0 2px #000;
}
.admin_order_edit_mode {
  position: fixed;
  background: #c00000;
  color: #fff;
  text-align: center;
  z-index: 3000;
}
.admin_order_edit_mode_text {
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px;
}
.admin_order_edit_mode1 {
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}
.admin_order_edit_mode2 {
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
}
.admin_order_edit_mode3 {
  right: 0;
  bottom: 0;
  top: 0;
  width: 5px;
}
.admin_order_edit_mode4 {
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}
.admin_order_edit_mode a {
  background: #000;
  color: #fff !important;
  display: inline-block;
  margin-left: 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 15px;
  line-height: 24px;
  border-radius: 3px;
  vertical-align: text-top;
}
.border_table_info_comments {
  margin-top: 30px;
}
.order_col_item {
  text-align: left;
}
.admin_cart_sub_wrapper {
  text-align: right;
}
.admin_cart_sub_btn {
  border: 1px solid #ccc !important;
  font-size: 12px !important;
  margin: 5px 0 !important;
  background: #ddd !important;
  padding: 0 10px !important;
  color: #000 !important;
}
.admin_edit_order_del_opt {
  display: none;
}
.admin_edit_order_del_opt {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px #999;
  padding: 20px;
  border: 1px solid #000;
  top: 0;
  right: 0;
  z-index: 10;
}
.admin_edit_order_del_opt a,
.admin_edit_order_del_opt div {
  display: block;
  text-decoration: none;
  line-height: 30px;
  margin: 5px;
  background: #000;
  color: #fff;
  padding: 0 15px;
}
.admin_edit_order_del_opt div {
  background: #b61010;
  cursor: pointer;
}
.admin_edit_order_del_opt a:hover {
  background: #666;
  color: #fff;
}
.admin_edit_order_del_opt div:hover {
  background: #de5b5b;
  color: #fff;
}
.cart_remove_item {
  display: none;
}
.substituted_cart_item span {
  display: none;
}
.form_fields.admin_order_edit_discount,
.form_fields.admin_order_edit_freight {
  text-align: right;
  padding: 0;
  padding-right: 5px;
  width: 100px;
}
.tab_container {
  position: relative;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.tab_menu {
  overflow: hidden;
  width: 100%;
}
.tab_menu .sel {
  position: relative;
  z-index: 1;
}
.tab_container .tab_content {
  display: none;
  position: relative;
  margin-top: -1px;
  background: #fff;
}
.tab_container .tab_content:first-child {
  display: block;
}
.tab_menu .tab {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  margin-right: -4px;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  vertical-align: bottom;
}
.review_container .item_info_text {
  margin-top: 20px;
  margin-bottom: 1px;
}
.afterpay_cart {
  text-align: right;
}
.payment_option_display {
  text-align: center;
  margin-top: 7px;
}
.payment_option_display a {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  margin: 0 2px;
}
.payment_option_display a img {
  height: 100% !important;
}
.payment_option_display a.logo_afterpay img {
  height: 116%;
}
.pay_list_wrapper {
  text-align: left;
}
.pay_list_wrapper .checkoutRow {
  display: block;
  margin: 0;
  margin-right: 0;
  background: #fff;
  cursor: pointer;
}
.checkout_pay_row {
  cursor: pointer;
  display: block;
  border-top: 1px solid #CED4D2;
  padding: 15px 0;
}
.checkout_pay_row.payrowSelected {
  position: relative;
}
.checkout_pay_row .checkout_sel_option:before {
  font-family: 'flexe-icons';
  content: "2";
  display: inline-block;
  line-height: 25px;
  margin: 0 10px;
  vertical-align: top;
}
.checkout_pay_row.payrowSelected .checkout_sel_option:before {
  content: '1';
  color: #1fb706;
}
.checkout_sel_option {
  display: block;
  padding: 0;
}
.checkout_pay_row img {
  height: 100%;
}
.pay_list_wrapper .shipping_method_name {
  line-height: 25px;
  display: inline-block;
  height: 25px;
  vertical-align: top;
  font-size: 13px;
  margin: 0;
  font-weight: 700;
  margin-right: 10px;
}
span.shipping_method_name span {
  font-weight: normal;
  font-size: 12px;
}
.inline_payment_wrapper {
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.payrowSelected .inline_payment_wrapper {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.checkout_cc_types img {
  margin-right: 13px;
  height: 100%;
}
.pay_list_wrapperXX .checkout_sel_option:before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: top;
  margin-top: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.pay_list_wrapperXX .payrowSelected .checkout_sel_option:before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: top;
  margin-top: 10px;
  box-sizing: border-box;
  border: 9px solid #1fb706;
}
.pay_list_wrapper .pay_hide {
  display: none;
}
.payrow .shipping_method_name,
.payrow img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.payrow:hover .shipping_method_name,
.payrow:hover img,
.payrowSelected .shipping_method_name,
.payrowSelected img {
  opacity: 1;
}
.pay_inline {
  border: none;
  width: 100%;
  height: 720px;
}
afterpay-placement {
  margin: 0;
  margin-top: -4px;
  transform: scale(0.85);
  transform-origin: top left;
}
.show_totals {
  overflow-y: unset;
}
.show_totals .checkout_confirm_cart_list,
.show_totals .checkout_coupon_box,
.show_totals .checkout_section1,
.show_totals .checkout_section2,
.show_totals .header,
.show_totals .im_cat_menu_panel,
.show_totals .inline_payment,
.show_totals .shop_footer_links,
.show_totals .submit_order_form,
.show_totals .warning_msg,
.show_totals footer,
.show_totals header {
  display: none !important;
}
.im_cat_menu_panel .im_cat_menu_box .filter_cat_list_back a:before,
.im_cat_menu_panel .im_cat_menu_box .filter_cat_list_back a:hover:before {
  content: "<";
  background: none;
  border: none;
}
#cat_box_id_all .cat_name:before {
  content: "<";
  margin-right: 5px;
}
.show_totals #MainContent,
.show_totals .checkout_panel,
.show_totals .main_bg {
  margin: 0 !important;
  padding: 0 !important;
}
.checkout_delivery.hide {
  display: none;
}
.recaptcha_wrapper {
  text-align: center;
  margin: 15px 0 6px;
}
.recaptcha_wrapper .g-recaptcha {
  display: inline-block;
}
.grecaptcha-badge {
  opacity: 0;
}
.toggle_open_close_content .inner {
  display: inline-block;
}
.open_close_content p, .open_close_content ol, .open_close_content ul, .toggle_open_close_content .c {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.open_close_content h3, .open_close_content h2, .toggle_open_close_content .p {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.open_close_content h3:after,
.open_close_content h2:after,
.toggle_open_close_content .p:after {
  font-family: 'awesome' !important;
  content: "v";
  margin-left: 5px;
  font-size: 20px;
  vertical-align: middle;
}
.open_close_content .open h3:after,
.open_close_content .open h2:after,
.toggle_open_close_content .open .p:after,
.toggle_open_close_content.open .p:after {
  content: "^";
}
.open_close_content .open p,
.open_close_content.open p,
.open_close_content .open ol,
.open_close_content.open ol,
.open_close_content .open ul,
.open_close_content.open ul,
.toggle_open_close_content .open .c,
.toggle_open_close_content.open .c {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.day-number.period_row {
  background: #3fba64 !important;
  color: #fff;
}
.calendar_close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}
.side_menu_hover_placment {
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  display: none;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 0 5px #00000070;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  z-index: 3000;
  clip: unset !important;
}
.side_menu_hover_placment.narrow {
  width: 100%;
  max-width: 600px;
}
.side_menu_hover_placment .side_menu_wrapper {
  margin: 0;
}
.side_menu_hover_placment .layout-login-wrapper.side_menu_wrapper {
  margin: 0 20px 0 0;
}
.side_menu_wrapper .cart_list_scoll {
  max-height: calc(100vh - 308px);
  overflow-y: scroll;
}
.cart_list_scoll .cart_list_form1 {
  overflow: hidden;
}
.layout-login-wrapper.side_menu_wrapper .scroll-wrapper {
  overflow-y: scroll !important;
  max-height: calc(100vh - 87px);
}
.layout-login-wrapper.side_menu_wrapper .scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.cart_list_scoll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	-webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	cursor: grab;
  display: none;
}
.cart_list_scoll::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}
.cart_list_scoll::-webkit-scrollbar-track-piece {
	background: none;
	border-radius: 5px;
	border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.cart_list_scoll::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 5px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  cursor: grab;
}
.cart_list_scoll::-webkit-scrollbar-thumb:hover {
	background: #c9c9c9;
}
.checkout_panel_right .added_coupon_details_html, .checkout_panel_right .added_coupon_details_text {
  margin-bottom: 20px;
}
.side_menu_wrapper .checkout_coupon_box {
  margin: 0 !important;
  margin-bottom: 50px !important;
  border: none !important;
  border-top: 1px solid #ebebeb !important;
  padding: 0 !important;
  padding-top: 10px !important;
}
.side_menu_wrapper .order_total_wrapper {
  line-height: 45px !important;
}

.side_menu_wrapper .slide_menu_hover_top_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.side_menu_wrapper .slide_menu_hover_bottom_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}
.side_menu_hover_placment .cart_buttons {
  display: block;
  border-bottom: 1px solid #E2E2E2;
  line-height: 50px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.account_details_box {
  max-height: calc(100vh - 85px);
  overflow-y: scroll;
}
.close_side_menu_hover:before {
  font-family: "flexe-icons";
  content: ".";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.side_menu_wrapper .slide_menu_hover_bottom_nav .cart_order_edit_address,
.side_menu_wrapper .slide_menu_hover_bottom_nav .cart_footer_btns {
  margin: 0 20px;
  margin-bottom: 20px;
}
.layout-login-wrapper .close_side_menu_hover {
  margin: 0;
  margin-bottom: 20px;
}
.side_menu_hover_placment .scrollbar_wrapper {
  height: 100%;
  padding: 0 20px;
}
.close_side_menu_hover.dis {
  display: none;
}
.btn_layout_bottom {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
  text-align: center;
  overflow: hidden;
}
.login_error_register_notice .frame {
  position: fixed;
  color: #000;
  padding: 20px;
  text-align: center;
}
.login_error_register_notice .submit_button {
  margin: 5px;
}
.login_box_start {
  padding: 20px 32px 0;
}
.nil_cart_note {
  padding-top: 90px;
}
#cart-items {
  padding: 0;
  margin: 0;
  padding-top: 0;
  margin-bottom: 10px;
}
#cart-items li { 
  list-style:none !important;
}
#cart-items .evenrowbg {
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.mode_recipient_single_addr #cart-items li.evenrowbg {
  display: none;
}
.mode_recipient_single_addr #cart-items li.evenrowbg:first-child {
  display: block;
}
.mode_recipient_single_addr .tr_item_row {
  display: none;
}
.mode_recipient_single_addr .multi_addr_wrapper {
  margin: 0;
}
.order_bundle_buy_1 .multi_addr_opt_header.addon_heading,
.order_bundle_buy_1 .gift_wrap_wrapper_outer {
  display: none;
}
.cart_table_total {
  text-align: right;
}
.checkout_confirm_tax {
  text-align: right;
}
.checkout_panel_reg fieldset dl {
  clear: left;
  margin: 0 9px 10px 0;
  width: 48.5%;
  display: inline-block;
}
.checkout_panel_reg fieldset dl:last-child {
  margin: 0 0 10px 0;
}
.side_menu_hover_placment #login {
  max-height: 93vh;
  padding-top: 20px;
}
.checkout_panel_reg fieldset dt, .login_existing fieldset dt, .register_wrapper fieldset dt {
  float: none;
  width: auto;
  line-height: 25px;
}
.checkout_panel_reg fieldset dd, .login_existing fieldset dd, .register_wrapper fieldset dd {
  margin: 0;
}
.req_reg_feilds_wrapper {
  margin-bottom: 20px;
}
.register_wrapper {
  padding: 0;
}
.hover_login_page .login_existing,
.hover_login_page .login_new {
  float: none;
  width: auto;
  margin: 0;
}
.hover_login_page .login_new {
  display: none;
}
.login_tab_container {
  text-align: center;
  overflow: hidden;
}
.login_tab_container .login_tabs {
  float: left;
  vertical-align: top;
  width: 47%;
  text-align: center;
  margin: 0 3px;
  padding: 0;
  opacity: 0.5;
}
.login_tab_container .login_tabs.new {
  float: right;
}
.login_tab_container .login_tabs.active {
  opacity: 1;
}
.zip-widget__tagline img.logo {
  height: 35px !important;
}
.body-content-search .cat_listing_container {
  display: inline-block;
}
.cat_listing_container span {
  padding-right: 20px;
}
.ga_item_data {
  display: none;
}
.social_logins {
  margin: 20px 0;
  text-align: center;
}
.social_logins #my-signin2,
.social_logins .facebook_login {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.login_or_div {
  text-align: center;
  display: grid;
  grid-template-columns: auto 190px auto;
  margin-bottom: 20px;
}
.login_or_div .div {
  border-bottom: 1px solid #999;
  height: 11px;
}
.login_new .checkout_panel_reg {
  margin-bottom: 15px;
}
.login_btn {
  display: block !important;
  width: auto !important;
  text-align: center !important;
}
.login_opts {
  text-align: center;
  line-height: 50px;
  padding: 25px 0 0;
}
.layout-login-wrapper {
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto;
}
.layout-login-wrapper .header, .body-content-register .header {
  text-align: center;
  margin: 0;
  padding: 0;
}
.layout-login-wrapper .header h1, .body-content-register .header h1 {
  margin: 7px 0;
  padding: 0;
  font-size: 25px;
}
.abcRioButtonBlue {
  width: 215px !important;
}
.abcRioButtonContents {
  font-size: 14px !important;
}
.content_img_wrap {
  margin: 0;
  padding: 0;
}
.social_logins .facebook_login {
  position: relative;
  background: #4267b2;
  border: 2px solid #4267b2;
  line-height: 36px;
  height: 40px;
  width: 190px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
}
.social_logins .facebook_login .fb_icon {
  position: absolute;
  background: #fff;
  display: inline-block;
  height: 36px;
  width: 36px;
  left: 0;
  top: 0;
  border-radius: 3px 0 0 3px;
}
.social_logins .facebook_login .fb_icon img {
  height: 21px !important;
  vertical-align: middle;
}
.social_logins .facebook_login span {
  font-family: Roboto, arial, sans-serif;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 0.21px;
  margin-left: 37px;
}
.facebook_login .fb_iframe_widget span {
  vertical-align: bottom;
  width: 228px;
  height: 45px !important;
  top: 0;
}
.social_logins .facebook_login:hover {
  background: #6788cb;
  border: 2px solid #6788cb;
}
.toggle_login_start .sub_header {
  margin-bottom: 25px;
}
.add_to_cart_complete_inner {
  width: auto;
  max-width: 550px;
}
.login_sub_heading_or {
  text-align: center;
}
.add_to_cart_loadxx,
.add_to_cart_loadxx:hover {
  border-radius: 100%;
  text-indent: -1000px;
  background: url(/shop/images/loading.svg) 10px 10px no-repeat #fff !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;
}
.cart_image img {
  display: block;
}
.reg_account_type {
  padding-bottom: 15px;
}
.checkout_panel_reg .reg_custom_fileds:nth-of-type(odd) {
  margin-right: 9px;
}
.item_info_add_cart {
  position: relative;
}
.item_info_add_cart.hide {
  display: none;
}
.toggle_login_start .add_to_cart_complete_inner p {
  font-style: normal;
  margin: 0;
  font-size: 22px;
}
.add_to_cart_complete_inner .icon_font {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 32px;
  cursor: pointer;
}
.layout-account {
  margin: 0 20px;
}
.layout-account .line,
.layout-account .sub_header {
  display: none;
}
.layout-account .link_text {
  margin: 0 auto;
  max-width: 650px;
}
.layout-account .link_text a:before {
  font-family: "flexe-icons";
  margin-right: 13px;
  font-size: 28px;
  vertical-align: middle;
  margin-left: 20px;
}
.acc_billing a:before {
  content: "N";
}
.acc_password a:before {
  content: "P";
}
.acc_subsriptions a:before {
  content: "#";
}
.acc_logout a:before {
  content: "S";
}
.acc_addressbook a:before {
  content: "A";
}
.acc_refer a:before {
  content: "r";
}
.acc_orders a:before {
  content: "O";
}
.acc_history a:before {
  content: "h";
}
.acc_payments a:before {
  content: "c";
}
.acc_notifications a:before {
  content: "T";
}
.layout-account .link_text a {
  text-decoration: none;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.layout-account .link_text span {
  display: none;
}
.acc_pay_amount_dd input {
  width: 150px;
  margin-left: 8px;
}
.price_range_wrapper {
  position: relative;
  margin-top: 23px;
  padding: 0 5px 22px 5px;
}
.price_range_wrapper .high,
.price_range_wrapper .low {
  font-size: 12px;
  position: absolute;
  top: -24px;
  color: #000;
  background: #fff;
  line-height: 20px;
  left: 0;
  letter-spacing: 0;
}
.price_range_wrapper .high {
  right: 0;
  left: auto;
  top: 22px;
}
.price_range_wrapper .bar {
  position: relative;
  background: #ededed;
  width: 100%;
  height: 12px;
}
.price_range_wrapper .bar .inner {
  position: absolute;
  height: 1px;
  bottom: -4px;
  left: 0;
  right: 0;
}
.price_range_wrapper .end.submit_button,
.price_range_wrapper .start.submit_button {
  position: absolute;
  height: 20px;
  width: 20px;
  padding: 0;
  border-radius: 100%;
  margin-top: -4px;
  top: -15px !important;
  overflow: visible;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.end.submit_button {
  right: 0;
}
.cart_order_edit_address .form_field_row {
  vertical-align: top;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  width: 26.8%;
}
.cart_order_edit_address .form_field_row.narrow {
  width: 9%;
}
.cart_order_edit_address .form_field_row span {
  display: block;
  line-height: 24px;
  margin-top: 8px;
  font-size: 13px;
}
section.item_action {
  z-index: 3000;
}
.form_field_box {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.search404 .form_fields {
  max-width: 500px;
  display: grid;
  grid-template-columns: auto 50px;
}
.search404 a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}
.cart_error_placeholder {
  margin-top: 60px;
}
.cc_pay_inline {
  text-align: center;
  padding-top: 30px;
}
.checkout_btn_wrapper.active {
  display: none;
}
.cc_pay_inline iframe {
  border: none;
  width: 100%;
}
.cc_pay_inline.cc_cb2 {
  overflow: hidden;
}
.cc_pay_inline.cc_cb2 iframe {
  min-height: 480px;
  margin-top: -140px;
}
.cc_notice {
  margin-bottom: 18px;
}
.zip-widget__wrapper {
  display: block !important;
  margin-bottom: 10px;
}
.api_cc_wrapper {
  text-align: left;
}
.ew_exp_wrapper {
  overflow: hidden;
}
.ew_cvn {
  vertical-align: top;
  width: 20%;
  float: right;
}
.ew_expiry {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.item_video_frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.form_fields iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-dd-exp dd {
  width: 125px;
}
.cc-dd-exp .form_fields {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.cc-dd-cvv dd {
  width: 70px;
}
.cc_pay_inline.cc_pay {
  text-align: left;
}
.cc_pay_inline .cc-dd-short {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}
.cc_pay_inline fieldset dt {
  line-height: 45px;
}
.cc_pay_inline fieldset .cc-dd-cvv dt {
  width: 40px;
}
.cc_pay_inline fieldset .cc-dd-cvv dd {
  margin: 0 0 0 45px;
}
.cc_pay_inline .form_fields {
  position: relative;
}
.cc_ew .cc-dd-exp .form_fields {
  width: 250px;
}
.cc_ew .cc-dd-exp dd {
  width: 265px;
}
.submit_order_form .checkout_confirm_right {
  float: none;
  width: auto;
}
.submit_button.set_notify_btn {
  display: none;
}
.cart_price_edit {
  width: 95px !important;
}
.cart_table_sel {
  text-align: left;
  width: 75px;
}
.btn_add_to_cart_box {
  position: relative;
}
.attr_img_placement .img {
  position: relative;
}
.save_password_text p {
  font-size: 18px;
}
.toggle_del_attr_imgXX {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  background: #ffffffd6;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  display: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.attr_img_placement .img:hover .toggle_del_attr_img {
  display: block;
}
.btn_add_to_cart_box .flag_att {
  color: #fff;
  background: #f0b712 !important;
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  padding: 10px 20px !important;
}
#MainContent ul.bullet li {
  list-style: disc;
  margin-left: 20px;
}
.custom_form_field_hide {
  display: none;
}
.btn_layout.no_border {
  border: none;
}
.btn_layout.border_bottom {
  border: none;
  border-bottom: 1px solid #e2e2e2;
}
.outStock_row .cart_image {
  display: inline-block;
  vertical-align: top;
}
.outStock_row .text {
  display: inline-block;
  text-align: left;
  margin-left: 20px;
}
.outStock_row .submit_button {
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
}
.themeStock .popup_content {
  max-width: 500px;
}
.themeStock .popup_title {
  font-size: 21px;
}
.themeStock .popup_text {
  margin-top: 20px;
  font-size: 14px;
}
.g_id_signin {
  display: inline-block;
  vertical-align: top;
}
.oh_tracking {
  text-align: center;
  margin-top: 20px;
}
.enter_add_manually {
  display: none;
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 230px;
  margin-top: -7px;
  cursor: pointer;
}
.enter_add_manually.show {
  display: block;
}
.reg_addr_wrapper_auto {
  display: none;
}
.reg_addr_wrapper_auto.show {
  display: block !important;
}
.hover_login_page .auto_enter_addr {
  display: block;
  width: auto;
}
.pac-container {
  z-index: 3000;
}
.hover_login_page .enter_add_manually {
  margin-left: 10px;
}
.checkout_panel .enter_add_manually {
  margin-left: 0;
}
.order_info_wrapper .dd_textarea {
  margin: 0;
}
.order_info_wrapper .dt_textarea {
  float: none;
  width: auto;
}
.checkout_section2.clearfixOverflow {
  overflow: unset;
}
.checkout_del_date_form input {
  cursor: pointer;
}
.checkout_del_date_form .dd {
  position: relative;
}
.delivery_date_option_wrapper .datepicker_del {
  position: absolute;
  left: 0;
  margin-top: 3px;
  display: none;
  z-index: 1500;
}
.delivery_address_section {
  display: none;
}
#ship fieldset {
  overflow: visible;
}
.contact_page_wrapper {
  position: relative;
}
.gallery_frame .audio {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.2;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.gallery_frame:hover .audio {
  opacity: 1;
}
.checkout_pay_row img {
  height: 25px !important;
  vertical-align: top;
}
.review_replies {
  margin-left: 20px;
}
span.form_fields {
  display: block;
}
.gallery_drag_body .main_bg {
  padding: 0;
  margin: 0;
}
.gallery_drag_effect {
  position: relative;
  overflow: hidden;
  column-count: auto !important;
  columns: auto !important;
}
.gallery_drag_effect .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  cursor: w-resize;
  width: 99999999999999999999px !important;
}
.gallery_drag_effect .inner.portrait {
  width: auto !important;
  position: relative;
  display: block;
}
.gallery_drag_effect .inner.transition {
  -webkit-transition: 0.5s;
  transition: all 0.5s ease-out;
}
.ui-draggable.transition {
  -webkit-transition: unset;
  transition: unset;
}
.gallery_drag_effect .media_box {
  display: inline-block;
  vertical-align: top;
}
.gallery_drag_effect .portrait .media_box {
  display: block;
}
.gallery_drag_effect .media_img {
  margin-right: 20px;
}
.gallery_drag_effect .portrait .media_img {
  margin-right: 0;
}
.gallery_drag_effect .media_d,
.gallery_drag_effect .media_name {
  position: absolute;
}
.gallery_drag_effect .media_box img {
  display: block;
  width: auto !important;
}
.gallery_drag_effect .portrait .media_box img {
  width: 100% !important;
}
.gallery_drag_effect .media_img_text {
  padding: 0 20px;
}
.gallery_drag_body .shop_main_frame, .gallery_drag_body section .wrapper {
  max-width: none;
}
.gallery_drag_body .media_name {
  display: none;
}
.gallery_drag_body .header, .gallery_drag_body .shop_footer_links, .gallery_drag_body .nav_bg {
  display: none;
}
.gallery_drag_body #MainContent, .gallery_drag_body .shop_main_frame, .gallery_drag_body .main_bg {
  padding: 0;
  margin: 0;
}

.gallerImageSlider .scrollbar_wrapper_menu {
  position: relative;
  overflow: hidden;
  margin: -10px -10px 0 -10px;
  padding: 10px;
}
.gallerImageSlider .slide_show {
  position: relative;
  height: 300px;
}
.gallerImageSlider .slide_nav {
  position: absolute;
  top: calc(50% + 10px);;
  left: -25px;
  background: #CED4D261;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
	font-size: 36px;
	cursor: pointer;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 10;
}
.gallerImageSlider .slide_nav.slide_next {
  left: auto;
  right: -25px;
}
.gallerImageSlider .slide_show_box {
  position: absolute;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.gallerImageSlider .slide_show_box img {
  width: 100%;
}
.gallerImageSlider .slide_show_box:last-child {
  opacity: 0;
}

.full_slideshow_body .header, .full_slideshow_body footer, .full_slideshow_body .shop_footer_links {
  display: none;
}
.full_slideshow_body .shop_main_frame {
  max-width: unset;
}
.full_slideshow_body section {
  padding: 0;
}
.full_slideshow_body #MainContent {
  padding: 0;
  margin: 0;
}
.full_slideshow_body .slide_box {
  text-align: center;
}
.full_slideshow_body .flexe_slideshow img {
  position: relative;
  width: auto;
  height: 100%;
  border-radius: 8px;
}
.full_slideshow_body .flexe_slideshow_wrapper {
  padding-bottom: 40px;
}
.full_slideshow_body .flexe_slideshow {
  overflow: visible;
}
.full_slideshow_body .flexe_slideshow_bullets {
  bottom: -36px;
}
.full_slideshow_body .flexe_overflow {
  width: 999999999px !important;
}

.testimonials_gallery .media_box {
  position: relative;
  background: #ddd;
  border-radius: 30px;
  margin-bottom: 45px;
  padding: 25px 30px;
  overflow: hidden;
}
.testimonials_gallery .media_name {
  font-weight: bold;
  font-size: 17px;
}
.testimonials_gallery .media_sub_name {
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
}
.testimonials_gallery .media_d {
  grid-area: 2 / 2 / 9 / 3;
}
.testimonials_gallery .media_img {
  width: 20%;
}
.testimonials_gallery .media_box:nth-child(odd) .media_img {
  float: left;
  margin-right: 20px;
}
.testimonials_gallery .media_box:nth-child(even) .media_img {
  float: right;
  margin-left: 20px;
}
.testimonials_gallery .item_img_frame {
  margin: 0;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
}
.testimonials_gallery .item_img_frame img.item_img {
  width: 100%;
  display: block;
}

.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;
}
div.form_fields_error {
  height: auto;
}
.checkout_select_opt_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.checkout_custom_fileds {
  position: relative;
}
.custom_page_form dl {
  margin-bottom: 15px;
}
.custom_page_form dd {
  margin: 0;
}
.custom_page_form dt {
  margin-bottom: 5px;
}
.custom_field_type_13.loading dd {
  position: relative;
}
.custom_field_type_13.loading dd:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  display: inline-block;
  background: url(/shop/images/loading2.svg) no-repeat;
  background-position: center center;
  background-size: 38px;
  z-index: 10;
}
dd {
  margin: 0;
}
.custom_field_type_13 dd label {
  display: inline-block;
  border: 2px solid #ccc;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 3px;
  cursor: pointer;
}
.cf_docs {
  position: relative;
  margin: 5px 0;
}
.cf_docs .box {
  position: relative;
  display: inline-block;
  margin: 5px;
}
.cf_docs .img {
  max-width: 130px;
  overflow: hidden;
  box-shadow: 0 0 5px #00000040;
}
.cf_docs img {
  height: 120px;
  display: block;
}
.cf_docs .pdf {
  font-family: "flexe-icons";
  font-size: 126px;
  color: #ae1a1a;
  text-shadow: 0 0 5px #00000040;
}
.cf_docs .close {
  display: none;
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 20px;
  background: #fff;
  color: #000;
  padding: 3px;
  box-shadow: 0 0 5px #00000040;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.cf_docs div:hover .close {
  display: block;
}
.cf_docs span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}
dd.form_time_select {
  display: grid !important;
  grid-template-columns: 50px 3px 50px 40px;
}
.form_time_select.form_fields {
  padding: 0;
}
dd.form_time_select .ft_time {
  position: relative;
  text-align: center;
  cursor: pointer;
}
dd.form_time_select span {
  display: block;
}
dd.form_time_select ul,
dd.form_time_select li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
dd.form_time_select .ft_time div {
  position: fixed;
  background: rgba(0 0 0 / 40%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
dd.form_time_select .ft_time.open div {
  display: block;
}
dd.form_time_select ul {
  background: #fff;
  box-shadow: 0 0 10px #00000052;
  border-radius: 7px;
  width: 50px;
  padding: 10px !important;
  margin: 0 auto !important;
  margin-top: calc(100vh - 50vh - 300px) !important;
}
dd.form_time_select li {
  line-height: 40px !important;
}
dd.form_time_select li:hover,
dd.form_time_select li.sel {
  background: #000;
  color: #fff;
  border-radius: 3px;
}
dd.form_time_select li.sel {
  background: #7acd59;
}
label.google_unit_label {
  margin: 15px 0 10px 0;
  display: block;
}
.info_bubble {
  position: relative;
  display: inline-block;
}
.info_bubble .info {
  display: none;
}
.checkout_custom_fileds i, .info_bubble i {
  background: #000;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  text-transform: uppercase !important;
  font-style: normal;
  cursor: pointer;
}
.checkout_custom_fileds .info, .info_bubble .info {
  position: absolute;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 0 20px;
  border-radius: 7px;
  left: 0;
  top: 46px;
  font-size: 12px;
  width: 500px;
  z-index: 3000;
}
.checkout_custom_fileds .info p, .info_bubble .info p {
  line-height: 17px;
}
.checkout_select_opt_box input {
  display: none;
}
.checkout_select_opt_box .button {
  position: relative;
  display: inline-block;
  border: 2px solid #ccc;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
}
.checkout_select_opt_box .button.selected {
  border: 2px solid #1fb706;
}
.checkout_custom_fileds .info {
  display: none;
}
.add_to_cart_complete_inner .submit_button.set_notify_btn {
  display: none;
}
.custom_fields_checkbox_list label {
  position: relative;
  display: inline-block;
  border: 2px solid #ccc;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 3px;
  cursor: pointer;
}
.custom_fields_checkbox_list label.selected {
  border: 2px solid #1fb706;
}
.custom_fields_checkbox_list label input {
  display: none;
}
.custom_fields_checkbox_list label.extra_field input {
  display: block;
}
.custom_fields_checkbox_list .checkbox_single:before {
  font-family: "flexe-icons";
  content: "2";
}
.custom_fields_checkbox_list .checkbox_single.selected:before {
  content: "1";
}
.custom_fields_checkbox_list label.checkbox_single {
  border: none;
  padding: 0;
}
.custom_fields_checkbox_list label.extra_field {
  display: block;
  border: none;
  padding: 0;
}
.document_library_wrapper .doc_item {
  line-height: 30px;
  display: block;
  cursor: pointer;
}
.document_library_wrapper .doc_item:before {
  font-family: "flexe-icons";
  font-size: 20px;
  margin-right: 7px;
}
.document_library_wrapper .doc_folder:before {
  content: "7";
}
.document_library_wrapper .doc_file:before {
  content: "5";
  margin-left: 10px;
}
.document_library_wrapper .doc_file_p:before {
  margin-left: 0;
}
.document_library_wrapper .doc_file.img:before {
  content: "9";
}
.document_library_wrapper .doc_file.aud:before {
  content: "8";
}
.document_library_wrapper .doc_file.vid:before {
  content: "0";
}
.sub_gallery_pages {
	text-align: center;
}
.sub_gallery_pages a {
  width: 31%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
	margin-bottom: 20px;
}
.sub_gallery_pages .img {
  max-height: 155px;
  overflow: hidden;
  margin-bottom: 10px;
}
.add_to_cart_complete_opt {
	text-align: center;
	position: fixed !important;
	top: 18%;
	left: 0;
  right: 0;
	z-index: 1001;
}
.add_to_cart_complete_inner {
	background: #fff;
	max-width: 500px;
	display: inline-block;
	padding: 50px 0 0;
	box-shadow: 0 0 18px #909090;
	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';
}
.iframe_youtube {
  width: 100%;
  height: 400px;
}
#instagram_feed .slide_show_img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#instagram_feed .slide_show_img a span {
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 140%;
  opacity: 0.8;
  color: #fff;
  padding: 10px;
  padding-top: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#instagram_feed .slide_show_img a:hover span {
  top: 0;
}
#instagram_feed .slide_show_box.hide {
  opacity: 0 !important;
}
.social_share_btn, .social_share_btn:hover {
  font-family: Arial;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  font-size: 11px;
  padding: 0 8px;
  border-radius: 2px;
  margin: 0 0 0 1px;
}
.twitter-share-button {
  background: #1DA1F2;
}
.pinterest-pin-button {
  background: #E60023;
}
.facebook-share-button {
  background: #4267B2;
}
.email-share-button {
  background: #0f3295;
}
.multi_addr_wrapper {
  display: block;
}
.multi_addr_pending {
  display: none;
}
.multi_addr_pending.show {
  display: block;
}
.checkout_del_date .date_display {
  position: absolute;
  right: 20px;
  left: 20px;
  width: auto;
  box-shadow: none;
  z-index: 1;
}
.checkout_del_date .cart_del_date {
  position: relative;
  color: transparent;
  background: none;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.item_img_frame img, .flexe_slideshow img {
  pointer-events: none;
}
.select_address_wrapper {
  position: relative;
}
.add_addr_placement .btn_wrapper {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}
.multi_addr_wrapper.addr_total_0 .select_address_wrapper, .del_date_wrapper.del_addr_total_0 {
  display: none;
}
.addr_total_0 .toggle_action_ele {
  display: none;
}
.select_address_wrapper .mp_select ul {
  width: 100% !important;
}
.buy_now_container .select_address_wrapper {
  display: block;
}
.toggle_get_cart {
  min-height: 100px;
}
.toggle_get_cart.load {
  background: url(/shop/images/loading6.gif) center center no-repeat;
}
.set_rating {
  text-align: center;
}
.reg_account_type .dd_height_auto {
  padding-top: 10px !important;
}
.reg_account_type .customer_class_list {
  line-height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.reg_account_type label:first-child .customer_class_list {
  border-top: 1px solid #ccc;
}
.reg_account_type .customer_class_list:before {
  font-family: 'icons';
  content: "a";
  font-size: 13px;
  margin-right: 3px;
  vertical-align: middle;
}
.layout-register .reg_account_type .customer_class_list:before {
  content: "o";
}
.layout-register .reg_account_type .customer_class_list.sel:before {
  content: "v";
}
.reg_account_type .customer_class_list input {
  display: none;
}
.reg_account_type .customer_class_list .desc {
  display: block;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 13px;
}
#shoutcast_subscription .msg_placement {
  position: absolute;
  display: inline-block;
  margin: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  font-size: 13px;
  bottom: -40px;
  right: 0;
  width: 100px;
}
#shoutcast_subscription .toggle_newsletter {
  position: relative;
}
#shoutcast_subscription .toggle_newsletter .submit_button {
  position: relative;
}
.clear_float {
  clear: both;
}
.checkout_multi .item_info_wrapper,
.checkout_multi .flexe_slideshow_bullets,
.checkout_multi #InfoFavBox,
.checkout_multi .social_btns,
.checkout_multi .item_info_pricing,
.checkout_multi .add_to_cart_info_qty_cells,
.checkout_multi .item_info_text_description,
.checkout_multi #InfoItemDescription {
  display: none;
}
.checkout_multi #ItemInfoBoxImage {
  width: 200px;
}
.checkout_multi #ItemInfoBoxText {
  width: 79%;
}
.checkout_multi #HeaderProductInfo .nav_bg {
  display: none;
}
.apply_to_all_btn {
  display: inline-block;
  margin-left: 22px;
}
.cart_item_name_qty {
  display: none;
}
.checkout_frame .multi_cart_list .cart_item_name_qty {
  display: inline-block;
}
.checkout_frame .multi_cart_list .cart_table_price,
.checkout_frame .multi_cart_list .cart_table_qty,
.checkout_frame .multi_cart_list .btn_delete {
  display: none;
}
.info_ext_box .filter_img {
  width: 140px;
}
.info_ext_box div {
  vertical-align: middle;
}
.printr_float_wrapper {
  position: fixed;
  top: 5px;
  left: 30px;
  right: 30px;
  background: #fff;
  padding: 3px 2px;
  background: #000;
  border-radius: 6px 6px 0 0;
  z-index: 4001;
}
.printr_float_wrapper span {
  font-family: monospace;
  display: inline-block;
  cursor: pointer;
  width: 15px;
  text-align: center;
  padding: 0 7px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  margin: 8px 0 0 9px;
  line-height: 24px;
  border-radius: 3px;
}
.printr_float_wrapper span.active {
  background: #09a1d9;
  color: #fff;
}
.printr_float {
  position: fixed;
  display: none;
  top: 45px;
  left: 30px;
  right: 30px;
  max-height: 70%;
  background: #000;
  color: #fff;
  padding: 20px;
  margin: 0;
  border-radius: 0 0 6px 6px;
  border: 2px solid #000;
  overflow-y: scroll;
  z-index: 6000;
}
.printr_float.active {
  display: block;
}
.global_item_tabs_wrapper {
  display: none;
}
.secure3dSecure_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  background: #00000050;
  z-index: 5000;
}
#tdsMmethodTgtFrame3D {
  border: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000070;
  max-width: 430px;
  width: 100%;
  height: 470px;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
}
.processing_secure3d {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000050;
  text-align: center;
  z-index: 5000;
}
.processing_secure3d span {
  background: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 80px;
  margin-top: 19%;
}
.processing_secure3d span:before {
  content: "";
  background: url(/shop/images/loading6.gif) 0 0 no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 15px;
  vertical-align: middle;
}
.paypal_item_info {
  margin: 25px 0 0;
}
#shoutcast_subscription dt {
  line-height: 30px;
}
#shoutcast_subscription dd {
  margin: 0;
}
#shoutcast_subscription dl {
  margin: 0;
  margin-bottom: 10px;
}
#shoutcast_subscription .require {
  color: initial;
}
.shoutcast_list_wrapper label {
  display: inline-block;
  line-height: 40px;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.shoutcast_list_wrapper label:before {
  font-family: "flexe-icons";
  content: "o";
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}
.shoutcast_list_wrapper label.sel:before {
  content: "v";
}
.shoutcast_list_wrapper input {
  display: none;
}
.main_menu .site_menu_cat_title, .site_menu_cat_title {
  display: none;
  text-align: left;
  margin: 20px 20px 10px;
  border-bottom: 1px solid #333;
}
.main_menu .site_menu_cat_title div {
  font-size: 33px;
  display: inline-block;
  margin-bottom: 17px;
  vertical-align: top;
}
.main_menu .site_menu_cat_title a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 24px;
  padding: 0 11px;
  margin-left: 20px;
  vertical-align: middle;
}
.item_info_category > .cat_div {
  display: none;
}
.item_info_category > .cat_div ~ .cat_div {
  display: initial;
}
.flipbook_gallery .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.flipbook_box {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.flipbook_box:hover {
	-webkit-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
	z-index: 2;
}
.flipbook_box .media_img {
  box-shadow: 0 0 10px #0000003b;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.flipbook_box:hover .media_img {
  box-shadow: 0 0 10px #0000008e;
}
.flipbook_box .media_img img {
  width: 100%;
  display: block;
}
.flipbook_box .media_name {
  margin-top: 10px;
}
.item_container .msgbox {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 5px 10px;
  font-size: 12px;
}

.checkout_panel_reg {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.checkout_box_login .close_side_menu_hover,
.checkout_box_login .login_save_cookie,
.checkout_box_login .close_btn,
.checkout_box_login .add_to_cart_complete_wrapper {
  display: none;
}
.checkout_box_login .toggle_login_start.add_to_cart_complete_opt {
  display: block;
}
.checkout_box_login .add_to_cart_complete_opt {
  position: static !important;
}
.checkout_box_login .add_to_cart_complete_inner {
  background: none;
  width: auto;
  display: block;
  padding: 0;
  box-shadow: none;
  position: relative;
  max-width: unset;
}
.checkout_box_login .fieldset_top {
  text-align: left;
}
.checkout_box_login .add_to_cart_complete_opt:before {
  content: "";
  display: none;
}
.checkout_box_login .login_box_start {
  padding: 0;
}
.prompt_password {
  position: fixed;
  background: #fff;
  padding: 20px 20px 0;
  box-shadow: 0 0 10px #cccccc;
  top: 14%;
  right: 40%;
  left: 0;
  max-width: 500px;
  margin: 0 auto;
}
.checkout_box_login .prompt_password .btn_layout {
  display: block;
}
#btn_place_order.loading {
  background-image: url(/shop/images/loading3.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  text-indent: -9000px;
  overflow: hidden;
  cursor: default;
}
.dd_textarea.form_fields_error {
  background: none !important;
  border: none;
  padding: 0;
  height: auto;
}
.toggle_quick_checkout_fields .pending-reqXX {
	border: 1px solid #e50000;
}
.toggle_quick_checkout_fields .pending-req {
  position: relative;
}
.toggle_quick_checkout_fields .pending-req .require:after {
  content: "";
  background: #db6161;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 6px;
}
.toggle_quick_checkout_fields .pending-req.clear .require:after {
  content: unset;
}
.require_span.require:after {
  content: "";
  display: none;
}
#MainContent ul.bullet_points {
  margin: 0;
  padding: 0;
  margin-left: 25px;
}
#MainContent ul.bullet_points li {
  list-style: disc;
}




.google_reviews {
  position: relative;
  background: #F9F9F9;
  padding: 30px 0;
}
.google_reviews .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 195px;
  max-width: 1430px;
  margin: 0 auto;
}
.google_reviews .reviewbox {
  position: relative;
  background: #5b5b5b;
  color: #fff;
  padding: 34px 10px;
  width: 23.5%;
  height: 190px;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
}
.google_reviews .reviewbox .review {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.google_reviews .reviewbox .rating img {
  position: static;
  display: block;
  margin: 15px auto;
}
.google_reviews .reviewbox iframe {
  height: 70px !important;
}
.google_reviews .slide_show_box {
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  width: 340px;
  height: 190px;
  padding: 20px;
  vertical-align: top;
  overflow: hidden;
}
.google_reviews .slide_show_box .name {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-left: 60px;
}
.google_reviews .slide_show_box .name b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 125px;
}
.google_reviews .slide_show_box .name:after {
  content: "Customer";
  display: block;
  font-weight: normal;
  font-size: 13px;
}
.google_reviews .slide_show_box .set_rating {
  position: absolute;
  top: 39px;
  right: 10px;
}
.google_reviews img {
  position: absolute;
  width: 115px;
  top: 26px;
  right: 20px;
}
.google_reviews .slide_show p {
  font-size: 12px;
  line-height: 19px;
  max-height: 97px;
  overflow: hidden;
}
.google_reviews .slide_wrapper {
  position: relative;
  display: inline-block;
  width: 75%;
}
.slide_wrapper_inner {
  overflow: hidden;
  height: 190px;
}
.google_reviews .slide_show {
  width: 999999px;
  position: relative;
  top: 0;
  left: 0;
  transition: .25s;
}
.google_reviews .slide_nav {
  position: absolute;
  left: -50px;
  background: #CED4D261;
  text-align: center;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  top: 85px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  font-size: 11px;
}
.google_reviews .slide_pre {
  left: -13px;
}
.google_reviews .slide_next {
  right: -13px;
  left: auto;
}
.google_reviews .slide_show_box .name:before {
  font-family: "flexe-icons";
  content: "-";
  position: absolute;
  color: #fff;
  background: #ddd;
  line-height: 60px;
  height: 48px;
  width: 48px;
  display: inline-block;
  text-align: center;
  font-size: 50px;
  border-radius: 100%;
  left: -60px;
}


/*//==make pretty select==//*/
.mp_select.hover p {
  border-radius: 3px 3px 0 0;
}
.styled_select.disable p {
	cursor: default !important;
}
.mp_select ul {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  background: #f6f8f9;
  box-sizing: border-box;
  border: 1px solid #ddd;
	overflow-y: scroll;
  padding: 10px 0 !important;
  margin: -1px !important;
  margin-left: 0 !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mp_select.hover ul {
	opacity: 1;
	height: auto;
	visibility: visible;
}
.mp_select li {
	margin: 0 10px;
	padding: 0;
	list-style: none !important;
	line-height: 30px !important;
	height: 30px;
	padding-left: 5px;
	border-bottom: 1px dotted #ddd;
	border-top: none;
	color: #000;
	font-size: 12px;
}
.mp_header .mp_select li:first-child {
	font-weight: bold;
	cursor: default !important;
	background: none;
	color: #000;
}
.mp_select li:last-child {
	border-bottom: none;
}
.mp_select li:hover, .mp_select .sel {
	background: #000;
	color: #fff;
	cursor: pointer;
	border-bottom: 1px solid #000;
}
.mp_header .mp_select li:first-child:hover {
	background: none;
	color: #000;
}
.styled_select {
	position: relative;
	padding-top: 28px;
	z-index: 1;
}
.styled_select.active {
	border-radius: 5px 5px 0 0;
	z-index: 2;
}
.styled_select:before {
	content: "";
	width: 1px;
	height: 34px;
	background: #ddd;
	display: inline-block;
	position: absolute;
	bottom: 8px;
	right: 36px;
}
.ui-datepicker-title .styled_select:before {
  height: 26px;;
  right: 29px;
}
.styled_select:after {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666;
	position: absolute;
	bottom: 23px;
	right: 13px;
}
.ui-datepicker-title .styled_select:after {
  bottom: 18px;
  right: 12px;
}
.styled_select select {
	display: none;
}
.styled_select span {
  position: absolute;
  display: block !important;
  font-size: 11px;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: bold;
}
.styled_select .lable_name {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.custom_field_type_2 dd, .datepicker_cell {
  position: relative;
}
.custom_field_type_2 dd input, .datepicker_cell input {
  position: relative;
  background: none;
  color: transparent;
  z-index: 1;
}
.custom_field_type_2 dd span, .datepicker_cell span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  box-shadow: none;
  z-index: 0;
}
.print-mode-orders header, .print-mode-orders footer, .print-mode-orders .warning_msg, .print-mode-orders .header, .print-mode-orders .nav_bg, .print-mode-orders .order_feeds, .print-mode-orders .shop_footer_links, .print-mode-orders .cart_table_hide,
.print-mode-orders .site_payments, .print-mode-orders .oh_tracking, .item_listing_add_img, .print-mode-orders .popup_frame, .print-mode-orders .popup_bg, .print-mode-orders .msgbox,
.print-mode-orders .btn_layout {
  display: none;
}
.pdf-mode-orders .invoice_header {
  margin-bottom: 20px;
}
.print-mode-orders .invoice_header .inv_logo {
  padding: 20px 0;
}
.print-mode-orders .invoice_header .inv_logo img {
  height: auto !important;
}
.pdf-mode-orders .invoice_header .inv_logo {
  padding: 0 0 10px 0;
}
.print-mode-orders .account_order_details_panel .account_order_details_left {
  float: none;
  display: inline-block;
  width: 47%;
  vertical-align: top;
}
.print-mode-orders .account_order_details_panel .account_order_details_right {
  float: none;
  display: inline-block;
  width: 47%;
}
.print-mode-orders .border_table_info_comments {
  margin-top: 10px;
}
.print-mode-orders .border_table_info div {
  font-size: 12px;
}
.print-mode-orders .heading_viewing_order {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 27px;
}
.print-mode-orders .evenrowbg {
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  page-break-inside: avoid;
}
.print-mode-orders .cart_table_img, .print-mode-orders .cart_table_item, .print-mode-orders .cart_table_qty, .print-mode-orders .cart_table_price, .print-mode-orders .cart_table_total {
  width: auto;
  display: table-cell;
  font-weight: normal;
}
.print-mode-orders .table_header_bar {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: unset;
}
.print-mode-orders .table_header_bar td {
  font-size: 12px;
}
.print-mode-orders .cart_table_img {
  width: 2em;
  padding: 0;
}
.print-mode-orders .item_img_frame {
  margin: 0;
}
.print-mode-orders .cart_image img {
  height: 45px !important;
  margin-bottom: 2px;
}
.print-mode-orders .cart_table_item {
  padding: 0;
  padding-left: 5px;
}
.print-mode-orders .cart_table_item a {
  font-weight: normal !important;
  text-decoration: none !important;
  border: none !important;
  color: #000;
  font-size: 12px;
}
.print-mode-orders .cart_table_qty {
  width: 5em;
  font-size: 12px;
}
.print-mode-orders .cart_table_price {
  width: 5em;
  font-size: 12px;
}
.print-mode-orders .cart_table_total {
  width: 5em;
  font-size: 12px;
}
.print-mode-orders .cart_table_total:before {
  content: "";
}
.print-mode-orders .grid-block-pricing {
  break-inside: avoid;
  margin-top: 20px;
}
.print-mode-orders .inv_company_box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  width: auto;
}
.print-mode-orders .inv_company_box div {
  display: inline-block;
  font-size: 10px;
  margin: 0 12px;
}
.print-mode-orders .order_total_wrapper {
  line-height: 35px;
  height: 25px;
  font-size: 12px;
}
.print-mode-orders .order_total_wrapper td {
  line-height: 35px;
  height: 25px;
  font-size: 12px;
}
@page {
  margin: 0;
}
@media print {
  .print-mode-orders {
    margin: 0 20px;
    color: #000;
    background: #fff;
  }
  .pdf-mode-orders {
    margin: 0;
    color: #000;
  }
  .print-mode-orders .btn_layout, .print-mode-orders .pos_control {
    display: none;
  }
  .print-mode-orders .shop_main_frame {
    left: 0;
    margin: 20px;
    max-width: unset;
    width: auto;
  }
  .print-mode-orders .main_bg {
    background: #fff;
    max-width: unset;
    border-radius: 0;
    margin: 0;
    min-height: unset;
    max-height: unset;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
  }
  .print-mode-orders .order_total_wrapper td {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #ddd;
  }
}

/*.step_checkout_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000040;
  z-index: 3000;
}
.checkout_clear {
  clear: both;
}
.checkout_focus {
  position: relative;
  border: 1px solid #fff;
  padding: 5px;
  overflow: hidden;
  z-index: 3001;
}
.checkout_focus .checkout_panel {
  background: #fff;
  margin: 0;
  float: none !important;
  width: auto !important;
}
.checkout_nav {
  display: block !important;
  width: auto !important;
  cursor: default !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.checkout_nav .back {
  float: left;
  width: 50%;
  text-align: center;
}
.checkout_nav .next {
  float: right;
  width: 50%;
  text-align: center;
}*/

pre {
  text-align: left;
}

.hide_cart_form, .login_popup_pass, .addr_label, .item_container_active_opts .btn_multi_addr_item, .schema_sku {
  display: none;
}


