/*
  Webspert Solution Sdn Bhd
  http://www.webspert.com.my
  http://www.webspertappstudio.com

  Copyright (c) Webspert Solution
  
  main color : 0e4b7a
  sub color : f78e25
*/
@font-face {
  font-family: "AvenirNextLTPro-Demi";
  src: url("fonts/AvenirNextLTPro-Demi.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: "AvenirNextLTPro-Bold";
  src: url("fonts/AvenirNext-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap
}

:root {
  --main-color: #F78E24;
  --sub-color: #094A7A;

  --footer-color: #000000;
  --footer-bg-color: #f1f1f1;

  --grey-color: #231a17;
  --light-grey-color: #F4F4F4;
  --light-grey-color-2: #A5A5A5;
  --light-grey-color-3: #cccccc;
  --light-grey-color-4: #dedede;

  --dark-grey-color-1: #555555;

  --white-color: #fff;
  --black-color: #000;
  --offer-color: #939393;
  --offer-color-2: #C42555;
  --offer-color-3: #C83F3F;

  --green-color: #3fa700;

  --serif-font: 'AvenirNextLTPro-Demi', serif;
  --serif-font-bold: 'AvenirNextLTPro-Bold', serif;
  --sans-serif-font: 'AvenirNextLTPro-Demi', sans-serif;

  --border-color: #6A6A6A;
  --border-color-2: #f2f2f2;
  --border-color-3: #dfdfdf;
  --border-color-4: #ededed;
  --border-color-5: #b6b6b6;

  --header-bg-color: #ECECEC;

  --warning-color: #ff0000;

  --available-color: #25a227;

}

A,
img {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /*	-ms-touch-action: none;
	touch-action: none;*/
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

*:not(input):not(textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

A,
INPUT.product_info_option_box {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

A:hover {
  text-decoration: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

textarea,
input.text,
input[type="password"],
input[type="text"],
input[type="reset"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -moz-appearance: window;
  -webkit-appearance: none;
}

div {
  box-sizing: border-box;
}

iframe {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

div {
  box-sizing: border-box;
}

iframe {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

h2 {
  font-weight: 400 !important;
}

small {
  font-size: 8pt;
}

.display-none {
  display: none !important;
}

.radius_box {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.primary_font_color {
  color: var(--main-color);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("site_media/img/loading_page2.svg");
}

.boxText {
  font-size: 10px;
}

.errorBox {
  font-size: 10px;
  background: #ff003c;
  font-weight: bold;
}

.stockWarning {
  font-size: 9pt;
  color: #ff0000;
}

.productsNotifications {
  background: #f2fff7;
}

.orderEdit {
  font-size: 8pt;
  color: #ee3b7e;
  text-decoration: underline;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(site_media/img/loading2.gif) center no-repeat #fff;
}

BODY {
  color: #8b8b8b;
  margin: 0px;
  line-height: 1.6;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 10pt;
  background: #fff;
  letter-spacing: 0px;
}

TABLE,
DIV {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.full_panel {
  width: 100%;
  background: #fff;
  position: relative;
}

.full_height_screen {
  width: 100%;
  height: 80vh;
  display: inline-block;
  padding: 35vh 10px 0px 10px;
  border: 0px #000 solid;
}

.main_category_panel {
  padding: 0px 0px;
}

.categories_box {
  float: left;
  display: flex;
  justify-content: left;
  /* align horizontal */
  align-items: center;
  /* align vertical */
  width: 96% !important;
  /* 20% of the viewport width */
  margin: 2%;
  height: 16vw;
  padding: 5px 0px 5px 0px;
  font-size: 10pt !important;
  letter-spacing: 1px;
  color: #000;
  background: none;
  border-bottom: 0.5px #categories_box_v2 solid;
  border-right: 0px #ccc solid;
  text-transform: uppercase;
  position: relative !important;
  cursor: pointer;
}

.categories_box_v2 {
  float: left;
  display: flex;
  justify-content: left;
  /* align horizontal */
  align-items: center;
  /* align vertical */
  width: 100% !important;
  /* 20% of the viewport width */
  /*margin: 2%;*/
  height: 16vw;
  /*padding: 5px 0px 5px 0px;*/
  font-size: 10pt !important;
  letter-spacing: 1px;
  color: #000;
  background: none;
  /*border-bottom: 0.5px #dfdfdf solid;*/
  border-right: 0px #ccc solid;
  text-transform: uppercase;
  position: relative !important;
  cursor: pointer;
}

.half_box {
  width: 50% !important;
  /* 20% of the viewport width */
  margin: 0% 0% 0% 0%;
  flex: 50%;
  float: left;
}

.category_full_flex {
  display: flex;
  /*width: 96%;
  margin: 2% 2%;*/
}

.rounded_categories {
  flex: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.sub_categories_panel {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: none;
  left: 100%;
  top: 0px;
  /*	box-shadow:0px 5px 30px -5px #ccc;*/
}

.default_top_height {
  /*margin-top: 46px !important;*/
}

ul.subcategories_list {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.subcategories_list li {
  border-bottom: 0.5px #dfdfdf solid;
  padding: 0px 25px !important;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}

ul.subcategories_list li a {
  width: 100%;
  padding: 20px 4px;
  display: block;
  box-sizing: border-box;
  color: #333;
  font-size: 9pt;
  font-weight: normal !important;
}

ul.subcategories_list li a:hover {
  text-decoration: none;
}

ul.subcategories_list .subcategories_back,
ul.subcategories_list .product_list_back {
  font-family: "Inter", sans-serif;
  color: #000;
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
  min-width: 70px;
  font-weight: normal;
  font-size: 10pt;
}

ul li div.subcategories_back {
  font-weight: 500 !important;
  margin-left: -4px;
}

ul.subcategories_list .subcategories_back span,
ul.subcategories_list .product_list_back span {
  margin-right: 10px;
}

.has-bg-img {
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.half_category_image {
  float: left;
  width: 50%;
  flex: 50%;
}

div.main_category_left_panel {
  float: left;
  width: 30%;
  background: #f78e25;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  padding-bottom: 70px;
  border-top: 0px #dfdfdf solid;
  z-index: 9999;
}

div.main_category_scroll {
  width: 100%;
  height: 100%;
  border: 0px #000 solid;
  overflow-y: scroll;
  padding-right: 18px;
  /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
  /* So the width will be 100% + 17px */
}

div.sub_category_right_panel {
  float: left;
  width: 70%;
  position: fixed;
  top: 0px;
  left: 30%;
  border-top: 0px #dfdfdf solid;
  overflow-y: auto;
  max-height: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

div.sub_category_right_panel::-webkit-scrollbar {
  display: none;
}

div.category_tab_title {
  float: left;
  width: 100%;
  border-top: 0.5px #fff solid;
}

div.category_tab_title A.category_tab_main_link {
  display: inline-block;
  width: 100%;
  padding: 15px 15px;
  font-weight: 600;
  text-align: left;
  font-size: 11pt;
}

div.category_tab_title A.category_tab_main_link_selected {
  display: inline-block;
  width: 100%;
  background: #0e4b7a;
  font-weight: 600;
  color: #fff !important;
  padding: 15px 15px;
  text-align: left;
  font-size: 11pt;
}

div.category_next_level {
  background: url('site_media/img/arrow_right_icon_white.svg') 95% 17px no-repeat;
  background-size: 12px;
}

div.subcategory_banner {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px 10px 10px 10px;
}

div.subcategory_banner img {
  width: 100%;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.subcategory_header {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14pt;
  color: #000;
  font-weight: 600;
  padding: 10px 10px 15px 10px;
}

div.subcategory_content_panel {
  float: left;
  width: 100%;
}

div.subcategory_content {
  width: calc(100%/2);
  float: left;
  padding: 5px 10px;
  text-align: center;
}

div.subcategory_content img {
  width: 60px;
  height: 60px;
  object-fit: cover;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div.subcategory_content A {
  text-decoration: none;
  color: #000;
  font-size: 10pt;
}

div.subcategory_content span {
  display: inline-block;
  padding: 5px 8px;
  width: 100%;
  text-align: center;
  color: #0e4b7a;
  font-size: 9.5pt;
  text-transform: capitalize;
  border: 1px #0e4b7a solid;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

div.category_tab_title_v2 {
  opacity: 1 !important;
  z-index: 1000;
  font-weight: 400;
  font-size: 9pt;
  display: inline-block;
  width: 100%;
  /*position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/

  text-align: left;
  height: auto;
  line-height: 1.4;
  border: 0px #000 solid;
  vertical-align: middle;
  padding: 20px 20px 20px 30px;
  font-family: "Inter", sans-serif;
  color: #000;
  z-index: 2;
  position: relative;
}

.categories_app_image {
  float: left;
  width: 25%;
  max-width: 70px;
  display: inline-block;
  border: 0px #000 solid;
  text-align: center;
}

.categories_box a {
  margin-left: 0px !important;
  margin-right: 0px;
  padding-left: 0px !important;
  text-align: left;
  border: 0px #000 solid;
  display: inline-block;
  width: 100%;
}

.categories_box_v2 a {
  margin-left: 0px !important;
  margin-right: 0px;
  padding-left: 0px !important;
  text-align: left;
  border: 0px #000 solid;
  display: inline-block;
  width: 100%;
}

.product_list_panel {
  width: 100%;
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  /*	box-shadow:0px 5px 30px -5px #ccc;*/
  z-index: 10001;
  background: #fff url(site_media/img/loading_image.svg) no-repeat center;
  height: 100vh;
}

.content_panel {
  max-width: 1200px;
  position: relative;
  background: #fff;
  padding: 0px 10px;
}

.top_header_message {
  width: 1200px;
  box-sizing: border-box;
  padding: 7px 20px 7px 20px;
  color: #fff;
  background: none;
  text-align: center;
  font-size: 10pt;
  text-transform: uppercase;
}

.top_header_message a {
  color: #fff;
  font-size: 10pt;
  text-transform: uppercase;
}

.top_header_message a:hover {
  color: #efefef !important;
  font-size: 10pt;
  text-transform: uppercase;
  text-decoration: underline;
}

.top_header_bar {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: #f78e25 !important;
  font-size: 10pt;
  font-weight: normal;
  display: inline-block;
  position: relative;
  /*height: 40px;*/
  padding: 10px 10px;
  z-index: 3;
  border: 0px #000 solid;
}

.headerAdvertisementSwiper {
  /*height: 40px !important;*/
}

.top_header_advertisement {
  /*height: 40px !important;*/
  font-size: 11pt;
}

.top_header_advertisement a {
  text-decoration: none;
}

.top_header_bar_container {
  padding: 5px 0px !important;
}

.top_header_advertisement_box .headerAdvertisementTitle {
  font-size: 11pt;
}

.top_header_advertisement_box .headerAdvertisementBtn {
  font-size: 9px;
}

.headerAdvertisementBtn {
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 11px;
  letter-spacing: 0px;
}

.swiper-slide {
  text-align: center;
  font-size: 11pt;
  background: none !important;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home_pageHeading {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 22pt;
  font-weight: 500;
  padding: 20px 20px 5px 20px;
}

.home_pageDescription {
  font-size: 9pt;
  padding: 10px 10px 10px 10px;
}

.home_pageDescription p {
  padding: 0px;
  margin: 0px;
}

.text_banner_title {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 18pt;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  z-index: 9999;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0px 20px 0px 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text_banner_descp {
  font-size: 9pt;
  display: inline-block;
  width: 100%;
  line-height: 16px;
  border: 0px #000 solid;
  text-align: center;
  padding: 0px 20px 0px 20px;
}

.text_banner_button {
  z-index: 9999;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}

.text_banner_button A,
.text_banner_button A:hover,
.text_banner_button A:active {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 10pt;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  background: #fafafa;
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 10px 35px 9px 35px;
  text-decoration: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.home_products_slider::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.home_products_slider {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.shoppingcart_products_slider::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.shoppingcart_products_slider {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sliding_banner_title {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 28pt;
  font-weight: 700;
  position: absolute;
  bottom: 45px;
  padding: 10px 20px;
  line-height: 38px;
  left: 0px;
  text-align: left;
  color: #fff;
  z-index: 9999;
}

.sliding_banner_title_big {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 44pt;
  font-weight: 900;
  position: absolute;
  bottom: 75px;
  padding-right: 35px;
  line-height: 60px;
  left: 0px;
  text-align: left;
}

.sliding_banner_descp {
  font-size: 14pt;
  font-weight: 600;
}

.lastrow_banner_pageHeading {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 18pt;
  font-weight: 900;
  padding: 20px 20px 5px 20px;
  text-align: left;
}

.menubg {
  background: #fff;
  padding: 30px 0px 0px 0px;
  width: 100%;
  box-shadow: 0px 3px 5px 0px #b7b7b7;
  border-bottom: 1px #ccc solid;
}

.header_break {
  border-bottom: 1px #bbb solid;
  padding: 1px;
  float: left;
  width: 100%;
  background: #fff;
}

.top_headerbg {
  color: #000;
  background: #fff;
  font-size: 9pt;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 1200px;
}

.header_search {
  padding: 0px 0px 10px 10px;
  width: 100%;
  margin-top: 35px;
  border: 0px #dedede solid;
}

.header_right_col {
  margin-top: 35px;
  padding-right: 15px;
}

.mobile_menu {
  display: none;
  float: left;
}

.mobile_cart {
  display: none;
}

.empty_cart {
  width: 100%;
  max-width: 100px;
  display: block;
}

.logo {
  border: 0px #ccc solid;
  width: 30%;
  float: left;
  z-index: 9999;
  box-sizing: border-box;
  margin: 0px;
  height: 100px;
  background: #fff;
  vertical-align: middle;
  padding-top: 17px;
}

.header_left_menu {
  float: left;
  z-index: 10003;
  width: 35%;
  border: 0px #ccc solid;
  box-sizing: border-box;
  margin: 0px;
  height: 100px;
  text-align: left;
  background: #fff;
}

.header_right_menu {
  float: left;
  z-index: 9999;
  width: 35%;
  box-sizing: border-box;
  margin: 0px;
  height: 100px;
  border: 0px #ccc solid;
  background: #fff;
}

.full_menu {
  border: 0px #000 solid;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px -1px #999;
  -moz-box-shadow: 0 4px 8px -1px #999;
  box-shadow: 0 4px 8px -1px #999;
}

.contentpage_wrapper {
  display: block;
  padding: 15px 20px 30px 20px;
  float: left;
  width: 100%;
}

.myaccount {
  float: right;
  padding: 0px 0px;
  border: 0px #000 solid;
}

.myaccount a#search_link {
  margin-top: -4px !important;
}

.myaccount a {
  margin: -1px 10px 0px 10px;
  float: left;
  padding: 5px 0px;
}

.account_standard_text {
  font-size: 12pt;
}

.transcaction_list tr {
  border-bottom: 0.5px #dfdfdf solid;
}

.transcaction_list td {
  padding: 5px 2px;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
  padding-top: 6px;
}

.special_account_wrapper {
  display: block;
  padding: 0px 15px 0px 15px;
  float: left;
  margin-top: 235px;
}

.account_wrapper {
  display: block;
  padding: 0px 15px 0px 15px;
  float: left;
  width: 100%;
}

.account_profile {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  width: 100%;
  display: inline-block;
  /*background:
    linear-gradient(
      to top right, 
      #60656e, #424448
    );*/
  background: #f1f1f1;
  text-align: left !important;
  padding: 15px 20px 10px 20px;
  margin-bottom: 10px;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;

  font-size: 10pt;
}

.profile_img {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  background: none;
  display: inline-block;
  float: left;
  width: 28px;
  height: 22px;
  /*-webkit-border-radius: 40px; 
	-moz-border-radius: 40px; 
	border-radius: 40px; */
  padding: 2px;
  font-size: 16pt;
  text-align: left;
  color: #030303;
}

.profile_img2 {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  background: #888;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 8px;
  font-size: 30pt;
  text-align: left;
  color: #333;
}

.profile_user_bg {
  background: none;
  padding: 30px 20px 10px 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.profile_user {
  display: inline-block;
  text-align: left;
  width: auto;
  border: 0px #000 solid;
}

.profile_name {
  float: left;
  display: inline-block;
  text-align: left;
  font-size: 16pt;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #030303;
  padding: 0px 0px 0px 0px;
}

.profile_left {
  display: inline-block;
  width: 68%;
  box-sizing: border-box;
}

.profile_right {
  display: inline-block;
  width: 28%;
  box-sizing: border-box;
  text-align: right;
}

.member_code_panel {
  /*position: fixed;
  background: #fff;
  max-width: 250px;
  width: 100%;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10009;
  text-align: left;
  padding: 25px 25px;*/
}

.profile_total_spend {
  font-size: 10pt;
  font-weight: 600;
  color: #fff;
  float: left;
  text-align: left;
  border: 0px #fff solid;
  padding: 10px 10px 5px 10px;
  width: 85%;
}

.profile_total_spend img.info_icon {
  width: 15px;
}

.profile_total_credit {
  color: #fff !important;
  font-weight: 700;
  font-size: 12pt;
  letter-spacing: -2 !important;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.profile_upgrade {
  color: #111 !important;
  font-weight: 700;
  font-size: 14pt;
  letter-spacing: -2 !important;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.profile_upgrade {
  text-align: left;
}

.profile_total_reward_point {
  color: #fff !important;
  font-weight: 700;
  font-size: 14pt;
}

.profile_point_value {
  color: #fff;
  font-size: 10pt;
  text-align: right;
}

SPAN.currency_position {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 9pt;
  margin-right: 3px;
}

.account_level_icon {
  position: absolute;
}

.account_level_icon img {
  width: 40px;
}

.profile_total_right {
  float: left;
  width: 40%;
  display: inline-block;
  border: 0px #fff solid;
  text-align: right;
  padding-top: 8px;
}

.profile_total_right .css_reload_btn,
.profile_total_right .css_reload_btn:hover {
  border: 2px #0e4b7a solid;
  background: #fff url(site_media/img/wallet_icon.svg) no-repeat 10px 45%;
  background-size: 20px;
  font-size: 9pt;
  font-weight: 600;
  color: #0e4b7a;
  line-height: 22px;
  height: 34px;
  padding: 5px 10px 5px 30px;
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  white-space: normal;
  text-decoration: none;
}

.profile_total_right .css_reload_btn:hover {
  color: #75613a;
  border: 2px #75613a solid;
}

.css_reload_btn,
.css_reload_btn:hover {
  border: 2px #0e4b7a solid;
  background: #fff url(site_media/img/wallet_icon.svg) no-repeat 10px 45%;
  background-size: 20px;
  font-size: 9pt;
  font-weight: 600;
  color: #0e4b7a;
  line-height: 22px;
  height: 34px;
  padding: 5px 10px 5px 30px;
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  white-space: normal;
  text-decoration: none;
}

.css_reload_btn:hover {
  color: #75613a;
  border: 2px #75613a solid;
}

.profile_total_right .css_pointview_btn,
.profile_total_right .css_pointview_btn:hover {
  border: 2px #0e4b7a solid;
  background: #fff;
  background-size: 20px;
  font-size: 9pt;
  font-weight: 600;
  color: #0e4b7a;
  line-height: 22px;
  height: 34px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  white-space: normal;
  text-decoration: none;
}

.profile_total_right .css_pointview_btn:hover {
  color: #75613a;
  border: 2px #75613a solid;
}

.profile_tag {
  background: #efba00;
  color: #fff;
  padding: 3px 6px;
  margin: 0px 5px 0px 5px;
  font-size: 8pt;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.profile_email {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 8.5pt;
  letter-spacing: 0.5px;
  color: #030303;
  padding: 0px 15px 20px 15px;
}

i.profile_icon {
  margin-right: 20px;
  font-size: 11pt;
  width: 22px;
}

.account_profile_upgrade_progress {
  background: #ece6dc !important;
  padding: 10px 10px;
}

.account_profile_points {
  background: #0e4b7a !important;
  padding: 10px 10px;
  width: 47%;
  margin-left: 1%;
  box-sizing: border-box;
  text-align: right;
  color: #fff;
}

.account_profile_credit {
  background: #f78e25 !important;
  padding: 10px 10px;
  width: 47%;
  margin-left: 4%;
  box-sizing: border-box;
  text-align: right;
  color: #fff;
}

.account_point_icon {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 15px 0px;
  text-align: center;
}

.account_point_icon img {
  width: 20px;
}

.account_profile_credit .profile_total_spend,
.account_profile_credit .profile_point_value,
.account_profile_upgrade_progress .profile_total_spend,
.account_profile_upgrade_progress .profile_point_value {
  color: #fff !important;
}

.credit_add {
  color: #0e4b7a;
  font-weight: 600;
}

.pointWarning {
  color: #cb000a;
}

.pointEarn {
  color: #0e4b7a;
  font-weight: 600;
}

.account_split_box {
  width: 48%;
  display: inline-box;
  border: 3px #0e4b7a solid;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  position: relative;
}

.split_voucher_icon,
.split_order_icon {
  padding: 15px 0px;
  text-align: center;
}

.split_account_text {
  padding: 15px 10px 45px 10px;
  text-align: center;
  font-size: 8pt;
}

.split_account_text h4 {
  font-size: 12pt;
  font-weight: 700;
}

.split_account_text table {
  display: inline-block;
}

.split_voucher_icon img {
  width: 40px;
}

.split_order_icon img {
  width: 40px;
}

.box_right {
  margin-left: 5%;
}

.split_account_bottom {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  border: 0px #000 solid;
  text-align: center;
}

.voucher_popup_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 10pt;
  padding: 30px 20px;
  text-align: center;
  display: none;
  z-index: 9999;
}

.qrcode_popup_close {
  position: absolute;
  right: 20px;
  top: 16px;
}

.qrcode_popup_close img {
  width: 40px;
}

.voucher_detail_box {
  background: #0e4b7a;
  color: #fff;
  width: 90%;
  padding: 20px 20px;
  text-align: center;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.voucher_detail_box img {
  width: 50px !important;
  filter: brightness(0) invert(1);
}

.voucher_detail_title {
  font-size: 16pt;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
}

.voucher_type_value {
  background: #fff;
  color: #0e4b7a;
  font-size: 22pt !important;
  font-weight: 700;
  display: inline-block;
  padding: 10px 25px 5px 25px;
  margin: 0px 0px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.voucher_type_value .small_font {
  font-size: 13pt !important;
}

.voucher_use_type {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.voucher_use_type span {
  display: inline-block;
  padding: 9px 12px 8px 12px;
  width: 90px;
  margin: 10px 5px;
  background: #fff;
  color: #0e4b7a;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.voucher_promo_code {
  font-size: 12pt;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 30px 0px;
}

.voucher_promo_code span.promo_code {
  font-size: 16pt !important;
  font-weight: 700;
}

.account_panel_sub_title {
  display: inline-block;
  width: 100%;
  padding: 20px 24px 15px 24px;
  font-size: 11pt;
  font-weight: 600;
  text-align: left;
  color: #0e4b7a;
}

.account_panel_sub_title .view_more_box {
  float: right;
  width: 100px;
  text-align: right;
}

.account_sub_title {
  display: inline-block;
  width: 100%;
  padding: 20px 0px 10px 0px;
  ;
  font-size: 12pt;
  font-weight: 600;
  text-align: left;
}

.page_content_panel {
  width: 100%;
  background: #fff;
  float: left;
  height: 100%;
  padding-top: 15px;
}

.home_content_panel {
  max-width: 1200px;
  position: relative;
  background: #fff;
  width: calc(100%-24px);
  /*margin: 12px 12px;*/
}

.sub_content_panel {
  max-width: 1200px;
  position: relative;
  background: #fff;
  width: 100%;
  margin: 20px 0px;
}

.featured_category_column {
  display: inline-block;
  margin: 5px 10px 5px 10px;
  text-align: left;
  color: #616161;
  width: 23%;
}

.sub_banner_panel {
  max-width: 1200px;
  position: relative !important;
  display: inline-block;
  padding-top: 0px;
}

.sub_banner_img {
  margin: 10px 10px;
  display: inline-block;
  height: auto;
  box-sizing: border-box;
  font-size: 10pt;
  color: #898989;
  vertical-align: middle;
}

.responsive_second_banner {
  width: 100%;
}

.second_banner_panel {
  max-width: 100%;
  position: relative !important;
  display: inline-block;
  padding-top: 0px;
}

.subrow_banner_img {
  width: 31%;
  margin: 0px 5px 0px 5px;
  display: inline-block;
  height: auto;
  box-sizing: border-box;
  font-size: 10pt;
  color: #898989;
  vertical-align: middle;
}

.sub_banner_text {
  width: 48%;
  margin: 30px 10px;
  display: inline-block;
  height: auto;
  box-sizing: border-box;
  padding: 10% 20px;
  vertical-align: middle;
  color: #616161;
}

.lastrow_banner_panel {
  max-width: 100%;
  position: relative !important;
  display: inline-block;
  padding: 10px 0px 0px 0px;
}

.responsive_img {
  width: 100%;
}

.top_left_header_message {
  text-align: left;
}

.footer_text_copyright {
  text-align: right;
}

.headerText {
  color: #343434;
  text-transform: uppercase;
  font-size: 9pt;
}

.headerText2 {
  color: #fff;
  padding: 0px 0px 0px 20px;
  font-size: 9pt;
}

.header_adstext {
  color: #151515;
  padding: 15px;
  text-transform: uppercase;
  font-size: 9pt;
}

.welcomeLink {
  color: #fff;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
}

.welcomeLink:hover {
  color: #ccc;
}

.headerlink {
  color: #fff;
  text-transform: capitalize;
  font-size: 9pt;
}

.headerlink:hover,
.my_cart_bg:hover,
.myaccount a:hover {
  color: #bcbcbc;
}

.mycart {
  float: right;
  padding: 0px 0px;
  border: 0px #000 solid;
  position: relative;
}

.cart_menu_link {
  color: #898989;
  text-transform: uppercase;
  font-size: 10.5pt;
  margin: -1px 10px 0px 10px;
  letter-spacing: 1px;
}

.cart_menu_link:hover {
  color: #000;
}

.headercart_bg {
  color: #000;
  font-weight: bold;
  font-size: 10pt;
  border: 0px #000 solid;
  padding: 3px 6px 3px 12px;
}

.headercart_bg:hover {
  color: #898989;
}

.my_cart_bg {
  font-size: 9pt;
  color: #fff;
  padding: 5px 0px !important;
  margin-top: -25px;
  border: 0px #000 solid;
  text-transform: uppercase;
}

.my_cart_bg_mobile {
  font-size: 9.5pt;
  color: #000;
  padding: 12px 14px 12px 22px !important;
  border: 0px #000 solid;
  font-weight: bold;
  display: none;
  background: url(site_media/img/cart_bg.png) no-repeat 10px 0px;
  height: 42px;
  width: 35px;
}

.my_cart_bg_mobile:hover {
  color: #898989;
}

.cart_bg_link:hover {
  color: #000;
}

.cart_text {
  padding: 0px 15px 0px 0px;
}

.cart_link {
  color: #fff;
  text-transform: uppercase;
  font-size: 9.5pt;
  font-weight: bold;
}

.cart_bg_link {
  color: #5a5a5a;
  font-size: 9.5pt;
  font-weight: normal;
  text-transform: uppercase;
}

.column_left {
  float: left;
  width: 20%;
  border: 0px #000 solid;
  text-align: left;
  margin-right: 20px;
}

.column_main {
  padding: 10px 0px 50px 0px;
  width: 78%;
  text-align: left;
  border: 0px #000 solid;
  float: left;
}

.full_column_main {
  padding: 10px 10px 20px 10px;
  width: 100%;
  border: 0px #000 solid;
  float: left;
}

.breakcrumb {
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  float: left;
  color: #797979;
}

.breakcrumb a {
  font-size: 9pt;
  color: #797979;
}

.arrow_right {
  width: 12px;
  height: 12px;
  float: right;
}

.arrow_back {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
}

.featured_category_panel {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.featured_category_header {
  width: 100%;
  float: left;
}

.featured_category_left {
  float: left;
  width: 65%;
  text-align: left;
  padding: 10px 15px;
}

.featured_category_right {
  float: left;
  width: 35%;
  padding: 10px 14px 10px 0px;
  text-align: right;
}

.featured_category_main_title {
  font-size: 11pt;
  font-weight: 600;
  color: #111;
  float: left;
  width: 100%;
  line-height: 1.4;
  border: 0px #000 solid;
  margin-bottom: 0px;
}

.featured_category_main_descp {
  font-size: 9pt;
  color: #111;
  float: left;
  width: 100%;
  line-height: 1.1;
  border: 0px #000 solid;
  padding: 5px 0px;
}

.featured_category_box {
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
}

.featured_category_box A,
.featured_category_box A:active,
.featured_category_box A:hover {
  display: flex;
  width: 100%;
  text-align: left;
  color: #111;
  text-decoration: none;
}

.featured_category_photo {
  flex: 20%;
  border: 0px #000 solid;
  text-align: left;
}

.featured_subcategory_title {
  flex: 60%;
  font-size: 9pt;
  padding: 0px 10px;
  border: 0px #000 solid;
  position: relative;
}

.featured_subcategory_title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px
}

.featured_subcategory_viewmore {
  flex: 20%;
  border: 0px #000 solid;
  padding-top: 20px;
  padding-right: 4px;
}

.featured_photo {
  width: 100%;
  max-width: 60px;
  max-height: 60px;
  object-fit: cover;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}


.category_title_panel {
  border-bottom: 1px #dedede solid;
  padding-bottom: 15px;
  margin-top: -10px;
}

.category_decription {
  line-height: 2;
  color: #919191;
}

.category_title {
  font-size: 14pt;
  text-transform: uppercase;
  color: #1e1e1e;
  letter-spacing: 5px;
}

.category_image_panel {
  float: left;
  width: 100%;
  padding: 25px 0px !important;
}

.category_image_panel img {
  max-width: 1200px;
  width: 100%;
}

.product_info_back {
  position: fixed;
  left: 0px;
  top: 30px;
  z-index: 10001;
}

.product_info_back a,
.product_info_back a:hover,
.product_info_back a:active {
  color: #333;
  text-decoration: none;
  font-size: 12pt;
  width: 50px;
  height: 45px;
  padding: 10px 19px;
  display: inline-block;
  border: 0px #000 solid;
}

.product_info_back {
  padding: 0px 6px;
}

.product_info_back a span,
#back_previous_action span {
  font-size: 14pt;
}

#back_previous_action {
  padding: 5px 10px;
}

.navigation_bar {
  width: 100%;
  display: inline-block;
  border-bottom: 0px #ddd solid;
  box-shadow: 0px 3px 14px -3px #ddd;
}

.navigation_bar div {
  margin: 0px !important;
  height: 52px;
  box-sizing: border-box;
  background: #fff;
  line-height: 20px !important;
  color: #222;
}

.dark_mode {
  background: #111111 !important;
  color: #fff !important;
  border-bottom: 0.5px #111111 solid !important;
}

.dark_mode span {
  color: #fff !important;
}

.navigation_back {
  width: 15%;
  display: inline-block;
  float: left;
  font-size: 10pt;
  text-align: left;
  border: 0px #000 solid;
  padding: 0px 15px 0px 15px;
}

.navigation_back img {
  margin-top: 0px;
}

.navigation_back a,
.navigation_back a:hover {
  color: #222;
  text-decoration: none;
  padding: 10px 5px !important;
  margin-top: 5px;
  border: 0px #000 solid;
  display: inline-block;
}

.navigation_back span {
  margin-right: 5px;
}

.navigation_title {
  font-family: "AvenirNextLTPro-Bold", sans-serif;
  /*	width:70%;*/
  font-size: 12pt !important;
  width: 70%;
  display: inline-block;
  letter-spacing: 0px !important;
  float: left;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  border: 0px #000 solid;
  padding: 15px 5px 0px 5px !important;
}

.navigation_action {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  width: 15%;
  display: inline-block;
  float: left;
  font-size: 10pt;
  text-align: right;
  border: 0px #000 solid;
  padding: 14px 20px 0px 0px !important;
}

.navigation_action a {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
}

.navi_action {
  position: fixed !important;
  right: 5px;
  top: 0px;
  z-index: 10051;
  display: inline !important;
  width: auto !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px #ccc solid !important;
}

.navigation_cart_icon {
  width: 20px;
}

.filter_bar {
  width: 100%;
  border-bottom: 1px #ccc solid;
  color: #555;
  display: inline-block;
  margin: 0px 0px 5px 0px;
  padding: 10px 0px;
}

.filter_center {
  display: inline-block;
  width: 100%;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
}

.filter_left {
  /*float: left;*/
  text-align: center;
  border: 0px #ddd solid;
  display: inline-block;
  padding: 5px 0px 5px 0px;
  font-size: 9.5pt;
}

.filter_right {
  float: right;
  border: 0px #ddd solid;
  display: inline-block;
  padding: 7px 0px;
}

.filter_total_products {
  float: left;
}

.filter_title {
  font-size: 12pt;
  font-weight: normal;
  color: #1e1e1e;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.filter_sorting {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  display: inline-block;
  margin: 0px 0px;
  font-weight: 100;
  color: #aaa;
  letter-spacing: 0px;
  font-size: 9.5pt;
}

.filter_view {
  float: left;
}

.filter_paging,
.filter_column {
  padding: 13px 15px;
  display: inline-block;
  border: 0px #ddd solid;
}

.filter_view {
  padding: 4px 20px;
  min-width: 60px;
}

.filter_total_products {
  padding: 5px 0px;
  min-width: 100px;
}

.filter_total_products span {
  font-size: 8.5pt;
  color: #868686;
  font-weight: normal;
}

.filter_color_box {
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px #dfdfdf solid;
  margin: -2px 10px 0px 0px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.no_product_found {
  float: left;
  padding: 50px 50px;
  width: 100%;
  border: 0px #000 solid;
  height: 800px;
  text-align: center;
}

.no_found_img {
  width: 100px;
  padding: 0px 10px 20px 10px;
}

.break_space {
  float: left;
  width: 100%;
  padding: 10px;
}

.product_next {
  width: 100%;
  padding: 10px 0px 30px 0px;
  float: left;
}

.product_images_zoom_panel {
  float: left;
  width: 48%;
  border: 0px #000 solid;
  margin-right: 25px;
  display: inline-block;
}

.product_detail_panel {
  float: left;
  width: 100%;
  padding: 15px 15px 25px 15px;
  border-top: 0px #ddd solid;
  margin-top: 0px;
  display: inline-block;
}

.sub_products_display {
  width: 90px;
  float: left;
  margin-top: 40px;
}

.main_products_display {
  float: left;
  width: 420px;
  border: 0px #000 solid;
  margin-top: 40px;
  display: inline;
}

.main_products_display img {
  width: 430px;
}

.product_control_panel div {
  float: left;
  padding: 3px 10px 3px 0px;
}

.product_more_related_panel {
  float: left;
  width: 100%;
}

.sub_page_content_panel {
  width: 100%;
  display: inline-block;
  padding: 0px 0px 30px 0px;
  margin-top: -8px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.checkout_content_panel {
  padding: 46px 0px 30px 0px;
}

.main_account_content_panel {
  width: 100%;
  display: inline-block;
  padding: 0px 24px 50px 24px;
  margin-top: 0px;
  border-top: 0px #efefef solid;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.main_account_icon_panel {
  width: 100%;
  display: inline-block;
  padding: 0px 10px 20px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px #efefef solid;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.account_icon_box {
  width: calc(90%/3);
  border: 0px #000 solid;
  display: inline-block;
  text-align: center;
  margin: 5px 1% 5px 1%;
  vertical-align: top;
  position: relative;
}

.account_icon_box .img_round {
  border: 4px #0e4b7a solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 5px;
  position: relative;
}

.account_icon_box img {
  width: 35px;
  padding: 0px;
}

.account_icon_box .icon_box_text {
  display: inline-block;
  width: 100%;
  padding: 8px 0px;
  font-size: 8pt;
  font-weight: 500;
  color: #0e4b7a;
}

button.profile_list_padding {
  padding: 12px 0px;
}

.account_content_panel {
  width: 100%;
  display: inline-block;
  padding: 0px 20px 60px 20px;
  border-top: 0px #fff solid;
}

.product_content_panel {
  width: 100%;
  padding: 0px 13px 30px 13px;
}

.message_panel {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.login_panel {
  float: left;
  width: 47%;
  position: relative;
  border-right: 1px #dedede solid;
  padding: 20px 0px;
}

.new_customer_panel {
  float: left;
  width: 47%;
  position: relative;
  padding: 20px 0px;
}

A {
  color: #6d6d6d;
  text-decoration: none;
  outline: 0;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

A:hover {
  color: #858585;
  text-decoration: none;
  cursor: pointer;
}

FORM {
  display: inline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox,
SPAN.infoBox {
  font-size: 10px;
}

TR.accountHistory-odd,
TR.addressBook-odd,
TR.alsoPurchased-odd,
TR.payment-odd,
TR.productListing-odd,
TR.productReviews-odd,
TR.upcomingProducts-odd,
TR.shippingOptions-odd {}

TR.accountHistory-even,
TR.addressBook-even,
TR.alsoPurchased-even,
TR.payment-even,
TR.productListing-even,
TR.productReviews-even,
TR.upcomingProducts-even,
TR.shippingOptions-even {}

.shopping_cart_message {
  background: #fff;
  color: #0e4b7a;
  font-size: 12pt;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 14px 10px 14px 10px;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px #eee solid;
}

.cart_payment td {
  border-bottom: 1px #eee solid;
}

.cart_panel {
  width: 100%;
  border: 0px #dedede solid;
  padding: 0px 0px 0px 0px;
  margin-bottom: 105px;
  background: #fff;
}

.shopping_cart_item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px #eee solid;
  line-height: 14px;
  padding: 5px 15px 10px 10px;
  background: #fff;
  margin: 0px 0px 0px 0px !important;
  white-space: normal;
}

.shopping_cart_total {
  display: inline-block;
  width: 100%;
  border-top: 1px #ddd solid;
  line-height: 14px;
  margin: -5px 0px 0px 0px;
  padding: 15px 15px 85px 15px;
  text-align: right;
  background: #fafafa;
  color: #333;
  letter-spacing: 0.4px;
  font-size: 13pt;
  position: fixed;
  bottom: 0px;
}

.shopping_cart_total b {
  font-weight: 600 !important;
}

.cart_free_shipping {
  background: none;
  color: #fff;
  display: inline-block;
  font-size: 10pt;
  text-align: center !important;
  width: 100%;
  letter-spacing: 0px;
  padding: 12px 0px;
  border-top: 1px #999 dashed;
  margin-top: 10px;
}

.blinking {
  /*animation: blinker 1.5s linear infinite;*/
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.shopping_cart_checkout {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: inline-block;
  height: 85px;
  padding: 15px 15px;
  background: #fafafa;
}

.payment_cart_checkout {
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: inline-block;
  padding: 20px 20px 25px 20px;
  background: #fff;
  position: fixed;
  z-index: 10009;
  box-shadow: rgb(0 0 0 / 10%) 0px -2px 8px -2px;
}

TABLE.productListing {
  border: 0px #dedede solid;
  border-bottom: 0px #dedede solid;
  font-size: 9.5pt;
}

.productListing-heading {
  font-size: 10pt;
  color: #fff;
  font-weight: bold;
  padding: 7px 10px 8px 10px;
  /*  text-transform: uppercase;*/
  border-left: 0px #dedede solid;
  background: #666;
  border-bottom: 0px #dedede solid;
}

TD.productListing-data {
  font-size: 8.5pt;
  line-height: 1.4;
  color: #333;
  padding: 10px 10px 15px 5px;
  border-bottom: 0.5px #dfdfdf solid;
  border-left: 0px #ebebeb solid;
  vertical-align: top;
}

TD.productList-data {
  font-size: 8.5pt;
  line-height: 18px;
  color: #333;
  padding: 15px 10px 15px 0px;
  border-top: 0.5px #dfdfdf solid;
  border-left: 0px #ebebeb solid;
  vertical-align: top;
}

.product_list_image {
  float: left;
  text-align: left;
  padding: 10px 10px 0px 5px;
}

.product_list_name {
  float: left;
  text-align: left;
  padding: 10px 0px 5px 0px;
  width: 75%;
  font-size: 11pt;
}

.product_list_remove {
  width: 10%;
  float: right;
  padding: 10px 10px 10px 10px;
  text-align: right;
}

.product_list_remove i {
  color: #111;
}

.product_list_qty {
  text-align: left;
  position: relative;
  display: inline-block;
  border: 0px #ccc solid;
  padding: 5px 2px 5px 0px;
  font-size: 10pt;
  float: left;
}

.product_list_qty_update {
  text-align: left;
  position: relative;
  display: inline-block;
  border: 0px #ccc solid;
  padding: 5px 2px 5px 5px;
  font-size: 10pt;
  float: left;
}

.product_list_price {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  text-align: right;
  position: relative;
  display: inline-block;
  border: 0px #ccc solid;
  padding: 10px 10px 0px 10px;
  font-size: 9.5pt;
  font-weight: 600;
  float: right;
}

.product_list_price span {
  font-weight: 500;
}

.shoppingCart_total {
  padding: 10px 10px 10px 10px;
  border-left: 0px #dedede solid;
  border-right: 0px #dedede solid;
  border-bottom: 0px #dedede solid;
  color: #151515;
  background: none;
  font-size: 11pt;
}

A.cart_product_name,
A.cart_product_name:hover {
  font-size: 11pt !important;
  letter-spacing: 0px;
  font-weight: 500;
  color: #0e4b7a;
  line-height: 18px !important;
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 10px;
  text-decoration: none;
  /*	text-transform:uppercase;*/
}

SPAN.shopping_cart_sub_info {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 10.5pt !important;
  padding: 2px 0px;
}

.shopping_cart_deduct {
  color: #000;
  font-weight: 700;
  font-size: 11pt;
  display: inline-block;
  width: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 7px 15px 7px 10px;
  border-right: 0.5px #afafaf solid;
}

.shopping_cart_add {
  color: #000;
  font-weight: 700;
  font-size: 11pt;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  right: 12px;
  padding: 7px 8px;
  border-left: 0.5px #afafaf solid;
}

.wishlist_login_panel {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}

.wishlist_login_panel img.logo_round {
  width: 100%;
  max-width: 180px;
}

.wishlist_banner_panel {
  width: 100%;
  display: inline-block;
  padding: 0px 0px 20px 0px;
}

.wishlist_banner_panel img.wishlist_banner {
  width: 100%;
  height: auto;
}

.shopping_wishlist_item {
  display: flex;
  width: 100%;
  border-bottom: 0px #eee solid;
  line-height: 14px;
  padding: 0px 10px 0px 0px;
  background: #fff;
  margin: 0px 0px 0px 0px !important;
  white-space: normal;
}

.wishlist_item_count {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 13pt;
  font-weight: 700;
  color: #0e4b7a;
  padding: 0px 0px 10px 0px;
}

.wishlist_product_list_image {
  flex: 1;
  text-align: left;
  width: 30%;
  max-width: 100px;
  min-width: 100px;
  padding: 0px 0px 0px 0px;
}

.wishlist_product_list_detail {
  flex: 2;
  text-align: left;
  width: 70%;
  padding: 5px 10px 10px 10px;
  position: relative;
  border-top: 1px #eee solid;
}

.wishlist_product_list_name {
  float: left;
  text-align: left;
  padding: 10px 0px 5px 0px;
  width: 100%;
  font-size: 11pt;
  vertical-align: top;
}

A.wishlist_product_name,
A.wishlist_product_name:hover {
  font-size: 11pt !important;
  letter-spacing: 0px;
  font-weight: 500;
  color: #111;
  line-height: 18px !important;
  display: inline-block;
  margin-top: 0px;
  text-decoration: none;
  /*	text-transform:uppercase;*/
}

.wishlist_subtext {
  font-size: 9pt;
}

.wishlist_product_list_price {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  text-align: left;
  position: relative;
  display: inline-block;
  border: 0px #ccc solid;
  padding: 10px 10px 0px 0px;
  font-size: 12pt;
  font-weight: 600;
  vertical-align: bottom;
}

.wishlist_product_list_price span {
  font-weight: 500;
}

.wishlist_product_view_more {
  display: inline-block;
  width: 100%;
  /*position:absolute;*/
  margin-top: 10px;
  bottom: 0px;
  left: 10px;
  text-align: left;
}

.css_btn_wishlist_remove {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.css_btn_wishlist_remove img {
  width: 18px;
}

.wishlist_add_icon {
  background: #fff;
  border: 1px #fff solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  width: 40px;
}

.wishlist_add_icon_saved {
  background: #0e4b7a;
  border: 1px #fff solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  width: 40px;
}

.order_history_status td {
  border-top: 0.7px #dfdfdf solid !important;
}

.shipping_address_panel {
  float: left;
  width: 50%;
  min-width: 320px;
}

.shipping_method_panel {
  float: left;
  width: 50%;
}

.payment_method_img {
  font-size: 10pt;
  font-weight: 600;
}

.shopping_cart_item_panel {
  float: left;
  width: 50%;
  padding: 10px 30px;
  min-width: 320px;
}

.order_item_panel {
  float: left;
  width: 50%;
  min-width: 320px;
  padding: 0px 10px;
  margin: 15px 0px;
}

.order_checkout_panel {
  float: left;
  width: 50%;
  padding: 0px 15px;
  min-width: 320px;
}

.billing_address_panel {
  float: left;
  width: 50%;
  padding: 20px 22px !important;
  display: inline-block;
  min-width: 170px;
  border: 3px #eee solid;
  margin-bottom: 10px;
}

.column_panel_1 {
  float: left;
  width: 97.7%;
  margin: 15px 10px;
}

.column_panel_2 {
  float: left;
  width: 48%;
  margin: 5px 10px;
}

.column_panel_special {
  float: left;
  width: 100%;
  padding: 15px 0px;
}

A.pageResults {
  color: #777;
  padding: 4px 6px 4px 6px;
  line-height: 16px;
  font-size: 8pt;
  display: inline-block;
  text-align: center;
  height: 28px;
  background: none;
  font-weight: normal;
  margin: 2px;
  text-transform: uppercase;
  border: 1px #777 solid;
}

A.pageResults_more {
  color: #777;
}

A.pageResults:hover {
  color: #fff;
  padding: 4px 6px 4px 6px;
  line-height: 16px;
  font-size: 8pt;
  background: #777;
  text-decoration: none !important;
  font-weight: normal;
  border: 1px #777 solid;
}

A.pageResults_selected {
  color: #fff !important;
  padding: 4px 6px 4px 6px;
  line-height: 16px;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 28px;
  font-size: 8pt;
  background: none;
  margin: 2px;
  font-weight: normal;
  background: #111;
  border: 1px #111 solid;
}

.shadow_box {
  /*box-shadow:0px 5px 25px -5px #ccc;*/
  padding: 20px 20px 15px 20px;
  border: 0.5px #ddd solid;
}

.shadow_box_v2 {
  /*box-shadow:0px 5px 25px -5px #ccc;*/
  padding: 20px 20px 15px 20px;
  border: 0.5px #f8f8f8 solid;
  background: #f8f8f8;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 4px 0px;
  float: left;
  width: 100%;
}

.option_selection_box {
  background: #fff;
  box-shadow: 0px 1px 8px -3px #aaa;
  float: left;
  width: 100%;
  padding: 12px 12px 12px 15px;
  margin-bottom: 15px;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.subheading {
  font-weight: 900;
  font-size: 10pt;
  color: #151515;
  text-transform: capitalize;
}

.footer_bannerdescp {
  text-transform: uppercase;
  color: #151515;
  font-size: 10pt;
}

TD.pageHeading,
DIV.pageHeading,
span.pageHeading {
  font-size: 10pt;
  color: #303030;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.pageHeading {
  padding: 0px 15px;
}

.pageHeadingDescription {
  padding: 0px 15px;
  font-size: 7pt;
  color: #666;
}

.heading_description {
  line-height: 1.4;
  font-size: 12pt;
  letter-spacing: 0px !important;
  color: #111;
  display: inline-block;
  width: 100%;
  padding: 16px 24px 16px 24px;
  margin-top: 10px;
  font-weight: 600;
  background: #efefef;
}

.heading_description_v2 {
  line-height: 1.4;
  font-size: 9pt;
  letter-spacing: 0px;
  color: #111;
  display: inline-block;
  width: 100%;
  padding: 16px 24px 16px 24px;
  margin-top: 10px;
  font-weight: 600;
  background: #fff;
}

TD.pageHeading2,
DIV.pageHeading2,
span.pageHeading2 {
  font-size: 12pt;
  font-weight: 600;
  color: #000;
  letter-spacing: 0px;
}

.pageHeading2 {
  padding: 0px 5px;
}

.pageHeading3 {
  font-size: 9pt;
  color: #111;
  letter-spacing: 0px;
  border-bottom: 0px #ccc solid;
  padding: 0px 0px 0px 0px;
  font-weight: 600;
}

.pageHeading4 {
  font-size: 12pt;
  color: #222;
  letter-spacing: 0px;
  border-bottom: 0px #ccc solid;
  padding: 0px 0px 0px 0px;
  font-weight: 600;
}

.pageHeading5 {
  font-size: 16pt;
  color: #111;
  letter-spacing: 0px;
  border-bottom: 0px #ccc solid;
  padding: 0px 0px 0px 0px;
  font-weight: 600;
}

.heading_bg {
  background: url(site_media/img/heading_bg.png) 50% 0% no-repeat;
}

.contentBox_heading_bg {
  background: #6918d6;
  padding: 10px 25px 10px 25px;
  color: #fff;
}

.contentBox_heading {
  font-size: 9pt;
  color: #fff;
  letter-spacing: 0px;
  font-weight: bold;
  text-align: center;
}

.contentBox_Descp {
  line-height: 1;
  color: #fff;
  font-size: 8pt;
  padding-top: 3px;
}

.login_heading {
  font-size: 11pt;
  color: #000;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 8pt;
  color: #f49bc1;
}

.itemincart {
  font-size: 8pt;
  color: #545454;
}

CHECKBOX,
INPUT,
RADIO,
SELECT {
  font-size: 11pt;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  /*  -webkit-appearance: none;*/
}

SELECT {
  background: url(site_media/img/arrow_dropdown2.png) no-repeat 95% 50% !important;
}

TEXTAREA {
  width: 90%;
  padding: 15px;
  border: 1px #dfdfdf solid;
  color: #000;
  font-size: 11pt !important;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  outline: none;
}

.contact_us_textarea {
  width: 295px;
  padding: 15px;
  border: 1px #cfcfcf solid;
  color: #000;
  font-size: 9pt;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  outline: none;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

span.wishlist_nostock {
  font-size: 8pt;
  color: #ff0039;
}

SPAN.markProductOutOfStock,
SPAN.nostock {
  font-size: 9pt;
  color: #ff0039;
}

SPAN.previewProductOutOfStock {
  font-size: 9pt;
  color: #000;
  font-weight: 600;
}

div.nostock {
  background: #ff0000;
  color: #fff !important;
  font-size: 8pt;
  font-weight: bold;
  display: inline-block;
  width: 98%;
  padding: 5px 10px 4px 10px;
  height: 24px;
  margin: 10px 0px;
  text-align: center;
}

.orgprice,
.productSpecialPrice {
  color: var(--black-color);
  font-size: 11pt;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: left !important;
}

.productSpecialPrice {
  color: var(--offer-color-3);
}

.highlight_price {
  color: var(--offer-color-3);
}

.SpecialPrice {
  color: #e30000;
  text-align: left !important;
}

.product_oldprice {
  color: var(--light-grey-color-2);
  /* font-size: 10pt; */
  font-weight: 400;
  text-align: center !important;
}

.productSpecialPrice,
.orgprice {
  padding: 4px 0px 0px 0px;
}

.icon_position {
  border: 0px var(--black-color) solid;
  text-align: left;
  display: inline-block;
  z-index: 99;
  /* position: absolute; */

  /* left: 0px; */
  /* top: 0px; */
  padding: 0;
  width: 100%;
}

.sale_img {
  border: 0px #000 solid;
  text-align: center;
  z-index: 9999;
  float: none;
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: -15px;
  margin-left: -14px;
  margin-bottom: 10px;
  vertical-align: top;
}

.sale_img2 {
  border: 0px #000 solid;
  margin-top: 3px;
  margin-left: 20px;
  text-align: center;
  position: absolute;
  z-index: 99;
}

.sale_img img {
  width: 40px !important;
  height: 40px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.special_text_box {
  color: #fff;
  z-index: 1;
  font-weight: 600;
  text-align: left;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 8px 0px 5px 0px;
  border: 0px #000 solid;
  display: inline-block;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.prodDetail_name_quickview .special_text_box {
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  padding: 2px 6px;
  color: var(--white-color);
  letter-spacing: 0px;
  width: fit-content;
}

.special_color_box {
  color: var(--white-color);
  z-index: 1 !important;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  width: auto;
  font-weight: normal !important;

  border-radius: 0px;
  opacity: 1;

  background: var(--offer-color-3);
  position: relative;

  /* margin: 5px 0 0 5px; */
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.product_detail_panel .special_color_box {
  margin: 0 !important;
}

.special_color_box::after {
  content: "";
  position: absolute;
  bottom: -18.8675px;
  left: 0;
  width: 0;
  height: 0;
}

.preorder {
  background: #A9977B;
  position: relative;
}

.preorder::after {
  content: "";
  position: absolute;
  bottom: -18.8675px;
  left: 0;
  width: 0;
  height: 0;
}

.hotdeal {
  height: auto;
  background: #e90000;
  position: relative;
}

.newin {
  /*height: 27.735px;*/
  background: var(--offer-color);
  position: relative;
}

.bestseller {
  background: var(--black-color);
  color: var(--white-color);
  position: relative;
}

.special_color_box_rect {
  color: #fff;
  z-index: 9999;
  text-align: center;
  font-size: 7pt;
  line-height: 12px;
  padding: 8px 0px 8px 5px;
  width: 40px;
  height: 40px;
  border: 0px #000 solid;
  text-transform: uppercase;

  background: #701215;

  float: none;
  margin-top: -18px;
  margin-left: -14px;
  margin-bottom: 10px;
}

.special_color_box b {
  font-size: 11pt;
}

.discount_percent {
  position: absolute;
  margin-top: 5px;
  margin-left: 8px;
  color: #fff;
  font-size: 9pt;
}

.newprod_img {
  width: 100%;
  border: 0px #fafafa solid;
  vertical-align: bottom;
  position: relative !important;
  height: 180px;
}

.newprod_img {
  background: url(site_media/img/loading_image.svg) no-repeat center;
}

/*.newprod_img img{ 
    max-width: 100%;
    max-height: 370px;
    height: inherit !important; }*/

.index_newprod_img {
  vertical-align: bottom;
  border: 0px #000 solid;
}

.index_prodcol {
  color: #6a6a6a;
  font-size: 10pt;
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 70%;
  max-width: 250px;
}

div.index_prodcol:first-child {
  margin-left: 14px !important;
}

.index_detailbox {
  width: 250px;
}

.index_detailbox a {
  color: #555;
  font-size: 9.5pt;
  text-transform: capitalize;
}

.index_prodcol:hover a {
  color: #858585;
}

.index_prodcol_catname {
  line-height: 1;
  color: #929292;
  font-size: 9pt;
  padding-top: 2px;
}

.error_panel {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  width: 94%;
  background: #000;
  color: #fff;
  margin: 20px 3% 0px 3%;
  padding: 15px 15px;
  font-size: 9pt;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow {}

.moduleRowOver {
  background-color: #eee;
  cursor: pointer;
  cursor: hand;
}

.moduleRowSelected,
.moduleRowSelected .shipping_price {
  background: #fff url(site_media/img/checkout_tick.svg) 98% 50% no-repeat;
  background-size: 20px;
}

.checkoutBarFrom,
.checkoutBarTo {
  font-size: 8pt;
  color: #aaa;
  letter-spacing: -0.5px;
}

.checkoutBarCurrent {
  font-size: 9pt;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.checkoutBarFrom:hover {
  color: #000;
}

.checkoutpage_bar {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  width: 100%;
  padding: 20px 15px;
  background: #fafafa;
  float: left;
  border-bottom: 0.5px #ccc solid;
}

.checkoutpage_bar td {
  padding: 0px 10px;
  /*background: url(site_media/img/checkoutbar_bg.png) repeat-x 0px 3px ;*/
}

.checkout_progress_bar {
  display: inline-block;
  width: 100%;
  padding: 10px 15px 5px 15px;
  text-align: center !important;
}

.checkout_progress_bar div {
  display: inline-block;
  margin-left: -0.5px;
}

div.checkout_line {
  border-top: 1px #dfdfdf solid;
  min-width: 80px;
  width: 40%;
  margin-bottom: 3px;
  margin-left: -4px;
  margin-right: -4px;
}

div.checkout_line_active {
  border-top: 1px #1e1f22 solid;
}

div.checkout_step {
  background: #dfdfdf;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.checkout_step_active {
  border: 3px #1e1f22 solid;
  background: #1e1f22;
}

div.checkout_step_checked {
  background: #06171e;
  color: #fff;
  font-size: 7pt;
  padding: 5px 4px 3.5px 4px;
  box-sizing: border-box;
  margin-top: 2px !important;
  margin-left: -10px;
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.payment_method_icon {
  margin-right: 10px;
  font-size: 14pt !important;
  margin-top: 8px;
}

/* message box */

.messageBox {
  font-size: 10px;
}

.messageStackError,
.messageStackWarning {
  font-size: 9pt;
  color: #111;
}

.messageStackSuccess {
  font-size: 9pt;
  color: #111;
}

/* input requirement */

.inputRequirement {
  font-size: 9pt;
  color: #666;
}

.small_heading_link {
  color: #222;
  font-size: 10pt;
}

.shadowbox {
  box-shadow: 0px 0px 10px 0px #d6d6d6;
  border: 0px #000 solid;
}

.contentbox {
  float: left;
  padding: 25px;
}

.topmenu {
  font-size: 12pt;
  text-transform: uppercase;
  padding: 0px 0px 0px 20px;
}

.topmenu_link {
  color: #f285af;
  font-size: 9.5pt;
  text-transform: uppercase;
}

INPUT[type="text"].newsletter {
  padding: 2px 6px 2px 10px;
  width: 150px;
  border: 1px #ebcedb solid;
  line-height: 25px;
  height: 25px;
  font-size: 8pt;
  color: #979797;
  background: #fff;
  font-style: italic;
}

.borderX {
  border-top: 0.5px #ccc solid;
}

.borderX2 {
  border-top: 1px #303030 solid;
}

.footer_banner_title {
  text-transform: uppercase;
  font-size: 17pt;
  color: #000;
  padding: 10px 0px 25px 0px;
}

.footer_heading {
  color: #d3d3d3;
  font-size: 9pt;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px #383838 solid;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.footerinfo_menuLink:hover {
  color: #151515;
}

.footerinfo_menu_separtor {
  background: url(site_media/img/footer_menu_separator.png) center no-repeat;
}

.footer_text {
  padding: 0px 0px 50px 0px;
  float: left;
  width: 100%;
}

.footerbg {
  background: #858585;
  color: #000;
  padding: 40px 0px 0px 0px;
  float: left;
  width: 100%;
}

.footer_panel {
  max-width: 1200px;
}

.footer_panel_newsletter {
  width: 99%;
  background: #fff;
  padding: 30px 10px;
  border-top: 1px #ccc solid !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box !important;
}

.footer_menu_panel {
  display: inline-block;
}

.footer_column {
  float: left;
  margin: 5px 40px 35px 40px;
  text-align: left;
  color: #fff;
}

.newsletter_subscribe_bg {
  background: #e8e8e8;
  color: #000;
  padding: 20px 0px 20px 0px;
}

.footerMenu {
  padding: 0px 20px 0px 20px;
}

.footerinfo_menu {
  font-size: 16pt;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}

.footerMenu_link {
  font-size: 11pt;
  font-weight: bold;
  letter-spacing: 1px;
  color: #494338;
  text-transform: uppercase;
}

.footerMenu_link:hover,
.fade:hover,
.footer_link:hover {
  color: #222;
  text-decoration: underline;
}

.sub_footer_menu td {
  padding: 0px 0px 10px 0px;
}

.sub_footer_menu {
  margin-top: -10px;
}

.fade {
  color: #fff;
  text-transform: uppercase;
  font-size: 9pt;
  letter-spacing: 1.5px;
}

.subscribe_newsletterText {
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
}

.footerText,
.footer_link {
  color: #474747;
  font-size: 9pt;
}

.leftcol {
  background: #fff;
  border-bottom: 1px #000 solid;
}

.category_heading {
  font-size: 12pt;
  background: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 5px 25px 5px 0px;
}

.categoryCol {
  padding: 0px 0px 5px 20px;
  color: #8c8c8c;
  line-height: 1.5;
}

.selected_category {
  font-weight: normal;
  text-decoration: underline;
  color: #858585;
  font-size: 9pt;
  text-transform: capitalize;
}

.innerCart_border {
  border-bottom: 1px #ebcedb solid;
  border-top: 1px #ebcedb solid;
  padding: 5px 0px 5px 0px;
}

.selected_category_parent {
  padding: 0px 0px 3px 0px;
}

.selected_category_parent a {
  color: #858585;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

.category_parent {
  padding: 0px 0px 8px 0px;
}

.category_parent a {
  color: #666;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: bold;
}

.category_parent a:hover,
.categoryCol a:hover,
.price_list:hover,
.leftmenu_list:hover,
.selected_price:hover,
.selected_category_parent a:hover {
  color: #858585;
  text-decoration: underline;
}

.category_link {
  color: #8c8c8c;
  font-size: 9pt;
  text-transform: capitalize;
}

.selected_price {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 9pt;
  text-transform: uppercase;
}

.price_list {
  color: #4e4e4e;
  font-size: 9pt;
  text-transform: uppercase;
}

.leftmenu_list {
  color: #4e4e4e;
  font-size: 10pt;
  text-transform: uppercase;
  line-height: 1.5;
}

.category_price {
  padding: 0px 0px 5px 0px;
}

.breadcumb_bg {
  padding: 5px 0px 5px 0px;
  font-size: 9pt;
  color: #2c2c2c;
  text-transform: uppercase;
}

.breakrumbText:hover,
.viewalltext:hover {
  color: #000;
  text-decoration: none;
}

.breakrumbText {
  font-size: 9pt;
  text-transform: uppercase;
  color: #2c2c2c;
}

.total_display_text {
  font-size: 9pt;
  text-transform: uppercase;
  color: #868686;
  line-height: 1;
}

.viewalltext {
  color: #868686;
  font-size: 9pt;
  text-transform: uppercase;
}

.arrow_next_pageResults {
  background: url(site_media/img/next_prod.png) no-repeat top right;
  width: 20px;
  padding: 2px 35px 0px 8px;
  color: #a4a4a4;
  font-size: 9pt;
  text-transform: uppercase;
}

.arrow_next_pageResults:hover {
  color: #202020;
  background: url(site_media/img/next_prod.png) no-repeat top right;
}

.arrow_prev_pageResults {
  background: url(site_media/img/prev_product.png) no-repeat top left;
  width: 20px;
  padding: 2px 8px 0px 35px;
  color: #a4a4a4;
  font-size: 9pt;
  text-transform: uppercase;
}

.arrow_prev_pageResults:hover {
  background: url(site_media/img/prev_product.png) no-repeat top left;
  color: #202020;
}

.related_prod_color_link {
  display: inline-block;
  margin: 5px 6px 3px 2px;
  border: 1px #dfdfdf solid;
  border-radius: 50%;
  padding: 2px;
}

.related_prod_color_link .related_prod_img_color_big {
  border-radius: 50%;
}

.related_prod_img:hover {
  border: 0px #000 solid;
}

.related_prod_img {
  border: 0.5px #aaa solid;
  display: inline-block;
  margin: 5px 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rounded_related_prod {
  flex: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 0.5px #aaa solid;
}

.related_prod_text {
  border: 1px #ccc solid;
  display: inline-block;
  margin: 5px 3px;
  padding: 3px 8px 5px 8px;
  line-height: 1.4;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.related_prod_text a,
.related_prod_text a:hover {
  color: #313233;
  font-size: 9pt;
  text-decoration: none !important;
}

.related_prod_text_selected {
  border: 1px #313233 solid;
  display: inline-block;
  margin: 5px 3px;
  padding: 4px 8px;
  background: #313233;
}

.related_prod_text_selected a {
  color: #fff;
}

.product_panel {
  display: inline-block;
  width: 100%;
  padding: 0px 5px;
  border: 0px #000 solid;
  text-align: left;
}

.prodcol_img_box img,
.prodlist_box img {
  /* max-height: 550px; */
  object-fit: contain;
  width: 100%;
  max-height: 219px;
  min-height: 219px;
  max-width: 100%;
  height: auto;

}

.prodlist_box {
  /* display: flex; */
  /* flex-direction: column; */
  background-color: var(--white-color);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 0px;

}

.product_panel .prodlist_box,
.recommendedSwiper .prodlist_box {
  background-color: var(--white-color);
  gap: 0px;
  padding: 10px;
  border: 0px solid var(--border-color-5);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  display: flex;
  flex-direction: column;
}

.custom_promotion_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.custom_promotion_box img,
.product_panel .prodlist_box .prodlist_label_img {
  max-height: unset;
  min-height: unset;
  height: fit-content;
  object-fit: unset;
  z-index: 1;
  display: block;
  position: relative;
}

.prodlist_container {
  /* display: flex; */
  /* flex-direction: column; */
  height: 100%;
  position: relative;
}

/* .prodlist_inner_box{
	display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;

	height: 100%;
} */

.prodlist_action_box {
  margin-top: auto;
  padding: 0;
}

.newprod_detailbox {
  padding: 10px 10px 0px 10px;
}

.pricebox {
  padding: 5px 10px 5px 10px;
}

.newprod_model {
  padding: 3px 0px 3px 0px;
  color: #7d7d7d;
}

.quick_buy_now {
  text-align: center;
}

.out_of_stock {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

.out_of_stock_box {
  color: #fff;
  background: #C00;
  display: inline-block;
  padding: 15px 0px !important;
  font-size: 9pt;
  display: inline-block;
  border: 0px #000 solid;
  text-align: center !important;
  width: 100% !important;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

DIV.special_sold_out_message {
  width: 100%;
  background: #ff0000;
  color: #fff;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px 15px;
  float: none !important;
}

DIV.special_coming_soon_message {
  width: 100%;
  background: #906;
  font-size: 14pt;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  float: none !important;
}

.comingsoon_msg {
  text-align: center;
  padding: 10px 0px 10px 0px;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 48%;
  background: #906;
  color: #fff;
  font-size: 11pt;
  font-weight: bold;
}

.product_list_rating img {
  width: 60px;
}

.prodlist_rate_sale {
  padding-top: 5px;
}

.detail_sold_box {
  padding: 0px 0px 0px 2px;
  background: none;
  min-width: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: right;

  position: absolute;
  bottom: 0px !important;
  right: 0;
}

.detail_total_sale_text {
  font-size: 10px;
  color: #000;
  font-weight: bold;
}

.prodcol {
  color: #5e5e5e;
  font-size: 9pt;
  display: inline-block;
  margin: 0px 5px 15px 5px;
  max-width: 250px;
  vertical-align: top;
  position: relative;
  text-align: left;
}

.border_dashed {
  border-top: 1px #dcdcdc dashed;
}

.proddetail_stock {
  border-top: 0px #ccc solid;
}

.prodcol .rightcol_prodname {
  color: #000;
  line-height: 1.3;
  display: block;

  font-size: 10pt;
  font-weight: normal !important;
  text-transform: capitalize;
  letter-spacing: 0px !important;

  height: 40px;
  max-height: 45px;
}

.prodcol .manufacturer_name {
  color: #000;
  text-transform: capitalize;
  font-size: 11pt;
  font-weight: bold;
}

.prodcol_products_title {
  width: 90%;
  float: left;
  word-wrap: break-word;
  line-height: 1.6;
  white-space: normal;
  height: auto;
  border: 0px #000 solid;
  font-size: 8pt;
  margin-top: 15px;
}

.prodcol_products_favorite {
  width: 10%;
  float: right;
  margin-top: 10px;
}

.prodcol_products_favorite img {
  width: 20px;
}

.product_quick_buy {
  position: absolute;
  right: 3px;
  bottom: 6px;
}

.product_quick_buy img {
  background: #fff;
  width: 28px;
  border: 0px #000 solid;
  padding: 3px 4px 5px 4px;

  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.prodcol .view_details,
.index_prodcol .view_details {
  padding: 5px 10px;
  border: 1px #c6c6c6 solid;
  background: #fff;
  color: #5d5d5d;
  text-transform: uppercase;
  font-size: 9pt;
}

.prodcol:hover .view_details,
.index_prodcol:hover .view_details {
  color: #858585;
  background: #fff;
  border: 1px #858585 solid;
}

.prodcol .alsopurchase_prodname {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 9.5pt;
}

.rightcol_prodname:hover,
.prodcol:hover .alsopurchase_prodname {
  color: #858585;
  font-weight: normal;
}

.prodlist_namebox {
  border: 0px var(--black-color) solid;
  line-height: 22px;
  text-align: left;
  padding: 4px 0px 0px 0px !important;

  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}

.prodlist_pricebox {
  font-size: 16px;
  font-weight: normal;
}

.brand_namebox {
  color: var(--sub-color);
  font-size: 10pt !important;
  font-weight: bold;
  font-family: "AvenirNextLTPro-Bold", sans-serif;
  margin: 0 0 10px 0 !important;
  align-items: start;
  display: flex;
  height: 15px;
  text-transform: capitalize;
}

.newprod_detailbox {
  padding: 10px 10px 0px 10px;
}

.pricebox {
  padding: 5px 10px 5px 10px;
}

.newprod_model {
  padding: 3px 0px 3px 0px;
  color: #7d7d7d;
}

.out_of_stock {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

DIV.special_sold_out_message {
  width: 100%;
  background: #ff0000;
  color: #fff;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px 15px;
  float: none !important;
}

DIV.special_coming_soon_message {
  width: 100%;
  background: #906;
  font-size: 14pt;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  float: none !important;
}

.comingsoon_msg {
  text-align: center;
  padding: 10px 0px 10px 0px;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 48%;
  background: #906;
  color: #fff;
  font-size: 11pt;
  font-weight: bold;
}

.stockWarning_msg {
  padding: 5px 0px 5px 0px;
  position: absolute;
  width: 100%;
  padding-top: 45%;
  height: 92%;
  border: 0px #000 solid;
  /*background: #fff;*/
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 10015;
}

.index_stockWarning_msg {
  text-align: center;
  padding: 5px 0px 5px 0px;
  position: absolute;
  width: 270px;
  margin-top: 200px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 9;
}

.soldout {
  /*background: #0e4b7a !important;
	color: #fff !important;*/
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  border: 0px #000 solid;
  margin: 3px 0px;
  padding: 6px 15px;
  font-size: 10pt;
}

.soldout .soldout_txt {
  background: var(--sub-color);
  color: var(--white-color);
  padding: 10px;
  width: 100%;
  white-space: break-spaces;

  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}

.notify_me {
  background: #fff;
  color: #701215;
  font-weight: normal;
  width: 100px;
  border: 1px #ccc solid;
  margin: 3px 0px;
  padding: 4px 15px;
  font-size: 9pt;
}

.option_box_featureprod {
  color: #585858;
  z-index: 1005;
  text-align: center;
  font-size: 9pt;
  font-weight: normal;
  padding: 0px 0px 5px 0px;
  width: 100%;
  border: 0px #000 solid;
}

.option_box {
  color: #7e7e7e;
  z-index: 1005;
  margin-top: 10px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  border-top: 0px #000 solid;
}

.option_style a {
  font-size: 8pt;
  font-weight: normal;
  display: inline-block;
  padding: 3px 3px 3px 3px;
  color: #555 !important;
}

.option_qty {
  display: inline-block;
  width: 100%;
  border-top: 1px #ccc solid;
  margin-top: 3px;
  padding-top: 3px;
}

.option_table {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
}

.option_table td {
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 4px 10px;
  font-size: 9pt !important;
}

.special_text_box {
  color: #fff;
  z-index: 1005;
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  border: 0px #000 solid;
  background: #000;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.combo_promotion {
  /*	color:#aa8f48;width:100%;height:30px;z-index:1005;text-align:center;padding:5px 0px 5px 0px; font-weight:bold;background:#fff;font-size:10pt;*/
  color: #0e4b7a;
  width: 100%;
  height: 32px;
  z-index: 1005;
  text-align: center;
  padding: 5px 0px 5px 0px;
  background: none;
  border: 0px #858585 solid;
  font-weight: bold;
}

.hover-item {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 257px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border: 0px #939393 solid;
  z-index: 999;
}

.prodinfo_favorite {
  position: absolute;
  right: 15px;
  bottom: 30px;
  z-index: 10001;
}

.prodinfo_favorite img {
  width: 25px;
}

.prodDetail_name {
  font-size: 9pt;
  line-height: 20px;
  font-weight: 500;
  color: #222;
  text-transform: capitalize;
  padding: 0px 0px 10px 0px;
  float: left;
  width: 70%;
}

.prodDetail_color {
  float: right;
  width: 30%;
  font-size: 9pt;
  color: #222;
  text-align: right;
  font-weight: 500;
}

.prodDetail_code {
  font-size: 9pt;
  color: #5e5e5e;
  padding: 5px 0px 0px 0px;
}

.prodDetail_price {
  color: #0e4b7a;
  font-size: 11pt;
  font-weight: 500;
  letter-spacing: 0px;
}

.special_price {
  color: #cd0027;
}

.prodDetail_shortDesp {
  padding: 5px 0px 0px 0px;
  color: #555;
  font-size: 8pt;
}

.product_offer_text_icon {
  float: left;
  width: 20%;
  max-width: 30px;
}

.product_offer_text_icon img {
  width: 20px;
}

.offer_text_descp {
  padding-top: 5px;
  width: 80%;
  float: left;
  display: inline-block;
  font-size: 8pt;
  line-height: 18px;
}

.offer_text_descp A {
  color: #0e4b7a;
  font-size: 8pt;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  font-family: "AvenirNextLTPro-Demi";
  background: none;
  color: #111;
  cursor: pointer;
  padding: 20px 5px 15px 4px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 12pt;
  font-weight: normal;
  letter-spacing: 0px;
  border-top: 0.5px #dfdfdf solid;
  background: url(site_media/img/arrow_right_icon2.svg) no-repeat 100% 50%;
  background-size: 14px;
}

.accordion:after {
  /*font-family: "Font Awesome\ 5 Free";
  content: "\f105";*/
  /* Unicode character for "plus" sign (+) */
  font-size: 12pt;
  color: #111;
  float: right;
  font-weight: bold;
  margin-left: 0px;
  margin-top: -5px;
}

.accordion:active,
.accordion:focus {
  outline: 0;
  -moz-outline-style: none;
}

.accordion i {
  font-size: 13pt;
}


.account_accordion {
  font-family: "AvenirNextLTPro-Demi";
  background: none;
  color: #111;
  cursor: pointer;
  padding: 10px 4px 10px 4px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 9pt;
  font-weight: 400;
  letter-spacing: 0px;
  border-bottom: 0.5px #efefef solid;
  background: url(site_media/img/arrow_right_icon3.svg) no-repeat 100% 50%;
  background-size: 8px !important;
}

.account_accordion:after {
  /*font-family: "Font Awesome\ 5 Free";
  content: "\f105";*/
  /* Unicode character for "plus" sign (+) */
  font-size: 12pt;
  color: #111;
  float: right;
  font-weight: 600;
  margin-left: 0px;
  margin-top: -5px;
}

.account_accordion:active,
.account_accordion:focus {
  outline: 0;
  -moz-outline-style: none;
}

.account_accordion i {
  font-size: 13pt;
}

.account_accordion A,
.account_accordion A:hover,
.account_accordion A:active,
.accordion A,
.accordion A:hover,
.accordion A:active {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #111111 !important;
}

div.active:after {
  content: "-";
  /* Unicode character for "minus" sign (-) */
}

.description_more_panel {
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 9pt;
}

.description_more_panel p,
.description_more_panel span,
.description_more_panel table td {
  font-family: "AvenirNextLTPro-Demi", sans-serif !important;
  font-size: 10pt !important;
}

.description_more_panel img {
  width: 100% !important;
}

.description_more_panel .filter_link {
  display: block !important;
  width: 100%;
  text-align: left;
  color: #333;
  text-decoration: none;
  padding: 8px 5px;
}

.description_more_panel .filter_link_selected {
  display: block !important;
  width: 100%;
  text-align: left;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 5px;
}

div.filter_sorting_checkbox {
  border: 1px #000 solid;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: inline-block;
  margin: 5px 5px 0px 0px;
  padding: 2px 1px 1px 2px;
  width: 19px;
  height: 19px;
}

div.filter_sorting_checkbox_selected {
  border: 1px #000 solid;
  background: #000;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: inline-block;
  width: 13px;
  height: 13px;
}

div.filter_text {
  vertical-align: top;
  display: inline-block;
  padding: 6px 5px 0px 0px;
  border: 0px #000 solid;
  font-size: 11pt;
}

.filter_view_panel {
  float: left;
  width: 100%;
  padding: 20px 20px 40px 20px;
}

.filter_view_panel h5 {
  color: #0e4b7a !important;
  font-weight: 600;
}

.prodDetail_shortDesp_content {
  line-height: 15px;
}

.prodDetail_desp {
  text-transform: uppercase;
  font-weight: bold;
}

.option_toggle {
  position: fixed;
  display: inline-block;
  width: 100%;
  bottom: -1000px;
  left: 0px;
  background: #fff;
  padding-bottom: 120px;
  z-index: 10006;
  opacity: 0;
}

.option_toggle A.close_option {
  display: inline-block;
  width: 25px;
  height: 25px;
  float: right;
  margin-top: -5px;
}

.option_header {
  width: 100%;
  display: inline-block;
  background: #fff;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 9pt;
  padding: 25px 20px 10px 20px;

}

.option_select_box {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 9pt;
  font-weight: 500;
  background: #fff;
  letter-spacing: 0px;
  border: 0px #333 solid;
  color: #111;
  text-align: left;
  padding: 10px 20px;
  margin: 2px 5px 2px 1px;
  cursor: pointer;
}

.option_nostock {
  color: #aaa !important;
}

.option_active {
  border: 1px #666 solid;
  background: #666;
  color: #fff;
}

.css_btnStyle {
  padding: 10px 0px 10px 0px;
}

.product_prev_next {
  width: auto;
}

.product_next {
  font-weight: bold;
  color: #858585;
  width: 40px;
  display: inline-block;
  border: 1px #858585 solid;
  padding: 3px 10px;
  text-align: center;
  margin: 0px 3px;
}

.css_btn_text {
  background: url(site_media/img/arrow_continue.png) no-repeat 0% 50%;
  font-size: 9pt;
  color: #000;
  text-transform: uppercase;
  padding: 10px 30px 10px 30px;
  border: 0px #000 solid;
  font-weight: bold;
}

.css_btn_text:hover {
  background: url(site_media/img/arrow_continue.png) no-repeat 0% 50%;
  font-size: 9pt;
  color: #858585;
  text-transform: uppercase;
  padding: 10px 30px 10px 30px;
  border: 0px #000 solid;
  font-weight: bold;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.css_btn_text2,
.css_btn_text2:hover {
  background: #fff;
  font-size: 11pt;
  color: #0e4b7a;
  padding: 12px 30px 12px 30px;
  height: 48px;
  border: 1px #0e4b7a solid;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  width: 100%;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.buynow {
  background: #333;
  font-size: 10pt;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 10px 8px 10px;
  border: 4px #333 solid;
  font-weight: bold;
  letter-spacing: 0px;
  width: 60%;
  display: block;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.buynow:hover {
  background: #fff;
  font-size: 10pt;
  color: #333;
  text-transform: uppercase;
  padding: 8px 10px 8px 10px;
  border: 4px #333 solid;
  font-weight: bold;
  letter-spacing: 0px;
}

.coming_soon {
  background: #906;
  color: #fff;
}

.btn_break {
  margin: 5px 0px;
}

.css_btn {
  background: #0e4b7a;
  font-size: 9pt;
  color: #fff;
  padding: 8px 30px 8px 30px;
  border: 1px #0e4b7a solid;
  letter-spacing: 0px;
  font-weight: 500;
  width: 60%;
  display: inline-block;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.css_btn:hover,
.css_btn2:hover,
.css_btn3:hover,
.css_btn_full:hover {
  background: #858585;
  color: #fff;
  text-decoration: none;
  border: 1px #858585 solid;
}

.css_btn2 {
  background: #fff;
  font-size: 9pt;
  color: #0e4b7a;
  padding: 8px 30px 8px 30px;
  border: 1px #0e4b7a solid;
  font-weight: 500;
  width: 60%;
  display: inline-block;
  text-align: center;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.css_btn3 {
  background: #f78e25;
  font-size: 11pt;
  color: #fff;
  padding: 8px 14px 4px 14px;
  height: 32px;
  border: 1px #f78e25 solid;
  font-weight: 600;
  display: inline-block;
  text-align: center;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.css_btn4 {
  background: #fff;
  font-size: 11pt;
  color: #0e4b7a;
  padding: 12px 14px 12px 14px;
  height: 48px;
  border: 1px #0e4b7a solid;
  font-weight: 600;
  display: inline-block;
  text-align: center;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.css_btn5 {
  background: var(--sub-color);
  font-size: 11pt;
  color: #fff;
  padding: 12px 14px 12px 14px;
  height: 48px;
  border: 1px var(--sub-color) solid;
  font-weight: 600;
  display: inline-block;
  text-align: center;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.css_btn5:hover {
  color: #fff;
}

.voucher_promo_code .css_btn3,
.voucher_how_to_use .css_btn3 {
  height: 48px;
  padding: 12px 14px 12px 14px;
}

.css_btn_full {
  background: #0e4b7a;
  font-size: 8pt;
  color: #fff;
  padding: 10px 14px 10px 14px;
  border: 1px #0e4b7a solid;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  text-align: center;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.css_narrowBtn {
  background: #0e4b7a;
  font-size: 8pt;
  color: #fff;
  font-weight: 500;
  padding: 7px 20px 7px 20px !important;
  border: 1px #0e4b7a solid;
  line-height: 14px;
  margin: 1px 0px;
  display: inline-block;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.css_narrowBtn:hover {
  background: #888;
  color: #fff;
  padding: 5px 12px 4px 12px;
  border: 1px #888 solid;
  text-decoration: none;
}

.css_narrowBtn2 {
  background: #f78e25 !important;
  font-size: 8pt;
  color: #fff !important;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 6px 15px 6px 15px !important;
  text-transform: capitalize;
  border: 1px #f78e25 solid;
  line-height: 20px;
  margin: 1px 0px;
  display: inline-block;

  /*-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;*/
}

.css_narrowBtn2:hover {
  background: #111;
  color: #fff;
  padding: 5px 15px 3px 15px;
  border: 1px #111 solid;
  text-decoration: none;
}

.css_narrowBtn3 {
  background: #fff;
  font-size: 8pt;
  color: #000 !important;
  letter-spacing: 0px;
  font-weight: 500;
  padding: 3px 10px 1px 10px !important;
  text-transform: capitalize;
  border: 1px #000 solid;
  line-height: 24px;
  margin: 1px 1px;
  display: inline-block;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.css_narrowBtn3:hover {
  background: #fff;
  color: #111;
  padding: 3px 10px 1px 10px;
  border: 1px #111 solid;
  text-decoration: none;
}

.css_narrowBtn_transparent2 {
  background: none;
  font-size: 8pt;
  color: #fff !important;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 6px 15px 6px 15px !important;
  text-transform: capitalize;
  border: 1px #fff solid;
  line-height: 20px;
  margin: 1px 0px;
  display: inline-block;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.css_narrowBtn_transparent2:hover {
  background: #fff;
  color: #000 !important;
  padding: 5px 15px 3px 15px;
  border: 1px #fff solid;
  text-decoration: none;
}

INPUT[type="submit"].narrowsubmit {
  padding: 5px 15px 5px 15px;
  border: 1px #000 solid;
  background: #fff;
  line-height: 10px;
  width: auto;
  font-size: 9pt;
  height: 25px;
  color: #000;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  cursor: pointer;
  font-weight: normal;
}

INPUT[type="submit"].narrowsubmit:hover {
  padding: 5px 15px 5px 15px;
  border: 1px #858585 solid;
  background: #858585;
  line-height: 10px;
  width: auto;
  color: #fff;
}

.sign_in_link {
  width: 30px;
  height: 30px;
  display: block;
  color: #d60f43;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: normal;
  cursor: pointer;
  background: url(site_media/img/search_bg.png) no-repeat;
}

.search_bar {
  position: absolute;
  margin-top: 15px;
  background: none;
  border: 0px #dfdfdf solid;
  display: none;
  padding: 10px 20px;
  z-index: 9999;
  margin-left: -30px;
  width: 290px;
}

.myaccount_bar {
  position: absolute;
  margin-top: 35px;
  background: #fff;
  border: 1px #222 solid;
  border-top: 4px #222 solid;
  display: none;
  padding: 10px 10px;
  margin-left: 25px;
  z-index: 9999;
  width: auto;
}

.myaccount_bar ul {
  padding: 0 0 0px 0;
  margin: 0px 0px 0px 0px;
  list-style: none;
  position: relative;
  text-align: center;
}

.myaccount_bar ul li {
  text-align: center;
}

.myaccount_bar li a {
  color: #fff;
  margin: 10 10px 10 10px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.myaccount_bar li a:hover {
  text-decoration: underline;
}

a.logoff {
  color: #999 !important;
  font-weight: bold !important;
}

INPUT[type="submit"].search,
INPUT[type="button"].search_bar_close {
  border: 1px #cacaca solid;
  padding: 5px 10px 5px 10px;
  background: #fff;
  line-height: 13px;
  width: auto;
  font-size: 8.5pt;
  color: #4f4f4f;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  cursor: pointer;
  height: 27px;
  letter-spacing: 0px;
}

INPUT[type="submit"].search:hover,
INPUT[type="button"].search_bar_close:hover {
  background: #000;
  padding: 5px 10px 5px 10px;
  color: #fff;
  border: 0px #cecece solid;
  cursor: pointer;
  border: 1px #000 solid;
}

.headerbtn_search {
  position: absolute;
  margin-top: -27px;
  margin-left: 167px;
}

.checkout_button_align {
  float: left;
  padding-left: 10px;
}

.checkout_button_align input {
  width: 99%;
  font-size: 9pt !important;
  text-transform: capitalize !important;
  font-weight: bold;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  height: 45px;
}

.checkout_button_align input:hover {
  border: 1px #3985ec solid;
  background: #3985ec;
}

INPUT[type="submit"].checkout_submit {
  background: #595959;
  font-size: 9pt;
  color: #fff;
  padding: 8px 20px 8px 20px;
  text-transform: uppercase;
  border: 0px #cecece solid;
  height: 33px;
  line-height: 13px;
  width: auto;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  cursor: pointer;
  border: 1px #595959 solid;
  font-weight: normal;
}

INPUT[type="submit"].checkout_submit:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 1px #000 solid;
  padding: 8px 20px 8px 20px;
}

INPUT[type="submit"],
INPUT[type="reset"] {
  background: #f78e25;
  font-size: 11pt;
  color: #fff;
  padding: 12px 30px 13px 30px;
  text-transform: capitalize;
  border: 0px #333 solid;
  height: 50px;
  width: calc(100%) !important;
  display: inline-block;
  line-height: 10px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  cursor: pointer;
  margin: 5px 0px;
  border: 1px #f78e25 solid;
  font-weight: 600;
  letter-spacing: 0px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

INPUT[type="submit"]:hover,
INPUT[type="reset"]:hover {
  background: #0e4b7a;
  color: #fff;
  padding: 12px 30px 13px 30px;
  cursor: pointer;
  border: 1px #0e4b7a solid;
}

.special_submit {
  margin: 0px 0px !important;
  width: 96% !important;
  height: 50px !important;
  letter-spacing: 0px !important;
  padding: 0px 15px 0px 15px !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 11pt !important;
  line-height: 1.5;
  text-transform: capitalize !important;
}

BUTTON.addcart {
  width: 100%;
  font-size: 12pt !important;
  color: #fff;
  cursor: pointer;
  font-weight: 600;

  background: var(--main-color);
  color: var(--white-color);
  letter-spacing: 0px;

  border: 1px var(--main-color) solid;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* height: 30px; */

  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;

  height: 35px !important;
  padding: 0px 10px !important;

}

BUTTON.addcart::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

BUTTON#cart_submit {
  width: 100%;
  font-size: 12pt !important;
  color: #fff;
  cursor: pointer;
  font-weight: 600;

  background: var(--main-color);
  color: var(--white-color);
  letter-spacing: 0px;

  border: 1px var(--main-color) solid;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* height: 30px; */

  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;

  height: 50px !important;
  padding: 0px 10px !important;

}

BUTTON#cart_submit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.add_to_cart_follow {
  position: fixed;
  display: inline-block;
  bottom: 0px;
  left: 0px;
  padding: 15px 14px 38px 14px;
  width: 100%;
  z-index: 10009;
  background: #fff;
  border-top: 0.5px #ccc solid;
  box-sizing: border-box;
}

.addcart_left {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}

.addcart_right {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.addcart_sizeguide_col {}

.addcart_point_col {
  display: inline-block;
  width: 63%;
  padding: 5px 2px 12px 2px;
  font-size: 7pt;
  color: #0e4b7a;
  box-sizing: border-box;
  border: 0px #000 solid;
  vertical-align: bottom;
}

.addcart_price_col {
  display: inline-block;
  width: 35%;
  padding: 0px 2px 9px 2px;
  box-sizing: border-box;
  border: 0px #000 solid;
  vertical-align: bottom;
}

.mobileapp_add_cart_follow {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  padding: 15px 12px 40px 12px;
  display: inline-block;
  border-top: 0px #ccc solid;
  z-index: 10015;
  box-shadow: -3px 0 10px 0px #aaa;
}

.mobileapp_addcart_align_left,
.mobileapp_addcart_align_right {
  float: left;
}

.mobileapp_addcart_align_left {
  width: 30%;
}

.mobileapp_addcart_align_right {
  width: 70%;
}

#cart_checkout,
#cart_checkout:hover {
  background: #000;
  padding: 10px 10px 10px 10px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 500;
  display: inline-block !important;
  width: 100% !important;
  height: 50px;
  text-align: center;
  font-size: 12pt;
  color: #fff;
  cursor: pointer;
  border: 1px #000 solid;
  box-sizing: border-box;
  text-decoration: none;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#cart_submit,
#cart_buynow {
  background: #0e4b7a;
  padding: 10px 10px 10px 10px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  text-transform: capitalize !important;
  letter-spacing: 0px;
  width: 100% !important;
  height: 44px;
  font-size: 9pt;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  border: 1px #0e4b7a solid;
  box-sizing: border-box;

  margin: 0px 0px 0px 0px;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#cart_submit:hover,
#cart_buynow:hover {
  background: #777;
  line-height: 15px;
  color: #fff;
  border: 1px #858585 solid;
}

.css_btn_wishlist {
  background: #fff;
  padding: 12px 10px 8px 10px !important;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  display: inline-block;
  text-align: center;
  width: 99.5%;
  height: 40px;
  font-size: 8.5pt;
  color: #000 !important;
  cursor: pointer;
  border: 2px #000 solid;
  box-sizing: border-box;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;

  /*	box-shadow:0px 2px 3px 0px #ccc;*/
}

.css_btn_wishlist:hover {
  background: #fff;
  line-height: 15px;
  text-decoration: none !important;
  color: #000 !important;
  border: 2px #000 solid;
}

.mini_button,
input.mini_button {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  background: #0e4b7a;
  font-size: 8pt;
  line-height: 17px !important;
  text-align: center;
  font-weight: normal;
  display: block !important;
  width: auto !important;
  height: 36px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 1px;
  margin-left: 1px;
  border: 0.5px #0e4b7a solid !important;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mini_button:hover,
input.mini_button:hover {
  background: #333;
  font-size: 8pt;
  line-height: 17px !important;
  text-align: center;
  font-weight: normal;
  display: block !important;
  width: auto !important;
  height: 36px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  border: 0.5px #333 solid !important;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.search_bg {
  height: 38px;
  width: 220px;
  padding: 0px 30px 0px 10px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

INPUT[type="text"].search_box {
  padding: 10px 33px 10px 10px;
  width: 145px;
  border: 1px #ccc solid;
  line-height: 15px;
  height: 15px;
  font-size: 9pt;
  color: #939393;
  background: none;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  outline: none;
}

INPUT[type="text"].search_box_mobile {
  padding: 6px 33px 6px 13px;
  width: 175px;
  border: 1px #fff solid;
  line-height: 20px;
  height: 20px;
  font-size: 9pt;
  color: #939393;
  background: #fff;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  outline: none;
  font-style: italic;
  letter-spacing: 1.5px;
}

.headersearchbtn_mobile {
  position: absolute;
  margin-top: -25px;
  margin-left: 195px;
}

.headersearchbtn {
  position: absolute;
  margin-top: -29px;
  margin-left: 160px;
}

INPUT[type="image"].search_btn {
  color: #fff;
  line-height: 15px;
  font-size: 8pt;
  padding: 5px 5px;
  margin-top: 1px;
  float: left;
  margin-left: -32px;
}

INPUT[type="image"] {
  outline: none;
}

input[type="file"] {
  width: 100%;
  max-width: 310px;
}

INPUT[type="text"],
INPUT[type="password"] {
  width: 310px;
  padding: 2px 6px 2px 10px;
  height: 40px;
  border: 0.5px #808899 solid;
  display: inline-block;
  background: none;
  color: #444;
  font-size: 9.5pt;
  letter-spacing: 0px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

INPUT[type="text"].product_info_option_box {
  height: 44px;
  width: 100%;
  text-align: left;
  font-size: 9pt;
  color: #333;
  font-weight: 500;
  border: 0.5px #ccc solid;
  padding: 8px 10px 7px 12px;
  display: inline-block;
  background: url(site_media/img/arrow_down.svg) no-repeat 95% 50% !important;
  background-size: 20px !important;
}

INPUT[type="text"].quantity {
  height: 44px;
  width: 100%;
  text-align: center;
  font-size: 13pt !important;
  font-weight: 700 !important;
  color: #888;
  border: 0.5px #888 solid !important;
  padding: 7px 10px;
  display: inline-block;
}

INPUT[type="text"].quantity_cart {
  height: 36px;
  width: 44px;
  text-align: center;
  font-size: 9pt;
  color: #333;
  border: 0px #dedede solid;
  border: 0.5px #999 solid;
}

INPUT[type="text"].checkout_textbox {
  border: 0px #ccc solid;
  border-bottom: 0.5px #ccc solid;
}

select.select_attr {
  position: relative;
  z-index: 10;
  width: 110px !important;
  height: 21px !important;
  line-height: 21px;
}

/* dynamically created SPAN, placed below the SELECT */
span.select_attr {
  position: absolute;
  float: left;
  width: 110px;
  height: 21px;
  line-height: 21px;
  text-indent: 10px;
  background: url(site_media/img/bg_select.png) no-repeat 0 0;
  cursor: default;
  z-index: 1;
  margin-left: -110px;
  font-size: 7pt;
  text-align: left;
}

SELECT.select_prodopt {
  border: 1px #555 solid;
  padding: 6px 8px 6px 8px;
  width: auto;
  color: #5d5d5d;
}

SELECT.ddl_list {
  border: 0.5px #808899 solid;
  padding: 0px 10px 0px 14px;
  width: auto;
  display: inline-block;
  height: 50px;
  background: none;
  color: #444;
  font-size: 11pt;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  width: 100%;
  background: url(site_media/img/arrow_down.svg) no-repeat 96% 50% !important;
  background-size: 20px !important;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

SELECT.ddl_list2 {
  border: 3px #111 solid;
  padding: 8px 6px 8px 10px;
  width: auto;
  background: none;
  color: #111;
  font-size: 8pt;
  font-weight: bold;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
}

SELECT.ddl_list3 {
  border: 1px #ddd solid;
  padding: 8px 10px 6px 15px !important;
  width: 103% !important;
  background: none;
  display: inline-block;
  color: #444;
  font-weight: bold;
  font-size: 10pt;
  height: 44px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 0px 0px 0px 5px !important;
}

.defaultHeight {
  height: 100px;
}

.maincontentbox {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  padding: 0px;
  text-align: left;
  border: 0px #dedede solid;
  vertical-align: top;
  padding: 0px 0px;
}

.topcontentbox {
  padding: 0px;
  text-align: left;
  border: 0px #dedede solid;
  vertical-align: top;
  padding: 20px 5px;
}

.contactus_box {
  padding: 0px;
  text-align: left;
  border: 1px #dedede solid;
  vertical-align: top;
}

.main {
  color: #333;
  font-size: 11pt;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.main2 {
  color: #111;
  font-weight: 600;
  font-size: 11pt;
  padding-top: 10px;
}

.smallText {
  font-size: 9pt;
  color: #343434;
  text-transform: uppercase;
}

.smalltext_link {
  font-size: 9pt;
  color: #343434;
  text-transform: uppercase;
}

.Inner_fieldContent {
  padding: 8px 0px 8px 0px;
  font-size: 10pt;
}

.fieldcontent {
  padding: 15px 15px 15px 15px;
  font-size: 10pt;
}

.orderOverview_title {
  font-size: 11pt;
  border-bottom: 0.5px #dfdfdf dotted;
  color: #000;
  padding: 5px 10px 5px 0px;
  text-transform: capitalize;
  background: #fff;
}

.standard_field_col {
  padding: 5px 5px 5px 0px;
  font-size: 9pt;
}

span.checkout_item_title {
  font-size: 8pt !important;
}

.checkout_step {
  color: #555;
  font-weight: bold;
  font-size: 20pt;
  line-height: 1;
  width: 38px;
  text-align: left;
}

.checkout_total {
  background: #f5f5f5;
  color: #111;
  padding: 15px 15px;
  font-size: 10pt;
  line-height: 1.5;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.checkout_total td {
  vertical-align: top;
}

.final_total_pay {
  font-size: 12pt;
}

.add_book {
  font-size: 8pt;
  color: #555;
  border-bottom: 0px #ddd solid;
  background: #ebcedb;
  padding: 5px 10px 5px 10px;
}

.contentborder {
  border: 0px #e5e5e5 solid;
  padding: 20px 20px 20px 20px;
}

.orderdetail {
  padding: 5px 5px 5px 5px;
}

.smallheading {
  font-family: "AvenirNextLTPro-Demi";
  font-size: 8pt;
  font-weight: 500 !important;
  color: #111;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 8px;
}

.scroll_position {
  width: 90%;
  text-align: right;
  position: absolute;
  margin-top: -125px;
  padding-right: 15px;
}

.scroll_position_main {
  width: 90%;
  text-align: right;
  position: absolute;
  margin-top: -30px;
}

.scroll_position_sub {
  min-width: 1200px;
  width: 1200px;
  position: fixed;
  height: 0px;
  margin-top: -300px;
  right: 0;
  margin-right: 15px;
}

.scroll_position_sub2 {
  min-width: 1250px;
  width: 100%;
  position: fixed;
  height: 0px;
  margin-top: 455px;
  right: 0;
  margin-right: 55px;
  border: 0px #ccc solid;
  z-index: 999;
}

#scroll_up {
  height: 0px;
}

#list {
  list-style: none;
  border: 0px #000 solid;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}

#list li {
  padding: 0px 0px 0px 0px;
  border-bottom: 0px #ccc solid;
  margin-top: 0px;
}

.prodDetail_smallheading {
  color: #111;
  font-size: 9pt;
  display: inline-block;
  width: 100%;
  background: url(site_media/img/arrow_right.svg) 100% 50% no-repeat;
  background-size: 14px;
  padding: 16px 20px 15px 2px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;

}

.prodDetail_smallheading:hover {
  text-align: left;
  color: #222;
  font-weight: 500;
  text-decoration: none;
}

.toggle {
  padding: 10px 0px 20px 0px;
  font-size: 9pt;
  color: #111;
  text-transform: none;
  float: left;
  width: 100%;
}

.toggle img {
  width: 100%;
  height: auto;
}

.toggle p,
.toggle div,
.toggle span {
  font-size: 10pt !important;
  color: #555;
  font-weight: 400 !important;
}

.toggle ul {
  list-style: outside !important;
  padding: 0px 10px !important;
  margin: 0px !important;
}

.toggle li {
  padding: 0px !important;
  margin: 0px 10px !important;
}

.toggle_category {
  padding: 0px 0px 20px 0px;
  font-size: 9.5pt;
  color: #555;
  text-transform: none;
  overflow-x: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.toggle_category ul li,
.toggle_category ol li {
  border-top: 0px #fff solid !important;
  margin-top: 2px !important;
  padding: 2px 0px !important;
}

.size_guide_col::-webkit-scrollbar {
  display: none;
}

.size_guide_col {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  margin-top: 15px;
}

.size_guide_col tr td,
.size_guide_col tr td span {
  font-size: 8pt !important;
}

.size_guide_col tr,
.size_guide_col td {
  height: auto !important;
  width: auto !important;
}

.size_guide_col tr td {
  border-top: 1px #efefef solid;
  padding: 5px 8px 5px 8px;
  width: auto !important;
  vertical-align: top !important;
}

.size_guide_col tr td:nth-child(1) {
  background: #efefef;
  position: absolute;
  padding-right: 0px;
  padding-left: 10px;
  text-align: left !important;
  max-width: 120px !important;
  width: 120px !important;
}

.size_guide_col tr td:nth-child(2) {
  padding-left: 135px;
}

.size_guide_col table {
  margin-bottom: 30px;
  width: auto !important;
}

.quantity_operator {
  border: 1px #ddd solid;
  background: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 5px 5px 5px 5px;
  line-height: 15px;
  margin: 0px;
  color: #888;
  width: 10px;
  height: 16px;
}

.quantity_operator:hover {
  border: 1px #202020 solid;
  background: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0px;
  color: #202020;
}

.size_chart table {
  border-top: 0px #ccc solid;
  border-spacing: 0px;
  border-collapse: separate;
  border-left: 0px #ccc solid;
  border-right: 0px #ccc solid;
  width: 100%;
}

.size_chart table td {
  border-bottom: 0px #efefef solid;
  padding: 5px 2px 5px 8px;
  color: #333;
  font-size: 8pt;
}

.size_chart table th {
  background: #888;
  padding: 4px 10px 4px 10px;
  color: #fff;
}

.size_chart table tr:nth-child(even) {
  background: #efefef;
}

.size_chart table tr:nth-child(odd) {
  background: #fff;
}

.content_font {
  font-size: 10pt;
}

.content_font_light {
  font-size: 9pt;
  color: #999;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  letter-spacing: 0px;
  padding-top: 5px;
}

.main_font {
  font-size: 10pt;
  font-weight: 400;
}

.mainNav {
  margin-bottom: 45px;
  border-top: 1px #dedede solid;
  width: 100%;
}

.detail_box {
  width: 100%;
  border: 0px #000 solid;
}

.sub_header {
  font-size: 11pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #111;
  padding-top: 15px;
  margin-bottom: 35px;
}

/* Style for Usual tabs */

/*
.usual {
  background: #fff;
  padding: 40px 0px 0px 0px;
  width: 99%;
  border: 0px solid #222;
}
.usual .tab_ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.usual .tab_li {
  list-style: none;
  padding: 0px;
  float: left;
}
.usual ul a {
  display: block;
  padding: 5px 0px 5px 0px;
  margin-right: 40px;
  text-decoration: none !important;
  color: #848383;
  letter-spacing: 0px;
  font-weight: normal;
  font-size: 10pt;
  text-transform: uppercase;
  border-bottom: 4px solid #fff;
}
.usual ul a:hover {
  background: none;
  border-bottom: 4px solid #000;
  color: #000;
}
.usual ul a.selected {
  margin-bottom: 0;
  background: none;
  font-weight: bold;
  color: #000;
  border-bottom: 4px solid #000;
}

.usual div {
  background: #fff;
  float: left;
  padding: 15px 25px 14px 0px;
  width: 99%;
  border-top: 1px #dedede solid;
  color: #888;
  font-size: 10pt;
}*/

#tab1,
#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7 {
  padding: 20px 16px 8px 16px;
  *margin-top: -8px;
  clear: left;
  margin-left: 0px;
  background: #fff;
  border-left: 1px #cbcbcb solid;
  border-right: 1px #cbcbcb solid;
  border-bottom: 1px #cbcbcb solid;
  width: 95%;
}

.usual div a {
  color: #000;
  font-weight: bold;
}

#usual2 {
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
}

#usual2 a {
  background: #222;
}

#usual2 a:hover {
  background: #000;
}

#usual2 a.selected {
  background: #fff;
}

#tabs3 {
  background: #ff9;
}

iframe {
  border: 5px #f1f1f1 solid;
}

INPUT[type="text"].newsletter_subscribe {
  padding: 2px 6px 2px 10px;
  width: 200px;
  line-height: 25px;
  height: 32px;
  font-size: 9.5pt;
  color: #666;
  background: #fff;
  border: 1px #000 solid;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

INPUT[type="submit"].newsletter_submit {
  border: 1px #000 solid;
  padding: 7px 15px 8px 15px;
  background: #000;
  line-height: 16px;
  width: auto;
  height: 38px;
  font-size: 9pt;
  color: #fff;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  cursor: pointer;
}

INPUT[type="submit"].newsletter_submit:hover {
  border: 1px #858585 solid;
  padding: 7px 15px 8px 15px;
  background: #858585;
  line-height: 16px;
  color: #fff;
  width: auto;
}

.profile_headerlink {
  color: #f8c411;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
}

.clear {
  clear: both;
}

.mini_cart_col td {
  padding: 3px 5px 3px 5px;
  color: #555;
}

.mini_cart_col a {
  color: #555;
  margin: 0;
  padding: 0;
}

.innerCart_item {
  font-size: 9pt;
  color: #555;
}

#ajax_small_shopping_cart {
  display: none;
  position: absolute;
  border: 1px #d4d4d4 solid;
  width: 280px;
  background: #fff;
  z-index: 10009;
  right: 0;
  margin-right: -95px;
  margin-top: 10px;
  color: #555;
  box-shadow: 0px 0px 10px 0px #ccc;
}

.mini_cart_price {
  padding: 0px 0px;
}

/*mobile product sliding*/
.device {
  margin: 0px;
}

.product_mobile_images {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  border: 0px #000 solid;
  margin: 0px 0px 0px 0px;
}

.container {
  position: relative;
}

.blog_filter {
  border-bottom: 1px #dedede solid;
  padding: 10px 0px 10px 0px;
}

.filterby_text {
  color: #575757;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 10px;
}

.right_col {
  color: #858585;
}

.home_blogtitle {
  color: #555;
  font-weight: bold;
  font-size: 10pt;
}

.home_blogtitle:hover {
  color: #858585;
}

.blog_tag {
  padding: 2px 30px 0px 0px;
  text-transform: uppercase;
  float: left;
}

.blog_tag_link {
  color: #575757;
  font-size: 9.5pt;
}

.blog_tag_link:hover {
  color: #858585;
}

.home_readmore {
  color: #555;
  font-weight: bold;
  font-size: 8.5pt;
  background: url(site_media/img/arrow2.png) no-repeat 0px 3px;
  padding: 0px 0px 15px 20px;
}

.home_readmore:hover {
  color: #858585;
}

.heading2 {
  font-weight: bold;
  color: #575757;
  padding-bottom: 10px;
  font-size: 10.5pt;
  border-bottom: 1px #dedede solid;
  text-transform: uppercase;
}

.blog_list_heading {
  margin: 0px;
  color: #000;
  cursor: pointer;
  position: relative;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 10px;
}

.blog_list_content {
  padding: 5px 0px;
}

.blog_list_content p {
  padding: 0px;
}

.blog_list_content ul {
  margin: 0px;
  padding-left: 10px;
  border-bottom: 1px #eaeaea dashed;
}

.blog_list_content li {
  padding: 0px 0px 15px 20px;
  list-style: none;
  background: url(site_media/img/arrow2.png) no-repeat 0px 5px;
}

.blog_list_content li a {
  color: #555;
  font-size: 9pt;
}

.blog_list_content li a:hover {
  color: #858585;
  font-size: 9pt;
}

.blog_sub_image {
  margin: 0px 20px 0px 0px;
  float: left;
}

.blog_sub_content {
  margin: 0px 0px 0px 10px;
  float: left !important;
  width: 55%;
}

.app_message_contentpage_wrapper {
  display: block;
  padding: 15px 0px 0px 0px;
  float: left;
  width: 100%;
}

.app_message_title_info {
  font-size: 12pt;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
}

.app_message_title {
  font-size: 11pt;
  color: #000;
}

.app_message_content {
  font-size: 10pt;
  color: #666;
}

.app_accordion {
  font-family: "AvenirNextLTPro-Demi";
  background: none;
  color: #111;
  cursor: pointer;
  padding: 15px 5px 15px 4px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 9pt;
  font-weight: normal;
  letter-spacing: 0px;
  border-bottom: 0.5px #dfdfdf solid;
  background: url(site_media/img/arrow_right_icon2.svg) no-repeat 100% 50%;
  background-size: 14px;
}

.app_accordion:after {
  /*font-family: "Font Awesome\ 5 Free";
  content: "\f105";*/
  /* Unicode character for "plus" sign (+) */
  font-size: 12pt;
  color: #111;
  float: right;
  font-weight: bold;
  margin-left: 0px;
  margin-top: -5px;
}

.app_accordion:active,
.app_accordion:focus {
  outline: 0;
  -moz-outline-style: none;
}

div.app_message_read_icon,
div.app_message_unread_icon {
  float: left;
  width: 16%;
  position: relative;
}

div.app_message_read_icon img {
  width: 100%;
  max-width: 36px;
  padding: 8px;
  background: #dfdfdf;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;

}

div.app_message_unread_icon img {
  width: 100%;
  max-width: 36px;
  padding: 8px;

  background: #0e4b7a;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;

}

div.app_message_unread_notify {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #e21b1c;
  left: -3px;
  top: 8px;

  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

div.app_message_text {
  float: left;
  width: 84%;
  padding-top: 2px;
  font-size: 10pt;
}

div.app_badge {
  display: inline-block;
  padding: 3px 5px;
  text-align: center;
  background: #d60000;
  color: #fff;
  font-size: 8pt;
  font-weight: 500;
  min-width: 20px;
  height: 20px;
  vertical-align: top;

  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

div.app_badge_account {
  display: inline-block;
  padding: 3px 5px;
  text-align: center;
  background: #d60000;
  color: #fff;
  font-size: 8pt;
  font-weight: 500;
  min-width: 20px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  right: -10px;
  top: 0;

  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

.date_count_down {
  background: url(site_media/img/clock_icon.png) no-repeat left;
  padding: 10px 3px 10px 28px;
  font-size: 12pt;
  color: #c81a1a;
  margin-top: 5px;
  display: inline-block;
}

iframe.lightwidget-widget {
  height: 500px !important;
  border: none;
}

.product_photo_enlarge_mobile {
  position: absolute !important;
  border: 0px #000 solid;
  display: inline-block;
  padding: 0px !important;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 10px;
}

.play_video_button_mobile {
  position: absolute !important;
  border: 0px #000 solid;
  display: inline-block;
  padding: 0px !important;
  width: 40px;
  height: 40px;
  top: 70px;
  right: 10px;
}

.play_video_button_mobile img,
.product_photo_enlarge_mobile img {
  width: 100%;
  opacity: 0.5;
}

.play_video_button {
  position: relative !important;
  border: 0px #000 solid;
  display: block;
  padding: 0px !important;
}

.play_video_button img.tinyimage {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50);

  /* Modern Browsers */
  opacity: 0.5;
}

.play_video_icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("site_media/img/play_video.png") no-repeat center;
  border: 0px #000 solid;
  z-index: 9999;
}

.product_video_panel {
  background: url("site_media/img/transparent_bg2.png");
  z-index: 10009;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 5%;
}

.sorting_panel {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  z-index: 10009;
  background: #fff;
  padding: 10px 20px;
}

.sorting_panel div {
  border-bottom: 0.5px #ccc solid;
}

.sorting_panel div:last-child {
  border-bottom: 0px #ccc solid;
}

.sorting_panel a,
.sorting_panel a:hover {
  color: #999;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  text-transform: uppercase;
  font-size: 10pt;
  padding: 14px 20px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.sorting_panel A.selected_sorting {
  color: #222;
  font-weight: 700;
}

nav {}

nav a {
  text-decoration: none;
}

nav ul {
  background: none;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}

nav li {
  color: #222;
  background: none;
  float: left;
  padding: 8px 15px 12px 15px;
  height: 45px !important;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  margin: 0px;
}

nav li a {
  color: #222 !important;
  text-decoration: none !important;
  padding: 0px !important;
  font-size: 8pt;
}

nav li:hover {
  background: none;
  cursor: pointer;
}

nav ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  min-width: 100px;
  position: absolute !important;
  transition: all 0.5s ease;
  margin-top: 9px !important;
  margin-left: -2px !important;
  right: 0px !important;
  display: none;
  z-index: 10000;
  border: 2px #000 solid;
}

nav ul li:hover>ul,
nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

nav ul li ul li {
  clear: both;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 3px 10px 3px 10px !important;
  box-sizing: border-box;
  height: 35px !important;
}

nav ul li ul li a {
  color: #000 !important;
}

nav ul li ul li:hover {
  background: #dfdfdf;
  cursor: pointer;
}

.go_top_panel {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}

.go_top_panel i {
  font-size: 22pt;
}

.go_top_panel a,
.go_top_panel a:hover {
  color: #333;
  font-size: 9pt;
  letter-spacing: 2px;
  text-decoration: none;
}

.overlay,
.overlay3,
.overlay5 {
  background: transparent url(site_media/img/transparent_bg.png) repeat top left;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10005;
}

.overlay_white {
  background: transparent url(site_media/img/transparent_white.png) repeat top left;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10010;
}

div.box {
  position: fixed;
  top: 30%;
  z-index: 10009;
  display: none;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.box_cart {
  position: fixed;
  top: 40%;
  z-index: 10012;
  display: none;
  width: 100%;
}

.box_product {
  position: fixed;
  top: 20%;
  z-index: 10009;
  display: none;
  width: 100%;
}

.box .box_content_box,
.box_cart .box_content_box,
.box .box_wishlist_content,
.box .box_back_stock_content,
.box .box_review_content {
  background-color: #fff;
  color: #333 !important;
  padding: 20px 10px 20px 10px;
  border: 0px solid #888;
  width: auto;
  max-width: 312px;
  margin: 0px 5px;
  /*box-shadow: 0px 3px 12px -2px #ccc;*/
  font-size: 9.5pt;
  letter-spacing: 0px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div#error_message {
  position: fixed;
  top: 35%;
  z-index: 10009;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

#error_message div {
  text-align: center !important;
}

#close_quick_view {
  background: url("site_media/img/closebox.png") no-repeat center;
  display: inline-block;
  padding: 15px;
  margin-top: 15px;
  position: absolute;
  z-index: 999;
  margin-left: 310px;
}

#product_quick_view {
  position: fixed;
  bottom: 0px;
  top: auto;
  z-index: 10009;
  display: none;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 10px 25px 10px;
}

.button_inline {
  width: 50%;
  float: left;
  padding: 3px 2px 1px;
  vertical-align: top;
}

.box_product .box_content_product {
  color: #555;
  padding: 0px;
  width: auto;
  margin: 0px 5px;
}

.box_login {
  position: fixed;
  top: 20%;
  color: #555;
  padding: 20px;
  z-index: 10006;
  display: none;
  width: 100%;
}

.box_login_content {
  background-color: #fff;
  color: #555;
  padding: 30px;
  border: 6px solid #000;
  z-index: 10006;
  width: 430px;
}

.box_login_link {
  font-weight: bold;
  color: #000;
}

.quick_view_panel {
  /*background: #fff;*/
  width: 100%;
  border: 0px #ed1b24 solid;
  display: inline-block;
  /*padding: 30px 30px 40px 30px;
  box-shadow: 0px 0px 25px 0px #222;*/
}

.overlay4 {
  background: transparent url(site_media/img/transparent_bg2.png) repeat top left;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10010;
}

.close_popup {
  width: 100%;
  position: relative;
}

#boxclose4 {
  background: url("site_media/img/closebox.png") no-repeat center;
  display: inline-block;
  padding: 15px;
  margin-top: 3px;
  position: absolute;
  z-index: 999;
  right: 0px;
}

.message_box {
  position: fixed;
  top: -80px;
  height: auto;
  max-height: 80px;
  left: 0px;
  z-index: 10006;
  display: none;
  width: 100%;
  background: #fff;

  box-shadow: 0px 3px 10px -3px #ccc;
}

.box_message_content {
  padding: 30px 20px;
  color: val(--sub-color);
  font-weight: 600;
  font-size: 10pt;
}

.newsletter_main_new_center {
  background: #fff;
  padding: 0px 0px 0px 0px;
  border: 0px #000 solid;
  box-sizing: border-box;
  width: auto;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
}

.checkout_button_color {
  background: #0e4b7a !important;
  border: 1px #0e4b7a solid !important;

  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}

.checkout_color {
  border: 1px #0e4b7a solid !important;
  background: #0e4b7a !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}

#search_filter {
  display: none;
  background: #fff;
  position: absolute;
}

.customers_photo {
  width: 160px;
  height: 160px;
  background-size: cover !important;
  display: inline-block;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border: 5px #ddd solid;
  vertical-align: middle;
}

.custom-file-input {
  width: 40px !important;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "Select some files";
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.group_purchase_error {
  background: #d00a18;
  font-size: 8.5pt;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 10px 6px 10px;
  border: 1px #d00a18 solid;
  font-weight: normal;
  min-width: 160px;

  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 2px 3px 0px #ccc;
}

.group_purchase_error:hover {
  background: #bd0714;
  font-size: 8.5pt;
  color: #fff;
  text-decoration: none !important;
}

img {
  /*background:url('site_media/img/loading_page2.svg') no-repeat center center !important;*/
}

.promotion_notification_panel {

  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
}

.combo_title_class {
  font-weight: 600;
  letter-spacing: 0px;

  padding: 0;
  color: var(--offer-color-3);

  margin: 0;
  font-size: 12px;
  text-align: left;
  text-transform: capitalize;
}

.pwp_title_class {
  color: var(--offer-color-3);
  width: 100%;
  z-index: 1;
  text-align: center;
  padding: 0;
  font-weight: normal;
  background: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: capitalize;

}

.pwp_title {
  color: #000 !important;
  font-weight: normal;
  background: none;
  letter-spacing: 1px;
}

.pwp_prod_img:hover {
  border: 1px #000 solid;
}

.pwp_prod_img {
  border: 1px #fff solid;
  display: inline-block;
  margin: 5px 3px;
}

.pwp_prod_img img {
  object-fit: contain;
  width: 100%;
  max-height: 60px;
  min-height: 60px;
  max-width: 100%;
  height: auto;
}

.pwp_prod_view_more {
  display: inline-block;
  margin: 30px 13px;
  vertical-align: top !important;
  border-bottom: 1px solid var(--sub-color);
}

.pwp_prod_view_more a,
.pwp_prod_view_more a:hover {
  font-size: 13px;
  color: var(--sub-color);
}

.pwp_offer {
  color: #fff;
  font-size: 8pt;
  background: #ba0000;
  border: 1px #fff solid;
  line-height: 10px;
  padding: 4px 6px;
  text-align: center;
  display: inline-block;

  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 3px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px;
}

.combo_offer {
  color: #fff;
  font-size: 8pt;
  background: #ba0000;
  border: 1px #fff solid;
  line-height: 10px;
  padding: 4px 6px;
  text-align: center;
  display: inline-block;

  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 3px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px;
}

.sale_offer {
  color: #fff;
  font-size: 8pt;
  background: #ba0000;
  border: 1px #ba0000 solid;
  line-height: 10px;
  padding: 4px 6px;
  text-align: center;
  display: inline-block;

  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 3px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px;
}

.promotion_banner_full {
  width: 100%;
  padding: 0px 0px;
  border: 0px #000 solid;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 0px;
  float: none;
  vertical-align: top;
}

.promotion_banner_full img {
  width: 100%;
}

.video_banner_full {
  width: 100%;
  padding: 0px 0px;
  border: 0px #000 solid;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 0px;
  float: none;
  vertical-align: top;
}

.video_banner_full video {
  width: 100%;
  height: 100%;
}

.video_banner_full .video_view_more_link {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);

  display: inline-block;
  padding: 6px 14px 4px 14px !important;
  line-height: 14px !important;
  margin: 2px 10px 2px 0px;
  background: #fff;
  border: 1px #0e4b7a solid;
  color: #0e4b7a !important;
  font-size: 8pt !important;

  -webkit-border-radius: 18px !important;
  -moz-border-radius: 18px !important;
  border-radius: 18px !important;
}

.vertical_banner_full::-webkit-scrollbar {
  display: none;
}

.vertical_banner_full {
  width: 100%;
  display: inline-block;
  padding: 0px 15px 0px 15px;
  text-align: left;
  height: 240px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-height: none;
  /* Firefox */
}

.vertical_banner_full img {
  width: 100%;
  display: inline-block;
  margin: 5px 0px 5px 0px;

  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}

.video_banner_full .video_mute_link {
  position: absolute;
  bottom: 20px;
  right: 15px;

  display: inline-block;
  padding: 3px !important;
  background: #fff;
  border: 1px #222 solid;
  color: #222 !important;
  font-size: 8pt !important;

  -webkit-border-radius: 18px !important;
  -moz-border-radius: 18px !important;
  border-radius: 18px !important;
}

.video_mute_link img {
  width: 20px;
}

.horizontal_textcontent_full {
  width: 100%;
  display: inline-block;
  padding: 0px 15px 0px 15px;
  text-align: left;
}

.horizontal_textcontent_full A.home_content_textlink,
.horizontal_textcontent_full A.home_content_textlink:hover {
  color: #0e4b7a !important;
  display: inline-block;
  padding: 4px 0px;
  margin-right: 10px;
  font-size: 7.5pt;
  text-decoration: none;
}

.promotion_banner_carousel {
  width: calc(100%/4);
  display: inline-block;
  text-align: center;
  margin: 0px 10px 5px 10px;
  position: relative;
  border: 0px #000 solid;
}

.promotion_banner_carousel img {
  width: 100%;
  object-fit: cover;

  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}

.promotion_banner_carousel .banner_carousel_title {
  float: left;
  padding-top: 10px;
  width: 100%;
  color: #111;
  font-size: 8pt;
  text-align: center;
  border: 0px #000 solid;
}

.container_row5 {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 0px;
  font-weight: 500;
  font-size: 13pt;
  color: #333;
  box-sizing: border-box;
  /*margin-bottom: 10px;*/
}

.container_row4 {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 0px;
  font-weight: 400;
  font-size: 11pt;
  color: #808080;
  box-sizing: border-box;
  /*margin-bottom: 10px;*/
}

.orgprice_promo {
  color: #000;
  font-size: 11pt;
  letter-spacing: 0px;
  font-weight: 500;
  padding: 0px 5px 3px 5px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  /*height: 45px;*/
  text-align: left;
}

.productSpecialPrice_promo {
  color: #000;
  font-size: 11pt;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 0px 5px 3px 5px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  /*height: 45px;*/
  text-align: left;
  line-height: 1.3;
}

.product_oldprice_promo {
  color: #52667d;
  font-size: 9.5pt;
  font-weight: normal;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.sold_display_promo {
  padding: 3px 10px 0px 10px;
  display: inline-block;
  border: 0px #000 solid;
  margin-top: 4px;
  letter-spacing: 0px;
  font-size: 8.5pt;
  position: absolute;
  right: 0px;
  color: #52667d;
  text-transform: lowercase;
}

.view_more_promo {
  color: #0e4b7a !important;
  font-size: 8pt;
  font-weight: 500;
  background: url(site_media/img/arrow_right_gold.svg) no-repeat 100% 30%;
  background-size: 10px;
  padding: 2px 0px;
  padding-right: 16px;
  letter-spacing: -0.5px;
  display: inline-block;
}

.home_view_title {
  display: inline-block;
  border: 0px #000 solid;
  color: #0e4b7a !important;
  padding: 0px 0px 0px 15px;
  width: 70%;
}

.home_view_descp {
  color: #0e4b7a !important;
  font-size: 8pt;
  font-weight: normal;
  float: left;
  width: 100%;
  padding-bottom: 3px;
}

.home_view_more_col {
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  border: 0px #000 solid;
  text-align: right;
  padding: 0px 10px 0px 0px;
  width: 30%;
}

.category_tag_panel::-webkit-scrollbar {
  display: none;
}

.category_tag_panel {
  width: 100%;
  display: inline-block;
  padding: 10px 15px 0px 15px;
  text-align: left;

  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.category_tag_panel A.category_tag_link {
  display: inline-block;
  padding: 6px 10px 4px 10px !important;
  line-height: 14px !important;
  margin: 2px 10px 2px 0px;
  border: 1px #0e4b7a solid;
  color: #0e4b7a;
  font-size: 7pt !important;

  -webkit-border-radius: 18px !important;
  -moz-border-radius: 18px !important;
  border-radius: 18px !important;
}

.category_tag_panel A.category_tag_link_selected {
  background: #0e4b7a;
  color: #fff;
}

.photo_frame {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}

.topup_currency {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0px;
  font-weight: 600;
}

#chosen_topup_bill {
  font-size: 22pt;
  display: inline-block;
  padding: 0px 5px;
}

.popup_content_box2 {
  display: none;
  max-width: 800px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 99999;
  height: 80vh;
  background: rgb(255, 255, 255);
  overflow-y: scroll;
}

.account_voucher_title{
  word-wrap: revert;
  background-color: #0e4b7a;
  color: #fff;
  float: unset;
  margin: 0;
  background: #0e4b7a;
  border: 1px solid #0e4b7a;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  width: 100%;
  max-width: 40px;
  min-width: unset;
  display: flex;
  border-radius: 0;
  padding: 10px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1000px) {

  .popup_content_box2 {
    display: none;
    max-width: 800px;
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 80vh;
    background: rgb(255, 255, 255);
    overflow-y: scroll;
    height: 60vh;
    bottom: 165px;
  }

  [class*="switch_mode"],
  #search_link,
  .top_right_account,
  .scroll_position_sub2,
  .products_next_previous,
  .blog_right_column {
    display: none;
  }

  .blog_detail_content img {
    width: 100% !important;
    height: auto !important;
  }

  .featured_category_column {
    width: 42%;
  }

  .top_left_header_message,
  .footer_text_copyright {
    text-align: center;
  }

  .top_headerbg {
    color: #000;
    background: #fff;
    font-size: 9pt;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    width: 100%;
  }

  .my_cart_bg_mobile {
    display: inline;
    background: url(site_media/img/cart_mobile.png) no-repeat 43% 10%;
    padding: 15px !important;
  }

  .mobile_menu {
    display: block;
    text-align: left;
    min-width: 40px;
    padding: 10px 20px;
    width: 10%;
  }

  .header_left_menu {
    width: 33%;
  }

  .mobile_cart {
    display: block;
    text-align: right;
    float: right;
    min-width: 60px;
    padding: 22px 0px;
    width: 25%;
    margin-right: 20px;
    border: 0px #dedede solid;
    margin-top: 5px;
  }

  .breakcrumb {
    width: 100%;
    padding: 2px 0px;
    background: #fff;
    float: left;
    color: #797979;
  }

  .logo {
    float: left;
    padding: 20px 0px 0px 0px;
    border: 0px #000 solid;
    text-align: center;
    width: 34%;
    height: 70px;
  }

  .logo img {
    width: 150px;
    min-width: 120px;
  }

  .header_left_menu,
  .header_right_menu {
    height: 70px;
  }

  .header_right_menu {
    width: 25%;
    float: right;
  }

  .no_product_found {
    border: 0px #000 solid;
    height: 150px;
  }

  .login_panel {
    float: none;
    width: 100%;
    position: relative;
    border-right: 0px #dedede solid;
  }

  .new_customer_panel {
    float: none;
    width: 100%;
    padding-top: 30px;
    position: relative;
  }

  .myaccount {
    width: 10%;
    min-width: 35px;
    text-align: right;
    padding: 0px 0px;
  }

  .top_header_message {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 25px 8px 25px;
    color: #fff;
    text-align: center;
    font-size: 7pt;
  }

  .category_image_panel {
    float: left;
    width: 100%;
    padding: 0px 0px 15px 0px !important;
  }

  .product_panel {
    margin-left: 0px;
  }

  .filter_paging {
    float: none;
    padding: 5px;
  }

  .filter_sorting,
  .filter_title,
  .filter_right,
  .filter_left {
    float: none;
  }

  .filter_left {
    padding: 10px 5px 0px 5px;
    /*float: left;*/
    display: inline-block;
    text-align: center;
    font-size: 10pt;
    font-weight: 500;
    color: #333;
  }

  .filter_right {
    padding: 10px;
    float: right;
  }

  .sort_by_style {
    background: #ddd;
    padding: 6px 15px;
    display: inline-block;
    font-size: 9pt;
    font-weight: 500;
    color: #666;
  }

  .filter_sorting {
    padding: 0px 5px;
  }

  .filter_view,
  .filter_total_products {
    display: none;
  }

  .prodcol {
    color: #6a6a6a;
    font-size: 9pt;
    display: inline-block;
    margin: 10px 1%;
    /*	width:40%;*/
    width: calc(96% / 2);
  }

  INPUT[type="text"],
  INPUT[type="password"] {
    width: 100%;
    padding: 0px 14px 0px 14px;
    height: 48px;
    /*border: 0px #ccc solid;*/
    border: 0.5px #808899 solid;
    background: none;
    color: #444;
    font-size: 11pt;
    letter-spacing: 0px !important;
    display: inline-block;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
  }

  .contact_us_textarea {
    width: 195px;
    padding: 15px;
    border: 1px #e4e4e4 solid;
    color: #000;
    font-size: 9pt;
    font-family: "AvenirNextLTPro-Demi", sans-serif;
    outline: none;
  }

  .shipping_address_panel,
  .order_checkout_panel,
  .order_item_panel {
    float: left;
    width: 100%;
    min-width: 300px;
  }

  .shipping_method_panel {
    float: left;
    width: 50%;
  }

  .shopping_cart_item_panel,
  .back_to_shopping,
  .my_account,
  .log_off {
    display: none;
  }

  .payment_method_img img {
    /*width:160px;*/
  }

  .payment_method_img select {
    /*width:160px;*/
  }

  .final_total_pay {
    font-size: 10pt;
  }

  .column_panel_1 {
    float: left;
    width: 96%;
    margin: 10px 5px;
  }

  .column_panel_2 {
    float: left;
    width: 96%;
    margin: 5px 5px;
  }

  .column_clear,
  .column_clear_mobile,
  .contentBox_Descp {
    display: none;
  }

  .product_images_zoom_panel {
    float: left;
    width: 45%;
    display: none;
  }

  .main_products_display {
    position: relative;
    width: 320px;
  }

  .ddl_list3 {
    width: 100% !important;
    display: block !important;
    padding: 14px 25px 13px 25px !important;
  }

  .quantity {
    display: block !important;
    padding: 10px 20px !important;
  }

  .quantity_operator {
    padding: 13px 10px;
  }

  #usual1 {
    display: none;
  }

  .mainNav {
    margin-bottom: 45px;
  }

  .sub_header {
    border-bottom: 0px #ddd solid;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  .index_detailbox {
    width: calc(80% / 2);
  }

  .index_newprod_img img {
    width: 100%;
  }

  .mainNav iframe {
    width: 320px;
  }

  .product_prev_next {
    width: 100%;
  }

  .product_prev_next td {
    text-align: center;
    color: #a4a4a4;
  }

  .my_cart_bg {
    display: none;
  }

  .my_cart_bg_mobile {
    display: inline;
  }

  .buynow {
    background: #fff;
    font-size: 8pt;
    color: #888;
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
    padding: 7px 10px 7px 10px;
    line-height: 14px;
    border: 1px #ccc solid;
    font-weight: bold;
    letter-spacing: 0px;
    display: inline-block;
    text-align: center;
    /*position:absolute;
	top:0px;
	right:0px;*/

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .buynow:hover {
    background: #af9751;
    border: 1px #af9751 solid;
    color: #fff !important;
    font-size: 8pt;
    text-decoration: none !important;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 7px 10px 7px 10px;
  }

  iframe {
    width: 320px;
    height: 250px;
  }

  .page_content_style img {
    width: 100%;
  }

  .page_content_style p,
  .page_content_style span,
  .page_content_style table tr td,
  .page_content_style li {
    font-size: 9pt !important;
  }

  .responsive_sub_banner {
    width: 100%;
  }

  .sub_banner_panel {
    width: 100% !important;
    position: relative !important;
    display: inline-block;
    padding-top: 20px;
    border: 0px #000 solid;
  }

  .sub_banner_img {
    width: 96% !important;
    margin: 10px 10px;
    display: inline-block !important;
    box-sizing: border-box;
    border: 0x #000 solid;
    vertical-align: bottom;
  }

  .subrow_banner_img {
    width: calc(100% / 2);
    margin: 0px 0px 0px 0px;
    display: inline-block;
    height: auto;
    box-sizing: border-box;
    font-size: 10pt;
    color: #898989;
    vertical-align: top;
    padding: 0px 5px;
  }

  .sub_banner_text {
    display: none;
  }

  .column_left {
    display: none;
  }

  .column_main {
    float: left;
    width: 100%;
    text-align: left;
    min-width: 220px;
    padding: 0;
  }

  .detail_box img {
    width: 100% !important;
  }

  .blog_top_image div {
    width: 100% !important;
  }

  .blog_sub_image {
    margin: 0px 20px 0px 0px;
    float: left;
    width: 100%;
  }

  .blog_sub_image div {
    width: 100% !important;
    border: 0px #ccc solid !important;
  }

  .blog_sub_content {
    margin: 20px 0px 0px 10px;
    float: left !important;
    width: 100%;
  }

  .billing_address_panel {
    float: left;
    width: 100%;
    min-width: 170px;
  }

  /*------------------------------- New My Profile----------------------------------*/
  .flipMemberCard {
    width: 0;
    height: 0;
    margin: 0px;
    float: left;
  }

  .flipMemberCard .member_card_front {
    display: inline-block;
    width: 92%;
    margin: 4% 4%;
    height: 200px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    position: absolute;
    background: url(site_media/img/logo_bg.png) no-repeat center center;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(14, 75, 122, 1) 100%);
    /*background-size:520px;*/

    backface-visibility: hidden;
    transform: perspective(600px) rotateY(0deg);
    transition: transform .5s linear 0s;

    box-shadow: 0px 3px 12px -2px #888;
  }

  .member_card_front .member_type,
  .member_card_back .member_type {
    float: left;
    width: 50%;
    text-align: left;
    color: #fff;
    font-size: 10pt;
    font-style: italic;
    padding: 20px 10px 0px 20px;
  }

  .member_card_front .member_name,
  .member_card_back .member_name {
    float: right;
    width: 50%;
    text-align: right;
    color: #fff;
    font-size: 10pt;
    padding: 20px 20px 0px 10px;
  }

  .member_card_front .member_logo {
    float: left;
    width: 100%;
    text-align: center;
    border: 0px #fff solid;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }

  .member_card_front img.logo_round {
    width: 180px;
    /*filter: brightness(0) invert(1);*/
  }

  .member_card_front .barcode_scan {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .member_card_front .barcode_scan img {
    width: 30px;
    /*filter: brightness(0) invert(1);*/
  }

  .flipMemberCard .member_card_back {
    display: inline-block;
    width: 92%;
    margin: 4% 4%;
    height: 200px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    position: absolute;
    /*background:#444648 url(site_media/img/logo_bg.png) no-repeat center center;
	  background-size:220px;*/
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(14, 75, 122, 1) 100%);

    transform: perspective(600px) rotateY(180deg);
    backface-visibility: hidden;
    transition: transform .5s linear 0s;

    box-shadow: 0px 3px 12px -2px #888;
  }

  .member_card_back .member_barcode {
    width: 100%;
    text-align: center;
    float: left;
    padding: 10px 0px;
  }

  .member_card_back .member_barcode img {
    height: 45px;
    max-width: 220px;
    width: 100%;
  }

  .member_card_back .member_barcode span {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    font-size: 10pt;
    font-weight: 400;
    color: #fff;
    letter-spacing: 5px;
  }

  .member_card_back .member_expiry {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 9pt;
  }

  .member_code_panel {
    position: fixed;
    background: #fff;
    max-width: 250px;
    width: 100%;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10009;
    text-align: left;
    padding: 25px 25px;
  }

  .voucher_panel_scroll {
    width: 100%;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    text-align: left;
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-height: none;
    /* Firefox */
  }

  .account_voucher_box {
    display: flex;
    float: left;
    width: 100%;
    padding: 5px 0px;
    font-size: 9.5pt;
    color: #0e4b7a;
  }

  .voucher_round {
    border: 1px #0e4b7a solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    width: 98%;
    margin: 0px 1%;
  }

  .account_vc_detail {
    float: left;
    width: 65%;
    border: 1px #0e4b7a solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  .account_vc_type {
    float: left;
    width: 25%;
    font-size: 5pt;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #0e4b7a;
    padding: 16px 6px;
    text-align: center;
    border-right: 1px #0e4b7a dashed;
  }

  .account_vc_descp {
    float: left;
    width: 100%;
    font-size: 12pt;
    letter-spacing: -0.5px;
    color: #0e4b7a;
    padding: 15px 20px 15px 20px;
    text-align: left;
    font-weight: 600;
  }

  .account_vc_descp .vc_title {
    font-size: 10pt;

  }

  .account_vc_descp .vc_display_offer {
    font-size: 12pt;
    font-weight: 700;
  }

  .account_vc_descp .extra_descp {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 9pt;
    color: #0e4b7a;
    border: 0px #fff solid;
    font-weight: 400;
  }

  .account_vc_use {
    float: left;
    width: 34%;
    margin-left: 1%;
    min-width: 80px;
    position: relative;
    display: inline-block;

    background: #fff;
    border: 1px #0e4b7a dashed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  .account_vc_use A,
  .account_vc_use A:hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    display: inline-block;
    padding: 30px 5px 0px 5px;
    color: #fff;
    letter-spacing: -0.5px;
    font-size: 10pt;
    font-weight: 600;
    line-height: 12px;
    text-align: center;

    height: 70px;
    width: 70px;

    background: #0e4b7a;
    border: 1px #0e4b7a solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .voucher_invalid .account_vc_detail,
  .voucher_invalid .account_vc_type,
  .voucher_invalid .account_vc_descp,
  .voucher_invalid .account_vc_descp .extra_descp {
    border: 1px #bfbfbf solid !important;
    color: #fff;
    background: #bfbfbf !important;
  }

  .voucher_invalid .account_vc_use {
    border: 1px #bfbfbf dashed;
  }

  .voucher_invalid .account_vc_use A {
    font-size: 9pt;
    color: #fff;
    background: #bfbfbf;
    border: 1px #bfbfbf solid;
  }

  .voucher_invalid .account_vc_use_type span {
    background: #888;
  }

  .account_vc_descp .min_spend {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 9pt;
    border: 0px #fff solid;
    font-weight: 400;
  }

  .account_vc_use_type {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0px 10px 15px 16px;
  }

  .account_vc_use_type span {
    display: inline-block;
    padding: 5px 8px;
    margin: 2px 4px;
    background: #4fae48;
    font-size: 9pt;
    color: #fff;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  .voucher_barcode {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25px 5px 10px 5px;
  }

  .voucher_barcode img {
    height: 40px;
    max-width: 240px;
    width: 100%;
  }

  .voucher_barcode span {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    font-size: 7.5pt;
    font-weight: 400;
    text-align: center;
    color: #000;
    letter-spacing: 2px;
  }

  .voucher_qrcode {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px 5px 30px 5px;
  }

  .voucher_qrcode img {
    max-width: 260px;
    width: 100%;
  }

  .voucher_qrcode span {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    font-size: 8.5pt;
    font-weight: 500;
    text-align: center;
    color: #000;
    letter-spacing: 2px;
  }

  .voucher_how_to_use {
    margin-top: 0px;
    border-top: 0px #dfdfdf solid;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    font-size: 10pt;
  }

  .voucher_how_to_use ul {
    margin: 0px;
    padding: 14px;
  }

  .voucher_how_to_use ul li {
    font-size: 8pt !important;
  }

  /*-------------------------------------------- FAQ --------------------------------------------*/

  li.list_li {
    /*border-top: 0.5px #ccc solid;*/
  }

  A.prodDetail_smallheading {
    border-top: 0px #dbdbdb solid;
  }

  .mobile_view {
    padding: 0px 20px;
    display: inline-block;
    width: 100%;
  }

  .desktop_view {
    display: none;
  }

  .ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 1200px;
    max-width: 100%;
    border: 0px solid grey;
  }

  .ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: 0px solid grey;
  }

  .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 100%;
    max-width: 25em;
    background: none;
    border-radius: 4px 0 0 4px;
    border-right: 0px solid gray;
    text-align: left;
    position: relative;
  }

  .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0 0 0px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    background: none;
  }

  .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
  }

  .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
  }

  .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 0px solid white;
    font-weight: bold;
    opacity: 0.8;
  }

  .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
  }

  .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 100%;
    border-left: 1px solid #ddd;
    border-radius: 0;
    position: relative;
    margin-left: 20px;
    text-align: left;
    padding-left: 50px;
  }

  .tab_header {
    float: left;
    max-width: 350px;
    width: 100%;
    font-size: 9pt;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .tab_content {
    float: left;
    max-width: 850px;
    width: 100%;
    font-size: 9pt;
    letter-spacing: 0px;
  }

  .tab_content img {
    width: 100% !important;
    height: auto !important;
  }

  .split_account_text {
    font-size: 9pt;
  }
}

@media only screen and (max-width: 320px) {
  .account_profile_points {
    background: #0e4b7a !important;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
  }

  .account_profile_credit {
    background: #f78e25 !important;
    padding: 10px 10px;
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
    text-align: right;
  }

  .credit_point_panel {
    display: inline-block !important;
  }

  .account_split_box {
    width: 100%;
    display: inline-box;
    border: 3px #0e4b7a solid;

    margin-bottom: 20px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    position: relative;
  }

  .split_account_text {
    padding: 15px 10px 65px 10px;
    text-align: center;
    font-size: 9pt;
  }

  .box_right {
    margin-left: 0px;
  }
}