@charset "utf-8";

/* CSS Document */
/* GLOBAL
----------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 0.9rem;
  line-height: 1.6;
  background: #e5e5e5 url(/themes/valse/img/bg_common.png) repeat left top;
  color: #3d3d3d;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  color: #030303;
}

a, a:visited {
  color: #030303;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover, a:focus {
  color: #007CF9;
  text-decoration: none;
}

ul, ol, dl {
  font-size: 0.9rem;
}

ul {
  list-style-type: square;
}

p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: justify;
}

b, strong {
  font-weight: 400;
  letter-spacing: 0.5px;
}

table {
  border: 0;
  background: none;
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
  background: none;
}

table tbody tr th, table tbody tr td {
  vertical-align: top;
  font-size: 0.9rem;
  padding: 0.5rem 0.8rem;
  line-height: 1.5;
  border-color: #cecece;
}

label {
  font-size: 0.9rem;
  font-weight: 300;
}

.label {
  white-space: unset;
}

.label_hint {
  font-size: 0.8rem;
  color: #a0a0a0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  font-size: 0.9rem;
  background-color: #fff;
  border-color: #dfdfdf;
  color: #303030;
  box-shadow: none;
}

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="submit"].button {
  background-color: #EFAB00;
  text-transform: uppercase;
  color: #f9f9f9;
  border-radius: 3px;
  line-height: 1.3;
}

input[readonly="readonly"] {
  background-color: #efefef !important;
  color: #505050 !important;
}

input:hover, input:focus {
  background-color: #f9f9f9 !important;
  color: #303030 !important;
}

input[type="submit"].button:hover, input[type="submit"].button:focus {
  background-color: #FFF0CA !important;
  color: #EFAB00 !important;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #FEF1F9 !important;
  color: #EFAB00 !important;
}

textarea {
  margin-bottom: 1rem;
}

.button, a.button {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 0.6rem 1.25rem;
  color: #231f20;
  border-radius: 3px;
  background-color: #e6e6e6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.button:hover, a.button:hover, .button:focus, a.button:focus {
  background-color: #FFF0CA;
  color: #231f20;
  text-decoration: none;
}

.icon_q {
  color: #EFAB00;
  max-height: 14px;
  top: -1.7px;
  position: relative;
}

.common_title {
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-size: 17px !important;
}

.section_separator {
  margin-bottom: 1rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1rem;
}

.disabled {
  background-color: #efefef;
}

.disappear {
  display: none;
}

.productbrand_title {
  text-align: center;
}

.product_box {
  border: 1px solid #dfdfdf;
  padding: 0.5rem;
  text-align: center;
}

.formError .formErrorContent {
  left: -102px;
  border: 0 !important;
  box-shadow: 0 0 6px #707070 !important;
}

.formError .formErrorArrow div {
  box-shadow: none !important;
  border: 0 !important;
}

.grow img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.grow img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.row {
  max-width: 1200px;
}

.full_width {
  width: 100%;
}

hr {
  border-color: #d0d0d0;
}

.alert-box ul {
  margin-bottom: 0;
}

.alert-box.smerise {
  background-color: #202020;
  border: #202020;
}

@media only screen and (max-width: 64em) {
  label.inline {
    margin-bottom: 0;
  }
}

/* COMMON BLOCKS
----------------------------------------------------------------------------------------------------*/
.common_block {
  padding: 0.9rem 1.6rem;
  background-color: #050505;
  height: inherit;
  margin-bottom: 0.67rem;
}

.common_block h2 {
  font-weight: bold;
  font-size: 1.05rem;
}

.common_block ul li {
  margin-bottom: 0.33rem;
}

/* POPUP MODAL
----------------------------------------------------------------------------------------------------*/
.reveal-modal {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #c0c0c0;
}

.reveal-modal h1 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
}

.reveal-modal .close-reveal-modal {
  top: -0.1rem;
  right: 0.5rem;
  font-size: 1.9rem;
  font-weight: 300;
  color: #505050;
  text-decoration: none;
}

/* WIDGETS
----------------------------------------------------------------------------------------------------*/
.widget {
  /*padding: 1rem 1.35rem;*/
  padding: 1.5rem 1.8rem;
  border-radius: 7px;
  display: block;
  margin-bottom: 1rem;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
}

.widget h1 {
  border-bottom: 0 !important;
  color: #030303 !important;
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  margin: 0 0 0.65rem !important;
  padding-bottom: 0 !important;
  text-transform: uppercase !important;
}

.widget>ul {
  margin-left: 0;
  list-style-type: none;
}

.widget ul:last-child {
  margin-bottom: 0;
}

.widget ul li {
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
}

.widget ul.simple_list li {
  margin-bottom: 0.35rem;
}

.widget ul li .subtitle {
  color: #999;
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
}

.widget ul li li, .widget ol li li {
  margin: 0.33rem 0;
}

.widget .more_link {
  margin-top: 1.35rem;
}

.widget .more_link a {
  font-size: 0.8rem;
  color: #636363;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#header_wrapper {}

#header_wrapper .tab-bar h1 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
}

.left-off-canvas-menu {
  background: #fff;
}

#header_wrapper ul.off-canvas-list li label {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  background: #efefef;
  color: #606060;
  border-top: none;
}

#header_wrapper ul.off-canvas-list li a {
  padding: 0.66667rem 0.9375rem;
  border-bottom: 1px solid #efefef;
  color: #303030;
}

#header_wrapper ul.off-canvas-list li a:hover {
  background: #f5f5f5;
}

#header_wrapper .left-submenu {
  background: #fff;
}

#header_wrapper .left-submenu .back>a {
  background: #d5d5d5;
  letter-spacing: 0.5px;
}

.move-right .exit-off-canvas {
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1);
}

#header {
  max-width: 1200px;
  padding: 0.3rem 0 0;
}

#header #top_links {
  margin-top: 0.3rem;
}

#header #logo {}

#header #welcome {
  display: inline-block;
  margin-right: 1.33rem;
}

#header .separator, #header_essential .separator, #header_second .separator {
  margin: 0 0.35rem;
}

#header #socials li .fa {
  font-size: 1.2rem;
  transition: all 0.4s ease 0s;
  color: #777;
}

#header #top_links a {
  color: #777;
}

.off-canvas-wrap.move-left {
  position: fixed;
  height: 100%;
  overflow-y: scroll !important;

  .inner-wrap {
    height: auto;
    overflow: scroll;
  }
}

.off-canvas-wrap.move-right {
  position: fixed;
  height: 100%;
  overflow-y: scroll !important;

  .inner-wrap {
    height: auto;
    overflow: scroll;
  }
}

button.expand, .button.expand {
  padding-bottom: 8px !important;
}

button.alert, .button.alert {
  background-color: #777 !important;
  border-color: #777 !important;
  border-radius: 0;
}

.search_text {
  padding: 0px 2rem 0 0.9375rem !important;
  border-radius: 0.2rem !important;
}

.shopping-cart {
  margin: -5px 4.063rem !important;
}

.button_checkout {
  /* background-color:#cc0000; */
  float: right;
}

.searchspan {
  float: right;
  margin-right: 0.7rem;
  margin-top: -1.65rem;
  position: relative;
  z-index: 2;
  color: #707070;
}

input#search_bar {
  margin-bottom: 0;
}

input#search_bar::placeholder {
  text-align: left;
  color: #cecece;
}

.tab-bar {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  color: #030303;
}

.tab-bar-section #tab-bar-logo {
  height: 26px;
  margin-top: -4px;
}

.left-small {
  border-right: none;
}

.tab-bar .menu-icon span::after {
  box-shadow: 0 0 0 1px #606060, 0 7px 0 1px #606060, 0 14px 0 1px #606060;
}

/*-------Toggle menu--------*/
.togglemenu {
  display: none;
  width: 100%;
}

.togglemenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #202020;
}

.togglemenu ul li {
  color: #777;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px 0;
  text-transform: uppercase;
}

.togglemenu ul li:hover {
  color: #333;
}

.togglemenu a {
  text-decoration: none;
  color: #f5f5f5;
}

.toggle {
  color: #BDBCBC !important;
}

#header_essential {
  background-color: #1b75bb;
  padding: 0.3rem 0;
  margin-bottom: 1rem;
  color: #f5f5f5;
  font-size: 0.8rem;
}

#header_essential a {
  color: #fff;
  text-decoration: none;
}

#header_essential #button_modelup {
  display: inline-block;
  color: #f9f9f9;
  padding: 0.1rem 0.6rem;
  background-color: #EFAB00;
  margin: 0 0.45rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 1px;
  text-transform: uppercase;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

#header_second {
  max-width: 1200px;
}

#header_second #logo {
  max-height: 65px;
  margin: 0.5rem 0 2rem;
}

#header_second .search {
  margin-top: 0.5rem;
}

#header_second .cart {
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  text-align: right;
}

#header_second .cart .fa-shopping-cart {}

#header_second .cart span#welcome {
  margin-right: 0.4rem;
}

#header_second .cart a {
  margin: 0 0.4rem;
}

#header_second .cart a:last-of-type {
  margin: 0 0 0 0.4rem;
}

#header_second .cart .separator {
  color: #c6c6c6;
  font-weight: 300;
}

@media only screen and (max-width: 64em) {
  #header_wrapper {
    margin-top: 2.5rem !important;
  }

  #header_essential {
    background-color: transparent;
    margin-bottom: 1rem;
    color: #030303;
    margin-top: 3rem;
  }

  #header_essential a {
    color: #303030;
  }

  input#search_bar {
    margin-bottom: 1rem;
  }

  .searchspan {
    margin-top: -2.65rem;
  }
}

@media only screen and (max-width: 40em) {
  .fixed_checkout {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.97);
    padding: 0 0.9rem 0.5rem;
    top: 2.8rem;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  }

  .fixed_button {
    margin-bottom: 0.5rem !important;
  }

  .fixed_cart {
    margin-top: 0.5rem !important;
  }
}

/* TOP NAVIGATION
----------------------------------------------------------------------------------------------------*/
#nav_main {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}

#nav_main_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#nav_wrapper {
  max-width: 97.5%;
  margin: 0 auto;
}

#main_nav_bar {
  width: 100%;
  background: transparent;
  margin: 0;
  position: relative;
}

#main_nav_bar .main_ul {
  background: transparent;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 47px;
}

#main_nav_bar>.main_ul {
  text-align: center;
}

#main_nav_bar>.main_ul>li>ul {
  text-align: left;
  margin-left: 0;
}

#main_nav_bar ul li ul, #main_nav_bar ul li ol {
  margin-left: 0;
}

#main_nav_bar>.main_ul>li>ul h1 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0 0 0.2rem;
  letter-spacing: 0.5px;
}

#main_nav_bar>.main_ul>li>ul h1.sub {
  /*margin-top: 1rem;*/
}

#main_nav_bar>.main_ul>li>ul h2 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 1.6rem;
  margin-bottom: 0;
}

#main_nav_bar>.main_ul>li>ul .bottom_part {
  margin-top: 1.5rem;
}

#main_nav_bar .main_ul li {
  display: inline-block;
  position: relative;
}

#main_nav_bar .main_ul li .dropdown li {
  display: block;
  padding: 0.25rem 0;
}

#main_nav_bar .main_ul li .dropdown ul.multi_column {
  column-count: 3
}

#main_nav_bar .main_ul li .dropdown ul.multi_column>li {
  display: block;
}

#main_nav_bar .main_ul>li>a {
  color: #202020;
  display: block;
  padding: 0px 20px;
  text-decoration: none;
  height: auto;
  line-height: 3rem;
  z-index: 99;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#main_nav_bar ul li:hover>a {
  color: #f5f5f5;
}

#main_nav_bar ul li:hover>ul {
  display: block;
}

#main_nav_bar {
  background-color: transparent;
}

#main_nav_bar ul li>a {
  color: #030303;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.9rem;
}

#main_nav_bar>ul>li>a {
  font-size: 0.95rem;
}

#main_nav_bar ul li.active>a {
  color: #007CF9;
}

#main_nav_bar .products_dropdown {
  border: 1px solid #dfdfdf;
  margin-left: 0rem;
}

#main_nav_bar .main_ul li .dropdown li>a {
  margin: 0;
}

#main_nav_bar .dropdown {
  top: 47px;
  height: auto;
  background-color: #000;
  padding: 0.5rem 1.35rem 0.9375rem;
  left: 0px;
  z-index: 100;
  display: none;
  width: 16rem;
  position: absolute;
  -webkit-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 5px 20px -12px rgba(0, 0, 0, 0.75), 0 0 30px 20px #f7f7f7 inset;
  background: rgba(255, 255, 255, 0.97);
}

#main_nav_bar .dropdown .dropdown {
  top: 0;
  background-color: #f7f7f7;
}

/* Hero
 --------------------------------------------------------------------------------------------------*/
#hero_banner {
  height: 250px;
  display: none;
}

@media only screen and (max-width: 40em) {
  #hero_banner {
    height: 150px;
  }
}

/* Story
 --------------------------------------------------------------------------------------------------*/
#our_story_wrapper {
  background: transparent url('/themes/smerise/img/bg_our_story_pc.jpg') no-repeat scroll center / cover;
}

#our_story_wrapper .breadcrumbs a, #our_story_wrapper .breadcrumbs> ::before {
  color: #fff !important;
}

#our_story_wrapper h1 {
  margin-top: 2rem !important;
  font-size: 2.2rem !important;
  letter-spacing: 1px !important;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#our_story_wrapper p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.8rem;
}

#our_story_wrapper p a {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}

@media only screen and (max-width: 40em) {
  #our_story_wrapper {
    background: transparent url('/themes/smerise/img/bg_our_story_mobile.jpg') no-repeat scroll top / cover;
  }
}

/* NewsTicker
 --------------------------------------------------------------------------------------------------*/
.menu_update {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #f2f2f2;
  color: #404040;
}

.menu_update ul {
  margin: 0.55rem 0;
  line-height: 1.6rem;
  overflow: hidden;
  font-size: 0.9rem;
}

.menu_update ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 24px;
}

@media only screen and (min-width: 40em) {
  .menu_update {
    margin-top: -1px;
  }
}

/* BREADCRUMB
----------------------------------------------------------------------------------------------------*/
#breadcrumbs_wrapper {
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 0px;
}

.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.breadcrumbs>* {
  text-transform: none;
  font-size: 0.8rem;
  line-height: 2rem;
}

.breadcrumbs>*:before {
  color: #afafaf;
  content: "/";
  margin: 0 0.7rem;
  top: 0;
}

.breadcrumbs>* a {
  color: #636363;
  line-height: 3.4;
}

.breadcrumbs>.current a {
  color: #959595;
  text-decoration: none;
}

.breadcrumbs>*:hover a, .breadcrumbs>*:focus a {
  text-decoration: underline;
}

@media only screen and (max-width: 40em) {
  .breadcrumbs {
    margin: 0 auto 1rem;
    padding-top: 1rem;
  }

  .breadcrumbs>* {
    line-height: 1;
  }

  .breadcrumbs>* a {
    line-height: 1.6;
  }
}

/* MAIN FRAMES
----------------------------------------------------------------------------------------------------*/
#main_outer_wrapper {}

#main_wrapper {
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}

#main_wrapper #main_content_wrapper {
  margin-bottom: 1rem;
}

#main_wrapper #main_content_wrapper>h1 {
  /*margin: 0 0 0.35rem;*/
  margin: 0 0 1rem;
  border-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.3px;
}

#main_wrapper #main_content_wrapper h2 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#main_wrapper #main_content_wrapper h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  margin-top: 1rem;
}

#main_wrapper #main_content_wrapper h2 a {
  color: #030303;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
/*@media only screen and (max-width:40.063em) {
	#footer_wrapper {
		color: #f5f5f5 !important;
		background: #777 !important;
	}
	#footer_wrapper #footer h1, #footer_wrapper #footer a {
		color: #f5f5f5 !important;
	}
}*/
#footer_wrapper {
  background-color: #1b75bb;
  border-top: 1px solid #1d7ec9;
  padding: 1.2rem 0 1rem;
  margin-top: 0;
  color: #fff;
  font-size: 0.9rem;
}

#footer_wrapper #footer_newsletter {
  border-bottom: 1px solid #1d7ec9;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
}

#footer_wrapper #footer_newsletter #newsletter_title {
  padding-top: 0.35rem;
  font-weight: 700;
  color: #fff;
}

#footer_wrapper #footer_newsletter #newsletter_input input {
  margin-bottom: 0;
}

#footer_wrapper #footer {
  max-width: 1200px;
  margin-bottom: 1.5rem;
}

#footer_wrapper #footer h1 {
  color: #fff;
  margin: 0 0 0.5rem;
  font-size: 0.87rem;
  font-weight: 700;
  text-transform: uppercase;
}

#footer_wrapper #footer ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.7rem;
  font-size: 0.87rem;
  font-weight: 400;
}

#footer_wrapper #footer ul li {
  margin-bottom: 0.35rem;
}

#footer_wrapper #footer a {
  color: #fff;
}

#footer_wrapper #footer a:hover {
  color: #fff;
}

#footer_wrapper #footer #apps img {
  width: 11.5rem;
}

#footer_wrapper #footer ul#socials {
  list-style: outside none none;
  position: relative;
  margin-bottom: 0.5rem;
  margin-top: 0.1rem;
}

#footer_wrapper #footer ul#socials li {
  display: inline-block;
  padding-right: 1.5rem;
}

#footer_wrapper #footer ul#socials li:last-of-type {
  padding-right: 0;
}

#footer_wrapper #footer ul#socials li a {
  display: block;
  color: #fff;
  position: relative;
}

#footer_wrapper #footer ul#socials li a.adjust {
  top: -1px;
}

#footer_wrapper #footer_bottom {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 0;
  border-top: 1px solid #1d7ec9;
}

#footer_wrapper #footer_bottom_wrapper {
  color: #fff;
}

#footer_wrapper #footer_bottom_wrapper #footer_powered {
  margin-top: 0.1rem;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  color: #c0c0c0;
}

#footer_wrapper #footer_bottom_wrapper #footer_powered a {
  color: #c0c0c0;
  text-decoration: underline;
}

#footer_wrapper #footer_bottom #footer_payment_options img {
  max-height: 4.8rem;
  margin-top: -16px;
}

@media only screen and (max-width: 64em) {
  #footer_wrapper #footer_newsletter #newsletter_title {
    padding-top: 0;
    margin-bottom: 0.4rem;
  }

  #footer_wrapper #footer #apps {
    margin-bottom: 1.8rem;
  }

  #footer_wrapper #footer_bottom #footer_payment_options {
    margin-bottom: 1rem;
  }
}

/* PAGINATION
----------------------------------------------------------------------------------------------------*/
.pagination_wrapper {
  display: inline-block;
  margin-bottom: 1rem;
}

.pagination_wrapper .pagination li.current a {
  background: #EFAB00;
}

.pagination_wrapper .pagination li {}

.pagination_wrapper .pagination li>a {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8rem;
  color: #202020;
  padding: 0.2rem 0.62rem;
  background: #efefef;
  font-weight: 300;
}

.pagination_wrapper .pagination li>a:hover {
  background: #d9d9d9;
}

.pagination_wrapper .pagination li.current a:hover, .pagination li a:hover {
  background: #EFAB00;
}

.pagination_wrapper .pagination li.disabled>a {
  background: none repeat scroll 0 0 #efefef;
  color: #909090;
  cursor: default;
  text-decoration: none;
}

.pagination_wrapper .pagination li.dots>a {
  background: none repeat scroll 0 0 #efefef;
  color: #202020;
  cursor: default;
}

/* FORM
----------------------------------------------------------------------------------------------------*/
.common_form {}

.common_form.common_block {
  padding: 1rem 0;
}

.common_form textarea {
  height: 10rem;
}

.common_form hr {
  margin: 0 0 1rem;
}

.label_required {
  color: #ED0D89;
  display: inline-block;
  margin-left: 0.2rem;
}

/* VALIDATION
----------------------------------------------------------------------------------------------------*/
#frm label.error {
  margin-left: 10px;
  width: auto;
  display: inline;
}

form.cmxform label.error, label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
  color: #c22;
  margin-left: 7px;
  font-style: italic
}

.block {
  display: block;
}

form.cmxform label.error {
  display: none;
}

/* CRUD SEACRH
----------------------------------------------------------------------------------------------------*/
#search_box {
  padding: 15px 20px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 22px;
  /*background: rgba(0,0,0,0.9) !important;*/
}

.search_initial {
  border: 1px solid #ddd !important;
  /*background-color: rgba(0,0,0,0.9) !important;*/
  border-radius: 0 0 0 0 !important;
}

#search_box h2 {
  display: inline-block;
  margin-bottom: 0;
}

#search_box #search_trigger_box {
  display: inline-block;
  font-size: 11px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

#search_box #search_content {
  margin-top: 5px;
}

#search_box table {
  width: 100%;
}

/* MEMBER
----------------------------------------------------------------------------------------------------*/
.member_table {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%;
  margin-top: 10px;
}

.member_table a {}

.member_table .member_detail a {}

.member_table .member_detail a:hover {
  color: #333;
}

.member_table th {
  text-align: left;
  padding: 0.8rem 1.2rem;
  background-color: #202020;
  color: #f5f5f5;
  border: 1px solid #505050;
  border-bottom: 0;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 0.3rem;
  text-transform: uppercase;
}

.member_table td {
  padding: 0.8rem 1.2rem;
  border-left: 1px solid #ddd;
  color: #030303;
}

.member_table_nocell th {
  text-align: left;
  padding: 7px 5px 3px;
  vertical-align: top;
  min-width: 90px;
}

.member_table_nocell td {
  padding: 3px 5px;
}

.member_table_right {
  border-right: 1px solid #202020;
}

.member_table tr:nth-child(odd) {}

.member_table tr:nth-child(even) {
  background: none;
}

.member_results {}

.member_results .results_left {
  float: left;
}

.member_results .results_right {
  float: right;
  text-align: right;
  padding-top: 4px;
}

.member_results .results_right a {
  margin-left: 0;
}

/* CART
----------------------------------------------------------------------------------------------------*/
.cart_block {}

.cart_block h1 {
  border-bottom: 1px dotted #C5C5C5;
  color: #333333;
  font-size: 17px;
  margin: 0 0 10px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.cart_block ul {}

.cart_block ul li {
  margin-bottom: 5px;
}

.cart_table {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%;
  margin: 10px 0 20px;
}

.cart_table a {}

.cart_table th {
  text-align: left;
  padding: 0.8rem 1.2rem;
  background-color: #f2f2f2;
  color: #404040;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.cart_table td {
  padding: 0.8rem 1.2rem;
  border-left: 1px solid #ddd;
  color: #030303;
}

.cart_table_nocell th {
  text-align: left;
  padding: 7px 5px 3px;
  vertical-align: top;
  min-width: 90px;
}

.cart_table_nocell td {
  padding: 3px 5px;
}

.cart_table_right {
  border-right: 1px solid #ddd;
}

.cart_table tr:nth-child(odd) {}

.cart_table tr:nth-child(even) {
  background: none;
}

.cart_results {}

.cart_results .results_left {
  float: left;
}

.cart_results .results_right {
  float: right;
  text-align: right;
  padding-top: 4px;
}

.cart_results .results_right a {
  margin-left: 0;
}

td.cart_details {
  border-left: 0px;
}

.cart_title {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 3px;
  color: #030303;
  text-transform: uppercase;
}

.cart_description {
  color: #909090;
  font-size: 0.9rem;
  line-height: 16px;
}

.cart_quantity {
  border: 0;
  background-color: transparent;
}

.cart_remove {
  border: 0 none;
  padding: 0;
}

#cart_wrapper {
  margin-bottom: 2rem;
}

#cart_total_product {
  font-size: 12px;
  margin: 11px 0 5px !important;
  text-align: right;
}

#order_summary {
  border-right: 1px solid #202020;
  border-top: 1px solid #202020;
}

#order_summary tr {
  background: none;
}

#order_summary td.cart_summary_label {
  font-weight: bold;
  padding: 7px 10px;
}

#order_summary td.cart_summary_value {
  text-align: right;
  border-left: 0;
  padding: 7px 14px;
}

#order_summary tr.cart_total {
  background-color: rgba(204, 204, 204, 0.25);
}

#order_summary tr.cart_total td.cart_summary_value {
  font-weight: bold;
  font-size: 24px;
  padding: 10px 15px;
}

#order_summary tr.cart_total td {
  border-top: 1px solid #202020;
}

/* SORTABLE AND DRAGGABLE
----------------------------------------------------------------------------------------------------*/
.ui-sortable-helper {
  background: rgba(255, 255, 255, 0.85) !important;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
  box-shadow: 0px 0px 15px 5px rgba(0, 102, 255, .35) !important;
}

.ui-sortable-space {
  background: #FFE7A3 !important;
}

.sortable_position {
  border-radius: 3px;
  display: inline-block;
  height: 12px;
  line-height: 13px;
  padding: 5px;
  width: 12px;
}

.sortable_tip {
  color: #909090;
  font-size: 11px;
  font-style: italic;
  margin: 10px 0 0;
  background: url('../img/ico_note.png') no-repeat 0 1px transparent;
  padding-left: 20px;
}

/* VENDORS
----------------------------------------------------------------------------------------------------*/
/* Addthis */
.addthis_default_style {
  display: inline-block;
}

/* Chosen */
.chzn-container {
  margin-bottom: 1rem !important;
}

.chzn-container-single .chzn-single {
  padding: 0.5rem !important;
  height: auto !important;
  line-height: normal !important;
  font-size: 0.9rem !important;
  color: #030303 !important;
  font-size: 0.9rem !important;
  background-color: #fff !important;
  border: 1px solid #dfdfdf !important;
}

.chzn-container-single .chzn-single div b {
  background-position: 0px 8px !important;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 8px !important;
}

.chzn-container-single .chzn-drop {
  background-color: #fff !important;
  border: 1px solid #dfdfdf !important;
  padding: 0.35rem 0 !important;
}

#country_select .chzn-container {
  background: transparent !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  top: -2px;
}

#country_select .chzn-container-active.chzn-with-drop {
  border: 0 !important;
  box-shadow: none !important;
}

#country_select .chzn-container .chzn-single {
  background: transparent !important;
  padding: 0rem !important;
  font-size: 0.8rem !important;
  border: 0 !important;
  color: #fff !important;
}

#country_select .chzn-container-active .chzn-single {
  box-shadow: none;
  border: none;
}

#country_select .chzn-container-active.chzn-with-drop .chzn-single {
  box-shadow: none;
  border: none;
}

#country_select .chzn-container-single .chzn-single div b {
  background-position: 0px 0px !important;
}

#country_select .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 0px !important;
}

#country_select .chzn-container-single .chzn-drop {
  background-color: #000 !important;
  border: 1px solid #303030 !important;
  padding: 0.1rem 0 !important;
  color: #fff !important;
  min-width: 10rem;
  top: 23px;
}

#country_select .chzn-container-single .chzn-search input {
  background: #000 !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  padding: 0rem 0.3rem !important;
  border: 1px solid #505050 !important;
  height: 2rem;
}

#country_select .chzn-container .chzn-results li {
  font-size: 0.8rem;
}

#country_select .chzn-container .chzn-results li:hover {
  background: #303030 !important;
  color: #fff;
}

#country_select .chzn-container .chzn-results .highlighted {
  background-color: #cecece;
  color: #202020;
}

#country_select .chzn-container .chzn-results li em {
  background: #404040;
}

#country_select .chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.chzn-container .chzn-results .no-results {
  background: #400 !important;
}

/* DEBUG
----------------------------------------------------------------------------------------------------*/
#debug_box {
  width: 960px;
  margin: 1rem auto;
  font-size: 0.85rem;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  padding: 1rem 1.67rem;
  border: 3px solid #0066FF;
  border-radius: 0.9rem;
  overflow: scroll;
}

#debug_box h1 {
  padding: 0;
  margin: 0 0 1rem;
  font-size: 1.2rem;
}

/* PRODUCT LIST
----------------------------------------------------------------------------------------------------*/
.product_list_box {
  background: #fff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
  padding: 0.9375rem;
  position: relative;
}

.product_list_box_brand {
  font-weight: 600;
}

.product_list_box h2 {
  margin: 0 0 8rem !important;
  font-size: 1.1rem !important;
}

.product_list_box .rrp_price {
  line-height: 1;
  color: #b0b0b0;
  font-size: 0.8rem;
}

.product_list_box .product_price {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.product_list_box .price_drop {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 100px;
  background-color: #202020;
  color: #f5f5f5;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  line-height: 2.4;
  padding-left: 3px;
}

.product_list_box a.button {
  margin-bottom: 0;
}

.product_list_bottom {
  position: absolute;
  bottom: 0.9375rem;
  padding-right: 1.875rem;
  width: 100%;
}

.product_list_box .small_image {
  padding: 0px 0px 0.9375rem;
}

.image img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.image {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* PRODUCT POPUP
----------------------------------------------------------------------------------------------------*/
.product_view_popup_wrapper {
  padding: 0;
}

.product_view_popup {}

.product_view_popup h2 {
  font-size: 0.8rem !important;
  margin: 0 0 0.35rem;
  font-weight: 300 !important;
  color: #505050;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.product_view_popup .product_view_box {}

.product_view_popup .product_view_popup_content {
  background: #f5f5f5;
  padding: 1.3rem 2rem;
  min-height: 35rem;
}

.product_view_popup #basic_info_wrapper {}

.product_view_popup #basic_info_wrapper .product_pre_title {
  font-size: 0.8rem;
  color: #505050;
}

.product_view_popup #image_box_wrapper {
  background-color: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product_view_popup #image_box_wrapper #image_box {
  /*border: 1px solid #e6e6e6;*/
  margin: 1rem 0;
}

.product_view_popup #image_box_wrapper #image_box>img {
  display: block;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
}

.product_view_popup #image_box_wrapper .thumbnail_box {
  /*border: 1px solid #ddd;*/
}

.product_view_popup #image_box_wrapper .thumbnail_box .slick-prev::before, .product_view_popup #image_box_wrapper .thumbnail_box .slick-next::before {
  color: #303030;
}

.product_view_popup #image_box_wrapper .thumbnail_box .thumbnail_image {}

.product_view_popup #image_box_wrapper .thumbnail_tip {
  font-size: 11px;
  color: #808080;
  padding-bottom: 2rem;
  text-align: center;
}

.product_view_popup #basic_info_box {}

.product_view_popup #basic_info_box h1 {
  font-weight: 300;
  margin-top: 0;
}

.product_view_popup #basic_info_box .product_desc {
  text-align: justify;
}

.product_view_popup #basic_info_box .product_desc ul {
  list-style: disc;
}

.product_view_popup #basic_info_box .product_desc table tbody tr th, .product_view_popup #basic_info_box .product_desc table tbody tr td {
  padding: 0;
  line-height: 1.6;
}

.product_view_popup #basic_info_box .product_material {
  margin-top: 1.25rem;
}

.product_view_popup #basic_info_box .product_shipped_from {
  margin-top: 1.25rem;
}

.product_view_popup #basic_info_box .product_misc {
  /*margin-bottom:26px;*/
}

.product_view_popup #basic_info_box .product_misc th {
  padding: 3px 20px 3px 0;
}

.product_view_popup #basic_info_box .product_misc td {
  padding: 3px 0;
}

.product_view_popup #basic_info_box .product_rrp {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0 0 -0.45rem;
  text-decoration: line-through;
}

.product_view_popup #basic_info_box .product_price {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.product_view_popup #basic_info_box .product_discount {
  color: #fff;
  background: #030303;
  display: inline-block;
  border-radius: 100%;
  font-size: 0.9rem;
  padding: 0.5rem 0.1rem;
  position: relative;
  top: -4px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -1px;
  width: 2.3rem;
  white-space: nowrap;
}

.product_view_popup .product_common_box.category_box {
  margin-bottom: 0;
}

.product_view_popup #basic_info_box .product_common_box.sharing_box {
  margin-bottom: 0;
}

.product_view_popup #basic_info_box .product_common_box.sharing_box .addthis_toolbox a {
  display: inline-block;
  margin-right: 0.5rem;
  color: #303030;
}

.product_view_popup #basic_info_box .wishlist {
  margin-bottom: 0;
  color: #505050;
}

.product_view_popup #more_info_box {
  clear: both;
}

.product_view_popup #more_info_box h1 {
  font-size: 1.1rem;
  margin: 0 0 0.7rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.product_view_popup .product_common_box {
  margin-bottom: 0.8rem;
}

.qtyminus, .qtyplus {
  border: 0;
  font-weight: 300;
  font-size: 1.1rem;
}

@media only screen and (max-width: 40em) {
  .product_view_popup #basic_info_box .product_common_box.sharing_box {
    margin-top: 1.25rem;
  }
}

/* AUTO COMPLETE CSS
----------------------------------------------------------------------------------------------------*/
/* highlight results */
.ui-autocomplete span.hl_results {
  font-weight: bold !important;
  /*color: #202020 !important;*/
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
  background: white url('//code.jquery.com/ui/1.10.4/themes/smoothness/images/indicator.gif') right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding for vertical scrollbar */
  padding-right: 5px;
}

.ui-autocomplete li {
  font-size: 12px !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #404040 !important;
  color: #f5f5f5 !important;
  border: 1px solid #404040 !important;
  border-radius: 2px !important;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 250px;
}

input[type="search"] {
  box-sizing: inherit;
  /*text-align: right;*/
}

input[type="search"]:focus {
  text-align: left;
}

@media only screen and (max-width: 40em) {
  .searchBox2 {
    width: 100% !important;
    padding: 0.5rem 4.3rem 0.5rem 0.5rem !important;
  }

  .submit {
    border: 1px solid #231f20 !important;
    color: #f5f5f5;
    background-color: #231f20;
    text-align: center;
    margin-top: -53px;
    position: relative;
  }
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  padding: 0 !important;
}
