/* 
  All css conflicts resolved here.
*/

/* 
  Header 

*/
.list-status-container {
  margin: 60px auto; 
}
.list-status-container .order-status {
  width: 350px !important;
}

.oe-header {
  position: relative;
  z-index: 1000;
  height: 80px;
  background: #ffffff;
}
@media only screen and (max-width: 479px) {
  .oe-header {
	height: 65px;
  }
  .list-status-container .order-status {
	width: 350px !important;
  }
  .title-special {
	font-size: 13px !important;
  }
}
.oe-header.oe-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform ease-out 350ms;
  -moz-transition: -moz-transform ease-out 350ms;
  transition: transform ease-out 350ms;
}
.oe-header.oe-header-fixed.oe-header-show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 991px) {
  .oe-header.oe-header-fixed {
	display: none;
  }
}
.oe-header .form-order {
  margin-top: 17px;
  text-align: right;
}
.oe-header .form-order .form-control {
  width: 210px;
}
.oe-header .form-order .eb-med .form-control {
  width: 146px;
}
.oe-header .form-order .form-group {
  width: auto;
  margin-left: 5px;
}
.oe-header .form-order .form-group input,
.oe-header .form-order .form-group button,
.oe-header .form-order .form-group .filter-option {
  font-size: 14px;
}
.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.logo a {
  display: block;
  height: 80px;
  width: 176px;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/logo.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo a {
	background-image: url("../img/logo@2x.png");
	background-size: 176px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .logo a {
	margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .logo a {
	height: 65px;
  }
}
.main-nav {
  float: right;
}
.main-nav i {
  font-size: 8px;
}
.main-nav > ul > li {
  position: relative;
  padding: 30px 0 25px 40px;
  font-size: 16px;
  line-height: 22px;
}
.main-nav > ul > li i {
  margin-left: 4px;
}
.main-nav > ul > li:hover .sub-nav {
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.main-nav ul {
  list-style: none;
}
.sub-nav {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 80%;
  min-width: 180px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  list-style: none;
  visibility: hidden;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  -moz-transition: opacity 300ms ease, -moz-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
}
.sub-nav:before,
.sub-nav:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.sub-nav:before {
  top: -16px;
  right: 20px;
  border: 8px solid transparent;
  border-bottom: 8px solid #e1e1e1;
}
.sub-nav:after {
  top: -14px;
  right: 21px;
  border: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
}
.sub-nav a {
  display: block;
}
.sub-nav > li {
  padding: 0;
  margin: 0;
  position: relative;
}
.sub-nav > li a {
  position: relative;
  padding: 16px 15px 11px;
  border-top: 1px solid #e1e1e1;
}
.sub-nav > li a > i {
  position: absolute;
  top: 17px;
  right: 13px;
  -webkit-transition: right 300ms linear;
  -o-transition: right 300ms linear;
  transition: right 300ms linear;
}
.sub-nav > li a:hover {
  font-weight: 700;
}
.sub-nav > li a:hover > i {
  right: 10px;
}
.sub-nav > li:hover .nav-lv2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sub-nav > li:first-child > a {
  border-top: 0;
}
.sub-nav .nav-lv2 {
  position: absolute;
  z-index: 10;
  right: -100%;
  top: -1px;
  min-width: 180px;
  padding: 0;
  margin-right: -20px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sub-nav .nav-lv2 li:first-child a {
  border-top: 0;
}
.nav-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 14px 10px 10px;
  outline: none !important;
  border: 0;
  color: #73797E !important;
  font-size: 20px;
  background-color: transparent;
  line-height: 1em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-btn:active,
.nav-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-btn .sbicon-close {
  display: block;
}
.nav-btn .sbicon-nav {
  display: none;
}
.nav-btn.collapsed .sbicon-close {
  display: none;
}
.nav-btn.collapsed .sbicon-nav {
  display: block;
}
@media only screen and (max-width: 991px) {
  .nav-btn {
	display: block;
  }
  .main-nav {
	display: block;
	float: none;
	z-index: 2000;
	position: absolute;
	overflow: hidden;
	top: 0;
	visibility: hidden;
	left: -15px;
	right: -15px;
	background-color: transparent;
	border-radius: 0;
  }
  .main-nav > ul {
	background-color: #ffffff;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: all 300ms ease 200ms;
	-o-transition: all 300ms ease 200ms;
	transition: all 300ms ease 200ms;
  }
  .main-nav > ul > li {
	display: block;
	padding: 0;
  }
  .main-nav > ul > li > a {
	display: block;
	padding: 10px 30px;
	font-size: 15px;
  }
  .main-nav > ul > li.parent-node > a {
	display: none;
  }
  .main-nav.collapsing,
  .main-nav.in {
	visibility: visible;
  }
  .main-nav.in > ul {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
  }
  .sub-nav {
	position: relative;
	z-index: 20;
	visibility: visible;
	border: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  .sub-nav li a {
	padding: 15px 30px;
	border: 0;
	font-size: 15px;
  }
  .sub-nav:before,
  .sub-nav:after {
	display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav {
	left: 0;
	right: 0;
  }
}

@charset "UTF-8";
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Regular.eot');
  src: url('../fonts/Avenir-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Regular.otf') format('opentype'), url('../fonts/Avenir-Regular.woff') format('woff'), url('../fonts/Avenir-Regular.ttf') format('truetype'), url('../fonts/Avenir-Regular.svg#Avenir') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.eot');
  src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.otf') format('opentype'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Demi.eot');
  src: url('../fonts/Avenir-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Demi.otf') format('opentype'), url('../fonts/Avenir-Demi.woff') format('woff'), url('../fonts/Avenir-Demi.ttf') format('truetype'), url('../fonts/Avenir-Demi.svg#Avenir') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Bold.eot');
  src: url('../fonts/Avenir-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Bold.otf') format('opentype'), url('../fonts/Avenir-Bold.woff') format('woff'), url('../fonts/Avenir-Bold.ttf') format('truetype'), url('../fonts/Avenir-Bold.svg#Avenir') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Regular';
  src: url('../fonts/Avenir-Regular.otf');
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('../fonts/Avenir-Medium.otf');
}
@font-face {
  font-family: 'Avenir-Bold';
  src: url('../fonts/Avenir-Bold.otf');
}
@font-face {
  font-family: 'AvenirNext-Bold';
  src: url('../fonts/Avenir-Bold.otf');
}
@font-face {
  font-family: 'AvenirNext-BoldCn';
  src: url('../fonts/AvenirNext-BoldCn.otf');
}
@font-face {
  font-family: 'AvenirNext-BoldCnlt';
  src: url('../fonts/AvenirNext-BoldCnlt.otf');
}
@font-face {
  font-family: 'AvenirNext-Cn';
  src: url('../fonts/AvenirNext-Cn.otf');
}
@font-face {
  font-family: 'AvenirNext-Cnlt';
  src: url('../fonts/AvenirNext-Cnlt');
}
@font-face {
  font-family: 'AvenirNext-Demi';
  src: url('../fonts/AvenirNext-Demi.otf');
}
@font-face {
  font-family: 'AvenirNext-DemiCn';
  src: url('../fonts/AvenirNext-DemiCn.otf');
}
@font-face {
  font-family: 'AvenirNext-DemiCnlt';
  src: url('../fonts/AvenirNext-DemiCnlt.otf');
}
@font-face {
  font-family: 'AvenirNext-Demilt';
  src: url('../fonts/AvenirNext-Demilt.otf');
}
@font-face {
  font-family: 'AvenirNext-HeavyCn';
  src: url('../fonts/AvenirNext-HeavyCn.otf');
}
@font-face {
  font-family: 'AvenirNext-HeavyCnlt';
  src: url('../fonts/AvenirNext-Heavy.otf');
}
@font-face {
  font-family: 'AvenirNext-Black';
  src: url('../fonts/AvenirNext-Black.otf');
}
@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('../fonts/AvenirLTStd-Medium.otf');
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 700;
}
.font-bold {
  font-weight: 800;
}
.font-xs {
  font-size: 9px;
}
.font-sm {
  font-size: 14px;
}
.font-md {
  font-size: 16px;
  line-height: 22px;
}
.font-lg {
  font-size: 18px;
  line-height: 22px;
}
.font-xl {
  font-size: 30px;
}
.font-giant {
  font-size: 56px;
  line-height: 60px;
}
@font-face {
  font-family: "shop-and-box";
  src: url("../fonts/icons/shop-and-box.eot");
  src: url("../fonts/icons/shop-and-box.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/shop-and-box.woff") format("woff"), url("../fonts/icons/shop-and-box.ttf") format("truetype"), url("../fonts/icons/shop-and-box.svg#shop-and-box") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "shop-and-box" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="sbicon-"]:before,
[class*=" sbicon-"]:before {
  font-family: "shop-and-box" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sbicon-dropdown-arrow:before {
  content: "a";
}
[data-icon]:before {
  font-family: "shop-and-box" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="sbicon-"]:before,
[class*=" sbicon-"]:before {
  font-family: "shop-and-box" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sbicon-dropdown-arrow:before {
  content: "a";
}
.sbicon-present:before {
  content: "b";
}
.sbicon-pin-map:before {
  content: "c";
}
.sbicon-marker:before {
  content: "d";
}
.sbicon-star:before {
  content: "e";
}
.sbicon-play:before {
  content: "f";
}
.sbicon-angle-down:before {
  content: "g";T
}
.sbicon-angle-up:before {
  content: "h";
}
.sbicon-checked:before {
  content: "i";
}
.sbicon-arrow-right:before {
  content: "j";
}
.sbicon-arrow-left:before {
  content: "k";
}
.sbicon-nav:before {
  content: "l";
}
.sbicon-close:before {
  content: "m";
}
.sbicon-social-facebook:before {
  content: "n";
}
.sbicon-social-twitter:before {
  content: "o";
}
.sbicon-caret-left:before {
  content: "p";
}
.sbicon-person:before {
  content: "q";
}
.sbicon-file:before {
  content: "r";
}

[class^="icon-"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icon-social {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
/* 
  ----------------------
*/


button {
  text-transform: uppercase;
}
.seperator {
  height: 10px;
}
.seperator20 {
  height: 20px;
}
.modal-title {
  font-family: Avenir; 
  font-size: 30px
}
.modal-item-upload-img-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url('../img/camera_icon.jpg');
  border: 1px solid #DDDDDD;
  margin: 6px auto;
  border-radius: 3px;
  max-width: 150px;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 150px;
  color: #CCCCCC;
  text-align: center;
  /* padding: 8px; */
  border-radius: 4px;
}
.modal-item-upload-img-container img {
  width: 100%;
}
.browse-img {
  width: 112px;
  height: 37px;
  background: #fbda57;
  padding: 11px 6px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
}
.browse-img:hover {
  background: #fadc66; 
  -webkit-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
}
.browse-img input {
  display: block !important;
  max-width: 140px !important;
  height: 57px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: relative;
  top: -39px;
  left: -37px;
  cursor: pointer;
}

.browse-wide-img {
  width: 150px;
  height: 37px;
  background: #fbda57;
  padding: 9px 25px;
  margin: auto;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
}
.browse-wide-img:hover {
  background: #fadc66; 
  -webkit-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
}
.browse-wide-img input {
  display: block !important;
  max-width: 140px !important;
  height: 57px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: relative;
  top: -39px;
  left: -37px;
  cursor: pointer;
}

.browse-btn-text {
  font-family: Avenir-Bold;
  text-align: center;
}

.hp-text{
  color: #4a90e2;
}
.input-error-msg {
  color: #EC3E3E;
  margin-top: 3px !important
}
.input-error {
  border: 1px solid #a94442 !important;
  border-radius: 5px; 
}
.input-error-text {
  color: #EC3E3E
}
#header_message, #bottom_message {
  position: fixed;
  left: 0px;
  right: 0px;
  max-width: 315px;
  max-height: 300px;
  min-height: 60px;
  margin: auto;
  overflow: auto;
  z-index: 2000;
}
#header_message {
  top: 0px;
  padding: 10px 10px 30px 10px;
  color: #2D0707;
  background: rgba(239, 195, 55, 0.95);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#bottom_message {
  bottom: 0px;
  padding: 10px 10px 30px 20px;
  color: #fff;
  background: rgba(53, 53, 53, 0.8);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#header_message .message-dismiss {
  padding: 5px;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 30px;
  cursor: pointer;
}
.message-dismiss span {
  color: #4A4747;
  text-decoration: underline;
  font-weight: bold;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  visibility: hidden;
}
.site_loader {
  position: fixed;
  top: 25%;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 261px;
  height: 200px;
  padding: 70px 50px;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  text-align: center;
  pointer-events: none;
}
.site_loader img {
  border-radius: 50%;
}
.image-container {
  width: 100%;
}
.image-container img {
  width: 100%;
}
.header-special {
  margin-top: 30px;
  color: #00b0f0;
  font-weight: 600;
  line-height: 15px;
}
.title-404 {
  color: #575658;
  font-weight: 600;
  font-size: 28px;
}
.paragraph-404 {
  margin-top: 30px;
  font-size: 18px;
  color: #757575;
}
.section-404 {
  margin-top: 20px;
}
.step-container {
  padding-top: 30px;
  text-align: center;
}
.step-container img {
  height: 130px;
}
.step-title{
  text-align: center;
  font-weight:bold;
  padding-bottom:10px;
  padding-top:22px;
  font-size:16px;
}
@media only screen and (min-width: 769px) {
  .mobile-section {
	display: none;
  }
  .desktop-section {
	display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-section {
	display: block;
  }
  .desktop-section {
	display: none;
  }
  .msg-send-btn {
	width: 72px;
  }
  .text-center-xs {
	text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .md-screen {
	display: none;
  }
  .lg-screen {
	display: block;
  }
}
@media only screen and (max-width: 991px) {
  .md-screen {
	display: block;
  }
  .lg-screen {
	display: none;
  }
  .msg-send-btn {
	width: 72px;
  }
  .section-404 {
	text-align: center;
  }
  .text-center-sm {
	text-align: center;
  }
}
.order-status {
  color: #818181;
  list-style: none;
  width: 345px;
  margin: auto;
  font-size: 14px;
  font-family: AvenirNext-Demi;
}
.order-status li {
  display: inline;
}
.order-status li span {
  background: #ffffff;
  padding: 14px 10px;
  border: 1px solid #818181;
  color: #818181;
}
.order-status li .active {
  color: #ffffff;
  background: #818181;
}
.order-status li:first-child span {
  border-right: 0px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.order-status li:last-child span {
  border-left: 0px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.text-container {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.input-label-top {
  margin-top: 5px;
  margin-bottom: 2px;
  font-weight: 600;
}

.edit_profile_scroll{ 
  height:200px; overflow-y:auto; border: 2px solid #e1e1e1; padding: 10px; background-color:#FFFFFF;  
} 
.link {
  color: #4a90e2;
  font-size: 14px;
}

#link-copy {
  padding: 10px;
  color: #000 !important;
}
.t-center-link {
  display: inline-block !important;
  float: right;
}
.t-center-link .link {
  color: #4a90e2;
}
@media only screen and (max-width: 767px) {
  .t-center-link {
	visibility: hidden;
  }
}

.item-not-found {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
  color: #666;
}
.tc-tips {
  text-transform: uppercase;
}
#footer .socials {
  text-align: center;
}
#footer .icon-social {
  width: 30px;
  height: 30px;
  margin: 0 3px;
}

@media only screen and (min-width: 992px) {
  #footer .icon-social {
	width: 20px !important;
	height: 20px !important;
  }
}
#footer .socials ul {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #d9d9d8;
  border-radius: 6px;
}
#footer .socials ul li {
  float: left;
  width: 50%;
  margin: 0;
}
#footer .smainocials ul li a {
  display: block;
  font-size: 10px;
  padding: 3px;
  text-transform: uppercase;
  line-height: 14px;
}
.channels {  
  margin-top: 15px;
  text-align: center;
}
.channels li{
  display: inline-block;
  max-width: 150px;
  padding: 10px;
}
.channels .channel-text {
  position: relative;
  top: -6px;
  left: 5px;
}
.pre-wrap {
  white-space: pre-wrap;
}
.text-justified {
  text-align: justify;
}
.label-top {
  margin-top: 10px;
}
.seperator-x1 {
  margin-top: 10px;
}
.seperator-x1-5 {
  margin-top: 15px;
}
.seperator-x2 {
  margin-top: 20px;
}
.seperator-x3 {
  margin-top: 30px;
}
.seperator-x4 {
  margin-top: 40px;
}
.seperator-x5 {
  margin-top: 50px;
}
.seperator-x6 {
  margin-top: 60px;
}
.btn.btn-full-width {
  width: 100% !important;
}
.margin-bottom-x2 {
  margin-bottom: 20px;
}
.shipping-calc {
  margin-top: 20px;
  overflow: hidden;
}
.title-special {
  position: relative;
  display: inline-block;
  left: 20px;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  color: #909090;
}
.title-special:after {
  position: absolute;
  top: 0.5em;
  left: 110%;
  width: 600px;
  border-top: 2px solid #DADADA;
  content: '';
}
.sub-header-container {
  display: table;
  width: 100%;
  height: 55px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  background: #E0E0E0;
}
.sub-header-container .sub-header {
  display: table-cell;
  vertical-align: middle;
}
.calc-label {
  width: 100%;
  margin-bottom: 3px !important;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6F6B6B;
}
.shipping-opt-label {  
  cursor: pointer;
  background: #FFF5CA;
  border: 1px solid #FFF5C7;
}
.shipping-opt-label:hover {
  border: 1px solid #FFE778;
}
.so-selected {
  background: #FEEFB2;
  border: 1px solid #E8D895;
}
.shipping-calculator-loader {
  margin-top: 20px;
  width: 100%; 
  text-align: center;
  padding: 25px;
}
.alt-bg {
  background: #EEEEEE;
}
.calc-label > div:first-child {
  text-align: left
}
.calc-label > div:last-child {
  text-align: right;
}
.service-fee .percent {
  font-size: 16px;
  font-weight: 600;
}
.form-errorMsg {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 20px 30px;
  color: #777777;
  background: #F9DDDD;
  margin-top: 10px;
  border-radius: 5px;
}
.calc-total {
  margin-top: 10px;
  font-size: 16px;
  border-top: 2px solid #F6EBC0;
}
.calc-total div:first-child {
  font-weight: 600;
  font-family: AvenirNext-Demi;
  color: #484646;
}
.shipping_calculator_container {
  word-wrap: break-word;
} 

@media(max-width: 450px){
  .shipping-calc .calc-label > div:first-child, .shipping-calc .calc-label > div:last-child {
	display: block;
	margin-top: 5px;
	text-align: left;
	float: none;
	width: 100%;
  }
  .shipping-calc .calc-label > div:first-child {
	color: #A0A0A0;
  }
  .shipping-calc .calc-label > div:last-child {
	margin-top: 10px;
	font-size: 16px;
  }
  .shipping-calc .percent {
	text-align: center;
  }
}

.custom-list li {
  margin-bottom: 5px;
}
.cont-check {
  display: none;
  font-size: 20px;
  color: #3E3E3E;
}
.label-checkbox {
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #6D6D6D;
  background: rgba(255,255,255, 0.7);
  border-radius: 5px;
  z-index: 1500;
}
.label-checkbox input[type=checkbox]{
  display: none;
}
.label-checkbox input[type=checkbox]:checked ~ .cont-check {
  display: block;
}
.label-item-card {
  cursor: pointer;
}
.btn-xl-custom {
  padding: 27px 56px 27px 56px !important;
}
@media only screen and (max-width: 768px) {
  .landing-header {
	margin-top: 44px;
  }
  .label-checkbox {
	left: 10px;
  }
  .copy-btn {
	font-size: 16px !important;
	text-align: left: !important;
  }
}
@media only screen and (max-width: 991px) {
  .landing-banner {
	height: 530px;
  }

  .landing-banner .hero-block, .landing-banner .hero-slider, .landing-banner .slide-item, .landing-banner .refer-bg {
	height: 100% !important;
	max-height: none
  }

  .refer-bg {
	background-image: url('/static/assets/img/landing/refer/refer_bg_mobile.jpg');
	background-size: 0px 0px;
  }
}
@media only screen and (min-width: 769px) {
  .label-checkbox {
	right: 10px;
  }
  .landing-header {
	font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-header {
	margin-top: 60px;
  }
  .refer-msg {
	top: -3px !important;
	font-size: 40px !important;
  }
  .refer-bg {
	background-image: url('/static/assets/img/landing/refer/refer_bg_desktop.jpg');
  }
}
@media only screen and (min-width: 1281px) {
  .landing-slider {
	left: 37px;
  }
}
.refer-bg {
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1281px) {
  .app-store-links  {
    left: 130px !important;
  }
}
.message-public {
  max-width: 540px;
  margin-top: 15px;
  font-style: italic;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #888;
}

#order-submit-hint {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  color: #a28218;
}

.img-bg {
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center center;
} 

.boxer-video {
  padding-bottom: 10px;
}

.refer-landing-steps .step-header {
  font-weight: bold;
}

.refer-landing-steps .step-desc {
  font-size: 15px;
  max-width: 285px;
  margin: auto;
  color: #666;
}
.text-landing {
  color: #555 !important;
  text-shadow: none !important;
}

.text-landing a:hover {
  color: #999 !important;
}

#referral-form {
  display: flex;
  display: -webkit-flex;
  margin-top: 30px;
  text-align: left;
}

.copy-input {
  width: 80%;
}

.copy-btn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%; 
  height: 45px;
  min-height: 100%;
  text-transform: uppercase; 
  font-size: 18px; 
  font-weight: bold; 
  background: #A0D0E4; 
  color: #333; 
  text-align: center; 
  cursor: pointer
}

.referral-social {
  background: none !important;
  border: 0px !important;
}

.refer-msg {
  cursor: pointer;
}

.btn-round, button.btn, a.btn {
  border-radius: 30px;
}

.app-store-links {
  display: flex;
  display: -webkit-flex;
  padding-right: 25px;
}

.app-store-links.mobile {
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FBDA57;
}

.app-store-links.mobile .link-store {
  text-align: center;
}

.app-store-links.mobile img {
  width: 80%;
}

.app-store-links.desktop {
  position: absolute;
  max-width: 320px;
  bottom: 50px;
  left: 12px;
  margin-top: 20px;
}

.app-store-links .img {
  width: 90%;
}
.partner-mobile {
  display: none;
}

.app-footer-store-links {
	margin-top: 5px;
}

.app-footer-store-links img {
  margin-bottom: 5px;
  max-width: 140px;
}

.logo-dhl {
  max-width: 150px;
  margin: 10px auto;
}

@media only screen and (max-width: 991px) {
	.partner-mobile {
		display: block;
	}

	.app-footer-store-links {
		margin-top: 5px;
	}

	.app-footer-store-links img {
		margin: 10px auto;
	}

  .text-landing {
    letter-spacing: normal;
    line-height: normal;
    font-weight: normal;
  }

  .text-landing-center {
    margin: 15px auto;
    max-width: 290px;
  }
}

.partner-mobile {
	margin-top: 35px;
}

.partner-mobile .paypal {
	margin: auto;
}

.app-banner {
	display: flex;
}

.app-banner .app-banner-content {
	width: 50%;
}

.app-banner .app-banner-image {
	width: 50%;
}

.app-banner .app-banner-image img {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    padding-right: 15px;
}

.app-banner .app-banner-content .app-banner-header { 
	font-family: Avenir-Medium;
    max-width: 250px;
}

.app-banner .app-banner-content .app-banner-desc {
    max-width: 360px;
    margin-bottom: 20px;
    color: #666;
}

.app-banner .app-banner-content .app-banner-links {
	display: flex;
    max-width: 365px;
}

.app-banner .app-banner-links .store-link {
	margin-right: 10px;
}

@media only screen and (min-width: 768px) {
	.app-banner-content {
	    margin-top: 95px;
	}
	.app-banner {
		padding: 0px 105px;
	}

	.app-banner .app-banner-content .app-banner-header {
    font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.app-banner .app-banner-content .app-banner-header {
	    font-size: 18px;
	}

	.app-banner .app-banner-content .app-banner-desc {
	    margin-bottom: 10px;
	}

	.app-banner .app-banner-links {
        flex-direction: column;
	}

	.app-banner .app-banner-links .store-link {
		margin-bottom: 10px;
	}
  .landing-header-xs {
    max-width: 290px;
    margin: auto;
    margin-top: 70px;
  }
}

.grey-block {
    border-top: #e1e1e1 solid 1px;
    border-bottom: #e1e1e1 solid 1px;
    background-color: #f6f6f6;
    padding: 20px 0;
}

.white-block {
    background: #fff !important;
}

.btn-wrapper-md {
  max-width: 250px;
  margin: auto;
}

.btn-wrapper-md .btn {
  font-weight: bold !important;
}

#caption-edit-msg {
  font-weight: normal !important;
  color: #888;
  font-style: italic;
}

.no-overflow {
  position: relative;
  overflow: hidden;
}

.text-upper {
  text-transform: uppercase;
}

.list-item .btn {
  min-width: 200px;
}

.seperator-big {
  height: 100px;
}

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

.forgot-username {
  margin-top: -5px;
  margin-bottom: 3px;
}

.checkout-btn-cont {
  position: relative;
}

/* Check fallback_style.css for backup styling */
.payment-methods {
  text-align: right;
}

.payment-methods .pb-header {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

._mt {
  margin-top: 10px;
}

@media(max-width: 768px) {
  ._mb-sm {
    margin-bottom: 10px;
  }
}

.section-desc {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Avenir-Medium;
}

.text-upper {
  text-transform: uppercase;
}

.serivce-fee,
.shipping-calculator {
  border: 0px !important;
  margin-bottom: 8px;
}


.menu-cont-rates {
  padding: 20px 0px;
  background-color: #f2f2f2;
  margin-bottom: 0px !important;
}


.menu-cont-rates ul {
  margin-bottom: 0px !important;
  text-transform: uppercase;
}

.menu-cont-rates li {
  display: inline;
  padding-right: 60px;
  font-family: Avenir-Medium;
  color: #a7aaab;
}

@media(max-width: 768px) {
  .menu-cont-rates li {
    display: block;
    margin-top: 10px;
  }
}

.menu-cont-rates a {
  padding: 20px 0px;
  color: #6e6e6e;
  text-decoration: none;
}

.menu-cont-rates a:active,
.menu-cont-rates a:focus {
  padding: 20px 0px;
  color: #000;
}

@media(max-width: 768px) {
  .service-fee-results {
    margin-top: 10px;
    margin-left: 0px !important;
  }
}

/* Rates page */
.fancy-list li {
    line-height: 22px !important;
    margin-top: 8px;
}

.list-simple li {
  margin-top: 10px;
}

@media(max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .dialog-wide {
      width: 90% !important;
  }
}

.list-header {
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.list {
  list-style: none;
}