/* CSS Document */
/* see: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* Turn off iPhone/Safari input element rounding */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* no opacity for placeholder */
::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1; }

input[type=button], input[type=submit], button {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

/**
 * prefixes before the non prefixed version for IE8
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0px;
  padding: 0px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  /* text rendering for iPhone */ }

a, a:active {
  text-decoration: none; }

div, table, td {
  position: relative; }

a:focus, #accordion:focus, input:focus, object:focus, select:focus, *:focus {
  -moz-outline: none;
  /* remove Firefox dotted line */
  outline: none;
  outline-offset: 3px; }

figure {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

input {
  margin: 0px; }

img {
  border: 0px; }

input.text {
  width: 250px; }

ul.flat {
  padding: 0px;
  margin: 0px; }

p.first_paragraph {
  margin-top: 0px; }

div.clear_div {
  clear: both;
  line-height: 1px; }

label.error {
  color: red;
  display: block; }

input.error {
  border: 1px dashed red; }

/* global site style */
form.auth_generated_form textarea.textarea {
  height: 100px; }

form.auth_generated_form input.error {
  color: red; }

#page_id {
  display: none; }

.fancybox-inner,
.fancybox-wrap {
  box-sizing: content-box; }

iframe, embed, object, .text img {
  max-width: 100%; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
div#fancybox-lock,
div.fancybox-wrap,
div.fancybox-inner {
  box-sizing: content-box; }

form.ajax_form label.error, form.auth_generated_form label.error, form.validate_form label.error {
  text-align: left;
  color: #e25e54;
  border: 1px solid #f7ccc8;
  background: #feecec;
  margin-top: 5px;
  clear: both;
  padding: 8px 15px;
  border-radius: 3px; }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* see https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/* see https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/**
 * 1 1 200 for example
 * flex-grow / flex-shrink / min-width
 */
/**
 * @include flex-align-items($value: stretch);
 */
/**
 * @include flex-align-self$value: auto);
 */
/**
 * Values: digit
 */
/**
 * Values: digit
 */
/**
 * Values: flex-start | flex-end | center | space-between | space-around | stretch (default)
 */
div.text {
  line-height: 1.25; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #60604e; }

header, section, footer, nav, article, aside {
  position: relative;
  box-sizing: border-box; }

input, select, button {
  box-sizing: border-box; }

.clr {
  clear: both; }

.wrapper {
  width: 1248px;
  margin: auto;
  padding: 0 15px; }
  @media (max-width: 1270px) {
    .wrapper {
      width: auto; } }

.row {
  margin: 0 -15px; }

.slider ul {
  line-break: none;
  margin: 0;
  padding: 0; }
  .slider ul li {
    height: 540px; }
    .slider ul li img {
      display: none; }
.slider .caption {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%; }
  .slider .caption .wrapper {
    background: rgba(241, 100, 87, 0.9);
    padding-top: 18px;
    padding-bottom: 25px;
    text-align: center; }
.slider .cp-txt1 {
  font-family: "AlexBrush-Regular";
  font-size: 48px;
  color: #fff;
  padding-bottom: 8px; }
.slider a.cp-link {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background: url(../img/arrow-icon.png) no-repeat 0px 3px;
  padding-left: 35px;
  line-height: 25px; }
.slider .bx-controls {
  position: static; }
  .slider .bx-controls .bx-controls-direction {
    position: static; }
    .slider .bx-controls .bx-controls-direction a {
      background: url(../img/white-next-prev.png) no-repeat;
      width: 48px;
      height: 74px;
      position: absolute;
      top: 50%;
      margin-top: -88px;
      display: block;
      text-indent: -999px;
      overflow: hidden; }
      .slider .bx-controls .bx-controls-direction a.bx-prev {
        left: 0; }
      .slider .bx-controls .bx-controls-direction a.bx-next {
        right: 0;
        background-position: -52px 0; }
.slider .bx-pager {
  position: absolute;
  bottom: 115px;
  left: 0;
  width: 100%;
  text-align: center; }
  .slider .bx-pager .bx-pager-item {
    display: inline-block;
    margin-right: 14px; }
    .slider .bx-pager .bx-pager-item a {
      display: block;
      text-indent: -999px;
      overflow: hidden;
      width: 16px;
      height: 16px;
      border: 2px solid #fff;
      background: #f16457;
      border-radius: 50px; }
      .slider .bx-pager .bx-pager-item a.active {
        background: #fff; }
    .slider .bx-pager .bx-pager-item:last-child {
      margin-right: 0; }
@media (max-width: 1169px) {
  .slider ul li {
    height: 480px; } }
@media (max-width: 1022px) {
  .slider .cp-txt1 {
    font-size: 40px; } }
@media (max-width: 979px) {
  .slider {
    margin-bottom: 0; }
    .slider .bx-pager {
      bottom: 20px; } }
@media (max-width: 767px) {
  .slider ul li {
    height: 435px;
    background-position: 50% center; }
  .slider .bx-controls .bx-controls-direction a {
    background: url(../img/mb-white-next-prev.png) no-repeat;
    width: 40px;
    height: 52px;
    top: inherit;
    margin-bottom: 0;
    bottom: 28px;
    z-index: 8; }
    .slider .bx-controls .bx-controls-direction a.bx-prev {
      left: 10px; }
    .slider .bx-controls .bx-controls-direction a.bx-next {
      right: 10px;
      background-position: -33px 0; }
  .slider .bx-pager {
    bottom: 45px; }
  .slider .caption {
    top: 18%; } }
@media (max-width: 639px) {
  .slider a.cp-link {
    background: none;
    display: inline-block;
    position: relative;
    font-size: 20px; }
    .slider a.cp-link:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background: url(../img/arrow-icon.png) no-repeat 0 center;
      width: 25px;
      height: 100%; } }
@media (max-width: 479px) {
  .slider a.cp-link {
    background: url(../img/arrow-icon.png) no-repeat 9% center;
    background-size: 18px;
    font-size: 18px; }
    .slider a.cp-link:before {
      display: none; }
  .slider .cp-txt1 {
    font-size: 30px; } }

nav {
  background: #fff; }
  nav .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav .navigation ul li {
      float: left; }
      nav .navigation ul li a {
        display: block;
        padding: 21px 42px;
        color: #5f604b;
        font-size: 17px;
        text-transform: uppercase; }
  @media (max-width: 1270px) {
    nav .navigation ul li a {
      padding: 21px 38px; } }
  @media (max-width: 1169px) {
    nav .navigation ul li a {
      padding: 21px 27.44px; } }
  @media (max-width: 1022px) {
    nav .navigation ul {
      text-align: center; }
      nav .navigation ul li {
        float: none;
        display: inline-block; }
        nav .navigation ul li a {
          padding: 15px 20px; } }
  @media (max-width: 979px) {
    nav {
      display: none; } }

header {
  background: #feece5;
  height: 110px; }
  @media (max-width: 979px) {
    header {
      height: 106px; }
      header .wrapper {
        height: 100%; } }

.logo {
  margin-top: 25px;
  margin-right: 58px;
  float: left; }
  .logo img {
    display: block;
    width: 100%; }
  @media (max-width: 1169px) {
    .logo {
      margin-right: 30px; } }
  @media (max-width: 979px) {
    .logo {
      width: 150px;
      margin-top: 11px; } }
  @media (max-width: 479px) {
    .logo {
      margin-right: 14px; } }

.search {
  float: left;
  width: 372px;
  margin-top: 41px;
  margin-right: 76px; }
  .search input.inputBx {
    width: 70%;
    float: left;
    display: block;
    height: 26px;
    border: 1px solid #5f604b;
    border-radius: 30px;
    padding: 0 15px;
    color: #5f604b;
    font-size: 14px; }
  .search button {
    display: block;
    width: 80px;
    float: left;
    height: 26px;
    border: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #f16356;
    font-size: 18px;
    cursor: pointer;
    background: none;
    text-align: right;
    position: relative; }
    .search button:before {
      content: '';
      position: absolute;
      top: -4px;
      left: -23px;
      width: 33px;
      height: 33px;
      background: url(../img/srch-icon.png) no-repeat; }
  @media (max-width: 1270px) {
    .search {
      margin-right: 36px; } }
  @media (max-width: 1169px) {
    .search {
      margin-right: 0;
      width: 309px; } }
  @media (max-width: 1022px) {
    .search {
      width: 212px;
      margin-right: 32px; }
      .search button {
        position: absolute;
        width: 33px;
        height: 33px;
        font-size: 0;
        right: -2px;
        top: -4px;
        background: url(../img/srch-icon.png) no-repeat;
        display: block;
        text-indent: -999px;
        overflow: hidden; }
        .search button:before {
          display: none; }
      .search input.inputBx {
        width: 100%; } }
  @media (max-width: 979px) {
    .search {
      position: absolute;
      bottom: 13px;
      right: 15px;
      margin-top: 0;
      margin-right: 0; } }
  @media (max-width: 479px) {
    .search {
      width: 190px; }
      .search input.inputBx {
        font-size: 12px; } }

.tel {
  float: left;
  margin-top: 38px; }
  .tel a {
    color: #f16356;
    font-weight: 700;
    background: url(../img/phone-icon.png) no-repeat;
    line-height: 33px;
    display: block;
    padding-left: 44px; }
  @media (max-width: 979px) {
    .tel {
      margin-top: 16px;
      margin-left: 50px; } }
  @media (max-width: 767px) {
    .tel {
      margin-left: 0; }
      .tel a {
        background: none;
        padding-left: 0; } }
  @media (max-width: 479px) {
    .tel {
      font-size: 14px; } }

.cart {
  float: right;
  background: url(../img/cart-icon.png) no-repeat;
  padding-left: 44px;
  margin-top: 38px; }
  .cart a {
    color: #f16356;
    font-weight: 400;
    line-height: 33px;
    display: block;
    position: relative;
    float: left;
    padding-right: 12px; }
    .cart a:after {
      content: '|';
      position: absolute;
      top: 0;
      right: 0;
      color: #5f604b; }
    .cart a:last-child {
      padding-right: 0;
      padding-left: 9px; }
      .cart a:last-child:after {
        display: none; }
  @media (max-width: 979px) {
    .cart {
      margin-top: 16px; } }
  @media (max-width: 767px) {
    .cart a {
      font-size: 14px; } }
  @media (max-width: 639px) {
    .cart {
      width: 33px;
      height: 33px;
      padding-left: 0; }
      .cart a {
        display: none; } }

.section1 {
  background: #feece5;
  padding-bottom: 70px;
  float: left;
  width: 100%; }
  .section1 .wrapper {
    background: #fff;
    z-index: 99; }
    .section1 .wrapper div.menu {
      margin-top: -132px; }
  .section1.whtBg {
    background: #fff;
    padding-bottom: 40px; }
  @media (max-width: 1270px) {
    .section1 {
      padding: 0 15px; } }
  @media (max-width: 979px) {
    .section1 {
      float: none;
      width: auto;
      padding-top: 35px; }
      .section1 .wrapper {
        margin-top: 0;
        background-color: inherit;
        padding: 0px; } }
  .section1 .inr-white-box {
    background: #fff;
    padding: 10px; }

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu ul li {
    float: left; }
    .menu ul li a {
      display: block;
      color: #f16356;
      font-size: 16px;
      padding: 40px 15px 73px;
      position: relative; }
    .menu ul li:hover .drop-menu {
      display: block; }
    .menu ul li:hover > a:after {
      content: '';
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: 20px;
      background: #f26457; }
.menu .drop-menu {
  position: absolute;
  top: 100%;
  z-index: 50;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  padding: 25px;
  margin-bottom: 10px; }
.menu .mn-col-1 {
  float: left;
  width: 33.33333%;
  padding: 0 33px; }
  .menu .mn-col-1 li {
    padding: 0 0 10px 20px;
    float: none;
    background: url(../img/arw2.png) no-repeat 0px 4px; }
    .menu .mn-col-1 li a {
      color: #5f604b;
      font-size: 17px;
      padding: 0; }
    .menu .mn-col-1 li:hover a:after {
      display: none; }
.menu .mn-title-1 {
  padding-bottom: 16px;
  color: #f16256;
  margin-bottom: 22px;
  border-bottom: 1px solid #f16256;
  background: url(../img/arw1.png) no-repeat 0px 4px;
  padding-left: 20px;
  text-transform: uppercase; }
@media (max-width: 1270px) {
  .menu ul li a {
    padding: 40px 8.48px 73px; } }
@media (max-width: 1169px) {
  .menu ul li a {
    padding: 40px 7.4px 73px;
    font-size: 14px; }
  .menu .mn-col-1 {
    padding: 0 15px; } }
@media (max-width: 1022px) {
  .menu ul li a {
    padding: 40px 4.8px 73px;
    font-size: 14px; } }
@media (max-width: 979px) {
  .menu {
    display: none; } }

.col-1 {
  float: left;
  width: 25%;
  padding: 0 15px; }
  .col-1 .img-box img {
    display: block;
    width: 100%; }
  @media (max-width: 979px) {
    .col-1 {
      width: 50%;
      padding-bottom: 45px; } }
  @media (max-width: 479px) {
    .col-1 {
      width: 100%;
      padding: 15px 0px; } }

.sm-title {
  font-size: 22px;
  color: #5f604b;
  padding: 20px 15px 20px;
  text-align: center;
  font-weight: 700; }
  @media (max-width: 1169px) {
    .sm-title {
      font-size: 18px; } }

.sm-content {
  font-size: 14px;
  line-height: 22px;
  text-align: center; }

.detail {
  padding-bottom: 40px; }
  .detail a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -100px;
    color: #fff;
    width: 200px;
    line-height: 40px;
    background: #f26457;
    border-radius: 30px;
    font-size: 17px;
    text-align: center; }
    .detail a.grnlink {
      background-color: #5f604b; }
    .detail a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      background: url(../img/sm-arw-icon.png) no-repeat;
      margin-left: 10px; }
  @media (max-width: 639px) {
    .detail a {
      width: 172px;
      font-size: 15px;
      line-height: 35px;
      margin-left: -86px; } }

.spl-list {
  margin: 0 -15px 50px;
  padding: 60px 0 33px;
  border-bottom: 1px solid #dadbd1; }
  .spl-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .spl-list ul li {
      display: inline-block;
      vertical-align: top;
      font-size: 30px;
      font-weight: 700;
      margin-right: 68px;
      line-height: 32px; }
      .spl-list ul li:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 22px;
        background: url(../img/tick.png) no-repeat;
        margin-right: 15px;
        vertical-align: middle; }
      .spl-list ul li:last-child {
        margin-right: 0; }
  @media (max-width: 1169px) {
    .spl-list ul li {
      font-size: 26px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .spl-list ul li {
      font-size: 18px;
      margin-right: 10px; }
      .spl-list ul li:before {
        width: 16px;
        height: 17px;
        background-size: 100%;
        margin-right: 10px; } }
  @media (max-width: 479px) {
    .spl-list ul li {
      font-size: 21px;
      margin-right: 20px;
      display: block; } }

h3 {
  color: #60604e;
  font-size: 28px;
  font-weight: 400; }
  @media (max-width: 767px) {
    h3 {
      font-size: 26px;
      text-align: center; } }

.slide {
  padding: 0 39px 28px;
  border-bottom: 1px solid #dadbd1; }

.pro-slider .item {
  padding: 0 4px; }
  .pro-slider .item img {
    display: block;
    width: 100%; }
.pro-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 33px;
  height: 58px;
  background: url(../img/next-prev-btn.png) no-repeat;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  border: 0;
  z-index: 88;
  padding: 0; }
  .pro-slider .slick-arrow.slick-prev {
    left: -50px; }
  .pro-slider .slick-arrow.slick-next {
    right: -50px;
    background-position: -40px 0; }
@media (max-width: 1270px) {
  .pro-slider .slick-arrow.slick-prev {
    left: -34px; }
  .pro-slider .slick-arrow.slick-next {
    right: -34px; } }
@media (max-width: 767px) {
  .pro-slider .slick-arrow {
    background: url(../img/mb-next-prev-btn.png) no-repeat;
    width: 19px;
    height: 32px; }
    .pro-slider .slick-arrow.slick-prev {
      left: -25px; }
    .pro-slider .slick-arrow.slick-next {
      right: -25px;
      background-position: -23px 0; } }

.pro-box {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .pro-box .sm-title-01 {
    color: #f26457;
    font-size: 16px;
    padding: 16px 0 0;
    text-align: center;
    height: 70px; }
  .pro-box .price {
    font-weight: 700;
    text-align: center;
    color: #f26457;
    font-size: 22px; }
    .pro-box .price span {
      color: #60604e;
      font-size: 16px; }
  .pro-box .pro-detail {
    padding: 0 15px 15px; }
  .pro-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.section3 {
  margin: 56px 0 51px;
  background: #d9d8d1; }

.title {
  font-size: 26px;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 30px;
  color: #5f604b;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .title {
      font-size: 22px;
      padding-bottom: 23px; } }

.shop-list ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px; }
  .shop-list ul li {
    float: left;
    width: 25%;
    padding: 0 15px 40px; }
    .shop-list ul li img {
      display: block;
      width: 100%; }
    .shop-list ul li a {
      display: block;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
.shop-list .sm-title-03 {
  color: #f26457;
  background: #fff;
  padding: 9px 10px;
  text-align: center; }
@media (max-width: 1169px) {
  .shop-list .sm-title-03 {
    font-size: 16px; } }
@media (max-width: 979px) {
  .shop-list ul li {
    width: 33.33333%; } }
@media (max-width: 767px) {
  .shop-list ul li {
    width: 50%; } }
@media (max-width: 639px) {
  .shop-list .sm-title-03 {
    font-size: 15px; } }
@media (max-width: 479px) {
  .shop-list ul li {
    width: 100%; }
  .shop-list .sm-title-03 {
    font-size: 16px; } }

footer {
  background: #fff7f5;
  border-top: 6px solid #fde0dc;
  padding-top: 40px; }

.ft-links {
  float: left; }
  .ft-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .ft-links ul li {
      float: left;
      margin-right: 60px; }
      .ft-links ul li:last-child {
        margin-right: 0; }
      .ft-links ul li a {
        color: #f16355;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700; }
  @media (max-width: 1169px) {
    .ft-links ul li {
      margin-right: 22px; } }
  @media (max-width: 979px) {
    .ft-links ul li {
      margin-right: 9px; }
      .ft-links ul li a {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .ft-links {
      display: none; } }

.ft-box-1 {
  float: right;
  width: 282px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  @media (max-width: 979px) {
    .ft-box-1 {
      width: 208px; }
      .ft-box-1 .ft-title-1 {
        background-position: 25px 6px; }
      .ft-box-1 .ft-inr-1 {
        padding: 0 15px; } }
  @media (max-width: 767px) {
    .ft-box-1 {
      float: none;
      margin: auto;
      width: 240px; } }

.ft-box-2 {
  float: left;
  width: 861px;
  clear: left;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin-top: 49px;
  padding: 30px 40px; }
  .ft-box-2 .ft-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 18px; }
  .ft-box-2 .sub-title {
    font-size: 17px;
    padding-bottom: 15px; }
  .ft-box-2 .subscribe {
    float: left;
    width: 436px; }
  .ft-box-2 input.inputBox {
    float: left;
    width: 70%;
    display: block;
    border: 1px solid #5f604b;
    font-size: 14px;
    height: 26px;
    border-radius: 30px;
    padding: 0 15px; }
  .ft-box-2 button.submitBtn {
    border: 0;
    width: 30%;
    height: 26px;
    color: #f16355;
    text-transform: uppercase;
    background-color: inherit;
    font-size: 18px;
    position: relative;
    z-index: 1; }
    .ft-box-2 button.submitBtn:before {
      content: '';
      position: absolute;
      top: -4px;
      left: -23px;
      width: 33px;
      height: 33px;
      background: url(../img/mail-us.png) no-repeat; }
  @media (max-width: 1270px) {
    .ft-box-2 {
      width: 73%; } }
  @media (max-width: 1169px) {
    .ft-box-2 {
      width: 67%; }
      .ft-box-2 button.submitBtn {
        font-size: 15px;
        padding-right: 0; }
      .ft-box-2 .subscribe {
        width: 320px; } }
  @media (max-width: 979px) {
    .ft-box-2 {
      padding: 30px 15px; }
      .ft-box-2 .subscribe {
        width: 60%; }
      .ft-box-2 input.inputBox {
        width: 62%; }
      .ft-box-2 button.submitBtn {
        width: 38%; } }
  @media (max-width: 767px) {
    .ft-box-2 {
      float: none;
      width: auto; }
      .ft-box-2:after {
        display: block;
        content: '';
        clear: both; } }
  @media (max-width: 639px) {
    .ft-box-2 .subscribe {
      width: 100%;
      margin-bottom: 25px; }
    .ft-box-2 .ft-social {
      clear: left;
      float: none;
      margin: auto; }
    .ft-box-2 input.inputBox {
      width: 70%; }
    .ft-box-2 button.submitBtn {
      width: 30%; } }
  @media (max-width: 479px) {
    .ft-box-2 input.inputBox {
      width: 62%; }
    .ft-box-2 button.submitBtn {
      width: 38%;
      text-align: right; } }

.ft-social {
  float: right;
  width: 170px; }
  .ft-social span {
    float: left;
    margin-right: 15px;
    color: #f16355;
    font-weight: 700;
    line-height: 30px;
    font-size: 17px; }
  .ft-social a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    margin-right: 17px;
    background: url(../img/social.png) no-repeat; }
    .ft-social a:last-child {
      margin-right: 0; }
    .ft-social a.twt {
      background-position: -47px 0; }

.ft-title-1 {
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  background: #f16355 url(../img/white-star.png) no-repeat 64px 6px;
  padding-left: 45px; }

.ft-inr-1 {
  padding: 0 35px 0 54px; }

.xs-box-1 {
  width: 98px;
  height: 126px;
  background: url(../img/cake.png) no-repeat;
  float: left; }
  .xs-box-1 .txt1 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    padding-top: 50px;
    color: #f16355; }
  .xs-box-1 .ft-rating {
    padding-left: 10px; }
    .xs-box-1 .ft-rating span {
      display: block;
      float: left;
      width: 14px;
      height: 13px;
      margin: 0 1px;
      background: url(../img/rating-img.png) no-repeat; }
      .xs-box-1 .ft-rating span.last {
        background-position: -16px 0; }

.xs-box-2 {
  float: right;
  font-size: 14px;
  text-align: center;
  padding-top: 45px; }
  .xs-box-2 span {
    font-weight: 700;
    display: block; }

.xs-box-3 {
  clear: left;
  padding: 25px 0 30px;
  overflow: hidden; }
  .xs-box-3 span {
    font-weight: 700;
    font-size: 14px;
    float: left;
    display: block;
    line-height: 20px;
    margin-right: 30px; }
  .xs-box-3 a {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../img/grey-social.png) no-repeat;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    margin-right: 10px; }
    .xs-box-3 a:last-child {
      margin-right: 0; }
    .xs-box-3 a.last {
      background-position: -30px 0; }

.ft-box-3 {
  border-top: 1px solid #bfbcb6;
  padding: 22px 0;
  margin-top: 62px; }

.pay {
  float: left;
  margin-right: 116px; }
  .pay img {
    display: block;
    float: left;
    margin-right: 24px; }
    .pay img:last-child {
      margin-right: 0; }
  @media (max-width: 1169px) {
    .pay {
      margin-right: 15px; }
      .pay img {
        margin-right: 6px; } }
  @media (max-width: 767px) {
    .pay {
      float: none;
      margin: 0;
      text-align: center;
      padding-bottom: 4px; }
      .pay img {
        display: inline-block;
        margin-right: 24px;
        float: none; } }

.copy {
  float: left;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif; }
  .copy span {
    float: left;
    color: #60604e;
    margin-right: 15px;
    line-height: 30px; }
  .copy a {
    color: #60604e;
    display: block;
    float: left;
    position: relative;
    line-height: 30px;
    padding: 0 10px; }
    .copy a:after {
      content: '|';
      position: absolute;
      top: 0;
      right: 0; }
    .copy a:first-child {
      padding-left: 0; }
    .copy a:last-child {
      padding-right: 0; }
      .copy a:last-child:after {
        display: none; }
  @media (max-width: 1022px) {
    .copy {
      float: none;
      text-align: center;
      overflow: hidden; }
      .copy span {
        float: none;
        display: inline-block;
        vertical-align: top; }
      .copy a {
        float: none;
        display: inline-block;
        vertical-align: top; } }
  @media (max-width: 767px) {
    .copy {
      float: none; }
      .copy span {
        display: block;
        margin-right: 0; }
      .copy a {
        line-height: 18px; } }

.pwrd {
  float: right;
  font-size: 12px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif; }
  .pwrd .pw1 {
    float: left;
    color: #60604e;
    padding-right: 10px; }
    .pwrd .pw1 a {
      color: #60604e; }
    .pwrd .pw1:after {
      content: '|';
      position: absolute;
      top: 0;
      right: 0; }
    .pwrd .pw1:last-child {
      padding-right: 0;
      padding-left: 8px; }
      .pwrd .pw1:last-child:after {
        display: none; }
  @media (max-width: 1022px) {
    .pwrd {
      display: none; } }

.col-2 {
  width: 25%;
  padding: 0 15px;
  float: left; }
  @media (max-width: 979px) {
    .col-2 {
      display: none; } }

.col-3 {
  float: left;
  width: 75%;
  padding: 0 15px; }
  .col-3 h1.page-title {
    margin-top: 0;
    font-weight: 400;
    font-size: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dadbd1; }
  @media (max-width: 979px) {
    .col-3 {
      width: auto;
      float: none; } }
  @media (max-width: 767px) {
    .col-3 h1.page-title {
      font-size: 26px; } }

.acrd-col {
  padding-bottom: 20px; }
  .acrd-col .acrd-title {
    font-size: 17px;
    color: #f16256;
    background: #eceae8 url(../img/arw4.png) no-repeat 95% center;
    cursor: pointer;
    padding: 10px 23px;
    margin-bottom: 10px; }
  .acrd-col .acrd-content ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .acrd-col .acrd-content ul li {
      padding: 0 23px;
      padding-right: 18px;
      position: relative; }
      .acrd-col .acrd-content ul li a {
        display: block;
        color: #5f604b;
        margin-bottom: 2px;
        padding-bottom: 2px;
        font-size: 14px; }
      .acrd-col .acrd-content ul li span {
        background: url(../img/arw2.png) no-repeat right center;
        width: 7px;
        height: 12px;
        display: inline-block;
        position: absolute;
        top: 4px;
        right: 14px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .acrd-col .acrd-content ul li li {
        padding-right: 0px;
        display: none; }
        .acrd-col .acrd-content ul li li span {
          right: -4px; }
      .acrd-col .acrd-content ul li.active > a {
        font-weight: bold; }
      .acrd-col .acrd-content ul li.open > ul > li {
        display: block; }
      .acrd-col .acrd-content ul li.open > span {
        transform: rotate(90deg); }
  @media (max-width: 1169px) {
    .acrd-col .acrd-title {
      font-size: 15px; } }

.pro-item-1 {
  padding-bottom: 45px;
  text-align: center; }
  .pro-item-1 .img-box img {
    display: block;
    width: 100%; }
  .pro-item-1 .sm-title-2 {
    font-size: 22px;
    padding: 17px 0;
    font-weight: 700; }
  .pro-item-1 .sm-content {
    padding-bottom: 25px; }
  .pro-item-1 a {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    border-radius: 30px;
    background: #5f604b url(../img/sm-arw-icon.png) no-repeat 88% 13px;
    line-height: 40px;
    color: #fff;
    font-size: 17px; }
    .pro-item-1 a.linkBg {
      background-color: #f26457; }
  @media (max-width: 1022px) {
    .pro-item-1 .sm-title-2 {
      font-size: 18px; } }

.pro-list h2 {
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase; }
.pro-list:after {
  content: '';
  display: block;
  clear: both; }
.pro-list ul {
  list-style: none;
  margin: 0 -6px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pro-list ul li {
    float: left;
    padding: 0 6px 50px;
    width: 25%; }
.pro-list .inr-box {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .pro-list .inr-box:after {
    content: '';
    display: block;
    clear: both; }
  .pro-list .inr-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
.pro-list .img-box img {
  display: block;
  width: 100%; }
.pro-list .wishlist {
  text-align: center;
  padding: 17px 0 22px; }
  .pro-list .wishlist span {
    width: 13px;
    display: inline-block;
    height: 11px;
    background: url(../img/wishlist.png) no-repeat;
    margin-right: 1px; }
    .pro-list .wishlist span:last-child {
      margin-right: 0; }
    .pro-list .wishlist span.last {
      background-position: -15px 0; }
.pro-list a.view {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(../img/grn-arw.png) no-repeat;
  display: block;
  text-indent: -9999px;
  overflow: hidden; }
.pro-list a.basket {
  display: block;
  float: right;
  font-size: 12px;
  padding: 7px 12px;
  background: #f9ae9c;
  border: 1px solid #f9ae9c;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .pro-list a.basket:hover {
    color: #f9ae9c;
    background: white; }
.pro-list .pro-title {
  text-align: center;
  font-size: 16px;
  color: #f26457;
  padding: 12px 0 15px; }
  .pro-list .pro-title a {
    color: #f26457;
    text-decoration: none; }
.pro-list .price {
  text-align: center;
  font-size: 22px;
  color: #f16355;
  padding-bottom: 25px;
  font-weight: 700; }
  .pro-list .price span {
    color: #5f604b;
    font-size: 16px; }
.pro-list .qty-box {
  width: 70px;
  float: left;
  margin-left: 20px; }
  .pro-list .qty-box input {
    display: block;
    box-sizing: border-box;
    border: 0;
    float: left; }
  .pro-list .qty-box .qtyminus {
    width: 20px;
    height: 19px;
    background: url(../img/icon-pls.png) no-repeat;
    cursor: pointer;
    display: block;
    text-indent: -999px;
    overflow: hidden; }
  .pro-list .qty-box .qtyplus {
    width: 20px;
    height: 19px;
    background: url(../img/icon-pls.png) no-repeat -41px 0;
    cursor: pointer;
    display: block;
    text-indent: -999px;
    overflow: hidden; }
  .pro-list .qty-box .qty {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fe6257;
    height: 19px; }
@media (max-width: 1169px) {
  .pro-list ul li {
    width: 33.33333%; } }
@media (max-width: 767px) {
  .pro-list ul li {
    width: 50%;
    padding-bottom: 30px; }
  .pro-list .qty-box {
    margin-left: 12px;
    margin-top: 6px; } }
@media (max-width: 359px) {
  .pro-list ul li {
    width: 100%; } }

.list-pg {
  padding: 15px 0 32px; }
  .list-pg.pad0 {
    padding-bottom: 0; }
  @media (max-width: 479px) {
    .list-pg {
      padding: 7px 0 32px; } }

.pagination {
  float: left;
  font-size: 14px; }
  .pagination span {
    float: left;
    margin-right: 8px; }
  .pagination a {
    float: left;
    color: #f16256;
    padding: 0 8px;
    position: relative; }
    .pagination a.active {
      color: #5f604b; }
    .pagination a:after {
      content: '|';
      position: absolute;
      top: 0;
      right: -2px;
      color: #5f604b; }
    .pagination a:last-child:after {
      display: none; }
  @media (max-width: 479px) {
    .pagination {
      text-align: center;
      float: none;
      padding-bottom: 20px; }
      .pagination span {
        display: inline-block;
        float: none; }
      .pagination a {
        display: inline-block;
        float: none; } }

.sort {
  float: right; }
  .sort > span {
    float: left;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-right: 15px; }
  .sort .drop-list {
    float: left;
    width: 109px; }
  @media (max-width: 479px) {
    .sort {
      width: 185px;
      margin: auto;
      float: none; }
      .sort:after {
        content: '';
        display: block;
        clear: both; } }

.inr-banner {
  height: 540px;
  background: url(../img/inr-banner.jpg) no-repeat;
  margin-bottom: 55px; }
  .inr-banner img {
    display: none; }
  @media (max-width: 1169px) {
    .inr-banner {
      height: 480px; } }
  @media (max-width: 979px) {
    .inr-banner {
      height: auto !important;
      max-width: 100%;
      margin-bottom: 0;
      background-image: none !important; }
      .inr-banner img {
        display: block;
        max-width: 100%; } }

.backBtn {
  border-bottom: 1px solid #dadbd1;
  padding-bottom: 15px;
  margin-bottom: 35px; }
  .backBtn a {
    display: block;
    vertical-align: top;
    background: #f9ae9c url(../img/arw3.png) no-repeat 22px 13px;
    color: #fff;
    border-radius: 50px;
    width: 200px;
    line-height: 40px;
    font-size: 17px;
    padding-left: 46px;
    border: 1px solid #f9ae9c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .backBtn a:hover {
      color: #f9ae9c;
      background: white url(../img/arw3-hover.png) no-repeat 22px 13px; }

.pro-detail-box {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 30px 30px 0;
  margin-bottom: 43px; }
  .pro-detail-box:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 979px) {
    .pro-detail-box {
      padding: 18px; } }

.pro-img {
  float: right;
  width: 46%; }
  .pro-img img {
    display: block;
    width: 100%; }
  @media (max-width: 639px) {
    .pro-img {
      width: 100%; } }

.pro-lrg-img {
  clear: both;
  padding-top: 42px;
  margin: 0 -30px; }
  .pro-lrg-img img {
    display: block;
    width: 100%; }

.pro-details {
  float: left;
  width: 52%; }
  .pro-details .pro-title {
    font-size: 58px;
    font-family: "AlexBrush-Regular";
    padding-bottom: 5px; }
  .pro-details .pro-cont {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 24px;
    padding-bottom: 25px; }
  .pro-details .pro-price {
    float: left;
    font-weight: 700;
    font-size: 36px;
    color: #f26457; }
    .pro-details .pro-price span {
      font-size: 17px;
      color: #5f604b;
      font-weight: 400; }
  .pro-details form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    clear: both; }
  .pro-details .qty-box {
    margin-top: 15px;
    margin-right: 20px; }
    .pro-details .qty-box input {
      display: block;
      box-sizing: border-box;
      border: 0;
      float: left; }
    .pro-details .qty-box .qtyminus {
      width: 20px;
      height: 19px;
      background: url(../img/icon-pls.png) no-repeat;
      cursor: pointer;
      display: block;
      text-indent: -999px;
      overflow: hidden;
      opacity: 0.5; }
    .pro-details .qty-box .qtyplus {
      width: 20px;
      height: 19px;
      background: url(../img/icon-pls.png) no-repeat -41px 0;
      cursor: pointer;
      display: block;
      text-indent: -999px;
      overflow: hidden;
      opacity: 0.5; }
    .pro-details .qty-box .qty {
      float: left;
      width: 30px;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      color: #fe6257;
      height: 19px; }
  .pro-details a.basket {
    background: #f9ae9c;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f9ae9c; }
    .pro-details a.basket:hover {
      color: #f9ae9c;
      background: white; }
  .pro-details .txt1 {
    clear: left;
    font-size: 14px;
    padding: 17px 0 57px; }
    .pro-details .txt1 span {
      color: #f16355; }
  .pro-details .txt2 {
    padding-bottom: 15px; }
    .pro-details .txt2 span.purl-txt {
      float: left;
      font-size: 14px;
      font-weight: 700;
      margin-right: 10px; }
    .pro-details .txt2 span.rating-txt {
      float: left;
      font-size: 14px;
      font-weight: 700; }
      .pro-details .txt2 span.rating-txt span {
        font-weight: 400; }
    .pro-details .txt2 ul {
      list-style: none;
      margin: 0 10px 0 0;
      padding: 0;
      float: left; }
      .pro-details .txt2 ul li {
        float: left;
        width: 16px;
        height: 14px;
        background: url(../img/wishlist.png) no-repeat;
        margin-top: 2px; }
    .pro-details .txt2:after {
      content: '';
      display: block;
      clear: both; }
  .pro-details .txt3 {
    padding-bottom: 15px; }
    .pro-details .txt3 span {
      float: left;
      color: #f16355;
      font-size: 14px;
      font-weight: 700;
      margin-right: 10px; }
    .pro-details .txt3 ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: left; }
      .pro-details .txt3 ul li {
        float: left;
        width: 16px;
        height: 14px;
        background: url(../img/wishlist.png) no-repeat -15px 0;
        margin-top: 2px; }
    .pro-details .txt3:after {
      content: '';
      display: block;
      clear: both; }
  .pro-details .txt4 span {
    font-size: 14px;
    font-weight: 700;
    float: left;
    line-height: 20px;
    margin-right: 15px; }
  .pro-details .txt4 a {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../img/social01.png) no-repeat;
    margin-right: 12px; }
    .pro-details .txt4 a.icn1 {
      background-position: -32px 0; }
    .pro-details .txt4 a.icn2 {
      background-position: -64px 0; }
    .pro-details .txt4 a.icn3 {
      background-position: -96px 0; }
    .pro-details .txt4 a.icn4 {
      background-position: -32px 0; }
    .pro-details .txt4 a:last-child {
      margin-right: 0; }
  @media (max-width: 1169px) {
    .pro-details a.basket {
      clear: left; } }
  @media (max-width: 639px) {
    .pro-details {
      width: 100%; }
      .pro-details .pro-title {
        font-size: 48px; }
      .pro-details .pro-price {
        font-size: 25px; } }
  @media (max-width: 639px) {
    .pro-details .qty-box {
      clear: left;
      margin-left: 0; }
    .pro-details .txt1 {
      padding-bottom: 30px; } }
  @media (max-width: 359px) {
    .pro-details .txt4 span {
      margin-right: 9px; }
    .pro-details .txt4 a {
      margin-right: 6px; } }

.brdcrm {
  font-size: 14px;
  border-bottom: 1px solid #dfdedb;
  padding-bottom: 5px;
  margin-bottom: 26px;
  float: left;
  width: 100%;
  margin-top: -30px; }
  .brdcrm:after {
    content: '';
    display: block;
    clear: both; }
  .brdcrm span {
    float: left;
    font-family: "Source Sans Pro", sans-serif; }
    .brdcrm span.no-active {
      margin-left: 10px; }
  .brdcrm a {
    color: #f16457;
    float: left;
    position: relative;
    padding: 0 15px 0 10px; }
    .brdcrm a:after {
      content: '>';
      position: absolute;
      top: 0;
      right: 0;
      color: #5f604b; }
  @media (max-width: 979px) {
    .brdcrm {
      float: none;
      width: auto;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .brdcrm span {
      display: none; }
      .brdcrm span.no-active {
        display: block; } }

.hamburger {
  display: none; }
  @media (max-width: 979px) {
    .hamburger {
      display: block;
      position: absolute;
      bottom: 13px;
      left: 15px;
      border: 0;
      background: url(../img/hamburger.png) no-repeat;
      width: 66px;
      height: 26px;
      line-height: 26px;
      padding: 0 0 0 34px;
      color: #f16457; } }

.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 100;
  width: 36px;
  cursor: pointer; }
  .scrolltop img {
    display: block;
    width: 100%; }
  @media (max-width: 979px) {
    .scrolltop {
      right: 15px;
      bottom: 15px; } }
  @media (max-width: 639px) {
    .scrolltop {
      width: 30px; } }

.mb-menu {
  position: absolute;
  top: 106px;
  left: 0;
  width: calc(100% - 38px);
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbcac;
  z-index: 101;
  display: none;
  height: calc(100vh - 106px); }
  .mb-menu .inr-div {
    height: 100%; }
    .mb-menu .inr-div > div {
      height: 100%; }

.closeBtn {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 39px;
  height: 29px;
  position: absolute;
  top: 0;
  right: -39px;
  background: url(../img/closeBtn.jpg) no-repeat;
  border: 0; }

.mn-level-1 ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .mn-level-1 ul li {
    border-bottom: 1px solid #bbbcac;
    line-height: 30px;
    padding-left: 43px; }
    .mn-level-1 ul li a {
      text-transform: uppercase;
      color: #5f604b;
      font-size: 15px; }

.mn-level-2 {
  position: static; }
  .mn-level-2 ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .mn-level-2 ul li {
      border-bottom: 1px solid #bbbcac;
      line-height: 30px;
      padding-left: 0px; }
      .mn-level-2 ul li a {
        padding-left: 43px;
        background: url(/img/mb-arw1.png) no-repeat 23px center;
        text-transform: uppercase;
        color: #f16256;
        font-size: 15px; }
    .mn-level-2 ul li:last-child {
      border-bottom: 0px solid #bbbcac; }
    .mn-level-2 ul li:first-child {
      border-top: 1px solid #bbbcac; }

.level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 4;
  display: none; }
  .level ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .level ul li {
      background-color: #fff;
      line-height: 30px;
      padding-left: 0px;
      border-bottom: 1px solid #bbbcac; }
      .level ul li a {
        padding-left: 43px;
        color: #60604e;
        text-transform: uppercase;
        font-size: 15px; }
    .level ul li:last-child {
      border-bottom: 0px solid #bbbcac; }
    .level ul li:first-child {
      border-top: 1px solid #bbbcac; }
    .level ul ul {
      display: none; }
      .level ul ul.active {
        display: block; }
      .level ul ul li a {
        padding-left: 53px;
        background: url(/img/mb-arw1.png) no-repeat 33px center; }
    .level ul li.active > a {
      background: url(../img/arw4.png) no-repeat 23px center; }
    .level ul li.active > ul {
      display: block; }
  .level.active {
    display: block; }
  .level .backbtn {
    padding-left: 43px;
    font-size: 15px;
    color: #f27262;
    line-height: 30px;
    border-bottom: 1px solid #bbbcac;
    background: url(../img/backBtn.jpg) no-repeat 23px center;
    cursor: pointer; }
  .level .space {
    height: 30px;
    border-bottom: 1px solid #bbbcac; }
  .level .mn-title {
    padding-left: 43px;
    font-size: 15px;
    color: #f27262;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #bbbcac;
    text-transform: uppercase; }
  .level .mn-title-1 {
    padding-left: 43px;
    font-size: 15px;
    color: #f27262;
    font-weight: 700;
    line-height: 30px;
    background: url(../img/arw4.png) no-repeat 23px center;
    text-transform: uppercase; }
  .level .mn-title-1 + ul {
    border-bottom: 1px solid #bbbcac; }
  .level ul + mn-title-1 {
    border-bottom: 1px solid #bbbcac; }

@font-face {
  font-family: 'AlexBrush-Regular';
  src: url("/fonts/AlexBrush-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/AlexBrush-Regular.woff") format("woff"), url("/fonts/AlexBrush-Regular.ttf") format("truetype"), url("/fonts/AlexBrush-Regular.svg#AlexBrush-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*body {
    overflow-x: hidden !important;
}*/
.selectBox-dropdown {
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #60604e;
  outline: none;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: default;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  height: 20px;
  width: 100% !important; }

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #d2d2d2; }

.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.selectBox-dropdown .selectBox-label {
  padding: 0 6px 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 80px !important;
  line-height: 20px;
  border: solid 1px #c1c1bc; }

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  background: url(../img/drop-list.png) center no-repeat;
  cursor: pointer; }

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #BBB;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto; }

.selectBox-inline:focus {
  border-color: #666; }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0 0;
  margin: 0;
  font-size: 14px; }

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.selectBox-options.selectBox-options-bottom {
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.selectBox-options LI A {
  line-height: 1.8;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat; }

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE; }

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent; }

.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4; }

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap; }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important; }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666; }

.selectBox-inline.selectBox-disabled {
  color: #888 !important; }

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important; }

div.search_wrapper div.tabs_wrapper {
  margin-top: -2px;
  border: 0px none;
  border-top: 1px solid #c5c5c5;
  border-radius: 0;
  padding: 10px 0px; }

div.search_wrapper div.tabs_container_search ul.itemlist {
  margin: 0;
  padding: 0; }

div.search_wrapper div.tabs_container_search ul.itemlist li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none; }

div.search_wrapper div.tabs_header {
  z-index: 9; }

div.search_wrapper div.tabs_header ul.itemlist {
  margin-left: 5px; }

div.search_wrapper div.tabs_header ul.itemlist li {
  border: 1px solid #CCCCCC;
  border-bottom: 0px none;
  border-radius: 5px 5px 0px 0px;
  padding-right: 5px;
  cursor: pointer;
  float: left;
  margin-right: 3px;
  list-style: none; }

div.search_wrapper div.tabs_header ul.itemlist li.unselected {
  border-bottom: 1px solid #cccccc; }

div.search_wrapper div.tabs_header ul.itemlist li a {
  border: 0px none;
  border-bottom: 0px none;
  border-radius: 5px 5px 0px 0px;
  display: block;
  float: left;
  padding: 7px 10px 5px 10px;
  padding-left: 15px;
  text-decoration: none;
  color: inherit; }

div.search_wrapper div.tabs_header ul.itemlist li.selected {
  border-bottom: 1px solid white; }

div.search_wrapper div.tabs_header ul.itemlist li.selected a {
  padding-bottom: 6px;
  /*color: white;*/ }

div.search_results {
  margin-bottom: 15px; }

div.search_wrapper div.tab_content ul.itemlist {
  padding: 0px;
  margin: 0px;
  padding-top: 15px; }

div.search_wrapper div.tab_content ul.itemlist > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
  list-style: none; }

div.search_wrapper div.tab_content h2,
div.search_wrapper div.tab_content h2 a {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  /*color: #CBA262;*/ }

div.search_wrapper div.search_navigation {
  float: right; }

div.search_wrapper div.tab_content div.image_wrapper {
  float: left;
  width: 20%; }

div.search_wrapper div.tab_content div.description-with-image {
  width: 77%;
  float: right; }

div.search_wrapper li div.image_wrapper {
  width: 20%;
  float: left; }

div.search_wrapper li div.description-with-image {
  width: 20%;
  float: left; }

div.search_wrapper div.search_navigation a {
  color: #333333;
  padding: 0px 5px; }

div.tabs_container_search ul.itemlist li a span {
  color: #333333;
  text-decoration: underline; }

.hide {
  display: none; }

@media screen and (max-width: 767px) {
  div.search_wrapper {
    padding-top: 20px; } }
@media screen and (max-width: 460px) {
  div.search_wrapper div.tab_content div.image_wrapper {
    width: 100%;
    float: none; }

  div.search_wrapper div.tab_content div.image_wrapper img {
    width: 100%; }

  div.search_wrapper div.tab_content div.description,
  div.search_wrapper div.tab_content div.description-with-image {
    width: 100%;
    float: none; } }
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"], input.text, textarea.textarea, select.select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn {
  color: #c7000b;
  background-color: #fff;
  border: 1px solid #D6D6D6; }

.btn:hover, .btn:focus {
  border-color: #0C1B3A;
  text-decoration: none; }

.btn:active,
.btn.active {
  border-color: #0C1B3A;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

input.text, textarea.textarea, select.select {
  display: block;
  width: 100%;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 1.4;
  /*color: #555;*/
  background-color: #fff;
  background-image: none;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

input.text:focus,
textarea.textarea:focus {
  border-color: #0C1B3A;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input.text::-moz-placeholder,
textarea.textarea::-moz-placeholder {
  color: #777;
  opacity: 1; }

input.text:-webkit-input-placeholder,
input.text:-ms-input-placeholder,
textarea.textarea:-webkit-input-placeholder,
textarea.textarea:-ms-input-placeholder {
  color: #777; }

.auth_generated_form .form_content_after {
  margin: 10px 0; }

.auth_generated_form td.label_wrapper {
  vertical-align: top; }

.auth_generated_form td.label_wrapper label {
  margin-top: 7px;
  display: block; }

/* news list*/
div.mod_news ul.itemlist {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px; }

div.mod_news ul.itemlist > li {
  border-bottom: 1px solid #DFDEDB;
  padding: 20px 0;
  margin: 0px;
  list-style: none; }

div.mod_news ul.itemlist li.first {
  padding-top: 0px; }

div.mod_news ul.itemlist li.last {
  padding-bottom: 0px;
  border-bottom: 0px; }

div.mod_news ul.itemlist h2 {
  margin: 0px;
  font-size: 22px;
  font-family: "Alice",serif;
  text-transform: uppercase;
  color: #FE6257; }

div.mod_news div.detail div.image {
  float: right; }

div.contentlist-item {
  padding: 10px; }

div.contentlist-item div.c-item h1 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  color: #28b5ea; }

div.contentlist-item div.c-item-left {
  width: 60%;
  float: left;
  padding-top: 20px; }

div.contentlist-item div.c-item-left p {
  margin-top: 0px; }

div.contentlist-item div.c-item-right {
  float: right;
  width: 35%;
  padding-left: 10px;
  margin-left: 20px;
  padding-top: 20px;
  border-left: 1px solid #E0E0E0; }

div.contentlist-item div.c-item-right img {
  max-width: 100%; }

div.contentlist-item div.c-item-right div.c-item-image {
  padding: 10px 0;
  margin-bottom: 10px; }

div.contentlist-item div.c-item-right div.c-item-image.first {
  padding-top: 0px; }

div.contentlist-item div.c-item-right div.c-item-image.last {
  margin-bottom: 0px;
  border-bottom: 0px none; }

div.contentlist-item div.c-item-right img {
  display: block; }

div.cls {
  clear: both; }

div.contentlist .navigation {
  margin: 15px 0px; }

div.contentlist .navigation a,
div.contentlist .navigation b {
  padding: 3px 5px;
  border: 1px solid #CCCCCC;
  margin-right: 5px; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

/* see https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/* see https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/**
 * 1 1 200 for example
 * flex-grow / flex-shrink / min-width
 */
/**
 * @include flex-align-items($value: stretch);
 */
/**
 * @include flex-align-self$value: auto);
 */
/**
 * Values: digit
 */
/**
 * Values: digit
 */
/**
 * Values: flex-start | flex-end | center | space-between | space-around | stretch (default)
 */
div.text {
  line-height: 1.25; }

.text a {
  text-decoration: underline;
  color: #ffcc00; }
.text p:first-child {
  margin-top: 0; }
.text p:last-child {
  margin-bottom: 0; }

#page_id {
  display: none; }

.hide {
  display: none; }

.goto {
  cursor: pointer; }

nav .navigation ul.sf-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  nav .navigation ul.sf-menu li a {
    padding-left: 0px;
    padding-right: 0px; }
  nav .navigation ul.sf-menu li ul {
    display: none; }

div.menu > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }

div.section2 div.pro-box div.image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

div.section3 .shop-list ul li a {
  background: #fff; }

div.module-products .img-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 150px;
  overflow: hidden; }

.detail a:hover, .pro-item-1 a.linkBg:hover {
  background-color: #5f604b; }

ul.pro-list-item1 {
  list-style: none;
  margin: 0;
  margin: 0 -11px;
  /* added by hermen */
  padding: 20px 0 15px; }
  ul.pro-list-item1:after {
    content: '';
    display: block;
    clear: both; }
  ul.pro-list-item1 li {
    float: left;
    padding: 0 0 10px;
    width: 25%; }
    ul.pro-list-item1 li > div {
      border: 1px solid #e4e4e4;
      margin: 0 6px;
      margin-bottom: 20px; }
    ul.pro-list-item1 li .wishlist-box {
      position: absolute;
      right: 10px;
      top: -18px;
      width: 80px;
      height: 15px;
      z-index: 8; }
      ul.pro-list-item1 li .wishlist-box ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        ul.pro-list-item1 li .wishlist-box ul li {
          background: url(/img/whishlist.png) no-repeat;
          border: 0 none;
          float: left;
          height: 14px;
          margin-right: 2px;
          padding: 0;
          width: 17px; }

.pro-itembx1 {
  float: left; }
  .pro-itembx1 img {
    display: block;
    width: 100%; }

.prodetail {
  float: right;
  width: 184px; }
  .prodetail .stdbx2 {
    padding: 0 0 18px;
    font-size: 14px;
    line-height: 20px; }
    .prodetail .stdbx2.ptitle3 {
      font-weight: 700;
      padding-bottom: 0; }
    .prodetail .stdbx2.txtbld {
      font-weight: 700; }
      .prodetail .stdbx2.txtbld span {
        font-size: 18px; }

.col-box {
  float: left;
  width: 100%; }
  .col-box .pro-box {
    float: left;
    margin-top: 5px;
    width: 67px; }
  .col-box a {
    display: block;
    color: #fff;
    background: #fe6257;
    padding: 5px 4px;
    float: left;
    font-size: 14px; }

.title .chckbx .checkbox_flat {
  left: -16px; }

.sm-col1 ul li .chckbx .checkbox_flat {
  left: 6px;
  top: 5px; }

.padbtm {
  padding-bottom: 25px; }

.pro-details .txt2 ul li.last {
  background: url(/img/wishlist.png) no-repeat -15px 0; }
.pro-details .txt3 ul li.active {
  background: url(/img/wishlist.png) no-repeat 0 0 !important; }

div.webshop_steps_wrapper h1 {
  font-size: 32px;
  font-weight: normal; }

#orderoverview a.clear, #orderoverview a.shopping {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  right: 0;
  text-align: center;
  background: #fe6257;
  padding: 8px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fe6257;
  font-weight: 700;
  -webkit-transform: all 0.3s ease;
  /* Saf3.1+, Chrome */
  -moz-transform: all 0.3s ease;
  /* FF3.5+ */
  -ms-transform: all 0.3s ease;
  /* IE9 */
  -o-transform: all 0.3s ease;
  /* Opera 10.5+ */
  transform: all 0.3s ease; }
  #orderoverview a.clear:hover, #orderoverview a.shopping:hover {
    background: white;
    color: #fe6257; }
#orderoverview a.shopping {
  position: relative;
  top: auto;
  right: auto; }
#orderoverview .col4 {
  float: left;
  margin-right: 1%;
  width: 74%;
  text-align: right; }
  #orderoverview .col4 .col-row {
    height: 164px;
    border-bottom: 1px solid #dfdedb;
    margin-bottom: 21px;
    padding: 0px;
    text-align: left; }
    #orderoverview .col4 .col-row .pro-img-left {
      float: left;
      width: 25%; }
    #orderoverview .col4 .col-row .pro-item-detail {
      float: right;
      text-align: left;
      width: 75%; }
      #orderoverview .col4 .col-row .pro-item-detail .sub-title {
        font-size: 24px;
        padding-bottom: 16px;
        padding-top: 20px; }
      #orderoverview .col4 .col-row .pro-item-detail .price {
        font-size: 18px;
        font-weight: 700;
        width: 250px;
        float: left; }
        #orderoverview .col4 .col-row .pro-item-detail .price span {
          color: #fe6257;
          font-size: 22px; }
      #orderoverview .col4 .col-row .pro-item-detail .pro-itembx {
        float: right;
        padding-top: 6px;
        margin-right: 15px; }
        #orderoverview .col4 .col-row .pro-item-detail .pro-itembx > a {
          float: left;
          display: block;
          background: url(/img/del-icon.png) no-repeat;
          text-indent: -999px;
          overflow: hidden;
          width: 14px;
          height: 20px;
          margin-top: 5px;
          margin-right: 10px; }
        #orderoverview .col4 .col-row .pro-item-detail .pro-itembx .pro-box {
          box-shadow: none;
          float: right;
          margin: 0; }
          #orderoverview .col4 .col-row .pro-item-detail .pro-itembx .pro-box input {
            display: block;
            box-sizing: border-box;
            border: 0;
            float: left; }
          #orderoverview .col4 .col-row .pro-item-detail .pro-itembx .pro-box .qtyminus {
            width: 20px;
            height: 19px;
            background: url(/img/icon-pls.png) no-repeat;
            cursor: pointer;
            display: block;
            text-indent: -999px;
            overflow: hidden;
            margin-top: 7px;
            margin-right: 3px; }
          #orderoverview .col4 .col-row .pro-item-detail .pro-itembx .pro-box .qtyplus {
            width: 20px;
            height: 19px;
            background: url(/img/icon-pls.png) no-repeat -41px 0;
            cursor: pointer;
            display: block;
            text-indent: -999px;
            overflow: hidden;
            margin-top: 7px;
            margin-left: 3px; }
          #orderoverview .col4 .col-row .pro-item-detail .pro-itembx .pro-box .qty {
            float: left;
            width: 50px;
            text-align: center;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #fe6257;
            border: 1px solid #CECECE;
            padding: 5px 15px; }
  #orderoverview .col4 .pro-img {
    float: left;
    width: 100%; }
    #orderoverview .col4 .pro-img img {
      margin: 0px auto;
      width: auto;
      max-width: 100%;
      display: block; }
    #orderoverview .col4 .pro-img.padtp {
      padding-top: 22px; }
  #orderoverview .col4 .block-product_selection .pro-img {
    float: none;
    display: block;
    min-width: 208px;
    min-height: 126px; }
#orderoverview .sm-col6 {
  width: 25%;
  float: right; }
  #orderoverview .sm-col6 .sub-title1 {
    background: #fbe0de url(/img/cart-icon.png) no-repeat 15px 7px;
    background-size: 26px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    padding-left: 54px; }
  #orderoverview .sm-col6 .bgcolr1 {
    background: #fef8f8;
    padding: 16px 0 22px; }
    #orderoverview .sm-col6 .bgcolr1 .pbox {
      border-bottom: 1px solid #dfdedb;
      padding: 0 20px 10px;
      font-size: 14px; }
      #orderoverview .sm-col6 .bgcolr1 .pbox:after {
        display: block;
        content: '';
        clear: both; }
      #orderoverview .sm-col6 .bgcolr1 .pbox span {
        font-weight: 700;
        float: right; }
    #orderoverview .sm-col6 .bgcolr1 .box2 {
      border-bottom: 1px solid #dfdedb;
      padding: 14px 0 14px; }
      #orderoverview .sm-col6 .bgcolr1 .box2 span.txtnrl {
        float: left;
        display: block;
        line-height: 20px;
        font-size: 14px;
        padding-left: 20px; }
      #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat #rabbatmessage {
        color: red;
        font-size: 13px;
        padding-left: 20px;
        padding-top: 10px; }
      #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat div.right {
        float: right;
        width: 140px;
        margin-right: 10px; }
        #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat div.right:after {
          clear: left; }
        #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat div.right input.inptbx {
          border: 1px solid #dfdedb;
          border-right: 0 solid;
          width: 110px;
          padding: 0 3px;
          height: 21px;
          line-height: 21px;
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 14px;
          color: #60604e;
          float: left; }
      #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat input.rabbat_ok {
        float: left;
        width: 22px;
        text-align: center;
        border: 1px solid #e4584e;
        border-left: 0 solid;
        border-radius: 0 4px 4px 0;
        padding: 0 2px;
        background: #FE6257;
        color: white;
        font-size: 14px;
        line-height: 19px; }
      #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat-group input.rabbat_ok,
      #orderoverview .sm-col6 .bgcolr1 .box2 .pbox1 {
        padding: 25px 20px 0;
        font-size: 14px; }
        #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat-group input.rabbat_ok:after,
        #orderoverview .sm-col6 .bgcolr1 .box2 .pbox1:after {
          display: block;
          content: '';
          clear: both; }
        #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat-group input.rabbat_ok span,
        #orderoverview .sm-col6 .bgcolr1 .box2 .pbox1 span {
          font-weight: 400;
          float: right; }
      #orderoverview .sm-col6 .bgcolr1 .box2 .txtclr {
        color: #fe6257;
        padding: 0 20px;
        font-size: 14px; }
    #orderoverview .sm-col6 .bgcolr1 .box3 {
      padding: 20px 20px 0; }
      #orderoverview .sm-col6 .bgcolr1 .box3 .pbox2 {
        padding: 0;
        font-size: 14px; }
        #orderoverview .sm-col6 .bgcolr1 .box3 .pbox2:after {
          display: block;
          content: '';
          clear: both; }
        #orderoverview .sm-col6 .bgcolr1 .box3 .pbox2 span {
          font-weight: 700;
          float: right;
          color: #fe6257;
          font-size: 28px;
          line-height: 14px; }
      #orderoverview .sm-col6 .bgcolr1 .box3 a {
        display: block;
        text-align: center;
        background: #fe6257;
        padding: 8px 20px;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        margin-top: 20px;
        border: 1px solid #fe6257;
        -webkit-transform: all 0.3s ease;
        /* Saf3.1+, Chrome */
        -moz-transform: all 0.3s ease;
        /* FF3.5+ */
        -ms-transform: all 0.3s ease;
        /* IE9 */
        -o-transform: all 0.3s ease;
        /* Opera 10.5+ */
        transform: all 0.3s ease; }
        #orderoverview .sm-col6 .bgcolr1 .box3 a:hover {
          background: white;
          color: #fe6257; }
@media (max-width: 991.98px) {
  #orderoverview .sm-col6, #orderoverview .col4 {
    width: 100%; }
    #orderoverview .sm-col6 .col-row .pro-img-left img, #orderoverview .col4 .col-row .pro-img-left img {
      max-width: 100%; } }
@media (max-width: 767.98px) {
  #orderoverview a.clear {
    margin-bottom: 20px;
    position: relative;
    top: 0; }
  #orderoverview .sm-col6 .col-row, #orderoverview .col4 .col-row {
    height: auto;
    padding-bottom: 20px; }
    #orderoverview .sm-col6 .col-row .pro-img-left, #orderoverview .sm-col6 .col-row .pro-item-detail, #orderoverview .col4 .col-row .pro-img-left, #orderoverview .col4 .col-row .pro-item-detail {
      float: none;
      width: 100%; }
      #orderoverview .sm-col6 .col-row .pro-img-left .price, #orderoverview .sm-col6 .col-row .pro-item-detail .price, #orderoverview .col4 .col-row .pro-img-left .price, #orderoverview .col4 .col-row .pro-item-detail .price {
        width: auto; } }

#webshop_form {
  /*.webshop_steps_wrapper input.text {
  	width: 100%;
  	display: block;
  	box-sizing: border-box;
  	border-width: 1px solid #C1C1BC;
  	font-family: "Roboto Condensed",sans-serif;
  	color: #60604E;
  	font-size: 14px;
  	line-height: 1.4;
  	height: 24px;
  }*/ }
  #webshop_form .row {
    margin: 0 -10px; }
  #webshop_form .container:after,
  #webshop_form .row:after {
    clear: both;
    display: table;
    content: ' '; }
  #webshop_form .xs-col-1, #webshop_form .xs-col-2, #webshop_form .xs-col-3, #webshop_form .xs-col-4, #webshop_form .xs-col-5, #webshop_form .xs-col-6, #webshop_form .xs-col-7, #webshop_form .xs-col-8, #webshop_form .xs-col-9, #webshop_form .xs-col-10, #webshop_form .xs-col-11, #webshop_form .xs-col-12,
  #webshop_form .sm-col-1, #webshop_form .sm-col-2, #webshop_form .sm-col-3, #webshop_form .sm-col-4, #webshop_form .sm-col-5, #webshop_form .sm-col-6, #webshop_form .sm-col-7, #webshop_form .sm-col-8, #webshop_form .sm-col-9, #webshop_form .sm-col-10, #webshop_form .sm-col-11, #webshop_form .sm-col-12,
  #webshop_form .md-col-1, #webshop_form .md-col-2, #webshop_form .md-col-3, #webshop_form .md-col-4, #webshop_form .md-col-5, #webshop_form .md-col-6, #webshop_form .md-col-7, #webshop_form .md-col-8, #webshop_form .md-col-9, #webshop_form .md-col-10, #webshop_form .md-col-11, #webshop_form .md-col-12 {
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    min-height: 1px; }
  #webshop_form .md-col-1 {
    width: 8.333%; }
  #webshop_form .md-col-2 {
    width: 16.667%; }
  #webshop_form .md-col-3 {
    width: 25%; }
  #webshop_form .md-col-4 {
    width: 33.333%; }
  #webshop_form .md-col-5 {
    width: 41.667%; }
  #webshop_form .md-col-6 {
    width: 50%; }
  #webshop_form .md-col-7 {
    width: 58.333%; }
  #webshop_form .md-col-8 {
    width: 66.667%; }
  #webshop_form .md-col-9 {
    width: 75%; }
  #webshop_form .md-col-10 {
    width: 83.333%; }
  #webshop_form .md-col-11 {
    width: 91.667%; }
  #webshop_form .md-col-12 {
    width: 100%; }
  #webshop_form .sm-col-1, #webshop_form .xs-col-1 {
    width: 8.333%; }
  #webshop_form .sm-col-2, #webshop_form .xs-col-2 {
    width: 16.667%; }
  #webshop_form .sm-col-3, #webshop_form .xs-col-3 {
    width: 25%; }
  #webshop_form .sm-col-4, #webshop_form .xs-col-4 {
    width: 33.333%; }
  #webshop_form .sm-col-5, #webshop_form .xs-col-5 {
    width: 41.667%; }
  #webshop_form .sm-col-6, #webshop_form .xs-col-6 {
    width: 50%; }
  #webshop_form .sm-col-7, #webshop_form .xs-col-7 {
    width: 58.333%; }
  #webshop_form .sm-col-8, #webshop_form .xs-col-8 {
    width: 66.667%; }
  #webshop_form .sm-col-9, #webshop_form .xs-col-9 {
    width: 75%; }
  #webshop_form .sm-col-10, #webshop_form .xs-col-10 {
    width: 83.333%; }
  #webshop_form .sm-col-11, #webshop_form .xs-col-11 {
    width: 91.667%; }
  #webshop_form .sm-col-12, #webshop_form .xs-col-12 {
    width: 100%; }
  #webshop_form .md-offset-4 {
    margin-left: 33.333%; }
  #webshop_form .row.nopad {
    margin: 0; }
  #webshop_form .row.nopad > div {
    padding: 0px; }
  #webshop_form .form-input {
    padding-top: 2px;
    padding-bottom: 2px; }
  #webshop_form .webshop_steps_wrapper label {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    padding: 2px 0; }
  #webshop_form .street_number_extra {
    margin-left: 2px; }
  #webshop_form .panel {
    margin-bottom: 20px; }
  #webshop_form .panel-roze .panel-header {
    line-height: 20px;
    border-radius: 0;
    padding: 10px 20px;
    background: #FBE0DE; }
  #webshop_form .panel-roze .panel-header h2 {
    margin: 0;
    font-weight: normal;
    font-size: 20px; }
  #webshop_form .panel-roze .panel-header h2 i {
    margin-right: 6px;
    font-size: 90%; }
  #webshop_form .panel-roze .panel-body {
    background: #FEF8F8;
    padding: 10px 20px;
    line-height: 1.4; }
  #webshop_form .panel-body {
    padding: 10px 20px;
    line-height: 1.4; }
  #webshop_form .panel-roze .panel-body h3 {
    font-size: 1.25em;
    font-weight: bold;
    padding: 0px;
    font-weight: normal;
    margin-top: 0.6em;
    margin-bottom: 0px; }
  #webshop_form .radio-group {
    display: table;
    width: 100%; }
  #webshop_form .radio-group > .input {
    width: 25px;
    display: table-cell;
    vertical-align: top;
    padding-top: 2px; }
  #webshop_form .radio-group > .label {
    width: auto;
    display: table-cell; }
  #webshop_form .rabbat-group {
    display: table;
    width: 100%; }
  #webshop_form .rabbat-group > .input {
    width: auto;
    display: table-cell; }
  #webshop_form .rabbat-group > .button {
    display: table-cell;
    width: 35px; }
  #webshop_form div.rabbat-group input#rabbatcode {
    border-radius: 4px 0 0 4px;
    height: 26px; }
  #webshop_form .abs-bottom {
    bottom: 0px;
    position: absolute; }
  #webshop_form input.btn-red {
    border-radius: 0;
    color: white;
    line-height: 26px;
    padding: 0px 5px;
    border-color: #E4584E;
    background: #FE6257;
    margin: 0px auto; }
  #webshop_form input.text, #webshop_form textarea.textarea, #webshop_form select.select {
    border-radius: 0; }
  #webshop_form div.rabbat-group input.rabbat_ok {
    height: 26px;
    width: 35px; }
  #webshop_form .panel-body hr {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #DFDEDB;
    border: 0px none;
    height: 1px;
    line-height: 1px; }
  #webshop_form .create_account_fields {
    display: none; }
  #webshop_form .box2 .pbox1, #webshop_form .box3 .pbox2 {
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  #webshop_form .container.login {
    min-width: 420px;
    padding: 0 10px; }
  @media (max-width: 991.98px) {
    #webshop_form .md-col-4 {
      width: 50%; } }
  @media (max-width: 767.98px) {
    #webshop_form .md-col-4 {
      width: 100%; } }

input.text, textarea.textarea, select.select {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  padding: 5px; }

section.login, section.sellpoint {
  padding: 2px; }
  section.login .extrapadding, section.sellpoint .extrapadding {
    padding: 0 10px; }
  section.login .form-input, section.sellpoint .form-input {
    margin-bottom: 10px; }
    section.login .form-input div.label, section.login .form-input label, section.sellpoint .form-input div.label, section.sellpoint .form-input label {
      margin-bottom: 8px; }
    section.login .form-input input, section.login .form-input select, section.sellpoint .form-input input, section.sellpoint .form-input select {
      max-width: 300px; }
  section.login .extra-menuitems a, section.sellpoint .extra-menuitems a {
    color: #009fff;
    font-size: 14px;
    text-decoration: underline; }
    section.login .extra-menuitems a:hover, section.sellpoint .extra-menuitems a:hover {
      text-decoration: none; }

div.mod_news ul.itemlist li {
  overflow: hidden; }
  div.mod_news ul.itemlist li .sm-col-4 {
    float: left;
    width: 33.33%; }
    div.mod_news ul.itemlist li .sm-col-4 figure {
      margin: 0 20px 5px 0; }
      div.mod_news ul.itemlist li .sm-col-4 figure img {
        max-width: 100%; }
  div.mod_news ul.itemlist li .sm-col-8 {
    float: right;
    width: 66.66%; }
  div.mod_news ul.itemlist li h2 a {
    color: #FE6257; }

.detail {
  padding-bottom: 40px; }
  .detail figure {
    margin: 0; }
  .detail .image a {
    /*position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    */
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 0;
    float: right;
    color: #fff;
    width: 200px;
    line-height: 40px;
    background: #f26457;
    border-radius: 30px;
    font-size: 17px;
    text-align: center; }
    .detail .image a.grnlink {
      background-color: #5f604b; }
    .detail .image a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      background: url(../img/sm-arw-icon.png) no-repeat;
      margin-left: 10px; }
  @media (max-width: 639px) {
    .detail a {
      width: 172px;
      font-size: 15px;
      line-height: 35px;
      margin-left: -86px; } }

.mn-level-2 ul li.normal {
  background: none; }
  .mn-level-2 ul li.normal a {
    color: #5f604b; }

.sort .drop-list {
  width: 141px; }
@media (max-width: 991.98px) {
  .sort {
    float: right;
    width: auto; } }

div#loader {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 999;
  top: 50%;
  margin-top: -100px;
  display: none; }

body.defaultpage .inr-banner, body.widepage .inr-banner {
  background-size: cover !important;
  height: 300px; }
body.defaultpage .drop-menu, body.widepage .drop-menu {
  top: 96px;
  z-index: 99;
  background: white;
  bottom: auto; }

.price em {
  font-style: normal; }

@media screen and (max-width: 767px) {
  div.mod_news ul.itemlist li .sm-col-4 {
    width: 100%; }
    div.mod_news ul.itemlist li .sm-col-4 img {
      width: 100%; }
  div.mod_news ul.itemlist li .sm-col-8 {
    width: 100%; }

  .section1 .inr-white-box {
    height: 100%; } }
.ui-autocomplete.ui-widget-content {
  font-size: 14px;
  background: white;
  z-index: 12;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 4px 6px 5px 0px #cccccc;
  -moz-box-shadow: 4px 6px 5px 0px #cccccc;
  box-shadow: 4px 6px 5px 0px #cccccc; }

.ui-autocomplete li {
  font-weight: 300;
  color: #60604E; }

.ui-autocomplete li.ui-state-focus {
  margin: 0px;
  background: #FBE0DE;
  border-color: #FBE0DE; }

.ui-autocomplete li:first-child {
  border-top: 0px; }

.text {
  line-height: 1.4; }

.product-files {
  padding-left: 20px;
  margin-top: 5px; }

.product-files {
  padding-bottom: 20px; }
  .product-files a {
    color: #f26457;
    line-height: 1.3;
    text-decoration: underline; }

body.site_gardenbroek header {
  background: rgba(234, 230, 230, 0.6); }
body.site_gardenbroek .search button,
body.site_gardenbroek .tel a,
body.site_gardenbroek .cart a,
body.site_gardenbroek .menu ul li a,
body.site_gardenbroek .menu .mn-title-1,
body.site_gardenbroek .pro-box .sm-title-01,
body.site_gardenbroek .pro-box .price,
body.site_gardenbroek .shop-list .sm-title-03,
body.site_gardenbroek .ft-links ul li a,
body.site_gardenbroek .xs-box-1 .txt1,
body.site_gardenbroek .ft-social span,
body.site_gardenbroek .ft-box-2 button.submitBtn,
body.site_gardenbroek .pagination a,
body.site_gardenbroek .pro-list .pro-title,
body.site_gardenbroek .pro-list .price,
body.site_gardenbroek .pro-list .qty-box .qty,
body.site_gardenbroek .pro-list a.basket,
body.site_gardenbroek .acrd-col .acrd-title,
body.site_gardenbroek .pro-details .pro-price,
body.site_gardenbroek .pro-details .qty-box .qty,
body.site_gardenbroek .pro-details .txt3 span,
body.site_gardenbroek #orderoverview .sm-col6 .bgcolr1 .box3 .pbox2 span,
body.site_gardenbroek #orderoverview .col4 .col-row .pro-item-detail .price span,
body.site_gardenbroek #orderoverview .col4 .col-row .pro-item-detail .pro-itembx .pro-box .qty,
body.site_gardenbroek .mn-level-2 ul li a,
body.site_gardenbroek .level .mn-title, body.site_gardenbroek .brdcrm a,
body.site_gardenbroek a:not(.linkBtn) {
  color: #00957f; }
body.site_gardenbroek div.webshop_steps_wrapper {
  padding: 21px; }
body.site_gardenbroek #orderoverview a.clear, body.site_gardenbroek #orderoverview a.shopping {
  background: #7fcabf;
  border: 1px solid #7fcabf; }
body.site_gardenbroek .menu .mn-title-1 {
  border-color: #00957f; }
body.site_gardenbroek .search button:before {
  background: url(/img/gardenbroek/srch-icon.png) no-repeat; }
body.site_gardenbroek .tel a {
  background: url(/img/gardenbroek/phone-icon.png) no-repeat; }
body.site_gardenbroek .cart {
  background: url(/img/gardenbroek/cart-icon.png) no-repeat; }
body.site_gardenbroek .spl-list ul li:before {
  background: url(/img/gardenbroek/tick.jpg) no-repeat;
  height: 26px; }
body.site_gardenbroek .xs-box-1 {
  background: url(/img/gardenbroek/cake.png) no-repeat; }
body.site_gardenbroek .ft-social a {
  background: url(/img/gardenbroek/social.png) no-repeat; }
body.site_gardenbroek .ft-box-2 button.submitBtn:before {
  background: url(/img/gardenbroek/mail-us.png) no-repeat;
  top: -3px; }
body.site_gardenbroek .slider .caption .wrapper {
  background: rgba(0, 149, 127, 0.9); }
body.site_gardenbroek #orderoverview .sm-col6 .sub-title1 {
  background-color: #7fcabf; }
body.site_gardenbroek .slider .bx-pager .bx-pager-item a,
body.site_gardenbroek .detail a,
body.site_gardenbroek #orderoverview a.clear,
body.site_gardenbroek #orderoverview .sm-col6 .bgcolr1 .box3 a {
  background: #00957f;
  border: 1px solid #00957f; }
body.site_gardenbroek .backBtn a {
  border: 1px solid #7fcabf;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  body.site_gardenbroek .backBtn a:hover {
    background: white url(../img/gardenbroek/arw3.png) no-repeat 22px 13px;
    color: #7fcabf; }
body.site_gardenbroek .pro-details a.basket,
body.site_gardenbroek .pro-list a.basket,
body.site_gardenbroek .detail a,
body.site_gardenbroek #orderoverview a.clear,
body.site_gardenbroek #orderoverview .sm-col6 .bgcolr1 .box3 a {
  border: 1px solid #7fcabf;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  body.site_gardenbroek .pro-details a.basket:hover,
  body.site_gardenbroek .pro-list a.basket:hover,
  body.site_gardenbroek .detail a:hover,
  body.site_gardenbroek #orderoverview a.clear:hover,
  body.site_gardenbroek #orderoverview .sm-col6 .bgcolr1 .box3 a:hover {
    background: white;
    color: #7fcabf; }
body.site_gardenbroek .pro-item-1 a.linkBg {
  background-color: #00957f; }
body.site_gardenbroek #orderoverview .sm-col6 .bgcolr1 .box2 div.rabbat input.rabbat_ok, body.site_gardenbroek #webshop_form input.btn-red {
  background: #00957f;
  border-color: #00957f; }
body.site_gardenbroek #webshop_form .panel-roze .panel-header {
  background: rgba(234, 230, 230, 0.6); }
body.site_gardenbroek .menu ul li:hover > a:after {
  background: #00957f; }
body.site_gardenbroek .pro-list a.basket, body.site_gardenbroek .backBtn a, body.site_gardenbroek .pro-details a.basket {
  background-color: #7fcabf;
  color: #fff; }
body.site_gardenbroek .panel-body a {
  color: #00957f !important; }
body.site_gardenbroek .ft-title-1 {
  background-color: #00957f; }
body.site_gardenbroek .mobile {
  display: none; }
body.site_gardenbroek div.inr-banner {
  background: url("/foto/80146/1920/540/!crop!/files/Visuals/adobestock_84477547_jpeg.jpeg"); }
@media screen and (max-width: 979px) {
  body.site_gardenbroek .hamburger {
    color: #00957f;
    background: url(/img/gardenbroek/hamburger.png) no-repeat; } }
@media screen and (max-width: 767px) {
  body.site_gardenbroek .tel a {
    background: none; }
  body.site_gardenbroek .desktop {
    display: none; }
  body.site_gardenbroek .mobile {
    display: block; } }
body.site_gardenbroek footer {
  border-color: #7fcabf; }
body.site_gardenbroek .acrd-col .acrd-title {
  background-image: url("/img/gardenbroek/arrow_green_down.png"); }
@media screen and (max-width: 1022px) {
  body.site_gardenbroek .search button {
    background: url(/img/gardenbroek/srch-icon.png) no-repeat; } }
body.site_gardenbroek div.acd-box ul ul {
  display: none; }

.my_account_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .my_account_wrapper *:before, .my_account_wrapper *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.my_account_wrapper html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }
.my_account_wrapper body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }
.my_account_wrapper input, .my_account_wrapper button, .my_account_wrapper select, .my_account_wrapper textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.my_account_wrapper a {
  color: #337ab7;
  text-decoration: none; }
  .my_account_wrapper a:hover {
    color: #23527c;
    text-decoration: underline; }
  .my_account_wrapper a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.my_account_wrapper figure {
  margin: 0; }
.my_account_wrapper img {
  vertical-align: middle; }
.my_account_wrapper .img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
.my_account_wrapper .img-rounded {
  border-radius: 6px; }
.my_account_wrapper .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }
.my_account_wrapper .img-circle {
  border-radius: 50%; }
.my_account_wrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }
.my_account_wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.my_account_wrapper .sr-only-focusable:active, .my_account_wrapper .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
.my_account_wrapper [role="button"] {
  cursor: pointer; }
.my_account_wrapper fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }
.my_account_wrapper legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
.my_account_wrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }
.my_account_wrapper input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.my_account_wrapper input[type="radio"], .my_account_wrapper input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal; }
.my_account_wrapper input[type="file"] {
  display: block; }
.my_account_wrapper input[type="range"] {
  display: block;
  width: 100%; }
.my_account_wrapper select[multiple], .my_account_wrapper select[size] {
  height: auto; }
.my_account_wrapper input[type="file"]:focus, .my_account_wrapper input[type="radio"]:focus, .my_account_wrapper input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.my_account_wrapper output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }
.my_account_wrapper .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .my_account_wrapper .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .my_account_wrapper .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .my_account_wrapper .form-control:-ms-input-placeholder, .my_account_wrapper .form-control::-webkit-input-placeholder {
    color: #999; }
  .my_account_wrapper .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .my_account_wrapper .form-control[disabled], .my_account_wrapper .form-control[readonly] {
    background-color: #eeeeee;
    opacity: 1; }

fieldset[disabled] .my_account_wrapper .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.my_account_wrapper .form-control[disabled], fieldset[disabled] .my_account_wrapper .form-control {
  cursor: not-allowed; }

.my_account_wrapper textarea.form-control {
  height: auto; }
.my_account_wrapper input[type="search"] {
  -webkit-appearance: none; }
.my_account_wrapper .form-group {
  margin-bottom: 15px; }
.my_account_wrapper .radio, .my_account_wrapper .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
.my_account_wrapper .radio label, .my_account_wrapper .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }
.my_account_wrapper .radio input[type="radio"], .my_account_wrapper .radio-inline input[type="radio"], .my_account_wrapper .checkbox input[type="checkbox"], .my_account_wrapper .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ; }
.my_account_wrapper .radio + .radio, .my_account_wrapper .checkbox + .checkbox {
  margin-top: -5px; }
.my_account_wrapper .radio-inline, .my_account_wrapper .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
.my_account_wrapper .radio-inline + .radio-inline, .my_account_wrapper .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }
.my_account_wrapper input[type="radio"][disabled], .my_account_wrapper input[type="radio"].disabled {
  cursor: not-allowed; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .my_account_wrapper input[type="date"].form-control, .my_account_wrapper input[type="time"].form-control, .my_account_wrapper input[type="datetime-local"].form-control, .my_account_wrapper input[type="month"].form-control {
    line-height: 34px; }
  .my_account_wrapper input[type="date"].input-sm {
    line-height: 30px; }

  .input-group-sm .my_account_wrapper input[type="date"], .my_account_wrapper input[type="time"].input-sm, .input-group-sm .my_account_wrapper input[type="time"], .my_account_wrapper input[type="datetime-local"].input-sm, .input-group-sm .my_account_wrapper input[type="datetime-local"], .my_account_wrapper input[type="month"].input-sm, .input-group-sm .my_account_wrapper input[type="month"] {
    line-height: 30px; }

  .my_account_wrapper input[type="date"].input-lg, .input-group-lg .my_account_wrapper input[type="date"], .my_account_wrapper input[type="time"].input-lg, .input-group-lg .my_account_wrapper input[type="time"], .my_account_wrapper input[type="datetime-local"].input-lg, .input-group-lg .my_account_wrapper input[type="datetime-local"], .my_account_wrapper input[type="month"].input-lg, .input-group-lg .my_account_wrapper input[type="month"] {
    line-height: 46px; } }
fieldset[disabled] .my_account_wrapper input[type="radio"] {
  cursor: not-allowed; }

.my_account_wrapper input[type="checkbox"][disabled], .my_account_wrapper input[type="checkbox"].disabled {
  cursor: not-allowed; }

fieldset[disabled] .my_account_wrapper input[type="checkbox"], .my_account_wrapper .radio-inline.disabled, fieldset[disabled] .my_account_wrapper .radio-inline, .my_account_wrapper .checkbox-inline.disabled, fieldset[disabled] .my_account_wrapper .checkbox-inline, .my_account_wrapper .radio.disabled label, fieldset[disabled] .my_account_wrapper .radio label, .my_account_wrapper .checkbox.disabled label, fieldset[disabled] .my_account_wrapper .checkbox label {
  cursor: not-allowed; }

.my_account_wrapper .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .my_account_wrapper .form-control-static.input-lg, .my_account_wrapper .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }
.my_account_wrapper .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.my_account_wrapper select.input-sm {
  height: 30px;
  line-height: 30px; }
.my_account_wrapper textarea.input-sm, .my_account_wrapper select[multiple].input-sm {
  height: auto; }
.my_account_wrapper .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.my_account_wrapper .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.my_account_wrapper .form-group-sm textarea.form-control, .my_account_wrapper .form-group-sm select[multiple].form-control {
  height: auto; }
.my_account_wrapper .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }
.my_account_wrapper .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.my_account_wrapper select.input-lg {
  height: 46px;
  line-height: 46px; }
.my_account_wrapper textarea.input-lg, .my_account_wrapper select[multiple].input-lg {
  height: auto; }
.my_account_wrapper .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.my_account_wrapper .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.my_account_wrapper .form-group-lg textarea.form-control, .my_account_wrapper .form-group-lg select[multiple].form-control {
  height: auto; }
.my_account_wrapper .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.my_account_wrapper .has-feedback {
  position: relative; }
  .my_account_wrapper .has-feedback .form-control {
    padding-right: 42.5px; }
.my_account_wrapper .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }
.my_account_wrapper .input-lg + .form-control-feedback, .my_account_wrapper .input-group-lg + .form-control-feedback, .my_account_wrapper .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }
.my_account_wrapper .input-sm + .form-control-feedback, .my_account_wrapper .input-group-sm + .form-control-feedback, .my_account_wrapper .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.my_account_wrapper .has-success .help-block, .my_account_wrapper .has-success .control-label, .my_account_wrapper .has-success .radio, .my_account_wrapper .has-success .checkbox, .my_account_wrapper .has-success .radio-inline, .my_account_wrapper .has-success .checkbox-inline, .my_account_wrapper .has-success.radio label, .my_account_wrapper .has-success.checkbox label, .my_account_wrapper .has-success.radio-inline label, .my_account_wrapper .has-success.checkbox-inline label {
  color: #3c763d; }
.my_account_wrapper .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .my_account_wrapper .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.my_account_wrapper .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.my_account_wrapper .has-success .form-control-feedback {
  color: #3c763d; }
.my_account_wrapper .has-warning .help-block, .my_account_wrapper .has-warning .control-label, .my_account_wrapper .has-warning .radio, .my_account_wrapper .has-warning .checkbox, .my_account_wrapper .has-warning .radio-inline, .my_account_wrapper .has-warning .checkbox-inline, .my_account_wrapper .has-warning.radio label, .my_account_wrapper .has-warning.checkbox label, .my_account_wrapper .has-warning.radio-inline label, .my_account_wrapper .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.my_account_wrapper .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .my_account_wrapper .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.my_account_wrapper .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.my_account_wrapper .has-warning .form-control-feedback {
  color: #8a6d3b; }
.my_account_wrapper .has-error .help-block, .my_account_wrapper .has-error .control-label, .my_account_wrapper .has-error .radio, .my_account_wrapper .has-error .checkbox, .my_account_wrapper .has-error .radio-inline, .my_account_wrapper .has-error .checkbox-inline, .my_account_wrapper .has-error.radio label, .my_account_wrapper .has-error.checkbox label, .my_account_wrapper .has-error.radio-inline label, .my_account_wrapper .has-error.checkbox-inline label {
  color: #a94442; }
.my_account_wrapper .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .my_account_wrapper .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.my_account_wrapper .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.my_account_wrapper .has-error .form-control-feedback {
  color: #a94442; }
.my_account_wrapper .has-feedback label ~ .form-control-feedback {
  top: 25px; }
.my_account_wrapper .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
.my_account_wrapper .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
.my_account_wrapper .form-horizontal .radio, .my_account_wrapper .form-horizontal .checkbox, .my_account_wrapper .form-horizontal .radio-inline, .my_account_wrapper .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.my_account_wrapper .form-horizontal .radio, .my_account_wrapper .form-horizontal .checkbox {
  min-height: 27px; }
.my_account_wrapper .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .my_account_wrapper .form-horizontal .form-group:before {
    content: " ";
    display: table; }
  .my_account_wrapper .form-horizontal .form-group:after {
    content: " ";
    display: table;
    clear: both; }
.my_account_wrapper .form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
.my_account_wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .my_account_wrapper .btn:focus, .my_account_wrapper .btn.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .my_account_wrapper .btn:active:focus, .my_account_wrapper .btn:active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .my_account_wrapper .btn.active:focus, .my_account_wrapper .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .my_account_wrapper .btn:hover, .my_account_wrapper .btn:focus, .my_account_wrapper .btn.focus {
    color: #333;
    text-decoration: none; }
  .my_account_wrapper .btn:active, .my_account_wrapper .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .my_account_wrapper .btn.disabled, .my_account_wrapper .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

@media (min-width: 768px) {
  .my_account_wrapper .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .my_account_wrapper .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .my_account_wrapper .form-inline .form-control-static {
    display: inline-block; }
  .my_account_wrapper .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .my_account_wrapper .form-inline .input-group .input-group-addon, .my_account_wrapper .form-inline .input-group .input-group-btn, .my_account_wrapper .form-inline .input-group .form-control {
      width: auto; }
    .my_account_wrapper .form-inline .input-group > .form-control {
      width: 100%; }
  .my_account_wrapper .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .my_account_wrapper .form-inline .radio, .my_account_wrapper .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .my_account_wrapper .form-inline .radio label, .my_account_wrapper .form-inline .checkbox label {
    padding-left: 0; }
  .my_account_wrapper .form-inline .radio input[type="radio"], .my_account_wrapper .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .my_account_wrapper .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
@media (min-width: 768px) {
  .my_account_wrapper .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
@media (min-width: 768px) {
  .my_account_wrapper .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .my_account_wrapper .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
fieldset[disabled] .my_account_wrapper .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.my_account_wrapper a.btn.disabled, fieldset[disabled] .my_account_wrapper a.btn {
  pointer-events: none; }

.my_account_wrapper .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .my_account_wrapper .btn-default:focus, .my_account_wrapper .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .my_account_wrapper .btn-default:hover, .my_account_wrapper .btn-default:active, .my_account_wrapper .btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }

.open > .my_account_wrapper .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.my_account_wrapper .btn-default:active:hover, .my_account_wrapper .btn-default:active:focus, .my_account_wrapper .btn-default:active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }
.my_account_wrapper .btn-default.active:hover, .my_account_wrapper .btn-default.active:focus, .my_account_wrapper .btn-default.active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.open > .my_account_wrapper .btn-default.dropdown-toggle:hover, .open > .my_account_wrapper .btn-default.dropdown-toggle:focus, .open > .my_account_wrapper .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.my_account_wrapper .btn-default:active, .my_account_wrapper .btn-default.active {
  background-image: none; }

.open > .my_account_wrapper .btn-default.dropdown-toggle {
  background-image: none; }

.my_account_wrapper .btn-default.disabled:hover, .my_account_wrapper .btn-default.disabled:focus, .my_account_wrapper .btn-default.disabled.focus {
  background-color: #fff;
  border-color: #ccc; }
.my_account_wrapper .btn-default[disabled]:hover, .my_account_wrapper .btn-default[disabled]:focus, .my_account_wrapper .btn-default[disabled].focus {
  background-color: #fff;
  border-color: #ccc; }

fieldset[disabled] .my_account_wrapper .btn-default:hover, fieldset[disabled] .my_account_wrapper .btn-default:focus, fieldset[disabled] .my_account_wrapper .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.my_account_wrapper .btn-default .badge {
  color: #fff;
  background-color: #333; }
.my_account_wrapper .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .my_account_wrapper .btn-primary:focus, .my_account_wrapper .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .my_account_wrapper .btn-primary:hover, .my_account_wrapper .btn-primary:active, .my_account_wrapper .btn-primary.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }

.open > .my_account_wrapper .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.my_account_wrapper .btn-primary:active:hover, .my_account_wrapper .btn-primary:active:focus, .my_account_wrapper .btn-primary:active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }
.my_account_wrapper .btn-primary.active:hover, .my_account_wrapper .btn-primary.active:focus, .my_account_wrapper .btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.open > .my_account_wrapper .btn-primary.dropdown-toggle:hover, .open > .my_account_wrapper .btn-primary.dropdown-toggle:focus, .open > .my_account_wrapper .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.my_account_wrapper .btn-primary:active, .my_account_wrapper .btn-primary.active {
  background-image: none; }

.open > .my_account_wrapper .btn-primary.dropdown-toggle {
  background-image: none; }

.my_account_wrapper .btn-primary.disabled:hover, .my_account_wrapper .btn-primary.disabled:focus, .my_account_wrapper .btn-primary.disabled.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }
.my_account_wrapper .btn-primary[disabled]:hover, .my_account_wrapper .btn-primary[disabled]:focus, .my_account_wrapper .btn-primary[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

fieldset[disabled] .my_account_wrapper .btn-primary:hover, fieldset[disabled] .my_account_wrapper .btn-primary:focus, fieldset[disabled] .my_account_wrapper .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.my_account_wrapper .btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }
.my_account_wrapper .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .my_account_wrapper .btn-success:focus, .my_account_wrapper .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .my_account_wrapper .btn-success:hover, .my_account_wrapper .btn-success:active, .my_account_wrapper .btn-success.active {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }

.open > .my_account_wrapper .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.my_account_wrapper .btn-success:active:hover, .my_account_wrapper .btn-success:active:focus, .my_account_wrapper .btn-success:active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }
.my_account_wrapper .btn-success.active:hover, .my_account_wrapper .btn-success.active:focus, .my_account_wrapper .btn-success.active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.open > .my_account_wrapper .btn-success.dropdown-toggle:hover, .open > .my_account_wrapper .btn-success.dropdown-toggle:focus, .open > .my_account_wrapper .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.my_account_wrapper .btn-success:active, .my_account_wrapper .btn-success.active {
  background-image: none; }

.open > .my_account_wrapper .btn-success.dropdown-toggle {
  background-image: none; }

.my_account_wrapper .btn-success.disabled:hover, .my_account_wrapper .btn-success.disabled:focus, .my_account_wrapper .btn-success.disabled.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }
.my_account_wrapper .btn-success[disabled]:hover, .my_account_wrapper .btn-success[disabled]:focus, .my_account_wrapper .btn-success[disabled].focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

fieldset[disabled] .my_account_wrapper .btn-success:hover, fieldset[disabled] .my_account_wrapper .btn-success:focus, fieldset[disabled] .my_account_wrapper .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.my_account_wrapper .btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }
.my_account_wrapper .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .my_account_wrapper .btn-info:focus, .my_account_wrapper .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .my_account_wrapper .btn-info:hover, .my_account_wrapper .btn-info:active, .my_account_wrapper .btn-info.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }

.open > .my_account_wrapper .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.my_account_wrapper .btn-info:active:hover, .my_account_wrapper .btn-info:active:focus, .my_account_wrapper .btn-info:active.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }
.my_account_wrapper .btn-info.active:hover, .my_account_wrapper .btn-info.active:focus, .my_account_wrapper .btn-info.active.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.open > .my_account_wrapper .btn-info.dropdown-toggle:hover, .open > .my_account_wrapper .btn-info.dropdown-toggle:focus, .open > .my_account_wrapper .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.my_account_wrapper .btn-info:active, .my_account_wrapper .btn-info.active {
  background-image: none; }

.open > .my_account_wrapper .btn-info.dropdown-toggle {
  background-image: none; }

.my_account_wrapper .btn-info.disabled:hover, .my_account_wrapper .btn-info.disabled:focus, .my_account_wrapper .btn-info.disabled.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }
.my_account_wrapper .btn-info[disabled]:hover, .my_account_wrapper .btn-info[disabled]:focus, .my_account_wrapper .btn-info[disabled].focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

fieldset[disabled] .my_account_wrapper .btn-info:hover, fieldset[disabled] .my_account_wrapper .btn-info:focus, fieldset[disabled] .my_account_wrapper .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.my_account_wrapper .btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }
.my_account_wrapper .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .my_account_wrapper .btn-warning:focus, .my_account_wrapper .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .my_account_wrapper .btn-warning:hover, .my_account_wrapper .btn-warning:active, .my_account_wrapper .btn-warning.active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }

.open > .my_account_wrapper .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.my_account_wrapper .btn-warning:active:hover, .my_account_wrapper .btn-warning:active:focus, .my_account_wrapper .btn-warning:active.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }
.my_account_wrapper .btn-warning.active:hover, .my_account_wrapper .btn-warning.active:focus, .my_account_wrapper .btn-warning.active.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.open > .my_account_wrapper .btn-warning.dropdown-toggle:hover, .open > .my_account_wrapper .btn-warning.dropdown-toggle:focus, .open > .my_account_wrapper .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.my_account_wrapper .btn-warning:active, .my_account_wrapper .btn-warning.active {
  background-image: none; }

.open > .my_account_wrapper .btn-warning.dropdown-toggle {
  background-image: none; }

.my_account_wrapper .btn-warning.disabled:hover, .my_account_wrapper .btn-warning.disabled:focus, .my_account_wrapper .btn-warning.disabled.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }
.my_account_wrapper .btn-warning[disabled]:hover, .my_account_wrapper .btn-warning[disabled]:focus, .my_account_wrapper .btn-warning[disabled].focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

fieldset[disabled] .my_account_wrapper .btn-warning:hover, fieldset[disabled] .my_account_wrapper .btn-warning:focus, fieldset[disabled] .my_account_wrapper .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.my_account_wrapper .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }
.my_account_wrapper .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .my_account_wrapper .btn-danger:focus, .my_account_wrapper .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .my_account_wrapper .btn-danger:hover, .my_account_wrapper .btn-danger:active, .my_account_wrapper .btn-danger.active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }

.open > .my_account_wrapper .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.my_account_wrapper .btn-danger:active:hover, .my_account_wrapper .btn-danger:active:focus, .my_account_wrapper .btn-danger:active.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }
.my_account_wrapper .btn-danger.active:hover, .my_account_wrapper .btn-danger.active:focus, .my_account_wrapper .btn-danger.active.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.open > .my_account_wrapper .btn-danger.dropdown-toggle:hover, .open > .my_account_wrapper .btn-danger.dropdown-toggle:focus, .open > .my_account_wrapper .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.my_account_wrapper .btn-danger:active, .my_account_wrapper .btn-danger.active {
  background-image: none; }

.open > .my_account_wrapper .btn-danger.dropdown-toggle {
  background-image: none; }

.my_account_wrapper .btn-danger.disabled:hover, .my_account_wrapper .btn-danger.disabled:focus, .my_account_wrapper .btn-danger.disabled.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }
.my_account_wrapper .btn-danger[disabled]:hover, .my_account_wrapper .btn-danger[disabled]:focus, .my_account_wrapper .btn-danger[disabled].focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

fieldset[disabled] .my_account_wrapper .btn-danger:hover, fieldset[disabled] .my_account_wrapper .btn-danger:focus, fieldset[disabled] .my_account_wrapper .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.my_account_wrapper .btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }
.my_account_wrapper .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .my_account_wrapper .btn-link:active, .my_account_wrapper .btn-link.active, .my_account_wrapper .btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }

fieldset[disabled] .my_account_wrapper .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.my_account_wrapper .btn-link {
  border-color: transparent; }
  .my_account_wrapper .btn-link:hover, .my_account_wrapper .btn-link:focus, .my_account_wrapper .btn-link:active {
    border-color: transparent; }
  .my_account_wrapper .btn-link:hover, .my_account_wrapper .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .my_account_wrapper .btn-link[disabled]:hover, .my_account_wrapper .btn-link[disabled]:focus {
    color: #777777;
    text-decoration: none; }

fieldset[disabled] .my_account_wrapper .btn-link:hover, fieldset[disabled] .my_account_wrapper .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.my_account_wrapper .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.my_account_wrapper .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.my_account_wrapper .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.my_account_wrapper .btn-block {
  display: block;
  width: 100%; }
  .my_account_wrapper .btn-block + .btn-block {
    margin-top: 5px; }
.my_account_wrapper input[type="submit"].btn-block, .my_account_wrapper input[type="reset"].btn-block, .my_account_wrapper input[type="button"].btn-block {
  width: 100%; }
.my_account_wrapper .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .my_account_wrapper .close:hover, .my_account_wrapper .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }
.my_account_wrapper button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }
.my_account_wrapper .modal-open {
  overflow: hidden; }
.my_account_wrapper .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .my_account_wrapper .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .my_account_wrapper .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
.my_account_wrapper .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.my_account_wrapper .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
.my_account_wrapper .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }
.my_account_wrapper .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .my_account_wrapper .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .my_account_wrapper .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
.my_account_wrapper .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .my_account_wrapper .modal-header:before {
    content: " ";
    display: table; }
  .my_account_wrapper .modal-header:after {
    content: " ";
    display: table;
    clear: both; }
  .my_account_wrapper .modal-header .close {
    margin-top: -2px; }
.my_account_wrapper .modal-title {
  margin: 0;
  line-height: 1.42857; }
.my_account_wrapper .modal-body {
  position: relative;
  padding: 15px; }
.my_account_wrapper .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .my_account_wrapper .modal-footer:before {
    content: " ";
    display: table; }
  .my_account_wrapper .modal-footer:after {
    content: " ";
    display: table;
    clear: both; }
  .my_account_wrapper .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .my_account_wrapper .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .my_account_wrapper .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
.my_account_wrapper .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
.my_account_wrapper .container, .my_account_wrapper .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .my_account_wrapper .container:before, .my_account_wrapper .container-fluid:before {
    content: " ";
    display: table; }
  .my_account_wrapper .container:after, .my_account_wrapper .container-fluid:after {
    content: " ";
    display: table;
    clear: both; }
.my_account_wrapper .row {
  margin-left: -15px;
  margin-right: -15px; }
  .my_account_wrapper .row:before {
    content: " ";
    display: table; }
  .my_account_wrapper .row:after {
    content: " ";
    display: table;
    clear: both; }
.my_account_wrapper .col-xs-1, .my_account_wrapper .col-sm-1, .my_account_wrapper .col-md-1, .my_account_wrapper .col-lg-1, .my_account_wrapper .col-xs-2, .my_account_wrapper .col-sm-2, .my_account_wrapper .col-md-2, .my_account_wrapper .col-lg-2, .my_account_wrapper .col-xs-3, .my_account_wrapper .col-sm-3, .my_account_wrapper .col-md-3, .my_account_wrapper .col-lg-3, .my_account_wrapper .col-xs-4, .my_account_wrapper .col-sm-4, .my_account_wrapper .col-md-4, .my_account_wrapper .col-lg-4, .my_account_wrapper .col-xs-5, .my_account_wrapper .col-sm-5, .my_account_wrapper .col-md-5, .my_account_wrapper .col-lg-5, .my_account_wrapper .col-xs-6, .my_account_wrapper .col-sm-6, .my_account_wrapper .col-md-6, .my_account_wrapper .col-lg-6, .my_account_wrapper .col-xs-7, .my_account_wrapper .col-sm-7, .my_account_wrapper .col-md-7, .my_account_wrapper .col-lg-7, .my_account_wrapper .col-xs-8, .my_account_wrapper .col-sm-8, .my_account_wrapper .col-md-8, .my_account_wrapper .col-lg-8, .my_account_wrapper .col-xs-9, .my_account_wrapper .col-sm-9, .my_account_wrapper .col-md-9, .my_account_wrapper .col-lg-9, .my_account_wrapper .col-xs-10, .my_account_wrapper .col-sm-10, .my_account_wrapper .col-md-10, .my_account_wrapper .col-lg-10, .my_account_wrapper .col-xs-11, .my_account_wrapper .col-sm-11, .my_account_wrapper .col-md-11, .my_account_wrapper .col-lg-11, .my_account_wrapper .col-xs-12, .my_account_wrapper .col-sm-12, .my_account_wrapper .col-md-12, .my_account_wrapper .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
.my_account_wrapper .col-xs-1, .my_account_wrapper .col-xs-2, .my_account_wrapper .col-xs-3, .my_account_wrapper .col-xs-4, .my_account_wrapper .col-xs-5, .my_account_wrapper .col-xs-6, .my_account_wrapper .col-xs-7, .my_account_wrapper .col-xs-8, .my_account_wrapper .col-xs-9, .my_account_wrapper .col-xs-10, .my_account_wrapper .col-xs-11, .my_account_wrapper .col-xs-12 {
  float: left; }
.my_account_wrapper .col-xs-1 {
  width: 8.33333%; }
.my_account_wrapper .col-xs-2 {
  width: 16.66667%; }
.my_account_wrapper .col-xs-3 {
  width: 25%; }
.my_account_wrapper .col-xs-4 {
  width: 33.33333%; }
.my_account_wrapper .col-xs-5 {
  width: 41.66667%; }
.my_account_wrapper .col-xs-6 {
  width: 50%; }
.my_account_wrapper .col-xs-7 {
  width: 58.33333%; }
.my_account_wrapper .col-xs-8 {
  width: 66.66667%; }
.my_account_wrapper .col-xs-9 {
  width: 75%; }
.my_account_wrapper .col-xs-10 {
  width: 83.33333%; }
.my_account_wrapper .col-xs-11 {
  width: 91.66667%; }
.my_account_wrapper .col-xs-12 {
  width: 100%; }
.my_account_wrapper .col-xs-pull-0 {
  right: auto; }
.my_account_wrapper .col-xs-pull-1 {
  right: 8.33333%; }
.my_account_wrapper .col-xs-pull-2 {
  right: 16.66667%; }
.my_account_wrapper .col-xs-pull-3 {
  right: 25%; }
.my_account_wrapper .col-xs-pull-4 {
  right: 33.33333%; }
.my_account_wrapper .col-xs-pull-5 {
  right: 41.66667%; }
.my_account_wrapper .col-xs-pull-6 {
  right: 50%; }
.my_account_wrapper .col-xs-pull-7 {
  right: 58.33333%; }
.my_account_wrapper .col-xs-pull-8 {
  right: 66.66667%; }
.my_account_wrapper .col-xs-pull-9 {
  right: 75%; }
.my_account_wrapper .col-xs-pull-10 {
  right: 83.33333%; }
.my_account_wrapper .col-xs-pull-11 {
  right: 91.66667%; }
.my_account_wrapper .col-xs-pull-12 {
  right: 100%; }
.my_account_wrapper .col-xs-push-0 {
  left: auto; }
.my_account_wrapper .col-xs-push-1 {
  left: 8.33333%; }
.my_account_wrapper .col-xs-push-2 {
  left: 16.66667%; }
.my_account_wrapper .col-xs-push-3 {
  left: 25%; }
.my_account_wrapper .col-xs-push-4 {
  left: 33.33333%; }
.my_account_wrapper .col-xs-push-5 {
  left: 41.66667%; }
.my_account_wrapper .col-xs-push-6 {
  left: 50%; }
.my_account_wrapper .col-xs-push-7 {
  left: 58.33333%; }
.my_account_wrapper .col-xs-push-8 {
  left: 66.66667%; }
.my_account_wrapper .col-xs-push-9 {
  left: 75%; }
.my_account_wrapper .col-xs-push-10 {
  left: 83.33333%; }
.my_account_wrapper .col-xs-push-11 {
  left: 91.66667%; }
.my_account_wrapper .col-xs-push-12 {
  left: 100%; }
.my_account_wrapper .col-xs-offset-0 {
  margin-left: 0%; }
.my_account_wrapper .col-xs-offset-1 {
  margin-left: 8.33333%; }
.my_account_wrapper .col-xs-offset-2 {
  margin-left: 16.66667%; }
.my_account_wrapper .col-xs-offset-3 {
  margin-left: 25%; }
.my_account_wrapper .col-xs-offset-4 {
  margin-left: 33.33333%; }
.my_account_wrapper .col-xs-offset-5 {
  margin-left: 41.66667%; }
.my_account_wrapper .col-xs-offset-6 {
  margin-left: 50%; }
.my_account_wrapper .col-xs-offset-7 {
  margin-left: 58.33333%; }
.my_account_wrapper .col-xs-offset-8 {
  margin-left: 66.66667%; }
.my_account_wrapper .col-xs-offset-9 {
  margin-left: 75%; }
.my_account_wrapper .col-xs-offset-10 {
  margin-left: 83.33333%; }
.my_account_wrapper .col-xs-offset-11 {
  margin-left: 91.66667%; }
.my_account_wrapper .col-xs-offset-12 {
  margin-left: 100%; }
.my_account_wrapper .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .my_account_wrapper .nav:before {
    content: " ";
    display: table; }
  .my_account_wrapper .nav:after {
    content: " ";
    display: table;
    clear: both; }
  .my_account_wrapper .nav > li {
    position: relative;
    display: block; }
    .my_account_wrapper .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .my_account_wrapper .nav > li > a:hover, .my_account_wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .my_account_wrapper .nav > li.disabled > a {
      color: #777777; }
      .my_account_wrapper .nav > li.disabled > a:hover, .my_account_wrapper .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .my_account_wrapper .nav .open > a {
    background-color: #eeeeee;
    border-color: #337ab7; }
    .my_account_wrapper .nav .open > a:hover, .my_account_wrapper .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #337ab7; }
  .my_account_wrapper .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .my_account_wrapper .nav > li > a > img {
    max-width: none; }
.my_account_wrapper .nav-tabs {
  border-bottom: 1px solid #ddd; }
  .my_account_wrapper .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .my_account_wrapper .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .my_account_wrapper .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .my_account_wrapper .nav-tabs > li.active > a {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }
      .my_account_wrapper .nav-tabs > li.active > a:hover, .my_account_wrapper .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default; }
.my_account_wrapper .nav-pills > li {
  float: left; }
  .my_account_wrapper .nav-pills > li > a {
    border-radius: 4px; }
  .my_account_wrapper .nav-pills > li + li {
    margin-left: 2px; }
  .my_account_wrapper .nav-pills > li.active > a {
    color: #fff;
    background-color: #337ab7; }
    .my_account_wrapper .nav-pills > li.active > a:hover, .my_account_wrapper .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #337ab7; }
.my_account_wrapper .nav-stacked > li {
  float: none; }
  .my_account_wrapper .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
.my_account_wrapper .nav-justified, .my_account_wrapper .nav-tabs.nav-justified {
  width: 100%; }
.my_account_wrapper .nav-justified > li, .my_account_wrapper .nav-tabs.nav-justified > li {
  float: none; }
.my_account_wrapper .nav-justified > li > a, .my_account_wrapper .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }
.my_account_wrapper .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }
.my_account_wrapper .nav-tabs-justified, .my_account_wrapper .nav-tabs.nav-justified {
  border-bottom: 0; }
.my_account_wrapper .nav-tabs-justified > li > a, .my_account_wrapper .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }
.my_account_wrapper .nav-tabs-justified > .active > a, .my_account_wrapper .nav-tabs.nav-justified > .active > a, .my_account_wrapper .nav-tabs-justified > .active > a:hover, .my_account_wrapper .nav-tabs.nav-justified > .active > a:hover, .my_account_wrapper .nav-tabs-justified > .active > a:focus, .my_account_wrapper .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }
.my_account_wrapper .tab-content > .tab-pane {
  display: none; }
.my_account_wrapper .tab-content > .active {
  display: block; }
.my_account_wrapper .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.my_account_wrapper .visible-xs, .my_account_wrapper .visible-sm, .my_account_wrapper .visible-md, .my_account_wrapper .visible-lg, .my_account_wrapper .visible-xs-block, .my_account_wrapper .visible-xs-inline, .my_account_wrapper .visible-xs-inline-block, .my_account_wrapper .visible-sm-block, .my_account_wrapper .visible-sm-inline, .my_account_wrapper .visible-sm-inline-block, .my_account_wrapper .visible-md-block, .my_account_wrapper .visible-md-inline, .my_account_wrapper .visible-md-inline-block, .my_account_wrapper .visible-lg-block, .my_account_wrapper .visible-lg-inline, .my_account_wrapper .visible-lg-inline-block, .my_account_wrapper .visible-print, .my_account_wrapper .visible-print-block, .my_account_wrapper .visible-print-inline, .my_account_wrapper .visible-print-inline-block {
  display: none !important; }

@media (min-width: 768px) {
  .my_account_wrapper .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .my_account_wrapper .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .my_account_wrapper .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .my_account_wrapper .modal-lg {
    width: 900px; } }
@media (min-width: 768px) {
  .my_account_wrapper .container {
    width: 750px; } }
@media (min-width: 992px) {
  .my_account_wrapper .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .my_account_wrapper .container {
    width: 1170px; } }
@media (min-width: 768px) {
  .my_account_wrapper .col-sm-1, .my_account_wrapper .col-sm-2, .my_account_wrapper .col-sm-3, .my_account_wrapper .col-sm-4, .my_account_wrapper .col-sm-5, .my_account_wrapper .col-sm-6, .my_account_wrapper .col-sm-7, .my_account_wrapper .col-sm-8, .my_account_wrapper .col-sm-9, .my_account_wrapper .col-sm-10, .my_account_wrapper .col-sm-11, .my_account_wrapper .col-sm-12 {
    float: left; }
  .my_account_wrapper .col-sm-1 {
    width: 8.33333%; }
  .my_account_wrapper .col-sm-2 {
    width: 16.66667%; }
  .my_account_wrapper .col-sm-3 {
    width: 25%; }
  .my_account_wrapper .col-sm-4 {
    width: 33.33333%; }
  .my_account_wrapper .col-sm-5 {
    width: 41.66667%; }
  .my_account_wrapper .col-sm-6 {
    width: 50%; }
  .my_account_wrapper .col-sm-7 {
    width: 58.33333%; }
  .my_account_wrapper .col-sm-8 {
    width: 66.66667%; }
  .my_account_wrapper .col-sm-9 {
    width: 75%; }
  .my_account_wrapper .col-sm-10 {
    width: 83.33333%; }
  .my_account_wrapper .col-sm-11 {
    width: 91.66667%; }
  .my_account_wrapper .col-sm-12 {
    width: 100%; }
  .my_account_wrapper .col-sm-pull-0 {
    right: auto; }
  .my_account_wrapper .col-sm-pull-1 {
    right: 8.33333%; }
  .my_account_wrapper .col-sm-pull-2 {
    right: 16.66667%; }
  .my_account_wrapper .col-sm-pull-3 {
    right: 25%; }
  .my_account_wrapper .col-sm-pull-4 {
    right: 33.33333%; }
  .my_account_wrapper .col-sm-pull-5 {
    right: 41.66667%; }
  .my_account_wrapper .col-sm-pull-6 {
    right: 50%; }
  .my_account_wrapper .col-sm-pull-7 {
    right: 58.33333%; }
  .my_account_wrapper .col-sm-pull-8 {
    right: 66.66667%; }
  .my_account_wrapper .col-sm-pull-9 {
    right: 75%; }
  .my_account_wrapper .col-sm-pull-10 {
    right: 83.33333%; }
  .my_account_wrapper .col-sm-pull-11 {
    right: 91.66667%; }
  .my_account_wrapper .col-sm-pull-12 {
    right: 100%; }
  .my_account_wrapper .col-sm-push-0 {
    left: auto; }
  .my_account_wrapper .col-sm-push-1 {
    left: 8.33333%; }
  .my_account_wrapper .col-sm-push-2 {
    left: 16.66667%; }
  .my_account_wrapper .col-sm-push-3 {
    left: 25%; }
  .my_account_wrapper .col-sm-push-4 {
    left: 33.33333%; }
  .my_account_wrapper .col-sm-push-5 {
    left: 41.66667%; }
  .my_account_wrapper .col-sm-push-6 {
    left: 50%; }
  .my_account_wrapper .col-sm-push-7 {
    left: 58.33333%; }
  .my_account_wrapper .col-sm-push-8 {
    left: 66.66667%; }
  .my_account_wrapper .col-sm-push-9 {
    left: 75%; }
  .my_account_wrapper .col-sm-push-10 {
    left: 83.33333%; }
  .my_account_wrapper .col-sm-push-11 {
    left: 91.66667%; }
  .my_account_wrapper .col-sm-push-12 {
    left: 100%; }
  .my_account_wrapper .col-sm-offset-0 {
    margin-left: 0%; }
  .my_account_wrapper .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .my_account_wrapper .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .my_account_wrapper .col-sm-offset-3 {
    margin-left: 25%; }
  .my_account_wrapper .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .my_account_wrapper .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .my_account_wrapper .col-sm-offset-6 {
    margin-left: 50%; }
  .my_account_wrapper .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .my_account_wrapper .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .my_account_wrapper .col-sm-offset-9 {
    margin-left: 75%; }
  .my_account_wrapper .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .my_account_wrapper .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .my_account_wrapper .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .my_account_wrapper .col-md-1, .my_account_wrapper .col-md-2, .my_account_wrapper .col-md-3, .my_account_wrapper .col-md-4, .my_account_wrapper .col-md-5, .my_account_wrapper .col-md-6, .my_account_wrapper .col-md-7, .my_account_wrapper .col-md-8, .my_account_wrapper .col-md-9, .my_account_wrapper .col-md-10, .my_account_wrapper .col-md-11, .my_account_wrapper .col-md-12 {
    float: left; }
  .my_account_wrapper .col-md-1 {
    width: 8.33333%; }
  .my_account_wrapper .col-md-2 {
    width: 16.66667%; }
  .my_account_wrapper .col-md-3 {
    width: 25%; }
  .my_account_wrapper .col-md-4 {
    width: 33.33333%; }
  .my_account_wrapper .col-md-5 {
    width: 41.66667%; }
  .my_account_wrapper .col-md-6 {
    width: 50%; }
  .my_account_wrapper .col-md-7 {
    width: 58.33333%; }
  .my_account_wrapper .col-md-8 {
    width: 66.66667%; }
  .my_account_wrapper .col-md-9 {
    width: 75%; }
  .my_account_wrapper .col-md-10 {
    width: 83.33333%; }
  .my_account_wrapper .col-md-11 {
    width: 91.66667%; }
  .my_account_wrapper .col-md-12 {
    width: 100%; }
  .my_account_wrapper .col-md-pull-0 {
    right: auto; }
  .my_account_wrapper .col-md-pull-1 {
    right: 8.33333%; }
  .my_account_wrapper .col-md-pull-2 {
    right: 16.66667%; }
  .my_account_wrapper .col-md-pull-3 {
    right: 25%; }
  .my_account_wrapper .col-md-pull-4 {
    right: 33.33333%; }
  .my_account_wrapper .col-md-pull-5 {
    right: 41.66667%; }
  .my_account_wrapper .col-md-pull-6 {
    right: 50%; }
  .my_account_wrapper .col-md-pull-7 {
    right: 58.33333%; }
  .my_account_wrapper .col-md-pull-8 {
    right: 66.66667%; }
  .my_account_wrapper .col-md-pull-9 {
    right: 75%; }
  .my_account_wrapper .col-md-pull-10 {
    right: 83.33333%; }
  .my_account_wrapper .col-md-pull-11 {
    right: 91.66667%; }
  .my_account_wrapper .col-md-pull-12 {
    right: 100%; }
  .my_account_wrapper .col-md-push-0 {
    left: auto; }
  .my_account_wrapper .col-md-push-1 {
    left: 8.33333%; }
  .my_account_wrapper .col-md-push-2 {
    left: 16.66667%; }
  .my_account_wrapper .col-md-push-3 {
    left: 25%; }
  .my_account_wrapper .col-md-push-4 {
    left: 33.33333%; }
  .my_account_wrapper .col-md-push-5 {
    left: 41.66667%; }
  .my_account_wrapper .col-md-push-6 {
    left: 50%; }
  .my_account_wrapper .col-md-push-7 {
    left: 58.33333%; }
  .my_account_wrapper .col-md-push-8 {
    left: 66.66667%; }
  .my_account_wrapper .col-md-push-9 {
    left: 75%; }
  .my_account_wrapper .col-md-push-10 {
    left: 83.33333%; }
  .my_account_wrapper .col-md-push-11 {
    left: 91.66667%; }
  .my_account_wrapper .col-md-push-12 {
    left: 100%; }
  .my_account_wrapper .col-md-offset-0 {
    margin-left: 0%; }
  .my_account_wrapper .col-md-offset-1 {
    margin-left: 8.33333%; }
  .my_account_wrapper .col-md-offset-2 {
    margin-left: 16.66667%; }
  .my_account_wrapper .col-md-offset-3 {
    margin-left: 25%; }
  .my_account_wrapper .col-md-offset-4 {
    margin-left: 33.33333%; }
  .my_account_wrapper .col-md-offset-5 {
    margin-left: 41.66667%; }
  .my_account_wrapper .col-md-offset-6 {
    margin-left: 50%; }
  .my_account_wrapper .col-md-offset-7 {
    margin-left: 58.33333%; }
  .my_account_wrapper .col-md-offset-8 {
    margin-left: 66.66667%; }
  .my_account_wrapper .col-md-offset-9 {
    margin-left: 75%; }
  .my_account_wrapper .col-md-offset-10 {
    margin-left: 83.33333%; }
  .my_account_wrapper .col-md-offset-11 {
    margin-left: 91.66667%; }
  .my_account_wrapper .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .my_account_wrapper .col-lg-1, .my_account_wrapper .col-lg-2, .my_account_wrapper .col-lg-3, .my_account_wrapper .col-lg-4, .my_account_wrapper .col-lg-5, .my_account_wrapper .col-lg-6, .my_account_wrapper .col-lg-7, .my_account_wrapper .col-lg-8, .my_account_wrapper .col-lg-9, .my_account_wrapper .col-lg-10, .my_account_wrapper .col-lg-11, .my_account_wrapper .col-lg-12 {
    float: left; }
  .my_account_wrapper .col-lg-1 {
    width: 8.33333%; }
  .my_account_wrapper .col-lg-2 {
    width: 16.66667%; }
  .my_account_wrapper .col-lg-3 {
    width: 25%; }
  .my_account_wrapper .col-lg-4 {
    width: 33.33333%; }
  .my_account_wrapper .col-lg-5 {
    width: 41.66667%; }
  .my_account_wrapper .col-lg-6 {
    width: 50%; }
  .my_account_wrapper .col-lg-7 {
    width: 58.33333%; }
  .my_account_wrapper .col-lg-8 {
    width: 66.66667%; }
  .my_account_wrapper .col-lg-9 {
    width: 75%; }
  .my_account_wrapper .col-lg-10 {
    width: 83.33333%; }
  .my_account_wrapper .col-lg-11 {
    width: 91.66667%; }
  .my_account_wrapper .col-lg-12 {
    width: 100%; }
  .my_account_wrapper .col-lg-pull-0 {
    right: auto; }
  .my_account_wrapper .col-lg-pull-1 {
    right: 8.33333%; }
  .my_account_wrapper .col-lg-pull-2 {
    right: 16.66667%; }
  .my_account_wrapper .col-lg-pull-3 {
    right: 25%; }
  .my_account_wrapper .col-lg-pull-4 {
    right: 33.33333%; }
  .my_account_wrapper .col-lg-pull-5 {
    right: 41.66667%; }
  .my_account_wrapper .col-lg-pull-6 {
    right: 50%; }
  .my_account_wrapper .col-lg-pull-7 {
    right: 58.33333%; }
  .my_account_wrapper .col-lg-pull-8 {
    right: 66.66667%; }
  .my_account_wrapper .col-lg-pull-9 {
    right: 75%; }
  .my_account_wrapper .col-lg-pull-10 {
    right: 83.33333%; }
  .my_account_wrapper .col-lg-pull-11 {
    right: 91.66667%; }
  .my_account_wrapper .col-lg-pull-12 {
    right: 100%; }
  .my_account_wrapper .col-lg-push-0 {
    left: auto; }
  .my_account_wrapper .col-lg-push-1 {
    left: 8.33333%; }
  .my_account_wrapper .col-lg-push-2 {
    left: 16.66667%; }
  .my_account_wrapper .col-lg-push-3 {
    left: 25%; }
  .my_account_wrapper .col-lg-push-4 {
    left: 33.33333%; }
  .my_account_wrapper .col-lg-push-5 {
    left: 41.66667%; }
  .my_account_wrapper .col-lg-push-6 {
    left: 50%; }
  .my_account_wrapper .col-lg-push-7 {
    left: 58.33333%; }
  .my_account_wrapper .col-lg-push-8 {
    left: 66.66667%; }
  .my_account_wrapper .col-lg-push-9 {
    left: 75%; }
  .my_account_wrapper .col-lg-push-10 {
    left: 83.33333%; }
  .my_account_wrapper .col-lg-push-11 {
    left: 91.66667%; }
  .my_account_wrapper .col-lg-push-12 {
    left: 100%; }
  .my_account_wrapper .col-lg-offset-0 {
    margin-left: 0%; }
  .my_account_wrapper .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .my_account_wrapper .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .my_account_wrapper .col-lg-offset-3 {
    margin-left: 25%; }
  .my_account_wrapper .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .my_account_wrapper .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .my_account_wrapper .col-lg-offset-6 {
    margin-left: 50%; }
  .my_account_wrapper .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .my_account_wrapper .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .my_account_wrapper .col-lg-offset-9 {
    margin-left: 75%; }
  .my_account_wrapper .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .my_account_wrapper .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .my_account_wrapper .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .my_account_wrapper .nav-justified > li, .my_account_wrapper .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .my_account_wrapper .nav-justified > li > a, .my_account_wrapper .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .my_account_wrapper .nav-tabs-justified > li > a, .my_account_wrapper .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .my_account_wrapper .nav-tabs-justified > .active > a, .my_account_wrapper .nav-tabs.nav-justified > .active > a, .my_account_wrapper .nav-tabs-justified > .active > a:hover, .my_account_wrapper .nav-tabs.nav-justified > .active > a:hover, .my_account_wrapper .nav-tabs-justified > .active > a:focus, .my_account_wrapper .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }
@-ms-viewport {
  width: device-width; }
@media (max-width: 767px) {
  .my_account_wrapper .visible-xs {
    display: block !important; }
  .my_account_wrapper table.visible-xs {
    display: table !important; }
  .my_account_wrapper tr.visible-xs {
    display: table-row !important; }
  .my_account_wrapper th.visible-xs, .my_account_wrapper td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .my_account_wrapper .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .my_account_wrapper .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .my_account_wrapper .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .my_account_wrapper .visible-sm {
    display: block !important; }
  .my_account_wrapper table.visible-sm {
    display: table !important; }
  .my_account_wrapper tr.visible-sm {
    display: table-row !important; }
  .my_account_wrapper th.visible-sm, .my_account_wrapper td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .my_account_wrapper .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .my_account_wrapper .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .my_account_wrapper .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .my_account_wrapper .visible-md {
    display: block !important; }
  .my_account_wrapper table.visible-md {
    display: table !important; }
  .my_account_wrapper tr.visible-md {
    display: table-row !important; }
  .my_account_wrapper th.visible-md, .my_account_wrapper td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .my_account_wrapper .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .my_account_wrapper .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .my_account_wrapper .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .my_account_wrapper .visible-lg {
    display: block !important; }
  .my_account_wrapper table.visible-lg {
    display: table !important; }
  .my_account_wrapper tr.visible-lg {
    display: table-row !important; }
  .my_account_wrapper th.visible-lg, .my_account_wrapper td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .my_account_wrapper .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .my_account_wrapper .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .my_account_wrapper .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .my_account_wrapper .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .my_account_wrapper .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .my_account_wrapper .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .my_account_wrapper .hidden-lg {
    display: none !important; } }
@media print {
  .my_account_wrapper .visible-print {
    display: block !important; }
  .my_account_wrapper table.visible-print {
    display: table !important; }
  .my_account_wrapper tr.visible-print {
    display: table-row !important; }
  .my_account_wrapper th.visible-print, .my_account_wrapper td.visible-print {
    display: table-cell !important; } }
@media print {
  .my_account_wrapper .visible-print-block {
    display: block !important; } }
@media print {
  .my_account_wrapper .visible-print-inline {
    display: inline !important; } }
@media print {
  .my_account_wrapper .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .my_account_wrapper .hidden-print {
    display: none !important; } }
.my_account_wrapper .orders .header {
  font-weight: bold; }

.my_account_wrapper .orders {
  font-size: 14px; }

.my_account_wrapper .orders .order {
  cursor: pointer; }

div.only_mobile {
  display: none; }

@media screen and (max-width: 970px) {
  .order-summarize span {
    display: inline-block; }

  .order-summarize div.col img {
    display: inline !important; }

  .order-summarize div.col {
    float: none !important;
    width: 100% !important;
    color: black !important; }

  div.my_account_orders ul li:nth-child(2n) div.order-summarize i {
    color: black !important;
    background: none; }

  .order-summarize .order_details {
    display: none; }

  .order-summarize {
    background: none !important;
    border-bottom: solid 1px black; }

  .tabs_header li a {
    padding: 5px !important;
    font-size: 14px; }

  .webshop_table,
  .webshop_table tr,
  .webshop_table td {
    display: block; }

  .webshop_table input[type=text] {
    width: 100% !important; }

  .webshop_table tr td {
    text-align: left; }

  .webshop_table colgroup:first-child {
    width: 100% !important; }

  div.only_mobile {
    display: block; }

  div.my_account_orders div.col {
    float: none; } }
/* see https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/* see https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
/**
 * 1 1 200 for example
 * flex-grow / flex-shrink / min-width
 */
/**
 * @include flex-align-items($value: stretch);
 */
/**
 * @include flex-align-self$value: auto);
 */
/**
 * Values: digit
 */
/**
 * Values: digit
 */
/**
 * Values: flex-start | flex-end | center | space-between | space-around | stretch (default)
 */
div.generated_form_outer {
  text-align: left;
  /*
  .form-group-name > div:nth-child(1){
  	width: 20%;
  }
  .form-group-name > div:nth-child(2){
  	width: 20%;
  }
  .form-group-name > div:nth-child(3){
  	width: 60%;
  }*/ }
  div.generated_form_outer input, div.generated_form_outer textarea, div.generated_form_outer select {
    font-family: Arial; }
  div.generated_form_outer input, div.generated_form_outer textarea, div.generated_form_outer select, div.generated_form_outer div {
    box-sizing: border-box; }
  div.generated_form_outer label {
    display: inline-block;
    margin-bottom: 7px; }
    div.generated_form_outer label.error {
      text-align: left;
      color: #e25e54;
      border: 1px solid #f7ccc8;
      background: #feecec;
      margin-top: 5px;
      clear: both;
      padding: 8px 15px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px;
      width: 100%; }
  div.generated_form_outer .form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px; }
    div.generated_form_outer .form-control:focus {
      color: #55595c;
      background-color: #fff;
      border-color: #66afe9;
      outline: 0; }
  div.generated_form_outer .options-list.beside div.form-check {
    float: left;
    padding-right: 10px; }
    div.generated_form_outer .options-list.beside div.form-check:first-child input {
      margin-left: 0px; }
  div.generated_form_outer .options-list.beside:after {
    content: '';
    clear: both;
    display: block; }
  div.generated_form_outer .form-check-input:only-child {
    position: static; }
  div.generated_form_outer .form-check-label {
    margin-bottom: 0;
    cursor: pointer; }
  div.generated_form_outer .form-check-input {
    margin-right: 10px; }
  div.generated_form_outer .btn.btn-form-default {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px; }
  div.generated_form_outer .form-group.row {
    margin-bottom: 15px; }
  div.generated_form_outer .form-group .form-group {
    margin-bottom: 0px; }
  div.generated_form_outer .form-group-address > div, div.generated_form_outer .form-group-street > div, div.generated_form_outer .form-group-name > div {
    float: left;
    width: 33.3333%;
    padding: 0 5px; }
    div.generated_form_outer .form-group-address > div:first-child, div.generated_form_outer .form-group-street > div:first-child, div.generated_form_outer .form-group-name > div:first-child {
      padding-left: 0px; }
    div.generated_form_outer .form-group-address > div:last-child, div.generated_form_outer .form-group-street > div:last-child, div.generated_form_outer .form-group-name > div:last-child {
      padding-right: 0px; }
  div.generated_form_outer .form-group-street > div input,
  div.generated_form_outer .form-group-address > div input,
  div.generated_form_outer .form-group-name > div input {
    width: 100% !important; }
  div.generated_form_outer .form-group-street > div:nth-child(1) {
    width: 60%; }
  div.generated_form_outer .form-group-street > div:nth-child(2) {
    width: 20%; }
  div.generated_form_outer .form-group-street > div:nth-child(3) {
    width: 20%; }
  div.generated_form_outer .form-group-address > div:nth-child(1) {
    width: 40%; }
  div.generated_form_outer .form-group-address > div:nth-child(2) {
    width: 60%; }
  div.generated_form_outer .form-group-extra:after, div.generated_form_outer .form-group-extra::after {
    content: "";
    display: block;
    clear: both; }
  div.generated_form_outer.beside div.form-group .col-sm-2 {
    float: left;
    width: 16.666667%; }
  div.generated_form_outer.beside div.form-group .col-sm-10 {
    float: left;
    width: 83.333333%;
    padding-left: 0px;
    padding-right: 0px; }
  div.generated_form_outer.beside div.form-group:after, div.generated_form_outer.beside div.form-group::after {
    content: "";
    display: block;
    clear: both; }
  div.generated_form_outer.beside div.form-group div.options-list div.form-check label {
    display: block; }
  div.generated_form_outer.float_left {
    float: left; }
    div.generated_form_outer.float_left:after, div.generated_form_outer.float_left::after {
      content: "";
      display: block;
      clear: both; }
  div.generated_form_outer.float_right {
    float: right; }
    div.generated_form_outer.float_right:after, div.generated_form_outer.float_right::after {
      content: "";
      display: block;
      clear: both; }

@media only screen and (max-width: 767px) {
  div.generated_form_outer.beside div.form-group .col-sm-2, div.generated_form_outer.beside div.form-group .col-sm-10 {
    width: 100%;
    float: none;
    display: block; } }
/* '@import 'responsive'; */

/*# sourceMappingURL=combined.css.map */
