@charset "UTF-8";
/* global.scss.liquid */
@font-face {
  font-family: CODA;
  src: url("//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/CODA.TTF?v=11479763655725834656");
  font-display: swap; }

@font-face {
  font-family: CODA;
  src: url("//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/CODA.TTF?v=11479763655725834656");
  font-display: swap; }

@font-face {
  font-family: Arimo-Regular;
  src: url("//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/Arimo-Regular.ttf?v=4007889992590344923");
  font-display: swap; }

select {
  /*   	font-family:Arimo; */ }

/***********************************************************************/
.clear {
  clear: both; }

.left {
  float: left; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0; }

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 + button {
  margin: 2px;
  display: inline; }

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block; }

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 auto; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.42857;
  color: #3e3e3e;
  background-color: white; }

@media (max-width: 769px) {
  html {
    font-size: 50.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } }
input,
button,
select,
textarea {
  font-size: inherit;
  line-height: inherit; }

a {
  color: #3e3e3e;
  text-decoration: none; }
  a:hover, a:focus {
    color: #3e3e3e;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.1;
  color: #3e3e3e;
  /*   text-transform: uppercase; */ }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 2.4rem; }

h2, .h2 {
  font-size: 2.2rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 1.6rem; }

h6, .h6 {
  font-size: 1.2rem; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 769px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #339bcb; }

a.text-primary:hover {
  color: #297ca2; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #339bcb; }

a.bg-primary:hover {
  background-color: #297ca2; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }
  .page-header h1 {
    margin-bottom: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 769px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -5px;
  margin-right: -5px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  margin: 3px 0;
  padding-left: 10px;
  padding-right: 10px; }

.product_list .col-xs-1, .product_list .col-sm-1, .product_list .col-md-1, .product_list .col-lg-1 {
  position: relative;
  min-height: 1px;
  margin: 3px 0;
  padding-left: 5px;
  padding-right: 5px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.product_list .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  display: inline-block;
  vertical-align: top; }

.col-xs-1 {
  width: 8.33333%; }

.product_list .col-xs-1 {
  width: 8%; }

.col-xs-2 {
  width: 16.66667%; }

.product_list .col-xs-2 {
  width: 16%; }

.col-xs-3 {
  width: 25%; }

.product_list .col-xs-3 {
  width: 24%; }

.col-xs-4 {
  width: 33.33333%; }

.product_list .col-xs-4 {
  width: 32%; }

.col-xs-5 {
  width: 41.66667%; }

.product_list .col-xs-5 {
  width: 41%; }

.col-xs-6 {
  width: 50%; }

.product_list .col-xs-6 {
  width: 49%; }

.col-xs-7 {
  width: 58.33333%; }

.product_list .col-xs-7 {
  width: 57%; }

.col-xs-8 {
  width: 66.66667%; }

.product_list .col-xs-8 {
  width: 65%; }

.col-xs-9 {
  width: 75%; }

.product_list .col-xs-9 {
  width: 74%; }

.col-xs-10 {
  width: 83.33333%; }

.product_list .col-xs-10 {
  width: 82%; }

.col-xs-11 {
  width: 91.66667%; }

.product_list .col-xs-11 {
  width: 90%; }

.col-xs-12 {
  width: 100%; }

.product_list .col-xs-12 {
  width: 99%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .product_list .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    vertical-align: top; }

  .col-sm-1 {
    width: 8.33333%; }

  .product_list .col-sm-1 {
    width: 8%; }

  .col-sm-2 {
    width: 16.66667%; }

  .product_list .col-sm-2 {
    width: 16%; }

  .col-sm-3 {
    width: 25%; }

  .product_list .col-sm-3 {
    width: 24%; }

  .col-sm-4 {
    width: 33.33333%; }

  .product_list .col-sm-4 {
    width: 32%; }

  .col-sm-5 {
    width: 41.66667%; }

  .product_list .col-sm-5 {
    width: 41%; }

  .col-sm-6 {
    width: 50%; }

  .product_list .col-sm-6 {
    width: 49%; }

  .col-sm-7 {
    width: 58.33333%; }

  .product_list .col-sm-7 {
    width: 57%; }

  .col-sm-8 {
    width: 66.66667%; }

  .product_list .col-sm-8 {
    width: 65%; }

  .col-sm-9 {
    width: 75%; }

  .product_list .col-sm-9 {
    width: 74%; }

  .col-sm-10 {
    width: 83.33333%; }

  .product_list .col-sm-10 {
    width: 82%; }

  .col-sm-11 {
    width: 91.66667%; }

  .product_list .col-sm-11 {
    width: 90%; }

  .col-sm-12 {
    width: 100%; }

  .product_list .col-sm-12 {
    width: 99%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .product_list .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    vertical-align: top; }

  .col-md-1 {
    width: 8.33333%; }

  .product_list .col-md-1 {
    width: 8%; }

  .col-md-2 {
    width: 16.66667%; }

  .product_list .col-md-2 {
    width: 16%; }

  .col-md-3 {
    width: 25%; }

  .product_list .col-md-3 {
    width: 24%; }

  .col-md-4 {
    width: 33.33333%; }

  .product_list .col-md-4 {
    width: 32%; }

  .col-md-5 {
    width: 41.66667%; }

  .product_list .col-md-5 {
    width: 41%; }

  .col-md-6 {
    width: 50%; }

  .product_list .col-md-6 {
    width: 49%; }

  .col-md-7 {
    width: 58.33333%; }

  .product_list .col-md-7 {
    width: 57%; }

  .col-md-8 {
    width: 66.66667%; }

  .product_list .col-md-8 {
    width: 65%; }

  .col-md-9 {
    width: 75%; }

  .product_list .col-md-9 {
    width: 74%; }

  .col-md-10 {
    width: 83.33333%; }

  .product_list .col-md-10 {
    width: 82%; }

  .col-md-11 {
    width: 91.66667%; }

  .product_list .col-md-11 {
    width: 90%; }

  .col-md-12 {
    width: 100%; }

  .product_list .col-md-12 {
    width: 99%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .product_list .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    display: inline-block;
    vertical-align: top; }

  .col-lg-1 {
    width: 8.33333%; }

  .product_list .col-lg-1 {
    width: 8%; }

  .col-lg-2 {
    width: 16.66667%; }

  .product_list .col-lg-2 {
    width: 16%; }

  .col-lg-3 {
    width: 25%; }

  .product_list .col-lg-3 {
    width: 24%; }

  .col-lg-4 {
    width: 33.33333%; }

  .product_list .col-lg-4 {
    width: 32%; }

  .col-lg-5 {
    width: 41.66667%; }

  .product_list .col-lg-5 {
    width: 41%; }

  .col-lg-6 {
    width: 50%; }

  .product_list .col-lg-6 {
    width: 49%; }

  .col-lg-7 {
    width: 58.33333%; }

  .product_list .col-lg-7 {
    width: 57%; }

  .col-lg-8 {
    width: 66.66667%; }

  .product_list .col-lg-8 {
    width: 65%; }

  .col-lg-9 {
    width: 75%; }

  .product_list .col-lg-9 {
    width: 74%; }

  .col-lg-10 {
    width: 83.33333%; }

  .product_list .col-lg-10 {
    width: 82%; }

  .col-lg-11 {
    width: 91.66667%; }

  .product_list .col-lg-11 {
    width: 90%; }

  .col-lg-12 {
    width: 100%; }

  .product_list .col-lg-12 {
    width: 99%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.col-xs-2-4,
.col-xs-4-8,
.col-xs-7-2,
.col-xs-9-6,
.col-sm-2-4,
.col-sm-4-8,
.col-sm-7-2,
.col-sm-9-6,
.col-md-2-4,
.col-md-4-8,
.col-md-7-2,
.col-md-9-6,
.col-lg-2-4,
.col-lg-4-8,
.col-lg-7-2,
.col-lg-9-6 {
  position: relative;
  min-height: 1px;
  padding: 3px 0;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 480px) {
  .col-sp-2-4, .col-sp-4-8,
  .col-sp-7-2, .col-sp-9-6 {
    display: inline-block;
    float: none;
    vertical-align: top; }

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

  .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
    float: left; }

  .product_list .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
    display: inline-block;
    vertical-align: top; }

  .col-sp-1 {
    width: 8.33333%; }

  .product_list .col-sp-1 {
    width: 8%; }

  .col-sp-2 {
    width: 16.66667%; }

  .product_list .col-sp-2 {
    width: 16%; }

  .col-sp-3 {
    width: 25%; }

  .product_list .col-sp-3 {
    width: 24%; }

  .col-sp-4 {
    width: 33.33333%; }

  .product_list .col-sp-4 {
    width: 32%; }

  .col-sp-5 {
    width: 41.66667%; }

  .product_list .col-sp-5 {
    width: 41%; }

  .col-sp-6 {
    width: 50%; }

  .product_list .col-sp-6 {
    width: 49%; }

  .col-sp-7 {
    width: 58.33333%; }

  .product_list .col-sp-7 {
    width: 57%; }

  .col-sp-8 {
    width: 66.66667%; }

  .product_list .col-sp-8 {
    width: 65%; }

  .col-sp-9 {
    width: 75%; }

  .product_list .col-sp-9 {
    width: 74%; }

  .col-sp-10 {
    width: 83.33333%; }

  .product_list .col-sp-10 {
    width: 82%; }

  .col-sp-11 {
    width: 91.66667%; }

  .product_list .col-sp-11 {
    width: 90%; }

  .col-sp-12 {
    width: 100%; }

  .product_list .col-sp-12 {
    width: 99%; }

  .col-sp-pull-0 {
    right: 0%; }

  .col-sp-pull-1 {
    right: 8.33333%; }

  .col-sp-pull-2 {
    right: 16.66667%; }

  .col-sp-pull-3 {
    right: 25%; }

  .col-sp-pull-4 {
    right: 33.33333%; }

  .col-sp-pull-5 {
    right: 41.66667%; }

  .col-sp-pull-6 {
    right: 50%; }

  .col-sp-pull-7 {
    right: 58.33333%; }

  .col-sp-pull-8 {
    right: 66.66667%; }

  .col-sp-pull-9 {
    right: 75%; }

  .col-sp-pull-10 {
    right: 83.33333%; }

  .col-sp-pull-11 {
    right: 91.66667%; }

  .col-sp-pull-12 {
    right: 100%; }

  .col-sp-push-0 {
    left: 0%; }

  .col-sp-push-1 {
    left: 8.33333%; }

  .col-sp-push-2 {
    left: 16.66667%; }

  .col-sp-push-3 {
    left: 25%; }

  .col-sp-push-4 {
    left: 33.33333%; }

  .col-sp-push-5 {
    left: 41.66667%; }

  .col-sp-push-6 {
    left: 50%; }

  .col-sp-push-7 {
    left: 58.33333%; }

  .col-sp-push-8 {
    left: 66.66667%; }

  .col-sp-push-9 {
    left: 75%; }

  .col-sp-push-10 {
    left: 83.33333%; }

  .col-sp-push-11 {
    left: 91.66667%; }

  .col-sp-push-12 {
    left: 100%; }

  .col-sp-offset-0 {
    margin-left: 0%; }

  .col-sp-offset-1 {
    margin-left: 8.33333%; }

  .col-sp-offset-2 {
    margin-left: 16.66667%; }

  .col-sp-offset-3 {
    margin-left: 25%; }

  .col-sp-offset-4 {
    margin-left: 33.33333%; }

  .col-sp-offset-5 {
    margin-left: 41.66667%; }

  .col-sp-offset-6 {
    margin-left: 50%; }

  .col-sp-offset-7 {
    margin-left: 58.33333%; }

  .col-sp-offset-8 {
    margin-left: 66.66667%; }

  .col-sp-offset-9 {
    margin-left: 75%; }

  .col-sp-offset-10 {
    margin-left: 83.33333%; }

  .col-sp-offset-11 {
    margin-left: 91.66667%; }

  .col-sp-offset-12 {
    margin-left: 100%; }

  .col-sp-7-2 {
    width: 60%; }

  .col-sp-4-8 {
    width: 40%; }

  .col-sp-2-4 {
    width: 20%; }

  .col-sp-9-6 {
    width: 80%; } }
@media (max-width: 769px) and (min-width: 481px) {
  .col-xs-2-4, .col-xs-4-8,
  .col-xs-7-2, .col-xs-9-6 {
    float: left; }

  .col-xs-2-4 {
    width: 20%; }

  .col-xs-4-8 {
    width: 40%; }

  .col-xs-7-2 {
    width: 60%; }

  .col-xs-9-6 {
    width: 80%; } }
@media (min-width: 769px) {
  .col-sm-2-4, .col-sm-4-8,
  .col-sm-7-2, .col-sm-9-6 {
    display: inline-block;
    float: none;
    vertical-align: top; }

  .col-sm-2-4 {
    width: 20%; }

  .col-sm-4-8 {
    width: 40%; }

  .col-sm-7-2 {
    width: 60%; }

  .col-sm-9-6 {
    width: 80%; } }
@media (min-width: 992px) {
  .col-md-2-4, .col-md-4-8,
  .col-md-7-2, .col-md-9-6 {
    display: inline-block;
    float: none;
    vertical-align: top; }

  .col-md-2-4 {
    width: 20%; }

  .col-md-4-8 {
    width: 40%; }

  .col-md-7-2 {
    width: 60%; }

  .col-md-9-6 {
    width: 80%; } }
@media (min-width: 1200px) {
  .col-lg-2-4, .col-lg-4-8,
  .col-lg-7-2, .col-lg-9-6 {
    display: inline-block;
    float: none;
    vertical-align: top; }

  .col-lg-2-4 {
    width: 20%; }

  .col-lg-4-8 {
    width: 40%; }

  .col-lg-7-2 {
    width: 60%; }

  .col-lg-9-6 {
    width: 80%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #dddddd; }
  .table .table {
    background-color: white; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

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

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  margin: 0 auto; }

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; }

label {
  display: inline-block;
  margin-bottom: 5px; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background: transparent;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  /*   font-family:CODA; */ }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"] {
  line-height: 36px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

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

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 50px;
  line-height: 50px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d; }
  .has-success .form-control:focus {
    border-color: #2b542c; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b; }
  .has-warning .form-control:focus {
    border-color: #66512c; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442; }
  .has-error .form-control:focus {
    border-color: #843534; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7e7e7e; }

@media (min-width: 769px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
    display: inline-block; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 9px; }
@media (min-width: 769px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: white;
    text-decoration: none; }
  .btn:active, .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); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #cccccc; }
  .btn-default .badge {
    color: white;
    background-color: #333333; }

.btn-primary {
  color: white;
  background-color: #339bcb;
  border-color: #2e8bb7; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #2b82aa;
    border-color: #226686; }
  .open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #2b82aa;
    border-color: #226686; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #339bcb;
    border-color: #2e8bb7; }
  .btn-primary .badge {
    color: #339bcb;
    background-color: white; }

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: white;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: white;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #339bcb;
  border-color: #2e8bb7; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: white;
    background-color: #2b82aa;
    border-color: #226686; }
  .open .btn-info.dropdown-toggle {
    color: white;
    background-color: #2b82aa;
    border-color: #226686; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #339bcb;
    border-color: #2e8bb7; }
  .btn-info .badge {
    color: #339bcb;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: white; }

.btn-link {
  color: #3e3e3e;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #3e3e3e;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 18px;
  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%;
  padding-left: 0;
  padding-right: 0; }

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #339bcb; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
  display: none; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 12px 18px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    float: left; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #3e3e3e; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    list-style: none; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: white;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #339bcb; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 769px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd; }
  @media (min-width: 769px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: white; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
  height: 75px; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1025px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 0 0 0 170px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0;
      /*     margin-left:20px; */ }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777777; }
  .navbar-default .navbar-nav > li > a {
    color: #777777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #dddddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #dddddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777777; }
    .navbar-default .navbar-link:hover {
      color: #333333; }

.navbar-inverse {
  background-color: #222222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: white; }

.template-collection .breadcrumb {
  text-align: center !important; }

.breadcrumb {
  padding: 0px 0px;
  margin: 15px 20px 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  text-align: left; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li a {
      color: #3e3e3e;
      text-decoration: underline;
      text-transform: capitalize; }
      .breadcrumb > li a span {
        text-transform: capitalize; }
    .breadcrumb > li + li:before {
      content: "/";
      padding: 0 2px;
      color: #3e3e3e;
      font-family: "FontAwesome";
      font-weight: bold; }
  .breadcrumb > .active {
    color: #3e3e3e; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 8px 16px;
      line-height: 1.42857;
      text-decoration: none;
      color: #000;
      background-color: white;
      /*       border: 1px solid $pagination-border; */
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #3e3e3e;
    background-color: #eeeeee;
    border-color: #dddddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #339bcb;
    background-color: transparent;
    border-color: transparent;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: white;
    border-color: #dddddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 18px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #dddddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: white;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: 2px 6px;
  font-size: 75%;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #339bcb; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #297ca2; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #339bcb; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #297ca2; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3e3e3e;
  background-color: white; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #3e3e3e; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3e3e3e; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #339bcb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #339bcb; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
  .rtl .media > .pull-left {
    margin-left: 10px;
    margin-right: inherit; }
.media > .pull-right {
  margin-left: 10px; }
  .rtl .media > .pull-right {
    margin-right: 10px;
    margin-left: inherit; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555555; }
  a.list-group-item .list-group-item-heading {
    color: #333333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: whitesmoke; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #339bcb;
    border-color: #339bcb; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #d5ebf5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #dddddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #dddddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #339bcb; }
  .panel-primary > .panel-heading {
    color: white;
    background-color: #339bcb;
    border-color: #339bcb; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #339bcb; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #339bcb; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black !important;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 120px;
  height: 90px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #cfcfcf;
  text-align: left;
  text-shadow: none;
  z-index: 1; }
  .carousel-control.left {
    left: 0;
    right: auto; }
    .carousel-control.left:before {
      content: "\f104"; }
  .carousel-control.right {
    left: auto;
    right: 0; }
    .carousel-control.right:before {
      content: "\f105";
      text-align: right; }
  .carousel-control:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    font-family: "FontAwesome";
    font-size: 74px;
    line-height: 90px;
    color: #cfcfcf;
    font-weight: lighter;
    left: 0; }
  .carousel-control:hover, .carousel-control:focus {
    opacity: 1; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: white; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 769px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  opacity: 0;
  -moz-transition: all 0.5s ease-out 0;
  -webkit-transition: all 0.5s ease-out 0;
  -o-transition: all all 0.5s ease-out 0;
  transition: all all 0.5s ease-out 0;
  display: none !important; }

.show {
  display: block !important;
  opacity: 1; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 768px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.template-cart .additional-checkout-button--paypal-express {
  float: right !important;
  margin-top: 0; }

.additional-checkout-button--paypal-express {
  float: right !important;
  margin-top: 0; }

.checkout-btn {
  height: 44px;
  width: 230px;
  margin-top: 4px;
  margin-bottom: 4px;
  background: #339bcb;
  color: white;
  font-weight: bold; }
  .checkout-btn:hover, .checkout-btn:active {
    color: white;
    background: #217CA2; }

.additional-checkout-button--google-pay {
  margin-left: 10px !important;
  margin-top: 4px !important; }

.template-index #categories-scroll .item {
  padding: 0; }
.template-index #categories-scroll .col-md-12 {
  width: 100% !important;
  padding: 0 4px;
  margin-top: 0; }
.template-index #categories-scroll .col-sm-12 {
  width: 100% !important; }
.template-index #categories-scroll .col-md-4 {
  padding: 0;
  width: 32.5% !important;
  margin: 0; }
.template-index #categories-scroll .first, .template-index #categories-scroll .middle {
  float: left; }
.template-index #categories-scroll .middle {
  margin: 0 1.2%; }
.template-index #categories-scroll .last {
  float: right; }
.template-index #categories-scroll .col-md-6 {
  width: 48% !important;
  margin: 0; }
.template-index #categories-scroll .left {
  float: left; }
.template-index #categories-scroll .right {
  float: right; }
.template-index #productrecommendlist .col-md-3 {
  width: 25%; }
.template-index #left_column {
  float: none; }
.template-index #center_column {
  float: none; }

.col-md-12 {
  width: 100%; }

/*===========bundles css =============*/
.bold-bundles-widget {
  background: #f9f9f9 !important; }

.bold-bundles-widget-item__thumbnail {
  max-width: 150px !important;
  margin: auto !important; }

.bold-bundles-widget-item__image {
  max-width: 150px !important;
  margin: auto !important; }

.bold-bundles-widget-item__variants {
  padding: 5px 2px !important; }

.bold-bundles-widget__button {
  background: #339bcb !important;
  border-radius: 4px; }

.bold-bundles-widget__button--top,
.bold-bundles-widget__button--bottom {
  color: #fff !important; }

.basic-bundle .bold-bundles-widget__footer {
  text-align: center !important; }

.bold-bundles-widget-item__price {
  font-size: 14px;
  color: #339bcb !important; }

.bold-bundles-widget-item__info {
  max-width: 350px !important;
  margin: auto; }

@media screen and (min-width: 650px) {
  .bold-bundles-widget-item__info {
    width: 100%;
    min-width: 0px;
    padding-left: 0px;
    text-align: center; } }
@media (max-width: 768px) {
  .footer_resellerratingss {
    text-align: center; } }

.buy_amz {
  display: inline-block;
  background: #339bcb;
  color: #fff;
  text-transform: uppercase;
  width: 181px;
  vertical-align: middle;
  height: 44px;
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left; }
  @media (max-width: 750px) {
    .buy_amz {
      width: 100%;
      font-weight: 600; } }

/*  8-birthday */
body, html, .wrap-all-birblock {
  scroll-behavior: smooth; }

.images-bar-li img {
  width: 100%; }

.wrap-time-zhou {
  position: relative; }
  .wrap-time-zhou .img {
    vertical-align: top; }

.time-zhou {
  width: 66px;
  height: 85%;
  position: absolute;
  top: 1%;
  left: 10%;
  background-image: url(https://cdn.shopify.com/s/files/1/1978/9859/files/belt.png?38189); }

.zhandian {
  height: 100%;
  position: relative; }

.zhandian > img {
  /* width: 201px; */
  position: absolute;
  z-index: 9;
  left: -56px; }

.zhandian001 {
  top: -3%; }

.zhandian002 {
  top: 13.7%; }

.zhandian003 {
  top: 29.5%; }

.zhandian004 {
  top: 41.4%; }

.zhandian005 {
  top: 53%; }

.zhandian006 {
  top: 68.5%; }

.zhandian007 {
  top: 84.7%; }

.zhandian008 {
  top: 98%; }

.gift-move {
  position: absolute;
  left: 0px;
  top: 0%; }

.gift-move > img {
  z-index: 7;
  /*       width: 50px; */ }

.three-gw {
  position: absolute;
  top: 45%;
  width: 70%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 750px) {
    .three-gw {
      width: 100%;
      top: 57%; } }

.giveawaylink01, .giveawaylink02, .giveawaylink03 {
  width: 16vw !important; }
  @media (max-width: 750px) {
    .giveawaylink01, .giveawaylink02, .giveawaylink03 {
      width: 30vw !important; } }

.imagebar-1, .imagebar-2, .images-bar-02 {
  position: relative; }

.zhandian008 {
  left: -39px !important; }

.qiqiu0 {
  position: absolute;
  top: 6%;
  left: 20%;
  width: 150px !important;
  animation: qqmove 3s infinite;
  -webkit-animation: qqmove 3s infinite;
  /*Safari and Chrome*/
  -webkit-animation-timing-function: linear; }

.white-line0 {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33%; }

.wrap-point {
  position: relative;
  width: 100%;
  height: 100%; }

.wrap-point > a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -14px;
  background: #f9b63b;
  transition: 0.3s; }

.wrap-point > a:hover {
  background: #23bee5;
  top: -16px;
  width: 15px;
  height: 15px; }

.wrap-point > a:hover:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 1px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-top: 10px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.point-1 {
  left: 5%; }

.point-1:before {
  content: 'Aug 4th-7th';
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  width: 100px;
  display: block;
  position: relative;
  top: -27px;
  left: -34px; }
  @media (min-width: 1600px) {
    .point-1:before {
      font-size: 14px; } }

.point-2 {
  left: 23%; }

.point-2:before {
  content: 'Aug 4th-11th';
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  width: 100px;
  display: block;
  position: relative;
  top: -27px;
  left: -34px; }
  @media (min-width: 1600px) {
    .point-2:before {
      font-size: 14px; } }

.point-3 {
  left: 41%; }

.point-3:before {
  content: 'Aug 8th-11th';
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  width: 100px;
  display: block;
  position: relative;
  top: -27px;
  left: -34px; }
  @media (min-width: 1600px) {
    .point-3:before {
      font-size: 14px; } }

.point-4 {
  left: 59%; }

.point-4:before {
  content: 'Aug 9th';
  color: #fff;
  font-weight: 600;
  width: 70px;
  font-size: 13px;
  display: block;
  position: relative;
  top: -27px;
  left: -25px; }
  @media (min-width: 1600px) {
    .point-4:before {
      font-size: 14px; } }

.point-5 {
  left: 77%; }

.point-5:before {
  content: 'Aug 10th';
  color: #fff;
  font-weight: 600;
  width: 70px;
  font-size: 13px;
  display: block;
  position: relative;
  top: -27px;
  left: -26px; }
  @media (min-width: 1600px) {
    .point-5:before {
      font-size: 14px; } }

.point-6 {
  left: 92%; }

.point-6:before {
  content: 'Aug 11th';
  color: #fff;
  font-weight: 600;
  width: 70px;
  font-size: 13px;
  display: block;
  position: relative;
  top: -27px;
  left: -25px; }
  @media (min-width: 1600px) {
    .point-6:before {
      font-size: 14px; } }

@keyframes qqmove {
  10% {
    top: 4%; }

  30% {
    top: 7%; }

  50% {
    top: 10%; }

  70% {
    top: 12%; }

  90% {
    top: 8%; }

  100% {
    top: 6%; } }

@media (max-width: 1000px) {
  .time-zhou, .white-line0, .qiqiu0 {
    display: none; } }
@media (min-width: 750px) {
  .medium-up--hide {
    display: none !important; } }

@media (max-width: 750px) {
  .small--hide {
    display: none !important; } }

.images-bar {
  position: relative;
  top: 2px; }

.three-gw img {
  vertical-align: middle; }

.two-text-gw {
  position: absolute;
  top: 25%;
  width: 47%;
  text-align: center;
  left: 50%;
  color: #fff;
  transform: translateX(-50%); }
  @media (max-width: 750px) {
    .two-text-gw {
      width: 100%;
      top: 22%; } }
  @media (max-width: 370px) {
    .two-text-gw {
      font-size: 12px; } }
  .two-text-gw > div {
    text-align: left;
    padding-left: 20px; }
  .two-text-gw > div:before {
    content: url(//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/rig-arr_10x.png?v=16668132772010171405);
    position: relative;
    top: 0;
    left: 0; }

.text-002 {
  margin-top: 25px; }
  @media (max-width: 750px) {
    .text-002 {
      margin-top: 10px; } }

.text-001 a {
  color: #23518c;
  font-size: 16px;
  font-weight: 600; }
  @media (max-width: 370px) {
    .text-001 a {
      font-size: 14px; } }

/*      */
.ref-page {
  background: #00394c; }
  .ref-page h2 {
    text-align: left;
    font-size: 36px;
    font-weight: bold; }
  .ref-page .text__title {
    font-size: 2.3rem !important; }
  .ref-page ol li {
    color: #fff; }

.left-navbar {
  height: 315px;
  width: 62px;
  background: url(https://cdn.shopify.com/s/files/1/1978/9859/files/find-bg.png?43509) center center no-repeat;
  z-index: 9;
  position: fixed;
  top: 30%;
  left: 0;
  color: #fff;
  /* background: #030b1a; */
  padding: 0;
  /*   padding-top: 117px; */ }
  .left-navbar .link-left {
    font-weight: bold;
    padding: 15px 14px;
    cursor: pointer; }
    .left-navbar .link-left:hover {
      background: url(https://cdn.shopify.com/s/files/1/1978/9859/files/date.png?43509) center/contain no-repeat;
      color: #fdd057; }

.left-navbar-header {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px; }
  .left-navbar-header .sspan-3 {
    color: #ffd156; }

.pro-deprr {
  position: relative; }
  .pro-deprr .right-imgt {
    position: absolute;
    top: -17px;
    width: 224px;
    cursor: pointer;
    display: none;
    left: 62px;
    height: 95px;
    /*     display: flex; */
    justify-content: space-around;
    background: url(https://cdn.shopify.com/s/files/1/1978/9859/files/hoverbg.png?43509) center/contain no-repeat; }
    .pro-deprr .right-imgt > div {
      align-self: center;
      flex: 0 1 45%;
      text-align: center; }
    .pro-deprr .right-imgt .text-right-p {
      font-weight: bold;
      flex: 0 1 54%;
      text-align: left; }
  .pro-deprr:hover .right-imgt {
    display: flex; }

#shopify-section-black-topbanner, #shopify-section-black-bottomimages {
  background: #000; }

.black-topbanner-wrapper {
  width: 100%; }

.swiper-paginationbf .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #e3d1d1 !important; }
.swiper-paginationbf .swiper-pagination-bullet-active {
  background: #339bcb !important; }

.swiper-button-prevbf {
  left: 80px !important; }

.swiper-button-nextbf {
  right: 80px !important; }

@media (min-width: 750px) {
  #bfcm-holiday-guide .medium-up--hide {
    display: none !important; } }
@media (max-width: 750px) {
  #bfcm-holiday-guide .small--hide {
    display: none !important; } }
#bfcm-holiday-guide #shopify-section-black-topbanner img, #bfcm-holiday-guide #shopify-section-black-bottomimages img {
  max-width: 100%;
  vertical-align: top; }
#bfcm-holiday-guide .wrap-imagesbf {
  position: relative; }
#bfcm-holiday-guide .deals-donewrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }
#bfcm-holiday-guide .deals-done {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(51, 155, 203, 0.8); }
@media (max-width: 768px) {
  #bfcm-holiday-guide .deals-done {
    width: 200px;
    height: 200px; } }

/* ganenjie */
.header-container #header-main .container {
  max-width: 100%;
  width: 100%; }
.header-container #header-main > .container {
  width: 86%;
  padding: 0; }
  @media (max-width: 1250px) {
    .header-container #header-main > .container {
      width: 94%; } }

/*haoyang*/
#shopify-section-black-bottomimages {
  position: relative;
  bottom: 1px;
  z-index: 2; }

.footer-container_snow {
  /*
	background: url(https://cdn.shopify.com/s/files/1/1978/9859/files/bo-bg_newyear.png?v=1577672300) !important;
    background-repeat: no-repeat!important;
    background-position: center top !important;
  	background-size:100% 100% !important;  	
  */ }

@media screen and (max-width: 800px) {
  /*
  .footer-container_snow_mobile{
  	background-size:auto 100% !important;  	  
  } 
  */ }
@media screen and (max-width: 1600px) {
  /*
    .footer-container_snow{  
        background: url(https://cdn.shopify.com/s/files/1/1978/9859/files/bo-bg_newyear.png?v=1577672300) !important;
        background-repeat: no-repeat!important;
        background-position: center top !important;
        background-size:auto 100% !important;  	
    }
	*/ }
.copyright span {
  /*
    text-shadow:0 0 0.2em #ffffff,
                -0 -0 0.2em #ffffff;
  */
  color: #dcdcdc; }

.section_title_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px; }

.section_title_wrapper > img {
  padding-bottom: 5px; }

.md-search {
  color: #ffffff; }

.nosto-header {
  font-size: 30px !important;
  color: #333333 !important;
  font-weight: bold !important; }

#shopify-section-home_section_guarantee {
  background: #fafafa; }

.home_guarantee_section {
  display: flex;
  padding: 40px 10px;
  width: 86%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }

.home_guarantee_section > div {
  display: flex;
  align-items: center;
  flex: 0 1 30%; }

.home_guarantee_section > div > img {
  width: 50px; }
  @media (min-width: 768px) {
    .home_guarantee_section > div > img {
      width: 2.65vw; } }

.home_guarantee_section > div > svg {
  width: 50px; }
  @media (min-width: 768px) {
    .home_guarantee_section > div > svg {
      width: 2.65vw; } }

.home_guarantee_section > div > span {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  color: #000000; }
  @media (min-width: 768px) {
    .home_guarantee_section > div > span {
      padding-left: 1.05vw;
      font-size: 1.4vw; } }

#best-sellers .nosto-product-price span.nosto-newprice {
  color: #339bcb !important; }

.nosto-product-price {
  font-size: 18px !important;
  color: #666666 !important; }

.nosto-newprice {
  font-size: 18px !important;
  font-weight: normal !Important; }

.nosto-oldprice {
  font-size: 12px !important;
  color: #666666 !important;
  font-style: normal !important; }

.nosto-product-price {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }

.nosto-product-info .money {
  color: #666666 !important; }

.nosto-product-name {
  color: #000000 !important;
  font-size: 14px !important; }

#continue-shopping a.nosto-product-name {
  color: #000000 !important;
  font-size: 14px !important; }

div#continue-shopping .nosto-header {
  color: #333333 !important;
  font-weight: bold !important; }

div#best-sellers .nosto-header {
  color: #333333 !important;
  font-weight: bold !important; }

.hover_btn_blue:hover {
  background-color: #2b85af !important;
  transition: all 0.5s; }

.font_Arimo {
  font-family: Arimo !important; }

.font_Arimo * {
  font-family: Arimo !important; }

.md-search:before {
  content: "" !important; }

#search-icon .md-search svg {
  width: 18px !important; }

.fa-bars:before {
  content: "" !important; }

.btn-menu-canvas .fa-bars svg {
  height: 18px !important; }

.leo-direction-nav a:before {
  font-weight: lighter !important; }

#footercenter {
  background: #333333 !important; }

#apollo-top-menu .navbar-nav > li > a > span {
  transition: all 0.5s; }

#apollo-top-menu .navbar-nav:hover > li > a > span {
  /* 	color:rgba(0,0,0,0.3); */ }

#apollo-top-menu .navbar-nav:hover > li > a > .caret {
  /* 	border-top-color:rgba(0,0,0,0.3); */ }

#apollo-top-menu .navbar-nav > li:hover > a > span {
  color: black !important; }

#apollo-top-menu .navbar-nav > li:hover > a > .caret {
  border-top-color: black !important; }

.product-meta .stamped-badge-caption {
  /*   	display:none; */ }

.product-meta div.star_wrapper {
  display: flex;
  justify-content: center;
  /*       margin-top: 8px; */ }

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

#footercenter .list-unstyled, #footercenter .list-inline {
  display: inline-block; }

#footercenter .list-unstyled svg *, #footercenter .list-inline svg * {
  transition: all 0.5s; }

/* #footercenter .list-unstyled:hover svg *{
	fill:#666666 !important;
}
 */
#footercenter .list-unstyled li a svg:hover *, #footercenter .list-inline li a svg:hover * {
  fill: #666666 !important; }

#center_column {
  float: right; }

@media screen and (min-width: 800px) {
  .home_guarantee_section_mobile {
    display: none; }

  .nosto_element {
    margin-top: 0px !important; } }
@media screen and (min-width: 1500px) {
  .footer_right_block_content_wrapper {
    padding-left: 25% !important; } }
@media screen and (min-width: 1000px) {
  .container_footer {
    width: 86% !important;
    padding: 0; } }

@media screen and (max-width: 800px) {
  .home_guarantee_section {
    display: none; }

  #apollo-menu {
    left: 20px !important; }

  .md-person {
    display: none; }

  #search_block_top {
    right: 60px !important; }

  #header_logo {
    position: relative;
    top: 5px; }

  .copyright {
    display: flex;
    justify-content: center;
    align-items: center; }

  .copyright > span {
    font-size: 12px !important;
    display: inline-block !important; }

  div.nosto-block .nosto-header {
    font-size: 20px !important; }

  .home_guarantee_section_mobile {
    display: flex;
    padding: 30px 0px 30px 0px;
    width: 100%;
    justify-content: space-around; }

  .home_guarantee_section_mobile > div {
    display: flex;
    align-items: center;
    flex-direction: column; }

  .home_guarantee_section_mobile > div > img {
    width: 40px; }

  .home_guarantee_section_mobile > div > span {
    display: inline-block;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
    text-align: center; }

  .btn-menu-canvas svg {
    position: relative;
    top: 2px; }

  .footer_right_block {
    margin-top: 30px !important; }

  .newsletter_img_title_wrapper .title {
    margin-bottom: 20px !important; }

  .footer_quicklink {
    width: 85%;
    margin-left: auto;
    margin-right: auto; }

  .footer_quicklink div.footer-block.block .title_block {
    font-size: 14px !important; }

  div.block_content {
    margin-bottom: 30px !important; }

  .leo-direction-nav .leo-prev {
    opacity: 1 !important; }

  .leo-direction-nav .leo-next {
    opacity: 1 !important; }

  .navbar-toggle.btn-menu-canvas {
    position: static !important;
    float: none !important; }

  #cavas_menu .navbar-header {
    float: none !important; }

  .header_center #apollo-menu * {
    float: none !important; }

  .header_center #apollo-menu *:before {
    content: "";
    height: 0;
    width: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both; }

  .header_center #apollo-menu *:after {
    content: "";
    height: 0;
    width: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both; }

  .header-left {
    display: flex !important;
    align-items: center;
    justify-content: center; }

  .header-left #header_logo {
    position: static !important; }

  .home_blogs .owl-controls {
    display: none !important; } }
.section_title_wrapper {
  font-weight: bold;
  padding-top: 30px; }

@media screen and (max-width: 480px) {
  .newarrival_wrapper_pc {
    display: none; }

  .section_title_wrapper {
    font-weight: bold;
    padding-top: 30px;
    font-size: 28px; } }
@media screen and (min-width: 481px) {
  .newarrival_wrapper_mobile {
    display: none; } }
.pdt_card_save_price {
  display: inline-block;
  /* 	font-family: CODA; */
  line-height: 1.7;
  font-weight: bold;
  background-color: #dc3838;
  color: #ffffff;
  border-radius: 0px 20px 20px 0;
  padding: 0px 8px; }
  @media screen and (min-width: 768px) {
    .pdt_card_save_price {
      font-size: 0.7291vw; } }

.price_wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768px) {
    .price_wrapper {
      flex-wrap: wrap; } }

.price_left_wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  margin-right: 4px; }

.price_left_wrapper > s {
  margin-right: 4px;
  /*     line-height:1 !important; */
  position: relative;
  top: -1px; }
  @media (min-width: 1400px) {
    .price_left_wrapper > s {
      margin-right: 6px; } }

.price_left_wrapper > span {
  /*     line-height:1 !important; */ }

.collection_new_section_wrapper #catalog_block {
  padding-top: 50px !important; }

.collection_new_section_wrapper #center_column {
  padding-top: 50px; }

.collection_new_section_wrapper #left_column {
  margin-top: 0px !important;
  border-right: solid 1px #dcdcdc; }

.collection_new_section_wrapper #catalog_block > .block_content {
  border-top: none !important; }

.collection_new_section_wrapper #filtered-tag .title_block > span {
  /* 	font-family: CODA; */
  font-weight: 500;
  color: #000000 !important;
  padding: 0px !important;
  margin-right: 20px;
  font-size: 14px; }
  @media screen and (max-width: 800px) {
    .collection_new_section_wrapper #filtered-tag .title_block > span {
      font-weight: 600; } }

.collection_new_section_wrapper #filtered-tag .title_block > a {
  /* 	font-family: CODA; */
  font-weight: normal;
  text-decoration: underline;
  text-transform: none; }

.catalog_filter_ul li {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 4px;
  margin: 4px 0;
  /*     font-family:CODA; */
  font-weight: normal;
  font-size: 14px;
  color: #666666; }

.collection_new_section_wrapper .form-horizontal {
  border-left: solid 1px #dcdcdc !important; }

.collection_new_section_wrapper #SortBy {
  text-decoration: underline;
  border: none !important;
  /* 	border-left:solid 1px #dcdcdc !important;  */
  /*     font-family:CODA; */
  font-weight: normal;
  font-size: 14px;
  color: #333; }

.collection_new_section_wrapper #SortBy:focus {
  outline: none; }

.collection_filter_sort_wrapper {
  padding-right: 10%; }

.pdt_block_new .btn-wishlist > i:before {
  color: #999999 !important;
  font-size: 20px; }

.pdt_block_new .btn-wishlist:hover {
  box-shadow: none !important; }

.pdt_block_new .btn-wishlist:hover > i:before {
  color: #339bcb !important; }

.pdt_block_new .quick-view > i:before {
  color: #999999 !important;
  font-size: 20px; }

.pdt_block_new .quick-view:hover {
  box-shadow: none !important; }

.pdt_block_new .quick-view:hover > i:before {
  color: #339bcb !important; }

.pdt_grid_view_more_btn {
  padding: 15px 30px !important;
  border-radius: 0 30px 30px 0 !important; }

.sidebar .block ul li a {
  line-height: 2 !important; }

@media screen and (max-width: 800px) {
  .collection_new_section_wrapper div#left_column {
    position: static;
    width: 100% !important; }

  .collection_new_section_wrapper div#center_column {
    width: 100% !important; }

  .collection_new_section_wrapper div#catalog_block {
    padding-top: 0px !important; }

  div.collection_filter_sort_wrapper > div:first-of-type {
    width: 100%;
    padding-left: 4%; }

  .collection_filter_sort_wrapper {
    flex-wrap: wrap; }

  .collection_filter_sort_wrapper > div:first-of-type {
    width: 100%;
    padding-left: 4%;
    /*       border: 1px solid #dcdcdc; */ }

  .sortPagiBar {
    width: 100%; }

  .fliter_tag_collection {
    flex-direction: column; }

  .fliter_tag_collection div.title_block {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start; }

  .fliter_tag_collection div.block_content {
    width: 100%; }

  #ul_catalog_price > li.advanced-filter {
    padding-left: 0px !important;
    margin-left: 0px !important; }

  div.catalog_filters {
    padding-left: 0px !important; }

  #center_column {
    padding-top: 0px !important; }

  .collection_filter_sort_wrapper {
    padding-right: 0px !important; }

  ul#ul_catalog_price li {
    border: none !important; }

  #filtered-tag {
    transition: all 0.4s;
    padding: 5px 0; }

  #filtered-tag > div.title_block {
    padding-top: 3px;
    padding-bottom: 3px; }

  #filtered-tag div.block_content {
    display: none;
    overflow: hidden;
    margin-bottom: 0px !important; }

  #filtered-tag[active] .block_content {
    display: block; }

  .collection_filter_sort_wrapper > div:first-of-type #filtered-tag .title_block {
    position: relative; }

  .collection_filter_sort_wrapper > div:first-of-type #filtered-tag .title_block:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    right: 0px;
    width: 30px;
    text-align: center; }

  .collection_filter_sort_wrapper > div:first-of-type #filtered-tag[active] .title_block:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    right: 0px;
    width: 30px;
    text-align: center; } }
.functional-buttons {
  /* 	display:none !important; */ }

@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .collection_new_section_wrapper .product_block {
    padding-left: 1.4vw !important;
    padding-right: 1.4vw !important;
    margin-bottom: 3vw !important; } }
@media screen and (max-width: 800px) {
  .collection_filter_sort_wrapper > div:last-of-type {
    width: 100% !important;
    border: 1px solid #ebebeb;
    /*       margin-top:10px; */ }

  .collection_filter_sort_wrapper .form-horizontal {
    border-left: none !important;
    padding-left: 10px; } }
@media screen and (max-width: 1500px) and (min-width: 1000px) {
  .collection_new_section_wrapper .product_block {
    width: 30% !important; }

  .collection_new_section_wrapper .product-meta .on-sale {
    font-size: 1.4vw !important; }

  span.pdt_card_save_price {
    font-size: 1.1vw !important; } }
.home_NEW_ARRIVALS-title, .home_bestsaller-title, .home_section_blog-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    .home_NEW_ARRIVALS-title, .home_bestsaller-title, .home_section_blog-title {
      font-size: 1.85vw; } }

.home_NEW_ARRIVALS-container {
  margin: 5vw 3% 4vw; }
  @media (max-width: 768px) {
    .home_NEW_ARRIVALS-container {
      margin: 60px 3% 30px; } }

.items-bestsaller {
  padding: 0 20px; }
  .items-bestsaller .cd-gallery .gallery-imagesindex {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .items-bestsaller .cd-gallery .gallery-imagesindex {
        padding: 0 2.3vw; } }

.home_bestsaller-container {
  margin: 4vw 3%; }
  @media (max-width: 768px) {
    .home_bestsaller-container {
      margin: 30px 3%; } }

.home_bestsaller-awrapper {
  text-align: center; }

@media (min-width: 768px) {
  .home_section_article-item {
    padding: 0 2vw;
    /*       border-right:1px solid #ddd; */ } }
.home_section_article-item img {
  width: 100%; }
.home_section_article-item h3 {
  transition: .3s;
  text-transform: inherit;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .home_section_article-item h3 {
      font-size: 1.5vw;
      margin-bottom: 1vw; } }
  .home_section_article-item h3 a {
    color: #333; }
  .home_section_article-item h3 + time {
    color: #333; }
    @media (min-width: 768px) {
      .home_section_article-item h3 + time {
        font-size: 1.15vw; } }
.home_section_article-item:last-child {
  /*     border-right:none; */ }
.home_section_article-item:hover h3 a {
  color: #339bcb; }
.home_section_article-item:hover .blog-right-arrow {
  left: 10px; }

.home_section_blog-container {
  margin: 80px 5% 50px; }
  @media (max-width: 768px) {
    .home_section_blog-container {
      margin: 50px 5% 10px; } }

.home_section_blog-title {
  margin-bottom: 30px; }
  @media (min-width: 1000px) {
    .home_section_blog-title {
      margin-bottom: 2.3vw; } }
  .home_section_blog-title a {
    transition: .3s; }
    .home_section_blog-title a:hover {
      color: #339bcb; }

.blog-backgrounddiv, .blog-backgrounddiv02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  /*   @media (min-width:1921px){
         background-size: cover;
    } */ }

.home_bestsaller-a {
  display: inline-block;
  padding: 6px 17px 4px;
  font-weight: bold;
  border: 2px solid #339bcb;
  color: #339bcb;
  border-radius: 20px;
  margin-bottom: 12px; }
  .home_bestsaller-a:after {
    content: "\f178";
    font-family: 'FontAwesome';
    padding-left: 0;
    width: 0;
    display: inline-block;
    opacity: 0;
    font-size: 14px;
    transition-duration: 0.3s;
    transition-property: width, padding-left; }
    @media (min-width: 768px) {
      .home_bestsaller-a:after {
        font-size: 0.93vw; } }
  @media (min-width: 768px) {
    .home_bestsaller-a {
      margin-bottom: 2vw;
      padding: 0.45vw 1.6vw 0.35vw;
      font-size: 0.93vw;
      border-radius: 1.5vw; } }
  .home_bestsaller-a:hover {
    color: #339bcb; }
  .home_bestsaller-a:hover:after {
    opacity: 1;
    padding-left: 8px;
    width: auto; }

/* div.footer-block.block .title_block{
     padding: 0px 0px 10px 6px;
} */
@media (min-width: 1700px) {
  #header-main .container_header_content .md-person {
    line-height: 17px !important; }
  #header-main .container_header_content .md-shopping-cart {
    line-height: 17px !important; }
  #header-main .container_header_content .md-shopping-cart:before {
    font-size: 17px; }
  #header-main .md-shopping-cart #CartCount {
    font-size: 17px !important;
    line-height: 17px !important; }
  #header-main .form-control {
    height: 41px;
    font-size: 17px; } }

@media (max-width: 1700px) {
  #header-main #headersearchbox #search_button svg {
    width: 16px !important; }

  .form-control {
    padding: 8px 10px 8px; } }
@media (min-width: 1700px) {
  .page_top_announcement {
    font-size: 17px !important; }
    .page_top_announcement span {
      font-size: 17px !important; } }

@media (min-width: 1200px) {
  #apollo-menu .navbar-nav > li.full-width > .dropdown-menu {
    min-width: 65vw; } }

/* four  box  */
.block_right_top {
  position: relative;
  /*        background: #333333; */
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 3vw 6vw; }

.block_right_top-title {
  text-align: center;
  font-size: 1.8vw;
  line-height: 1;
  font-weight: 600; }
  @media (max-width: 768px) {
    .block_right_top-title {
      font-size: 5vw; } }

.s-wrapper-a-righttop {
  text-align: center; }
  .s-wrapper-a-righttop a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    margin: 1.5vw 0 1vw;
    font-size: 1vw; }
    @media (max-width: 768px) {
      .s-wrapper-a-righttop a {
        margin: 2vw 0;
        font-size: 3vw; } }

#divtime {
  text-align: center;
  font-size: 3.5vw;
  display: flex;
  justify-content: space-around; }
  @media (max-width: 768px) {
    #divtime {
      font-size: 8.5vw; } }

.outwrapper-items {
  position: relative;
  flex: 0 1 22%; }
  .outwrapper-items .time-lable {
    position: absolute;
    top: 7.5vw;
    font-size: 1.1vw;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 768px) {
      .outwrapper-items .time-lable {
        top: 16vw;
        font-size: 3.5vw; } }

#times_day02, #times_hour02, #times_minute02, #second02 {
  word-spacing: 14px;
  width: 7vw;
  height: 7vw;
  line-height: 7vw;
  letter-spacing: 0.5vw;
  border: 4px solid #71b9db;
  border-radius: 50%;
  text-indent: 0.5vw;
  text-align: center;
  display: inline-block;
  /*   background: url(https://cdn.shopifycdn.net/s/files/1/1978/9859/files/ssmbg.png?v=1601192684) no-repeat;
      background-size: contain; */ }
  @media (max-width: 768px) {
    #times_day02, #times_hour02, #times_minute02, #second02 {
      height: 15vw;
      line-height: 15vw;
      width: 15vw;
      border: 3px solid #71b9db; } }

#second02 {
  color: #ffdc1a; }

.block_right_bottom_left, .block_right_bottom_right {
  position: relative; }
  .block_right_bottom_left:hover, .block_right_bottom_right:hover {
    box-shadow: 3px 4px 18px 0px rgba(153, 153, 153, 0.75); }

.block_rigottomlefttitleho {
  letter-spacing: 0.05em;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8vw;
  color: #fff;
  text-align: center;
  font-weight: 600; }
  @media (max-width: 768px) {
    .block_rigottomlefttitleho {
      font-size: 4vw; } }

.block_right_bottom_right-item {
  width: 100%;
  height: 100%; }
  .block_right_bottom_right-item .block_rittomrighttitleho {
    position: absolute;
    letter-spacing: 0.02em;
    top: 8%;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    font-size: 1.8vw;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    font-weight: 600; }
    @media (max-width: 768px) {
      .block_right_bottom_right-item .block_rittomrighttitleho {
        font-size: 4vw;
        width: 75%; } }

.block_right_bottom_left {
  /* background:#333333; */
  background-size: cover;
  background-position: center center; }

.block_right_bottom_right {
  /* background:#CCD8D6; */
  background-size: cover;
  background-position: center center; }

.block_right_bottom_left-item {
  width: 100%;
  height: 100%; }

/* end four  box  */
.items-newarrivals {
  padding: 0 20px; }

/*  collection page */
.collection_poster-wrapper {
  margin: 40px 0 20px; }
  .collection_poster-wrapper img {
    max-width: 100%; }
  @media (max-width: 768px) {
    .collection_poster-wrapper {
      display: none; } }

.bignavleft-ho {
  display: none; }
  .bignavleft-ho.show-navs-left {
    display: inherit; }

/* end collection page */
.be_powermaker {
  position: relative;
  font-weight: bold;
  /*   &:before{
  content: "\f178";
      font-family: 'FontAwesome';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  
      right: 15px;
        @media (min-width:768px) and (max-width: 1300px){
          right: 9px;
        }
    } */
  font-size: 2.6rem;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .be_powermaker {
      font-size: 25px;
      margin-bottom: 5px; } }

#categories_big_nav .big_title_block:after {
  display: none; }

.home_section_article-item .blog-right-arrow {
  width: 2vw;
  vertical-align: top;
  margin-left: 1vw;
  transition: .3s;
  position: relative;
  top: -.2vw;
  left: 0; }
  @media (max-width: 768px) {
    .home_section_article-item .blog-right-arrow {
      width: 23px;
      margin-left: 5px;
      top: -3px; } }

@media (min-width: 1200px) {
  .main-content .container {
    width: 1300px; } }
@media (min-width: 1600px) {
  .main-content .container {
    width: 1500px; } }

/* product template */
.textimage-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .textimage-group .textimage-group-item {
    flex: 0 1 48%; }
    .textimage-group .textimage-group-item img {
      width: 100%; }
    @media (max-width: 768px) {
      .textimage-group .textimage-group-item {
        flex: 0 1 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column; }
        .textimage-group .textimage-group-item h1 {
          order: 2; }
        .textimage-group .textimage-group-item .content-items-textgroup {
          order: 3; }
        .textimage-group .textimage-group-item img {
          order: 1; } }

.home_bestsaller-container .owl-next:before {
  content: "\f178"; }
.home_bestsaller-container .owl-prev:before {
  content: "\f177"; }
.home_bestsaller-container .owl-prev:before, .home_bestsaller-container .owl-next:before {
  color: #339bcb;
  line-height: 34px;
  font-size: 18px; }
.home_bestsaller-container .owl-prev, .home_bestsaller-container .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #339bcb;
  text-shadow: none; }

#owl-recommendations .owl-next:before {
  content: "\f178"; }

#owl-recommendations .owl-prev:before {
  content: "\f177"; }

#owl-recommendations .owl-prev:before, #owl-recommendations .owl-next:before {
  color: #339bcb;
  line-height: 34px;
  font-size: 18px; }

#owl-recommendations .owl-prev, #owl-recommendations .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #339bcb;
  text-shadow: none; }

#owl-recommendations .item img {
  border: none; }

#shopify-section-product-recommendations .alsolike-title3018 {
  padding-top: 60px;
  text-align: left;
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #shopify-section-product-recommendations .alsolike-title3018 {
      font-size: 1.5vw; } }
  #shopify-section-product-recommendations .alsolike-title3018 > span {
    position: relative; }
    @media (max-width: 768px) {
      #shopify-section-product-recommendations .alsolike-title3018 > span {
        text-align: center; } }
  #shopify-section-product-recommendations .alsolike-title3018 > span:after {
    content: '';
    position: absolute;
    left: -15px;
    top: -1px;
    width: 3px;
    height: 100%;
    background: #339bcb; }
  @media (max-width: 768px) {
    #shopify-section-product-recommendations .alsolike-title3018 {
      font-size: 2.6rem; } }

#shopify-section-product-recommendations {
  padding-bottom: 60px;
  background: #FAFAFA; }
  #shopify-section-product-recommendations #owl-recommendations .item {
    padding: 10px;
    background: #fff; }

.product-verticlebox-container {
  /*   #breadcrumbs{
      .breadcrumb{
            margin: 50px 10px 20px 0;
      }
      .container{
    padding-left: 0;
      }
    } */ }
  .product-verticlebox-container .socialsharing_product {
    margin-top: 15px; }
  .product-verticlebox-container .thumbs_list {
    padding: 0; }
  .product-verticlebox-container .short_desc {
    color: #000;
    border-bottom: none;
    margin-bottom: 0; }
  .product-verticlebox-container .product-right-column-text, .product-verticlebox-container .product-right-column-rightforms {
    padding: 0 10px 0 20px; }
    @media (min-width: 768px) and (max-width: 1600px) {
      .product-verticlebox-container .product-right-column-text, .product-verticlebox-container .product-right-column-rightforms {
        padding: 0 5px 0 10px; } }
  .product-verticlebox-container .owl-carousel .owl-wrapper-outer {
    margin-bottom: 20px; }
  .product-verticlebox-container .guaranteescontainer {
    display: flex;
    justify-content: space-around;
    margin-top: 20px; }
    .product-verticlebox-container .guaranteescontainer li img {
      margin-bottom: 8px; }
    @media (max-width: 768px) {
      .product-verticlebox-container .guaranteescontainer li {
        width: 32%; } }
    @media (max-width: 768px) {
      .product-verticlebox-container .guaranteescontainer {
        padding: 0 5px; } }
  .product-verticlebox-container #shopify-section-textimage-group-3018 {
    margin: 50px 0; }
    @media (max-width: 768px) {
      .product-verticlebox-container #shopify-section-textimage-group-3018 {
        margin: 30px 0 0; } }
  @media (min-width: 768px) {
    .product-verticlebox-container .featurenav {
      padding-right: 10vw; } }
  .product-verticlebox-container .features-block {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .product-verticlebox-container .features-block {
        flex-wrap: wrap; } }
  .product-verticlebox-container .features-block .featureLi {
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .product-verticlebox-container .features-block .featureLi {
        margin-bottom: 20px; } }
    .product-verticlebox-container .features-block .featureLi h1 {
      text-transform: capitalize;
      font-weight: 600;
      margin-bottom: 1em;
      font-size: 1.8rem; }
  .product-verticlebox-container .features-block img {
    width: 100%; }
    @media (min-width: 1300px) {
      .product-verticlebox-container .features-block img {
        transform: scale(1.07) translateX(10%); } }
  .product-verticlebox-container .featuretitles {
    font-weight: 600;
    margin-bottom: 2em;
    position: relative;
    color: #000;
    line-height: 1.2;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .product-verticlebox-container .featuretitles {
        font-size: 1.5vw; } }
    .product-verticlebox-container .featuretitles:after {
      content: '';
      position: absolute;
      left: -15px;
      top: -1px;
      width: 3px;
      height: 100%;
      background: #339bcb; }
  .product-verticlebox-container .features-block-ho {
    margin: 80px 0 30px; }
    @media (max-width: 768px) {
      .product-verticlebox-container .features-block-ho {
        margin: 0px 0 30px;
        padding: 0 20px; }
        .product-verticlebox-container .features-block-ho .center_column h1 {
          font-size: 20px; } }
  .product-verticlebox-container .featureLi.parentactive * {
    color: #339bcb !important; }
  .product-verticlebox-container .container-boxga {
    width: 100%; }
  .product-verticlebox-container .item-images-yifen {
    transition: .3s;
    position: relative; }
    .product-verticlebox-container .item-images-yifen .overbox-images {
      transition: .3s;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 768px) {
        .product-verticlebox-container .item-images-yifen .overbox-images {
          opacity: 1; } }
      .product-verticlebox-container .item-images-yifen .overbox-images img {
        width: 2.5vw; }
        @media (max-width: 768px) {
          .product-verticlebox-container .item-images-yifen .overbox-images img {
            width: 10vw; } }
    .product-verticlebox-container .item-images-yifen img {
      width: 100%; }
    .product-verticlebox-container .item-images-yifen:hover {
      box-shadow: #a4a4a4 0 0 5px 4px; }
      .product-verticlebox-container .item-images-yifen:hover .overbox-images {
        opacity: 1; }
  .product-verticlebox-container .primary_block {
    padding: 0; }
  .product-verticlebox-container .more_info_block {
    margin-top: 40px; }
  .product-verticlebox-container .container-nav-tabs {
    background-color: #339BCB; }
    @media (min-width: 1921px) {
      .product-verticlebox-container .container-nav-tabs {
        max-width: 1350px;
        margin: 0 auto; } }
  .product-verticlebox-container .more_info_block .product-collateral .nav-tabs {
    border-bottom: none;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .product-verticlebox-container .more_info_block .product-collateral .nav-tabs {
        padding: 0 15px; } }
  .product-verticlebox-container .more_info_block .product-collateral .nav-tabs > li.active a {
    color: #fff;
    background-color: #1A7AA7; }
  .product-verticlebox-container .more_info_block .product-collateral .nav-tabs > li a {
    color: #fff; }
    @media (min-width: 768px) {
      .product-verticlebox-container .more_info_block .product-collateral .nav-tabs > li a {
        margin: 0 20px; } }
  .product-verticlebox-container .nav-tabs > li {
    margin-bottom: 0; }
  .product-verticlebox-container .nav > li > a {
    padding: 20px 30px; }
    @media (min-width: 1000px) {
      .product-verticlebox-container .nav > li > a {
        padding: 30px; } }
  .product-verticlebox-container .specs3018-item, .product-verticlebox-container .productspecs-item {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px; }
  .product-verticlebox-container .specs3018text-item {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 6px; }
    .product-verticlebox-container .specs3018text-item .specs3018text-item-title {
      flex: 0 1 45%;
      color: #333333;
      font-weight: 600; }
    .product-verticlebox-container .specs3018text-item .specs3018text-item-subtitle {
      flex: 0 1 55%;
      color: #666666;
      font-weight: 500; }
      .product-verticlebox-container .specs3018text-item .specs3018text-item-subtitle p {
        margin-bottom: 15px; }
  .product-verticlebox-container .productspecstext-item {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 6px; }
    .product-verticlebox-container .productspecstext-item .productspecstext-item-title {
      flex: 0 1 45%;
      color: #333333;
      font-weight: 600; }
    .product-verticlebox-container .productspecstext-item .productspecstext-item-subtitle {
      flex: 0 1 55%;
      color: #666666;
      font-weight: 500; }
      .product-verticlebox-container .productspecstext-item .productspecstext-item-subtitle p {
        margin-bottom: 15px; }
  .product-verticlebox-container .line-dcdcdc {
    width: 100%;
    background: #dcdcdc;
    height: 1px;
    margin-bottom: 17px; }
  .product-verticlebox-container #wrapper-bundlesplugin3018 {
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 1000px) {
      .product-verticlebox-container #wrapper-bundlesplugin3018 {
        max-width: 1300px; } }
    @media (min-width: 1921px) {
      .product-verticlebox-container #wrapper-bundlesplugin3018 {
        max-width: 100%; } }
  .product-verticlebox-container .container-budplugins3018 {
    /*     background: #FAFAFA; */
    /*      padding: 20px 0 30px; */
    /* margin-top: 40px; */
    clear: both;
    /*   @media (max-width:768px){
           padding: 0;
      
      } */ }
    @media (min-width: 1921px) {
      .product-verticlebox-container .container-budplugins3018 {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 50px; } }
  @media (min-width: 768px) {
    .product-verticlebox-container .container-budplugins3018 {
      /*   #revy-bundle-wrapper { width: 100%;} */ }
      .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner {
        align-items: center;
        justify-content: space-around; }
      .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout {
        flex-direction: initial !important;
        justify-content: space-around; }
      .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout.revy-bundle-products-icon-margin .revy-bundle-product {
        flex: 0 1 20%;
        flex-direction: column; }
      .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products .revy-bundle-product {
        flex: 0 1 20%;
        flex-direction: column; }
      .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-info-container {
        text-align: center !important; }
      .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-info-container {
        text-align: center !important; }
      .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-info-container .revy-bundle-sale-container {
        text-align: center !important;
        justify-content: center !important; }
      .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-title {
        font-size: 1.8em !important;
        margin-bottom: 55px !important;
        position: relative; }
        .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-title:after {
          content: '';
          position: absolute;
          left: -20px;
          top: -1px;
          width: 3px;
          height: 100%;
          background: #339bcb; } }
  @media (min-width: 1200px) {
    .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product:before {
      left: 132% !important;
      top: 50% !important; } }
  .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products .revy-bundle-product .revy-bundle-info-container .revy-bundle-sale-container .revy-bundle-price-red .money {
    color: #666 !important; }
  .product-verticlebox-container .container-budplugins3018 #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products .revy-bundle-product .revy-bundle-info-container .revy-bundle-sale-container .revy-bundle-price-green .money {
    color: #339bcb !important; }
  .product-verticlebox-container #thumbs_list .owl-prev:before, .product-verticlebox-container #thumbs_list .owl-next:before {
    color: #339bcb;
    line-height: 34px;
    font-size: 18px; }
  .product-verticlebox-container #thumblist-3018 .owl-prev, .product-verticlebox-container #thumblist-3018 .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #339bcb; }
  .product-verticlebox-container .vertical-protitle {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .product-verticlebox-container .vertical-protitle {
        font-size: 1.5vw;
        line-height: 1.2;
        width: 80%;
        margin-bottom: 2.5vw;
        margin-top: 1.5vw; } }
  .product-verticlebox-container .short_desc techcss {
    color: #000; }
    .product-verticlebox-container .short_desc techcss p {
      color: #000; }
  .product-verticlebox-container .breadcrumb > li a {
    color: #999999; }
  .product-verticlebox-container .textimage-group-item img {
    margin-bottom: 35px; }
  .product-verticlebox-container .textimage-group-item h1 {
    position: relative;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 15px;
    line-height: 1.2;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .product-verticlebox-container .textimage-group-item h1 {
        font-size: 1.5vw; } }
    .product-verticlebox-container .textimage-group-item h1:after {
      content: '';
      position: absolute;
      left: 0;
      top: -1px;
      width: 3px;
      height: 100%;
      background: #339bcb; }
  .product-verticlebox-container .content-items-textgroup {
    margin-bottom: 45px;
    color: #666; }
  .product-verticlebox-container .center_column-toptext {
    background: #fff; }
    .product-verticlebox-container .center_column-toptext .primary_block {
      background: #fff; }
  .product-verticlebox-container .center_column {
    margin: 0; }
  .product-verticlebox-container .comment-block h3 {
    position: relative;
    padding: 0 30px; }
    .product-verticlebox-container .comment-block h3:before {
      content: '“';
      position: absolute;
      left: 0;
      font-size: 50px;
      height: 50px;
      z-index: 999;
      top: 0;
      color: #339bcb; }
    .product-verticlebox-container .comment-block h3:after {
      content: '”';
      position: absolute;
      right: 0;
      font-size: 50px;
      height: 50px;
      z-index: 999;
      top: 0;
      color: #339bcb; }
  .product-verticlebox-container .center_column-topform .comment-part {
    padding-bottom: 20px; }

.product-block .pro-indexnames {
  font-size: 16px;
  margin: 10px 0; }
  .home_bestsaller-container .product-block .pro-indexnames {
    /* text-align: center; */ }
  .product-block .pro-indexnames a {
    font-size: 15px;
    font-weight: 600; }

.home_NEW_ARRIVALS-container .product-meta .star_wrapper {
  display: none; }

.home_NEW_ARRIVALS-container .new-box {
  display: none; }

@media (min-width: 768px) {
  .home_bestsaller-container .product-meta .star_wrapper {
    font-size: 0.9vw; } }

.home_bestsaller-container .price.sale-price, .home_NEW_ARRIVALS-container .price.sale-price {
  color: #666;
  font-size: 17px; }
  @media (min-width: 768px) {
    .home_bestsaller-container .price.sale-price, .home_NEW_ARRIVALS-container .price.sale-price {
      font-size: 1.15vw; } }
.home_bestsaller-container .cd-new-price, .home_NEW_ARRIVALS-container .cd-new-price {
  color: #666;
  font-size: 15px; }
  @media (min-width: 768px) {
    .home_bestsaller-container .cd-new-price, .home_NEW_ARRIVALS-container .cd-new-price {
      font-size: 0.9vw; } }
.home_bestsaller-container .sale-price.on-sale, .home_NEW_ARRIVALS-container .sale-price.on-sale {
  font-size: 17px;
  color: #339bcb; }
  @media (min-width: 768px) {
    .home_bestsaller-container .sale-price.on-sale, .home_NEW_ARRIVALS-container .sale-price.on-sale {
      font-size: 1.15vw; } }
.home_bestsaller-container .pdt_card_save_price, .home_NEW_ARRIVALS-container .pdt_card_save_price {
  display: none; }

.product-block .new-box {
  border: 2px solid #339bcb;
  background: #fff;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  padding: 7px 10px 7px 5px;
  border-radius: 0 20px 20px 0; }
  .product-block .new-box .label-new {
    color: #339bcb;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .product-block .new-box .label-new {
        font-size: 0.9vw; } }
  @media (max-width: 768px) {
    .product-block .new-box {
      padding: 4px 10px 4px 5px;
      font-size: 16px !important; } }
  @media (min-width: 1921px) {
    .product-block .new-box {
      padding: 8px 12px 8px 5px; } }

.product-block .sale-box {
  border: 2px solid #FF3700;
  background: #fff;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  padding: 7px 10px 7px 5px;
  border-radius: 0 20px 20px 0; }
  .product-block .sale-box .label-sale {
    color: #FF3700;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .product-block .sale-box .label-sale {
        font-size: 0.9vw; } }
  @media (max-width: 768px) {
    .product-block .sale-box {
      padding: 4px 10px 4px 5px;
      font-size: 16px !important; } }
  @media (min-width: 1921px) {
    .product-block .sale-box {
      padding: 8px 12px 8px 5px; } }

@media (max-width: 768px) {
  #newsletter_block .des_newsletter {
    text-align: center; } }

#pc-slider-container .leo-direction-nav, #mobile-slider-container .leo-direction-nav {
  display: none; }

.item--recommendations {
  text-align: center; }
  .item--recommendations .price.product-price {
    color: #666;
    font-size: 17px; }
  .item--recommendations .price-old, .item--recommendations .old-price {
    color: #666;
    font-size: 15px; }
  .item--recommendations .sale-price.on-sale {
    font-size: 17px;
    color: #339bcb; }

.budplugins3018-topblock {
  margin-bottom: 20px !important; }

.product-verticlebox-container .pro-grayde span {
  color: #999; }
.product-verticlebox-container .breadcrumb > li + li:before {
  color: #999; }
.product-verticlebox-container .breadcrumb > li a {
  text-decoration: inherit; }

div.footer-block.block .title_block {
  font-size: 18px !important;
  font-weight: normal !important;
  padding-bottom: 22.5px;
  color: #fff; }
  @media (min-width: 768px) {
    div.footer-block.block .title_block {
      font-size: 1.15vw !important;
      padding-bottom: 1.5vw; } }

@media (min-width: 800px) {
  .footer-container .footer_payment_wrapper {
    padding: 0 0 4vw; } }

@media (min-width: 769px) {
  #footercenter .social_block svg {
    width: 1.8vw !important;
    height: 1.8vw !important; } }
@media (min-width: 769px) {
  #footercenter .social_block .block_content ul li {
    margin: 0 1vw 0 0; } }
#footercenter div.copyright {
  font-size: 0.85vw; }
  @media (max-width: 769px) {
    #footercenter div.copyright {
      margin-top: 8px; } }

@media (min-width: 768px) {
  .home_section_learn_total_wrapper .learn_section_content_wrapper > a {
    font-size: 0.93vw !important;
    padding: 0.7vw 1.8vw;
    border-radius: 1.5vw; } }

@media (min-width: 768px) {
  .home_section_learn_total_wrapper .learn_section_content_wrapper > .learn_section_text {
    margin-bottom: 1.5vw !important;
    line-height: 2;
    text-align: left;
    font-size: 1.2vw !important; } }

@media (min-width: 768px) {
  .learn_section_title {
    font-size: 3.1vw !important;
    margin-bottom: 1vw; } }

@media (min-width: 768px) {
  .home_section_learn_total_wrapper .learn_section_caption {
    font-size: 1.5vw !important;
    margin-bottom: 0.5vw; }

  .template-index .product-block .pro-indexnames {
    line-height: 1.5;
    line-height: 1.3; }

  .template-index .product-block .pro-indexnames a {
    font-size: 0.93vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: inline-block; }
  .collection_new_section_wrapper .product_block .product-meta .name > a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*       min-height: 38px; */
    /*       display: inline-block; */ }

  .home_NEW_ARRIVALS-title, .home_bestsaller-title {
    margin-bottom: 0.6vw; }

  #shopify-section-home_section_four_blocks .home_section_four_blocks {
    padding-top: 1.5vw; }

  .home_section_four_blocks .title_text_btn_wrapper > span:nth-of-type(2) {
    margin-bottom: 1vw; }

  .home_section_four_blocks .title_text_btn_wrapper > a {
    font-size: 0.93vw;
    padding: 0.6vw 0.8vw;
    border-radius: 0 1vw 1vw 0;
    line-height: 1; }

  .home_section_four_blocks .title_text_btn_wrapper > span:nth-of-type(1) {
    margin-bottom: 1vw;
    line-height: 1; }

  #header-main #apollo-menu .dropdown-menu li a {
    /*          padding: 0 1.5vw; */
    font-size: 0.93vw;
    line-height: 2.2; }

  .header_center #apollo-menu .navbar-nav > li > a {
    font-size: 0.93vw; }

  #header-main .container_header_content .md-person:before {
    font-size: 0.93vw; }

  #header-main {
    font-size: 0.93vw; }

  #header-main .form-control {
    font-size: 0.93vw; }

  #apollo-menu .dropdown-menu .menu-title {
    font-size: 0.8vw; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-index .product-block .pro-indexnames a {
      min-height: 2.3vw; } }

@media (min-width: 1025px) {
  #header-main #headersearchbox #search_button svg {
    width: 1vw !important; } }
@media (min-width: 800px) {
  #header-main #header_logo img {
    /*   	height:45px !important; */
    width: 12vw !important; }

  #header-main #header_logo {
    padding: 0.8vw 0px; }

  #header-main #apollo-menu .navbar-nav {
    padding: 0; }

  #header-main .header_center {
    display: flex;
    align-items: center; }

  #shopify-section-page_top_announcement .page_top_announcement span {
    font-size: 0.93vw !important; }

  #shopify-section-page_top_announcement .page_top_announcement {
    padding: 0.7vw 0.3vw 0.6vw; }

  .header-container .header_block_cart_wrapper {
    padding-left: 1.6vw; }
  .header-container .currency_wrapper_pc {
    padding-left: 1.6vw; }
  .header-container .block_account_wrapper {
    padding-left: 1.6vw; } }
@media (min-width: 1600px) {
  .template-product .zoomWrapper {
    height: 580px !important;
    width: 580px !important;
    margin: 0 auto; }
  .template-product .product-left-column #image-block img {
    width: 580px !important;
    height: auto !important; }
  .template-product .zoomContainer {
    height: 580px !important;
    width: 580px !important; } }
@media (max-width: 1599px) and (min-width: 1200px) {
  .template-product .zoomWrapper {
    height: 500px !important;
    width: 500px !important;
    margin: 0 auto; }
  .template-product .product-left-column #image-block img {
    width: 500px !important;
    height: auto !important; }
  .template-product .zoomContainer {
    height: 500px !important;
    width: 500px !important; } }
@media (min-width: 769px) and (max-width: 1199px) {
  .template-product .zoomWrapper {
    height: 360px !important;
    width: 360px !important;
    margin: 0 auto; }
  .template-product .product-left-column #image-block img {
    width: 360px !important;
    height: auto !important; }
  .template-product .zoomContainer {
    height: 360px !important;
    width: 360px !important; } }

@media (min-width: 1100px) {
  .product-verticlebox-container .zoomWrapper {
    height: 580px !important;
    width: 580px !important;
    margin: 0 auto; }
  .product-verticlebox-container .product-left-column #image-block img {
    width: 580px !important;
    height: 580px !important; }
  .product-verticlebox-container .zoomContainer {
    height: 580px !important;
    width: 580px !important; } }

.proimage-contianer .views_block-wrapper {
  width: 17%;
  vertical-align: top;
  display: inline-block; }
  @media (max-width: 768px) {
    .proimage-contianer .views_block-wrapper {
      width: 0%; } }
.proimage-contianer #image-block {
  width: 82%;
  display: inline-block; }
  @media (max-width: 768px) {
    .proimage-contianer #image-block {
      width: 100%; } }
@media (max-width: 768px) {
  .proimage-contianer {
    display: none; } }

.views_block-wrapper {
  padding: 45px 0 50px; }
  .views_block-wrapper #thumblist-3018 {
    height: 420px;
    position: relative; }
  .views_block-wrapper #thumbs_list {
    padding: 0; }

.swiper-button-next-3018, .swiper-button-prev-3018 {
  background-image: none !important;
  left: 50% !important;
  outline: none;
  transform: translateX(-50%) !important;
  width: auto !important; }

.swiper-button-prev-3018 {
  top: -28px !important; }

.swiper-button-next-3018 {
  bottom: -65px !important;
  top: auto !important; }

@media (max-width: 768px) {
  .product-verticlebox-container .mobile-images .cd-dots {
    margin-top: -10px; } }

@media (max-width: 768px) {
  .product-verticlebox-container .product-right-column-text {
    padding: 0 20px; } }

.product-verticlebox-container .product-right-column-rightforms .price-product .product-price {
  font-size: 18px; }

@media (max-width: 768px) {
  .product-verticlebox-container .product-verticlebox-container .product-right-column-rightforms {
    padding: 0 30px 0 25px; } }

.product-verticlebox-container .product-right-column-rightforms .save-price {
  background: #cb3333;
  display: inline-block;
  color: #fff;
  padding: 6px 10px 4px;
  line-height: 1;
  border-radius: 0 20px 20px 0; }

.product-verticlebox-container .product-right-column .swatch .label-box {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0; }

.product-verticlebox-container .product-right-column .swatch label {
  border: 1px solid #999;
  color: #999999 !important;
  text-decoration: line-through; }

.product-verticlebox-container .product-right-column .swatch .available label {
  text-decoration: none; }

.product-right-column .swatch label {
  text-decoration: line-through; }

.product-right-column .swatch .available label {
  text-decoration: none; }

.product-verticlebox-container .product-right-column .swatch input:checked + label {
  border: 1px solid #339bcb;
  color: #339bcb !important; }

.product-verticlebox-container .product-right-column .affirm-as-low-as {
  padding-top: 10px; }

.product-verticlebox-container .product-right-column .price-product .product-price {
  color: #999999; }

.product-verticlebox-container .product-right-column .add_to_cart_detail {
  padding: 6px 12px 6px; }
  .product-verticlebox-container .product-right-column .add_to_cart_detail:focus {
    outline: none; }
  @media (max-width: 992px) {
    .product-verticlebox-container .product-right-column .add_to_cart_detail {
      height: 44px; } }

.product-verticlebox-container .product-right-column .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  border-radius: 30px; }
  @media (max-width: 992px) {
    .product-verticlebox-container .product-right-column .shopify-payment-button__button.shopify-payment-button__button--unbranded {
      height: 44px; } }

.product-verticlebox-container .product-right-column .shopify-cleanslate > div {
  border-radius: 30px !important; }

.product-verticlebox-container .product-right-column .shopify-payment-button__button--unbranded {
  padding: 1em 2em !important;
  font-size: 14px !important; }

.product-verticlebox-container .product-right-column .add_to_cart_detail {
  border: 2px solid #339bcb;
  border-radius: 30px;
  color: #339bcb;
  background: transparent; }
  .product-verticlebox-container .product-right-column .add_to_cart_detail span {
    font-size: 14px !important; }

@media (min-width: 769px) {
  .product-verticlebox-container .product-right-column .price-product .on-sale {
    padding: 0 8px; } }

@media (min-width: 769px) {
  .product-verticlebox-container02 .product-left-column {
    /* position: sticky;
        top: 100px; */ }

  .product-verticlebox-container .product-left-column {
    width: 55%; }
  .product-verticlebox-container .product-right-column {
    width: 45%; }
  .product-verticlebox-container #shopify-section-comments-guarantees-3018 {
    padding: 30px 10% 0; }
  .product-verticlebox-container .short_desc {
    padding-bottom: 6vw; }
  .product-verticlebox-container .product-right-column-rightforms {
    padding: 30px 0 0 6%; }
  .product-verticlebox-container .commentscontainer .comment-block h3 {
    font-size: 1.2vw; }
  .product-verticlebox-container .product-right-column .price-product .on-sale {
    font-size: 1.85vw; }
  .product-verticlebox-container .product-right-column .price-product .ProductPrice {
    font-size: 1.85vw; }
  .product-verticlebox-container .product-right-column-rightforms .price-product .product-price {
    font-size: 1.2vw; }
  .product-verticlebox-container .product-right-column .cart-div {
    margin-top: 8px; } }
.product-verticlebox-container .resources-badge, .product-verticlebox-container .gallery-badge {
  text-decoration: underline;
  border-left: 1px solid #29261f;
  color: #29261f;
  font-weight: bold; }

.product-verticlebox-container .stamped-product-reviews-badge {
  /* text-decoration: underline; */
  font-weight: bold;
  color: #29261f !important; }

@media (max-width: 768px) {
  .product-verticlebox-container .more_info_block .product-collateral .nav-tabs > li a {
    padding: 10px; } }
#header-main {
  border-bottom: 1px solid #dcdcdc; }

.contact-form-box {
  min-width: 100%; }

/* quanquan */
.block_right_top .containercircle > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
  box-sizing: border-box;
  border-radius: 50%; }
.block_right_top .date02 {
  width: 7vw;
  height: 7vw; }
  @media (max-width: 768px) {
    .block_right_top .date02 {
      width: 15vw;
      height: 15vw; } }
.block_right_top .hour02 {
  width: 7vw;
  height: 7vw; }
  @media (max-width: 768px) {
    .block_right_top .hour02 {
      width: 15vw;
      height: 15vw; } }
.block_right_top .minute02 {
  width: 7vw;
  height: 7vw; }
  @media (max-width: 768px) {
    .block_right_top .minute02 {
      width: 15vw;
      height: 15vw; } }
.block_right_top .second02 {
  width: 7vw;
  height: 7vw; }
  @media (max-width: 768px) {
    .block_right_top .second02 {
      width: 15vw;
      height: 15vw; } }
.block_right_top .left, .block_right_top .right {
  width: calc(50%);
  height: calc(100%);
  position: absolute;
  top: 0px;
  overflow: hidden; }
.block_right_top .left {
  left: 0px; }
.block_right_top .right {
  right: 0px; }
.block_right_top .cir {
  width: 200%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(135deg);
  color: #fff;
  line-height: 0; }
.block_right_top .left .cir {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  text-align: left; }
  @media (max-width: 768px) {
    .block_right_top .left .cir {
      border-left: 3px solid #fff;
      border-top: 3px solid #fff;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent; } }
.block_right_top .right .cir {
  position: relative;
  left: -100%;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  text-align: right; }
  @media (max-width: 768px) {
    .block_right_top .right .cir {
      border-left: 3px solid transparent;
      border-top: 3px solid transparent;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff; } }

.template-search .product_list.grid {
  padding: 40px 0 0; }

.template-search #center_column .product_list .product_block {
  margin-bottom: 25px; }

@media (max-width: 768px) {
  .product_list .product-block .product-meta {
    padding: 12px 5px 2px 5px; }

  .product_list .product-block .name {
    height: auto;
    /* line-height: 30px; */
    margin-bottom: 10px; } }
/* .product-verticlebox-container.product-verticlebox-container02  #breadcrumbs .breadcrumb{
 margin: 30px 10px 20px 0;

} */
.product-verticlebox-container.product-verticlebox-container02 .vertical-protitle {
  margin-bottom: .5vw;
  margin-top: .5vw; }

@media (min-width: 768px) {
  .product-verticlebox-container.product-verticlebox-container02 .short_desc {
    padding-bottom: 1vw; } }
.flex-grouppro-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .flex-grouppro-container .flex-grouppro-item {
    flex: 0 1 48%;
    margin-bottom: 10px; }
    .flex-grouppro-container .flex-grouppro-item img {
      max-width: 100%; }
    .flex-grouppro-container .flex-grouppro-item h1 {
      position: relative;
      color: #000;
      margin-bottom: 20px;
      margin-top: 0;
      padding-left: 15px;
      line-height: 1.2;
      font-weight: 600; }
      @media (min-width: 1200px) {
        .flex-grouppro-container .flex-grouppro-item h1 {
          font-size: 1.5vw; } }
      .flex-grouppro-container .flex-grouppro-item h1:after {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 3px;
        height: 100%;
        background: #339bcb; }
    .flex-grouppro-container .flex-grouppro-item .flex-grouppro-item-contetent {
      line-height: 2;
      color: #666; }
    @media (max-width: 768px) {
      .flex-grouppro-container .flex-grouppro-item {
        flex: 0 1 100%;
        padding: 0 20px; } }
  @media (max-width: 768px) {
    .flex-grouppro-container .flex-grouppro-item-image {
      order: 1; }
    .flex-grouppro-container .flex-grouppro-item-text {
      order: 2;
      margin-top: 20px; } }

.flex-grouppro-outbox {
  margin: 50px 0; }

.flex-features-outbox {
  margin: 100px auto;
  max-width: 1300px; }
  @media (max-width: 768px) {
    .flex-features-outbox {
      margin: 40x 0 20px;
      padding: 0 15px; } }

.flex-features-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex-features-container .flex-features-item {
    flex: 0 1 30%;
    margin-bottom: 20px; }
    .flex-features-container .flex-features-item img {
      max-width: 100%; }
      @media (min-width: 1000px) {
        .flex-features-container .flex-features-item img {
          width: 100%; } }
    .flex-features-container .flex-features-item h3 {
      margin-bottom: 15px; }
    .flex-features-container .flex-features-item .flex-features-item-contetent {
      color: #666;
      line-height: 1.8; }
    @media (max-width: 768px) {
      .flex-features-container .flex-features-item {
        flex: 0 1 49%;
        margin-bottom: 20px; } }

.center_column h1.flex-features-title {
  position: relative;
  font-size: 22px;
  color: #000;
  margin-bottom: 40px;
  margin-top: 0;
  padding-left: 15px;
  line-height: 1.2;
  font-weight: 600; }
  @media (min-width: 1200px) {
    .center_column h1.flex-features-title {
      font-size: 1.5vw; } }
  .center_column h1.flex-features-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 3px;
    height: 100%;
    background: #339bcb; }

.product-verticlebox-container .social-wrappers {
  margin-top: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .product-verticlebox-container .social-wrappers .socialsharing_product {
    margin-top: 0; }

.product-verticlebox-container02 .social-wrappers .reviews-boxs {
  margin-right: 20px; }
  @media (max-width: 1600px) {
    .product-verticlebox-container02 .social-wrappers .reviews-boxs {
      margin-right: 12px; } }
  @media (max-width: 768px) {
    .product-verticlebox-container02 .social-wrappers .reviews-boxs {
      margin-bottom: 10px;
      flex: 0 1 100%;
      flex-wrap: wrap; } }

.box-product_resources a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-decoration: underline; }
  .box-product_resources a:before {
    color: #82ca67;
    content: "\f030";
    display: inline-block;
    font-family: "Material Design Iconic Font";
    font-size: 19px;
    margin-right: 10px;
    vertical-align: bottom;
    line-height: 24px;
    position: relative;
    top: 2px; }
  .box-product_resources a:hover {
    color: #339BCB; }

.container-boxpro {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 40px 20px; }
  @media (max-width: 768px) {
    .container-boxpro {
      padding: 10px; } }

.product-verticlebox-container .nav > li > a.reviewclick {
  padding: 9px 30px; }
  @media (min-width: 1000px) {
    .product-verticlebox-container .nav > li > a.reviewclick {
      padding: 19px 30px; } }
  .product-verticlebox-container .nav > li > a.reviewclick .stamped-badge-caption {
    color: #fff; }
    @media (min-width: 768px) {
      .product-verticlebox-container .nav > li > a.reviewclick .stamped-badge-caption {
        display: block; } }
  .product-verticlebox-container .nav > li > a.reviewclick .stamped-product-reviews-badge {
    text-decoration: none;
    font-weight: 600; }

.container-boxprovideo video {
  max-width: 100%;
  margin-bottom: 20px; }
.container-boxprovideo .video_content {
  margin-bottom: 20px;
  line-height: 1.6; }

.container-boxprofaq h5 {
  color: #339BCB; }
.container-boxprofaq .faqs_content {
  padding-bottom: 20px;
  line-height: 1.6; }

.product-verticlebox-container .product-right-column, .product-verticlebox-container .product-left-column {
  margin: 0; }

#shopify-section-home_slidershow_new .leo-control-nav, #shopify-section-home_slidershow_mobile_new .leo-control-nav {
  display: block;
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center; }
  #shopify-section-home_slidershow_new .leo-control-nav li, #shopify-section-home_slidershow_mobile_new .leo-control-nav li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px; }
    @media (min-width: 768px) {
      #shopify-section-home_slidershow_new .leo-control-nav li, #shopify-section-home_slidershow_mobile_new .leo-control-nav li {
        width: 0.85vw;
        height: 0.85vw; } }
    @media (min-width: 768px) {
      #shopify-section-home_slidershow_new .leo-control-nav li, #shopify-section-home_slidershow_mobile_new .leo-control-nav li {
        margin: 0 0.4vw; } }
    #shopify-section-home_slidershow_new .leo-control-nav li a, #shopify-section-home_slidershow_mobile_new .leo-control-nav li a {
      display: inline-block;
      width: 12px;
      height: 12px;
      line-height: 40px;
      overflow: hidden;
      background: #ddd;
      cursor: pointer;
      border-radius: 50%; }
      @media (min-width: 768px) {
        #shopify-section-home_slidershow_new .leo-control-nav li a, #shopify-section-home_slidershow_mobile_new .leo-control-nav li a {
          width: 0.85vw;
          height: 0.85vw;
          font-size: 0; } }
    #shopify-section-home_slidershow_new .leo-control-nav li .leo-active, #shopify-section-home_slidershow_mobile_new .leo-control-nav li .leo-active {
      background: #339bcb; }

.overclocks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.cbb-frequently-bought-container .cbb-frequently-bought-title {
  font-size: 1.8em !important;
  margin-bottom: 55px !important;
  position: relative;
  font-family: Montserrat !important;
  font-weight: bold !important; }
  .cbb-frequently-bought-container .cbb-frequently-bought-title:after {
    content: '';
    position: absolute;
    left: -20px;
    top: -1px;
    width: 3px;
    height: 100%;
    background: #339bcb; }
    @media (max-width: 768px) {
      .cbb-frequently-bought-container .cbb-frequently-bought-title:after {
        display: none; } }
  @media (max-width: 768px) {
    .cbb-frequently-bought-container .cbb-frequently-bought-title {
      text-align: center !important;
      font-size: 1.5em !important; } }

@media (max-width: 1450px) {
  .cbb-frequently-bought-container {
    padding: 20px !important; } }
@media (max-width: 768px) {
  .cbb-frequently-bought-container {
    padding: 0 20px !important; } }

.product-verticlebox-container02 .container-budplugins3018 {
  background: #FAFAFA; }

.zoomContainer {
  z-index: 2; }

.categories_big_nav02 .big_title_block {
  display: none; }
  .categories_big_nav02 .big_title_block + .new-main-menulev3 {
    display: none; }
.categories_big_nav02 .big_title_block.current {
  display: inherit; }
  .categories_big_nav02 .big_title_block.current + .new-main-menulev3 {
    display: inherit; }

.bits-link {
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 25px 6px;
  border-radius: 30px; }
  .bits-link:hover {
    color: rgba(255, 255, 255, 0.6); }

#genmitsu-cnc-router-bits-amp-end-mills .collection_new_header_wrapper > div {
  margin-bottom: 10px; }

.categories_big_nav02 .big_title_block + .new-main-menulev3 {
  margin-bottom: 20px; }

#catalog_block {
  color: #000; }

#header-main .blockcart_top .title-cart span {
  display: flex;
  /*     min-width: 1.7vw; */
  text-align: center;
  /*       font-family: CODA !important; */
  align-items: center;
  line-height: 40px; }

.cart-lefttext {
  margin-right: 2px; }

.slider_content_wrapper img, .slider_content_wrapper_mobile img {
  max-width: 100%; }
  @media (min-width: 1921px) {
    .slider_content_wrapper img, .slider_content_wrapper_mobile img {
      width: 100%; } }

#catalog_block .categories_big_nav03 .currentout, #catalog_block .categories_big_nav03 .currentin a, #catalog_block .categories_big_nav02 .current a {
  color: #339bcb; }

.product_specifications-container {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .product_specifications-container {
      margin-bottom: 0; } }
  .product_specifications-container figure.table {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .product_specifications-container figure.table:after {
      content: '';
      display: block;
      width: 100%;
      background: #dcdcdc;
      height: 1px;
      position: absolute;
      bottom: 0; }
    .product_specifications-container figure.table:last-child:after {
      display: none; }
  .product_specifications-container table {
    max-width: 1000px;
    margin: 0 auto; }

.more_info_block .rte .product_specifications-container table {
  border: none; }
  .more_info_block .rte .product_specifications-container table tr, .more_info_block .rte .product_specifications-container table td {
    border: none;
    text-align: left; }
  .more_info_block .rte .product_specifications-container table tr {
    height: 36px; }
  .more_info_block .rte .product_specifications-container table td {
    vertical-align: top; }
    .more_info_block .rte .product_specifications-container table td p {
      margin: 0 0 15px; }
  .more_info_block .rte .product_specifications-container table td:first-child {
    width: 45%; }

#filtered-tag {
  margin-top: 20px; }
  @media screen and (max-width: 800px) {
    #filtered-tag {
      margin-top: 10px; } }

.stamped-container ul.stamped-tabs li {
  outline: none; }

.home_NEW_ARRIVALS-collections .owl-next:before {
  content: "\f178"; }
.home_NEW_ARRIVALS-collections .owl-prev:before {
  content: "\f177"; }
.home_NEW_ARRIVALS-collections .owl-prev:before, .home_NEW_ARRIVALS-collections .owl-next:before {
  color: #339bcb;
  line-height: 34px;
  font-size: 18px; }
.home_NEW_ARRIVALS-collections .owl-prev, .home_NEW_ARRIVALS-collections .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #339bcb;
  text-shadow: none;
  /*   @media (min-width: 768px){
     display:none;
    } */ }

@media (max-width: 768px) {
  .home_NEW_ARRIVALS-container .cd-gallery .gallery-imagesindex {
    padding: 0 10px; } }

.functional-buttons .pdt_grid_view_more_btn {
  border: 2px solid transparent;
  transition: .3s; }
  .functional-buttons .pdt_grid_view_more_btn:hover {
    background: transparent;
    border: 2px solid #339bcb;
    color: #339bcb; }

.collection-itemsa {
  padding: 0 10px; }

.template-index .product-block .pro-indexnames a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.collection_new_section_wrapper #left_column #catalog_block li a {
  letter-spacing: 0.02em;
  word-spacing: 0.1em; }
  @media (min-width: 1000px) {
    .collection_new_section_wrapper #left_column #catalog_block li a {
      font-size: 15px; } }
  @media (min-width: 1450px) {
    .collection_new_section_wrapper #left_column #catalog_block li a {
      font-size: 16px; } }
  @media (min-width: 1700px) {
    .collection_new_section_wrapper #left_column #catalog_block li a {
      font-size: 17px; } }

.product-verticlebox-container .product-right-column .brand {
  border-left: 1px solid #29261f;
  margin: 0 0 0 10px;
  padding-left: 10px; }
  @media (min-width: 1450px) {
    .product-verticlebox-container .product-right-column .brand {
      /*        border-left: none;
          margin: 0;
          padding-left: 0; */ } }

.columns-container-original .product-right-column-add {
  padding-left: 20px; }
.columns-container-original .product-right-column .quantity-selector {
  min-width: 119px; }
  @media (max-width: 768px) {
    .columns-container-original .product-right-column .quantity-selector {
      min-width: 25%; } }
@media (max-width: 768px) {
  .columns-container-original .product-right-column .quantity_wanted_p {
    width: 100%; } }
.columns-container-original .product-right-column .cart_bottom {
  margin-left: 10px; }
.columns-container-original .product-right-column .brand {
  padding-right: 8px; }
.columns-container-original .product-right-column h4 {
  word-spacing: 0.1em; }

@media (max-width: 768px) {
  .sortPagiBar .col-md-12 {
    padding-right: 4px; }
    .sortPagiBar .col-md-12 .form-horizontal span {
      vertical-align: sub;
      line-height: 40px;
      font-weight: 600; }
  .sortPagiBar #SortBy {
    width: 42%;
    height: 40px;
    float: right; } }

@media (max-width: 768px) {
  #catalog_block {
    margin-top: 20px;
    margin-bottom: 0; } }
@media (max-width: 768px) {
  #catalog_block .title_block {
    height: 40px;
    line-height: 40px; } }

@media (max-width: 768px) {
  .collection-itemsa {
    text-align: center; }
    .collection-itemsa img {
      max-width: 55vw; } }

#pagination .fa-chevron-left:before {
  content: "\f177"; }
#pagination .fa-chevron-right:before {
  content: "\f178"; }

.pagination > .pagination_previous, .pagination > .pagination_next {
  font-size: 16px; }

.pagination > .pagination_previous > a, .pagination > .pagination_next > a {
  color: #339bcb; }

.pagination > .pagination_previous.disabled > a, .pagination > .pagination_next.disabled > a {
  color: #999; }

#apollo-menucanvas.mm-listview > li > a.mm-prev:before {
  content: "\f177";
  font-family: 'FontAwesome';
  color: #339bcb !important; }

#apollo-menucanvas .mm-listview > li > a.mm-next:before {
  content: "\f178";
  font-family: 'FontAwesome';
  color: #339bcb !important;
  top: 8px;
  bottom: 0;
  right: 15px;
  left: auto;
  /*     border: 1px solid #339bcb !important; */
  border-radius: 50%;
  /* display: inline-block; */
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center; }

#apollo-menucanvas .mm-listview > li > a.mm-prev:after {
  display: none; }

#apollo-menucanvas .mm-listview > li > a.mm-next:after {
  display: none; }

#apollo-menucanvas .mm-header .mm-btn:before {
  content: "\f177";
  font-family: 'FontAwesome';
  /*         top: 8px; */
  bottom: 0;
  /*     right: 15px;
        left: auto; */
  border: none !important;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg); }

@media (max-width: 768px) {
  .page-product-heading {
    display: flex;
    flex-wrap: wrap; } }

#header-main #apollo-menu .dropdown-menu li a, .header_center #apollo-menu .navbar-nav > li > a, .learn_section_caption, .learn_section_title, .learn_section_text, .learn_section_btn, .home_section_article-item h3, .home_section_article-item time {
  letter-spacing: 0.02em; }

div.footer-block.block .title_block, .toggle-footer li a {
  letter-spacing: 0.04em; }

.template-collection .product-meta div.star_wrapper {
  display: none; }
.template-collection .product-meta .name {
  margin-top: 8px; }

/************       Product Page Description CSS  Start     **************/
.pdt_desc_wrapper > p {
  font-size: 15px;
  margin-bottom: 20px; }

.pdt_desc_wrapper .pdt_page_desc_banner {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }

.pdt_page_desc_img_text_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px; }

.pdt_page_desc_img_text_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px; }

.pdt_page_desc_img_text_item > span {
  font-size: 18px;
  margin-bottom: 10px; }

.pdt_page_desc_img_text_item > p {
  font-size: 15px; }

.pdt_page_desc_img_text_item > img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

@media screen and (min-width: 801px) {
  .pc_one_third {
    width: 30%; } }
@media screen and (max-width: 800px) {
  .pdt_page_desc_img_text_item {
    width: 90%; }

  .pdt_page_desc_img_text_item > span {
    font-size: 14px; }

  .pdt_page_desc_img_text_item > p {
    font-size: 12px; }

  .pdt_page_desc_img_text_section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }

  .pdt_page_desc_img_text_item > p {
    font-size: 12px; }

  .pdt_desc_wrapper > p {
    font-size: 12px;
    margin-bottom: 20px; }

  .pdt_page_desc_img_text_item > img {
    margin-bottom: 10px; } }
/************       Product Page Description CSS  End       **************/
[no-border-table] {
  border: none !important; }

[no-border-table] tr {
  border: none !important; }

[no-border-table] td {
  border: none !important; }

[no-border-table] th {
  border: none !important; }

[no-border-table] tbody {
  border: none !important; }

/* *****************    product page description section CSS start   ********************* */
.ssm_pdt_desc_template_wrapper .pdt_desc_banner_img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .left_block {
  width: 31%; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .left_block > img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .center_block {
  width: 45%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #dddddd;
  margin-bottom: 30px; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .center_block > h3:nth-of-type(1) {
  font-size: 17px;
  color: #000;
  line-height: 1.25;
  margin-bottom: 6px;
  margin-top: 0px;
  font-weight: bold; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .center_block > h3:nth-of-type(2) {
  font-size: 17px;
  color: #565959;
  line-height: 1.25;
  margin-bottom: 6px;
  margin-top: 0px;
  font-weight: bold; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .center_block > p {
  font-size: 13px;
  line-height: 1.3;
  color: #111; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .center_block > ul.pdt_desc_list {
  border-radius: 4px;
  position: relative;
  padding: 14px 18px;
  border: 1px #ddd solid;
  background: #f3f3f3;
  color: #111;
  font-size: 13px;
  margin-top: 20px; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .right_block {
  width: 24%;
  padding-left: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .right_block > img {
  width: 100%;
  height: auto;
  margin-bottom: 16px; }

.ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .right_block > ul {
  color: #111;
  font-size: 13px;
  line-height: 1.3; }

.ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }

.ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper > .item {
  width: 31%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }

.ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper > .item.one_third {
  width: 31%; }

.ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper > .item.one_fourth {
  width: 23.5%; }

.ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper > .item > img {
  margin-bottom: 20px; }

.ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper > .item > h4 {
  color: #0F1111;
  font-size: 17px; }

.ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper > .item > p {
  color: #0F1111;
  font-size: 13px;
  line-height: 1.46; }

.ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper > div.item:not(:last-of-type) {
  margin-right: 30px; }

@media screen and (max-width: 800px) {
  .ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper {
    flex-direction: column;
    margin-bottom: 40px; }

  .ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .left_block {
    width: 100%; }

  .ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .center_block {
    width: 100%;
    border-right: none;
    padding-left: 0px;
    padding-right: 0px; }

  .ssm_pdt_desc_template_wrapper .pdt_desc_guide_sec_wrapper > .right_block {
    width: 100%;
    padding-left: 0px; }

  .pdt_desc_specs_sec_wrapper {
    flex-direction: column; }

  .ssm_pdt_desc_template_wrapper .pdt_desc_specs_sec_wrapper > .item {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 30px !important; } }
/* *****************    product page description section CSS end   ********************* */
/* new CR-6-SE start */
.cr6_img_text_wrapper.text_left {
  color: #e6e6e6;
  padding-left: 5vw; }

.cr6_img_text_wrapper.text_left h3 {
  color: #e6e6e6; }

.cr6_img_text_wrapper.text_right {
  color: #000000;
  padding-left: 0vw; }

.cr6_img_text_wrapper .cr6_text_content_wrapper img {
  width: 30% !important; }

.cr6_img_text_wrapper.text_right h3 {
  color: #000000; }

.cr6_img_text_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12vw;
  /*padding-right:6.25vw;*/ }

.cr6_text_content_wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-height: 100%; }

.cr6_pdt_img_wrapper {
  flex: 0 1 50%; }

.cr6_pdt_img_wrapper > img {
  max-height: 100%; }

.cr6_pdt_img_wrapper {
  display: inline-flex;
  max-height: 100%;
  height: 100%;
  align-items: center; }

.cr6_text_content_wrapper h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  display: inline-block;
  width: auto;
  text-transform: none; }

.cr6_text_content_wrapper img {
  margin-bottom: 10px; }

.cr6_text_content_wrapper p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  padding-bottom: 20px;
  width: 80%;
  display: inline-block; }

.display-product {
  text-align: center;
  padding: 3% 0; }

.display-product img {
  width: 100%; }

.display-product ul {
  max-width: 1400px;
  margin: auto; }

.display-product h2 {
  margin-bottom: 2%;
  text-align: center;
  font-weight: bold;
  font-size: 30px; }

.display-product li {
  width: 30%;
  display: inline-block; }

.parameters-block {
  background: #eeedf2;
  padding: 2% 0; }

.parameters-block h2 {
  margin-bottom: 2%;
  text-align: center;
  font-weight: bold;
  font-size: 30px; }

.parameters-block table {
  width: 100%;
  margin-bottom: 3%;
  padding-bottom: 3%;
  position: relative; }

.parameters-block table:last-child:after {
  display: none; }

.parameters-block table:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -5px; }

.parameters-block table tr td {
  width: 50%;
  padding: 10px; }

.parameters-block table tr td:first-child {
  padding-left: 5%; }

.parameters-block table tr td:last-child {
  padding-left: 10%; }

.parameters-content {
  margin: auto;
  max-width: 1200px; }

@media screen and (min-width: 768px) {
  .cr6_text_content_wrapper > * {
    opacity: 1;
    position: relative;
    top: 0px; } }
@media screen and (max-width: 768px) {
  .cr6_pdt_img_wrapper {
    order: 2; }

  .cr6_img_text_wrapper {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px; }

  .cr6_text_content_wrapper {
    width: 100%; }

  .cr6_text_content_wrapper h3 {
    font-size: 18px;
    padding-bottom: 20px;
    letter-spacing: 0px;
    padding-bottom: 5px; }

  .cr6_text_content_wrapper p {
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 10px;
    width: 90%; }

  .cr6_img_text_wrapper {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; }

  .cr6_pdt_img_wrapper > img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

  .cr6_text_content_wrapper {
    padding-left: 20px; }

  .cr6_text_content_wrapper > img {
    margin-bottom: 10px; }

  .section_product_cr6_banner_text_content_wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }

  .parameters-block table tr td strong {
    display: block; } }
/* new end */
.header-container .block_account_wrapper .md.md-person {
  font-family: Montserrat; }

.header_block_cart_wrapper .md.md-shopping-cart {
  font-family: Montserrat; }

.normalmove03 {
  animation: normalmove03 1.2s ease-out;
  animation-fill-mode: forwards; }

@keyframes normalmove03 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%); }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media (min-width: 1000px) {
  /*   .product-verticlebox-container .features-block-ho{
     opacity:0;
    } */ }
#apollo-menucanvas > .mm-panel {
  /*    position:relative!important;
            left: 0;
      right: 0;
      top: 0;
      bottom: 0; */ }

.menu-canvasl-login-ho {
  margin-top: 42px !important; }

.dropdown-menu.level1 .caret {
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid;
  border-bottom: 4px solid transparent; }

/* 4030Pro  */
@media (min-width: 1700px) {
  .product-4030pro {
    font-size: 16px; } }
.product-4030pro #thumbs_list .owl-prev {
  left: -15px; }
.product-4030pro #thumbs_list .owl-next {
  right: -7px; }
.product-4030pro .product .primary_block {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
.product-4030pro .owl-prev:before, .product-4030pro .owl-next:before {
  font-size: 65px; }
.product-4030pro .cd-dots {
  top: auto;
  bottom: -12px; }
@media (min-width: 1100px) {
  .product-4030pro .zoomWrapper {
    height: 550px !important;
    width: 550px !important;
    margin: 0 auto; }
  .product-4030pro .product-left-column #image-block img {
    width: 550px !important;
    height: 550px !important; }
  .product-4030pro .zoomContainer {
    height: 550px !important;
    width: 550px !important; } }
.product-4030pro #breadcrumbs {
  display: none !important; }
@media (min-width: 1200px) {
  .product-4030pro .columns-container.product .container {
    width: 100%; } }
.product-4030pro #views_block {
  z-index: 9; }
.product-4030pro .imgbox-ho img {
  max-width: 100%; }
  @media (min-width: 1921px) {
    .product-4030pro .imgbox-ho img {
      width: 100%; } }
.product-4030pro .textandimage-container-item {
  /*       background: #f8f8f8; */
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .product-4030pro .textandimage-container-item > div {
    flex: 0 1 50%; }
    @media (max-width: 768px) {
      .product-4030pro .textandimage-container-item > div {
        flex: 0 1 100%; } }
  .product-4030pro .textandimage-container-item .textandimage-text {
    color: #000;
    padding: 0 10%; }
    @media (max-width: 1600px) {
      .product-4030pro .textandimage-container-item .textandimage-text {
        padding: 0 6%; } }
    @media (max-width: 768px) {
      .product-4030pro .textandimage-container-item .textandimage-text {
        padding: 30px 6%; } }
    .product-4030pro .textandimage-container-item .textandimage-text .textandimage-text-img {
      width: 100px;
      position: relative;
      left: -10px; }
      @media (max-width: 1600px) {
        .product-4030pro .textandimage-container-item .textandimage-text .textandimage-text-img {
          width: 80px;
          left: -6px; } }
    .product-4030pro .textandimage-container-item .textandimage-text .textandimage-text-title {
      font-size: 36px;
      font-weight: bold;
      margin: 10px 0 30px; }
      @media (max-width: 1600px) {
        .product-4030pro .textandimage-container-item .textandimage-text .textandimage-text-title {
          font-size: 28px; } }
      @media (min-width: 1900px) {
        .product-4030pro .textandimage-container-item .textandimage-text .textandimage-text-title {
          font-size: 1.8vw; } }
      @media (max-width: 768px) {
        .product-4030pro .textandimage-container-item .textandimage-text .textandimage-text-title {
          margin: 10px 0 20px;
          font-size: 23px; } }
  @media (max-width: 768px) {
    .product-4030pro .textandimage-container-item .re-img-box-textandimage {
      order: 2; } }
  .product-4030pro .textandimage-container-item .re-img-box-textandimage img {
    vertical-align: top; }
  .product-4030pro .textandimage-container-item:nth-child(2n) {
    background: #fafafa; }
@media (min-width: 1000px) {
  .product-4030pro .product-left-column {
    /*         margin-top: 60px; */
    margin-bottom: 0;
    padding-bottom: 20px; } }

.pro4030-threeboxs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 50px; }
  .pro4030-threeboxs-container .pro4030-threeboxs-item {
    flex: 0 1 31.5%; }
    @media (max-width: 768px) {
      .pro4030-threeboxs-container .pro4030-threeboxs-item {
        flex: 0 1 100%;
        margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .pro4030-threeboxs-container {
      padding: 50px 20px 0px; } }

.pro4030-videocontains {
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 1000px) {
    .pro4030-videocontains {
      max-width: 84%; } }

.Specifications-container {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0; }
  .Specifications-container > div {
    flex: 0 1 50%; }
    @media (max-width: 768px) {
      .Specifications-container > div {
        flex: 0 1 100%; } }
  .Specifications-container .Specifications-title, .Specifications-container .Specificationsimgcontainer-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 50px; }
    @media (min-width: 1600px) {
      .Specifications-container .Specifications-title, .Specifications-container .Specificationsimgcontainer-title {
        font-size: 36px; } }
    @media (max-width: 768px) {
      .Specifications-container .Specifications-title, .Specifications-container .Specificationsimgcontainer-title {
        font-size: 20px;
        margin: 0 auto 30px; } }
  .Specifications-container .Specifications-box-text-item-title {
    color: #000;
    margin-bottom: 20px;
    font-weight: bold; }
    @media (min-width: 1700px) {
      .Specifications-container .Specifications-box-text-item-title {
        font-size: 16px; } }
  .Specifications-container .Specifications-box-text-item-subtitle {
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
    /*         word-break: break-all; */ }
    @media (max-width: 768px) {
      .Specifications-container .Specifications-box-text-item-subtitle {
        width: 80%; } }
    @media (min-width: 768px) and (max-width: 1250px) {
      .Specifications-container .Specifications-box-text-item-subtitle {
        font-size: 12px; } }
  .Specifications-container .Specifications-box-text-item {
    display: flex; }
    .Specifications-container .Specifications-box-text-item .Specifications-box-text-item-title {
      flex: 0 1 35%; }
      @media (max-width: 768px) {
        .Specifications-container .Specifications-box-text-item .Specifications-box-text-item-title {
          flex: 0 1 45%; } }
    .Specifications-container .Specifications-box-text-item .Specifications-box-text-item-subtitle {
      flex: 0 1 65%; }
      @media (max-width: 768px) {
        .Specifications-container .Specifications-box-text-item .Specifications-box-text-item-subtitle {
          flex: 0 1 55%; } }
  .Specifications-container .Specifications-box-text {
    padding: 30px 4%;
    background: #FAFAFA; }
    @media (max-width: 768px) {
      .Specifications-container .Specifications-box-text {
        padding: 30px 4% 10px; } }
  .Specifications-container .Specificationsimgcontainer {
    padding: 30px 5%; }
    .Specifications-container .Specificationsimgcontainer img {
      width: 80%;
      margin: 0 auto;
      display: block; }
    @media (max-width: 768px) {
      .Specifications-container .Specificationsimgcontainer {
        padding: 30px 5% 0; } }
  .Specifications-container .wrapper-item-specs .Specifications-box-text-item {
    padding-left: 30px; }
    @media (max-width: 768px) {
      .Specifications-container .wrapper-item-specs .Specifications-box-text-item {
        padding-left: 2px; } }
  .Specifications-container .Specifications-box-text-item-subtitle, .Specifications-container .Specificationsimgcontainer-subtitle {
    color: #666; }
  @media (max-width: 768px) {
    .Specifications-container {
      margin: 10px 0; } }
  @media (min-width: 768px) and (max-width: 1250px) {
    .Specifications-container {
      font-size: 12px; } }

.pro4030-videock_title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px; }

.pro4030-videoc_subtitle {
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .pro4030-videoc_subtitle {
      margin-bottom: 15px; } }

.line-dcdcdc {
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  margin-bottom: 20px; }

.pro4030-threeboxs-item-title {
  font-size: 1.5vw;
  font-weight: bold;
  margin: 20px 0 15px; }
  @media (max-width: 768px) {
    .pro4030-threeboxs-item-title {
      font-size: 20px; } }

.pro4030-threeboxs-item-subtitle, .textandimage-text-subtitle {
  font-size: 1.1vw; }
  @media (max-width: 768px) {
    .pro4030-threeboxs-item-subtitle, .textandimage-text-subtitle {
      font-size: 14px; } }
  .pro4030-threeboxs-item-subtitle p, .textandimage-text-subtitle p {
    font-size: 1.1vw; }
    @media (max-width: 768px) {
      .pro4030-threeboxs-item-subtitle p, .textandimage-text-subtitle p {
        font-size: 14px; } }

.pro4030-contents-ho {
  position: relative; }
  .pro4030-contents-ho .pro4030-contents-textwrapper {
    position: absolute;
    width: 26%;
    top: 10%;
    right: 4%;
    color: #fff; }
    .pro4030-contents-ho .pro4030-contents-textwrapper .pro4030-contents-texttitle {
      font-size: 2vw;
      font-weight: bold;
      margin-bottom: 1.5vw; }
      @media (max-width: 768px) {
        .pro4030-contents-ho .pro4030-contents-textwrapper .pro4030-contents-texttitle {
          font-size: 3.8vw;
          margin-bottom: 3vw; } }
    .pro4030-contents-ho .pro4030-contents-textwrapper .pro4030-contents-textsubtitle {
      line-height: 1.8;
      font-size: 1.05vw; }
      @media (max-width: 768px) {
        .pro4030-contents-ho .pro4030-contents-textwrapper .pro4030-contents-textsubtitle {
          font-size: 14px; } }
      @media (max-width: 400px) {
        .pro4030-contents-ho .pro4030-contents-textwrapper .pro4030-contents-textsubtitle {
          font-size: 13px; } }
    @media (max-width: 768px) {
      .pro4030-contents-ho .pro4030-contents-textwrapper {
        top: auto;
        right: auto;
        padding-top: 2vw;
        width: 85%;
        top: -48vw;
        left: 7.5%;
        color: #fff; } }

@media (max-width: 768px) {
  .big-containerre {
    padding-top: 53vw;
    background: #414141;
    margin-top: 20px; } }

.product-4030pro {
  color: #333; }
  .product-4030pro .short_desc {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 16px;
    color: #333333; }
    @media (min-width: 1700px) {
      .product-4030pro .short_desc {
        font-size: 18px; } }
  .product-4030pro .option-box {
    width: 100%; }
  .product-4030pro .product-right-column .cart_bottom {
    border-top: none;
    padding: 0;
    margin-top: 4px; }
  .product-4030pro .product-right-column .cart_bottom .socialsharing_product {
    color: #666; }
  .product-4030pro .share-social {
    margin-right: 30px; }
  .product-4030pro .social-sharing {
    display: inline-block; }
  .product-4030pro .socialsharing_product ul li .btn {
    padding: 5px 15px 0px; }
  .product-4030pro .product-right-column .quantity_wanted_p {
    display: block; }
  .product-4030pro .product-right-column .quantity-selector {
    font-size: 18px;
    display: block;
    width: 100%; }
  .product-4030pro .product-right-column .cart-div {
    margin-top: 5px; }
  .product-4030pro .swatch .label-box {
    font-size: 18px;
    /*     font-weight: bold; */ }
  .product-4030pro .affirm-as-low-as {
    font-size: 16px !important;
    color: #339bcb;
    font-weight: 600; }
  .product-4030pro .swatch {
    margin: 0 0 1em; }
  .product-4030pro #AddToCartForm .col-xs-1, .product-4030pro #AddToCartForm .col-sm-1, .product-4030pro #AddToCartForm .col-md-1, .product-4030pro #AddToCartForm .col-lg-1, .product-4030pro #AddToCartForm .col-xs-2, .product-4030pro #AddToCartForm .col-sm-2, .product-4030pro #AddToCartForm .col-md-2, .product-4030pro #AddToCartForm .col-lg-2, .product-4030pro #AddToCartForm .col-xs-3, .product-4030pro #AddToCartForm .col-sm-3, .product-4030pro #AddToCartForm .col-md-3, .product-4030pro #AddToCartForm .col-lg-3, .product-4030pro #AddToCartForm .col-xs-4, .product-4030pro #AddToCartForm .col-sm-4, .product-4030pro #AddToCartForm .col-md-4, .product-4030pro #AddToCartForm .col-lg-4, .product-4030pro #AddToCartForm .col-xs-5, .product-4030pro #AddToCartForm .col-sm-5, .product-4030pro #AddToCartForm .col-md-5, .product-4030pro #AddToCartForm .col-lg-5, .product-4030pro #AddToCartForm .col-xs-6, .product-4030pro #AddToCartForm .col-sm-6, .product-4030pro #AddToCartForm .col-md-6, .product-4030pro #AddToCartForm .col-lg-6, .product-4030pro #AddToCartForm .col-xs-7, .product-4030pro #AddToCartForm .col-sm-7, .product-4030pro #AddToCartForm .col-md-7, .product-4030pro #AddToCartForm .col-lg-7, .product-4030pro #AddToCartForm .col-xs-8, .product-4030pro #AddToCartForm .col-sm-8, .product-4030pro #AddToCartForm .col-md-8, .product-4030pro #AddToCartForm .col-lg-8, .product-4030pro #AddToCartForm .col-xs-9, .product-4030pro #AddToCartForm .col-sm-9, .product-4030pro #AddToCartForm .col-md-9, .product-4030pro #AddToCartForm .col-lg-9, .product-4030pro #AddToCartForm .col-xs-10, .product-4030pro #AddToCartForm .col-sm-10, .product-4030pro #AddToCartForm .col-md-10, .product-4030pro #AddToCartForm .col-lg-10, .product-4030pro #AddToCartForm .col-xs-11, .product-4030pro #AddToCartForm .col-sm-11, .product-4030pro #AddToCartForm .col-md-11, .product-4030pro #AddToCartForm .col-lg-11, .product-4030pro #AddToCartForm .col-xs-12, .product-4030pro #AddToCartForm .col-sm-12, .product-4030pro #AddToCartForm .col-md-12, .product-4030pro #AddToCartForm .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px; }
  .product-4030pro .product-right-column {
    padding: 40px 7%;
    background: #fafafa;
    margin: 0; }
    @media (max-width: 768px) {
      .product-4030pro .product-right-column {
        padding: 40px 4%; } }
  .product-4030pro .product-right-column h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3 !important;
    margin-top: 3px; }
    @media (max-width: 768px) {
      .product-4030pro .product-right-column h4 {
        font-size: 20px; } }
    @media (max-width: 1500px) {
      .product-4030pro .product-right-column h4 {
        font-size: 23px; } }
    @media (min-width: 1700px) {
      .product-4030pro .product-right-column h4 {
        font-size: 32px; } }
  .product-4030pro .product-right-column .price-product #ProductPrice {
    font-size: 28px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold !important;
    margin-top: 0; }
    @media (max-width: 768px) {
      .product-4030pro .product-right-column .price-product #ProductPrice {
        font-size: 24px; } }
    @media (min-width: 1700px) {
      .product-4030pro .product-right-column .price-product #ProductPrice {
        font-size: 36px; } }
  .product-4030pro .product-right-column .price-product {
    padding: 5px 0 0;
    margin: 5px 0 0; }
  .product-4030pro .js-qty input[type="text"] {
    width: 45%;
    max-width: 200px; }

.pro4030-icons-boxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .pro4030-icons-boxs .pro4030icon-item {
    cursor: pointer;
    flex: 0 1 20%;
    display: flex;
    color: #333;
    transition: .3s;
    font-size: 16px;
    align-items: center;
    font-weight: bold; }
    .pro4030-icons-boxs .pro4030icon-item svg {
      transition: .3s;
      flex: 0 1 60px;
      margin-right: 20px; }
      @media (max-width: 768px) {
        .pro4030-icons-boxs .pro4030icon-item svg {
          flex: 0 1 70px; } }
      @media (min-width: 1700px) {
        .pro4030-icons-boxs .pro4030icon-item svg {
          flex: 0 1 80px; } }
    .pro4030-icons-boxs .pro4030icon-item .pro4030icon-item-title {
      flex: 0 1 calc(100% - 50px); }
    .pro4030-icons-boxs .pro4030icon-item:hover .pro4030icon-item-title {
      color: #339bcb; }
    .pro4030-icons-boxs .pro4030icon-item:hover svg {
      fill: #339bcb; }
    @media (max-width: 768px) {
      .pro4030-icons-boxs .pro4030icon-item {
        flex: 0 1 100%;
        margin-bottom: 30px; } }

.pro4030-icons-boxs {
  padding: 60px 5% 80px; }
  @media (max-width: 1700px) {
    .pro4030-icons-boxs {
      padding: 50px 4% 70px; } }
  @media (max-width: 768px) {
    .pro4030-icons-boxs {
      padding: 10px 5%; } }

@media (max-width: 768px) {
  .product-4030pro .product-right-column-top {
    margin-top: 40px; } }

.plus-prodes01 {
  position: absolute;
  top: 45%;
  width: 2.8vw;
  left: 26%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .plus-prodes01 {
      top: 63.5%;
      width: 5.8vw;
      left: 11%; } }

.plus-prodes02 {
  position: absolute;
  top: 57%;
  width: 3vw;
  left: 26%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .plus-prodes02 {
      top: 75%;
      left: 15%;
      width: 5.8vw; } }

.plus-prodes03 {
  position: absolute;
  top: 19%;
  width: 3vw;
  left: 55.5%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .plus-prodes03 {
      top: 51%;
      width: 5.8vw;
      left: 60%; } }

.plus-content {
  position: absolute; }

.plus-content01 {
  top: 1vw;
  left: 1vw;
  width: 25%;
  z-index: 5; }
  @media (max-width: 768px) {
    .plus-content01 {
      top: 23vw;
      left: 9vw;
      width: 30%; } }

.plus-content02 {
  top: 4vw;
  left: 1vw;
  width: 25%;
  z-index: 4; }
  @media (max-width: 768px) {
    .plus-content02 {
      top: 25vw;
      left: 16vw;
      width: 30%; } }

.plus-content03 {
  top: 2vw;
  left: 2vw;
  width: 25%;
  z-index: 3; }
  @media (max-width: 768px) {
    .plus-content03 {
      top: 19vw;
      left: 20vw;
      width: 30%; } }

.textandimage-container {
  margin-top: 1px; }

.line-contentzhiyin-01 {
  position: absolute;
  top: 48.5%;
  background: #fff;
  height: 1px;
  width: 2vw;
  z-index: 6;
  color: #fff;
  left: 24%; }
  .line-contentzhiyin-01:after {
    content: '';
    position: absolute;
    width: 0.8vw;
    top: -1.9vw;
    height: 0.8vw;
    background: #fff;
    left: -1.9vw;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .line-contentzhiyin-01:after {
        width: 1vw;
        top: -2.5vw;
        height: 1vw;
        background: #fff;
        left: 2vw; } }
  .line-contentzhiyin-01:before {
    content: '';
    position: absolute;
    width: 1.8vw;
    top: -0.6vw;
    background: #fff;
    height: 1px;
    left: -1.5vw;
    transform: rotateZ(45deg);
    border-radius: 0 0 5px 0px; }
    @media (max-width: 768px) {
      .line-contentzhiyin-01:before {
        width: 2.8vw;
        top: -1vw;
        background: #fff;
        height: 1px;
        left: -0.2vw;
        transform: rotateZ(-45deg); } }
  .line-contentzhiyin-01 span {
    font-size: 1.1vw;
    font-weight: bold;
    position: relative;
    top: 2vw;
    width: 14vw;
    display: inline-block;
    left: -3vw; }
    @media (max-width: 768px) {
      .line-contentzhiyin-01 span {
        font-size: 2.5vw;
        width: 22vw;
        left: 2vw; } }
  @media (max-width: 768px) {
    .line-contentzhiyin-01 {
      top: 45%;
      background: #fff;
      height: 21vw;
      width: 1px;
      z-index: 6;
      left: 14%; } }

.line-contentzhiyin-02 {
  position: absolute;
  top: 61%;
  background: #fff;
  height: 1px;
  color: #fff;
  width: 7.5vw;
  z-index: 6;
  left: 18.2%; }
  .line-contentzhiyin-02:after {
    content: '';
    position: absolute;
    width: 0.8vw;
    top: -1.9vw;
    height: 0.8vw;
    background: #fff;
    left: -1.9vw;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .line-contentzhiyin-02:after {
        width: 1vw;
        top: -3.5vw;
        height: 1vw;
        background: #fff;
        left: 3vw;
        border-radius: 50%; } }
  .line-contentzhiyin-02:before {
    content: '';
    position: absolute;
    width: 1.8vw;
    top: -0.6vw;
    background: #fff;
    height: 1px;
    left: -1.5vw;
    transform: rotateZ(45deg);
    border-radius: 0 0 5px 0px; }
    @media (max-width: 768px) {
      .line-contentzhiyin-02:before {
        width: 5vw;
        top: -1.6vw;
        background: #fff;
        height: 1px;
        left: -0.8vw;
        transform: rotateZ(-45deg);
        border-radius: 0 0 5px 0px; } }
  .line-contentzhiyin-02 span {
    font-size: 1.1vw;
    font-weight: bold;
    position: relative;
    top: 2vw;
    width: 14vw;
    display: inline-block;
    left: -1vw; }
    @media (max-width: 768px) {
      .line-contentzhiyin-02 span {
        font-size: 2.5vw;
        width: 22vw;
        left: 2vw; } }
  @media (max-width: 768px) {
    .line-contentzhiyin-02 {
      top: 47%;
      background: #fff;
      height: 33vw;
      color: #fff;
      width: 1px;
      z-index: 6;
      left: 18.2%; } }

.line-contentzhiyin-03 {
  position: absolute;
  top: 22%;
  background: #fff;
  height: 1px;
  color: #fff;
  width: 24.5vw;
  z-index: 6;
  left: 30.5%; }
  .line-contentzhiyin-03:after {
    content: '';
    position: absolute;
    width: 0.8vw;
    top: 2.3vw;
    height: 0.8vw;
    background: #fff;
    left: -3.2vw;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .line-contentzhiyin-03:after {
        width: 1vw;
        top: 0.5vw;
        height: 1vw;
        background: #fff;
        left: -12.5vw;
        border-radius: 50%; } }
  .line-contentzhiyin-03:before {
    content: '';
    position: absolute;
    width: 3.7vw;
    top: 1.3vw;
    background: #fff;
    height: 1px;
    left: -3.2vw;
    transform: rotateZ(-45deg);
    border-radius: 0 0 5px 0px; }
    @media (max-width: 768px) {
      .line-contentzhiyin-03:before {
        content: '';
        position: absolute;
        width: 11.7vw;
        top: 0.2vw;
        background: #fff;
        height: 1px;
        left: -11.8vw;
        transform: rotateZ(-4deg);
        border-radius: 0 0 5px 0px; } }
  .line-contentzhiyin-03 span {
    font-size: 1.1vw;
    font-weight: bold;
    position: relative;
    bottom: 2.3vw;
    /*     left: 20px; */
    width: 14vw;
    display: inline-block; }
    @media (max-width: 768px) {
      .line-contentzhiyin-03 span {
        font-size: 2.5vw;
        width: 22vw;
        bottom: 9.3vw;
        left: -10vw; } }
  @media (max-width: 768px) {
    .line-contentzhiyin-03 {
      top: 27%;
      height: 28vw;
      width: 1px;
      left: 62.5%; } }

.plus-content02, .line-contentzhiyin-02, .plus-content01, .line-contentzhiyin-01 {
  display: none; }

#wrapper-bundlesplugin {
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 1000px) {
    #wrapper-bundlesplugin {
      max-width: 84%; } }

.container-budplugins {
  background: #FAFAFA;
  padding: 40px 0;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .container-budplugins {
      padding: 0;
      margin-bottom: 20px; } }

@media (min-width: 768px) {
  .product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner {
    align-items: center;
    justify-content: space-around; }
  .product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout {
    flex-direction: initial !important;
    justify-content: space-around; }
  .product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout.revy-bundle-products-icon-margin .revy-bundle-product {
    flex: 0 1 20%;
    flex-direction: column; }
  .product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-info-container {
    text-align: center !important; }
  .product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-info-container {
    text-align: center !important; }
  .product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-info-container .revy-bundle-sale-container {
    text-align: center !important;
    justify-content: center !important; }
  .product-4030pro #revy-bundle-wrapper .revy-bundle-title {
    font-size: 1.8em !important;
    margin-bottom: 55px !important; } }
@media (min-width: 1200px) {
  .product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product:before {
    /*      left: 132% !important;
        top: 50% !important; */ } }
.product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products .revy-bundle-product .revy-bundle-info-container .revy-bundle-sale-container .revy-bundle-price-red .money {
  color: #666 !important; }
.product-4030pro #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products .revy-bundle-product .revy-bundle-info-container .revy-bundle-sale-container .revy-bundle-price-green .money {
  color: #339bcb !important; }

.fixed-proright {
  position: fixed;
  top: 50%;
  right: 2%;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 2px 3px 0px;
  background: #339bcb;
  padding: 25px 15px 0;
  text-align: center;
  border-radius: 12px; }
  @media (max-width: 768px) {
    .fixed-proright {
      padding: 9px 15px 0 140px; } }
  .fixed-proright img {
    width: 80px;
    position: absolute;
    width: 131px;
    position: absolute;
    top: -77px; }
    @media (max-width: 768px) {
      .fixed-proright img {
        left: 0;
        width: 110px;
        top: auto;
        left: 20px;
        bottom: -6px; } }
  @media (max-width: 768px) {
    .fixed-proright {
      border-radius: 0px;
      top: auto;
      bottom: 0;
      right: 0;
      width: 100%;
      z-index: 99; } }
  @media (min-width: 768px) {
    .fixed-proright {
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center; } }

.product-right-column .fixed-proright .addtocart-hos {
  background: #fff;
  float: none;
  height: 34px;
  padding: 4px 10px;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .product-right-column .fixed-proright .addtocart-hos {
      width: auto;
      margin-bottom: 12px;
      margin-right: 0; } }
  .product-right-column .fixed-proright .addtocart-hos span {
    font-size: 15px !important;
    font-weight: 600;
    color: #339bcb; }
  @media (max-width: 768px) {
    .product-right-column .fixed-proright .addtocart-hos {
      padding: 4px 1px;
      margin: 10px; } }

.product-right-column .fixed-proright #ProductPrice {
  font-weight: 600;
  margin: 10px 15px 10px 8px;
  color: #fff;
  font-size: 18px; }
  @media (min-width: 768px) {
    .product-right-column .fixed-proright #ProductPrice {
      font-size: 20px;
      margin: 10px 9px 6px; } }

@media (min-width: 1000px) {
  .thumbs_listnew {
    width: 80%;
    margin: auto; } }

.re-img-box-textandimage {
  display: flex;
  justify-content: space-between; }
  .re-img-box-textandimage > div {
    flex: 0 1 calc((100% - 1px)/2);
    display: inline-block; }

.normalmove {
  animation: normalmove 1.5s ease-out;
  animation-fill-mode: forwards; }

@keyframes normalmove {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
    transform: translate(0, 150px); }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.normalmove02 {
  animation: normalmove02 1s ease-out;
  animation-fill-mode: forwards; }

@keyframes normalmove02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px); }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media (min-width: 1000px) {
  .pro4030-contents-textwrapper, .textandimage-text, .pro4030-threeboxs-bottomtext, .Specifications-img, .pro4030-icons-boxs, #pro4030-pausebotton-wrapper {
    opacity: 0; } }
.pro4030-textoverimage-ho {
  position: relative; }
  .pro4030-textoverimage-ho .pro4030-textoverimage-text {
    color: #fff; }
    @media (min-width: 768px) {
      .pro4030-textoverimage-ho .pro4030-textoverimage-text {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 80%;
        transform: translateY(-50%); } }
    .pro4030-textoverimage-ho .pro4030-textoverimage-text .pro4030-textoverimage-title {
      font-size: 1.5vw;
      font-weight: bold;
      margin-bottom: 0.8vw; }
      @media (max-width: 768px) {
        .pro4030-textoverimage-ho .pro4030-textoverimage-text .pro4030-textoverimage-title {
          font-size: 4.5vw; } }
    .pro4030-textoverimage-ho .pro4030-textoverimage-text .pro4030-textoverimage-subtitle {
      font-size: 1.1vw; }
      @media (max-width: 768px) {
        .pro4030-textoverimage-ho .pro4030-textoverimage-text .pro4030-textoverimage-subtitle {
          font-size: 3vw; } }
    @media (max-width: 768px) {
      .pro4030-textoverimage-ho .pro4030-textoverimage-text {
        background: #0E0C0D;
        padding: 30px 20px; } }
  .pro4030-textoverimage-ho .pro4030-textoverimage-pross {
    text-align: center; }
    @media (max-width: 768px) {
      .pro4030-textoverimage-ho .pro4030-textoverimage-pross {
        display: none; } }

@media (min-width: 768px) {
  .Specificationsimgcontainer-subtitle {
    margin-bottom: 30px; } }
.pro4030-recommendpro-container {
  position: relative;
  background: #FAFAFA;
  padding: 60px 0;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .pro4030-recommendpro-container {
      padding: 0;
      margin-bottom: 20px; } }

.recommendpro-boxs {
  color: #000;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 1000px) {
    .recommendpro-boxs {
      max-width: 75%; } }
  @media (min-width: 1700px) {
    .recommendpro-boxs {
      max-width: 65%; } }
  @media (max-width: 768px) {
    .recommendpro-boxs {
      padding: 0 20px 30px; } }

.recommendtitle_rec {
  font-size: 1.5vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 2vw; }
  @media (min-width: 1000px) {
    .recommendtitle_rec {
      max-width: 84%; } }
  @media (max-width: 768px) {
    .recommendtitle_rec {
      font-size: 4vw;
      text-align: center;
      padding: 30px 0 0; } }

.custom_re-pro {
  text-align: center;
  padding: 20px 10px;
  margin: 0 10px;
  /* margin: 0 auto; */
  background: #fff; }

.custom_re-pro-title {
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 86px; }

.custom_re-pro--price {
  font-size: 16px;
  font-weight: bold; }

.custom_re-pro--price-compare {
  text-decoration: line-through;
  margin-right: 5px;
  color: #666; }

.custom_re-pro--priceblue {
  color: #339bcb; }

.review-box-rec {
  padding: 20px 0 0; }

.review-box-recimgwrapper {
  width: 80%;
  margin: 0 auto; }

/* .recommendpro-boxs {
  .owl-prev, .owl-next{
    @media (max-width:768px){
     width: 30px;
    height: 30px;
    }
  }
  .owl-prev:before{
      @media (min-width:1000px){
    left: -20px;
    }
  }
} */
@media (min-width: 768px) {
  .row-flexs {
    display: flex; } }

/* .img-responsive-ho{
     transform: scale(1.15) translateY(5%);
} */
.fangdaimg {
  transform: scale(1.1) translateY(10%); }

[no-border-table] {
  border: none !important; }

[no-border-table] tr {
  border: none !important; }

[no-border-table] td {
  border: none !important; }

[no-border-table] th {
  border: none !important; }

[no-border-table] tbody {
  border: none !important; }

#AddToCart > div {
  font-family: Montserrat;
  font-size: 1.2rem !important;
  line-height: 1.42857;
  font-weight: 600; }

/* offers collention page  */
.offers-collention-Sitewide-title {
  font-size: 2vw;
  font-weight: 600;
  text-align: center;
  padding: 3vw 0;
  border-top: 1px solid #dcdcdc; }
  @media (max-width: 768px) {
    .offers-collention-Sitewide-title {
      font-size: 5vw;
      text-align: center;
      padding: 20px 0; } }

.percentboxs-rule {
  margin: 0 auto;
  width: 78%; }
  @media (max-width: 768px) {
    .percentboxs-rule {
      width: 88%; } }

.offers-collention-Sitewide-retitle, .offers-collention-3D-PRINTING-retitle, .offers-collention-cnc-retitle {
  font-size: 1.8vw;
  font-weight: bold;
  margin-bottom: 1.1vw; }
  @media (max-width: 768px) {
    .offers-collention-Sitewide-retitle, .offers-collention-3D-PRINTING-retitle, .offers-collention-cnc-retitle {
      font-size: 4vw;
      margin-bottom: 20px; } }

.Sitewidebox-item-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .Sitewidebox-item-wrapper .Sitewidebox-item {
    flex: 0 1 calc((100% - 30px)/2);
    margin-bottom: 30px;
    padding: 30px 3vw;
    box-shadow: #dedede 1px 0px 8px 4px; }
    @media (max-width: 768px) {
      .Sitewidebox-item-wrapper .Sitewidebox-item {
        flex: 0 1 100%; } }

.Sitewidebox-item-tilte01, .Sitewidebox-item-tilte02 {
  color: #339bcb;
  font-size: 1.9vw;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .Sitewidebox-item-tilte01, .Sitewidebox-item-tilte02 {
      font-size: 4vw; } }

.Sitewidebox-item-tilte03, .Sitewidebox-item-tilte04 {
  color: #339bcb;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5vw; }
  @media (max-width: 768px) {
    .Sitewidebox-item-tilte03, .Sitewidebox-item-tilte04 {
      font-size: 4vw;
      margin-bottom: 10px; } }

.Sitewidebox-item-subtilte01, .Sitewidebox-item-subtilte02 {
  font-size: 1.2vw;
  font-weight: 600;
  padding: 0.7vw 0; }
  @media (max-width: 768px) {
    .Sitewidebox-item-subtilte01, .Sitewidebox-item-subtilte02 {
      font-size: 3vw;
      padding: 10px 0; } }

.Sitewidebox-item-subtilte02 {
  padding-bottom: 0; }

.Sitewidebox-item-content01, .Sitewidebox-item-Excludes02 {
  font-size: 0.95vw;
  font-weight: 500; }
  @media (max-width: 768px) {
    .Sitewidebox-item-content01, .Sitewidebox-item-Excludes02 {
      font-size: 3vw; } }

.Sitewidebox-item-subtilte03, .Sitewidebox-item-subtilte04 {
  font-size: 3.5vw;
  line-height: 1;
  font-weight: bold; }
  @media (max-width: 768px) {
    .Sitewidebox-item-subtilte03, .Sitewidebox-item-subtilte04 {
      font-size: 8.5vw; } }

.Sitewidebox-item-code03 {
  font-size: 1.8vw;
  font-weight: bold;
  margin: 1vw 0; }
  .Sitewidebox-item-code03 span {
    color: #ff3600; }
  @media (max-width: 768px) {
    .Sitewidebox-item-code03 {
      font-size: 4.8vw;
      margin: 2vw 0; } }

.Sitewidebox-item-code04 {
  font-size: 1.8vw;
  font-weight: bold;
  margin: 0.3vw 0; }
  .Sitewidebox-item-code04 span {
    color: #ff3600; }
  @media (max-width: 768px) {
    .Sitewidebox-item-code04 {
      font-size: 4.8vw;
      margin: 1vw 0; } }

.Sitewidebox-item-shop03 {
  margin-bottom: 1.4vw; }
  .Sitewidebox-item-shop03 a {
    display: inline-block;
    background: #339bcb;
    color: #fff;
    padding: 0.5vw 2.3vw;
    font-size: 1.2vw;
    border-radius: 4px;
    font-weight: 600; }
    @media (max-width: 768px) {
      .Sitewidebox-item-shop03 a {
        padding: 1.5vw 6.5vw;
        font-size: 4vw; } }

.Sitewidebox-item-Excludes03, .Sitewidebox-item-Excludes04 {
  font-size: 0.95vw;
  font-weight: 500; }
  @media (max-width: 768px) {
    .Sitewidebox-item-Excludes03, .Sitewidebox-item-Excludes04 {
      font-size: 3vw; } }

.Sitewidebox-item-shop04 {
  margin: 0.5vw 0; }
  @media (max-width: 768px) {
    .Sitewidebox-item-shop04 {
      margin: 1vw 0; } }
  .Sitewidebox-item-shop04 a {
    display: inline-block;
    background: #339bcb;
    color: #fff;
    padding: 0.5vw 2.5vw;
    font-size: 1.2vw;
    border-radius: 4px;
    font-weight: 600; }
    @media (max-width: 768px) {
      .Sitewidebox-item-shop04 a {
        padding: 1.5vw 6.5vw;
        font-size: 4vw; } }

.Sitewidebox-item-Plus04 {
  font-size: 1.2vw;
  word-spacing: 0.1em;
  font-weight: 600; }
  @media (max-width: 768px) {
    .Sitewidebox-item-Plus04 {
      font-size: 3.2vw; } }

.wrapper3D-PRINTING-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .wrapper3D-PRINTING-item .item3D-PRINTING {
    flex: 0 1 calc((100% - 30px)/2);
    margin-bottom: 30px;
    padding: 1vw 3vw 25px;
    position: relative;
    box-shadow: #dedede 1px 0px 8px 4px; }
    @media (max-width: 768px) {
      .wrapper3D-PRINTING-item .item3D-PRINTING {
        flex: 0 1 100%; } }
    .wrapper3D-PRINTING-item .item3D-PRINTING img {
      width: 8vw;
      position: absolute;
      top: -1.7vw;
      left: 3vw; }
      @media (max-width: 768px) {
        .wrapper3D-PRINTING-item .item3D-PRINTING img {
          width: 20vw;
          top: -20px; } }

.cnc-item-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .cnc-item-wrapper .cnc-item {
    flex: 0 1 calc((100% - 30px)/2);
    margin-bottom: 30px;
    padding: 1vw 3vw 25px;
    position: relative;
    box-shadow: #dedede 1px 0px 8px 4px; }
    @media (max-width: 768px) {
      .cnc-item-wrapper .cnc-item {
        flex: 0 1 100%; } }
    .cnc-item-wrapper .cnc-item img {
      width: 8vw;
      position: absolute;
      top: -1.7vw;
      left: 3vw; }
      @media (max-width: 768px) {
        .cnc-item-wrapper .cnc-item img {
          width: 20vw;
          position: absolute;
          top: -20px; } }
  @media (min-width: 1000px) {
    .cnc-item-wrapper {
      margin-bottom: 120px; } }

.PRINTING-item-tilte01, .PRINTING-item-tilte02, .cnc-item-tilte01, .cnc-item-tilte02 {
  padding-left: 10vw;
  font-size: 1.5vw;
  line-height: 1.2;
  color: #339bcb;
  font-weight: 600;
  margin-bottom: 0.8vw;
  margin-top: 1vw; }
  @media (max-width: 768px) {
    .PRINTING-item-tilte01, .PRINTING-item-tilte02, .cnc-item-tilte01, .cnc-item-tilte02 {
      padding-left: 25vw;
      font-size: 3.5vw;
      margin-bottom: 5vw;
      margin-top: 2vw; } }

.PRINTING-item-Extra01 {
  font-size: 2.6vw;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .PRINTING-item-Extra01 {
      font-size: 7vw; } }

.cnc-item-Extra01 {
  font-size: 3.2vw;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .cnc-item-Extra01 {
      font-size: 7.5vw; } }

.PRINTING-item-friendly01, .cnc-item-friendly01 {
  font-size: 1.9vw;
  font-weight: 600;
  line-height: 1; }
  @media (max-width: 768px) {
    .PRINTING-item-friendly01, .cnc-item-friendly01 {
      font-size: 5vw; } }

.cnc-item-friendly01 {
  font-size: 2.1vw; }
  @media (max-width: 768px) {
    .cnc-item-friendly01 {
      font-size: 5vw; } }

.PRINTING-item-code01, .cnc-item-code01 {
  font-size: 1.8vw;
  font-weight: bold;
  margin: 0.8vw 0; }
  .PRINTING-item-code01 span, .cnc-item-code01 span {
    color: #ff3600; }
  @media (max-width: 768px) {
    .PRINTING-item-code01, .cnc-item-code01 {
      font-size: 4.8vw;
      margin: 1vw 0; } }

.PRINTING-item-shop01 a, .cnc-item-shop01 a {
  display: inline-block;
  background: #339bcb;
  color: #fff;
  padding: 0.5vw 2.3vw;
  font-size: 1.2vw;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 1vw; }
  @media (max-width: 768px) {
    .PRINTING-item-shop01 a, .cnc-item-shop01 a {
      padding: 1.5vw 6.5vw;
      font-size: 4vw;
      margin-bottom: 2vw; } }

.PRINTING-item-tilte02, .cnc-item-tilte02 {
  margin-bottom: 2.2vw; }
  @media (max-width: 768px) {
    .PRINTING-item-tilte02, .cnc-item-tilte02 {
      margin-bottom: 6vw;
      margin-top: 4vw; } }

.PRINTING-item-SPEND02 {
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1; }
  @media (max-width: 768px) {
    .PRINTING-item-SPEND02 {
      font-size: 4.5vw; } }

.PRINTING-item-code02 {
  font-size: 1.2vw;
  font-weight: 600; }
  .PRINTING-item-code02 span {
    color: #ff3600;
    font-size: 1.4vw; }
    @media (max-width: 768px) {
      .PRINTING-item-code02 span {
        font-size: 3.6vw; } }
  @media (max-width: 768px) {
    .PRINTING-item-code02 {
      font-size: 3.3vw; } }

.PRINTING-item-SAVE02 {
  font-size: 1.8vw;
  margin-top: 0.5vw;
  font-weight: 600;
  line-height: 1; }
  @media (max-width: 768px) {
    .PRINTING-item-SAVE02 {
      font-size: 4.5vw;
      margin-top: 1.5vw; } }

.PRINTING-item-code021 {
  font-size: 1.2vw;
  font-weight: 600; }
  .PRINTING-item-code021 span {
    color: #ff3600;
    font-size: 1.4vw; }
    @media (max-width: 768px) {
      .PRINTING-item-code021 span {
        font-size: 3.6vw; } }
  @media (max-width: 768px) {
    .PRINTING-item-code021 {
      font-size: 3.3vw; } }

.PRINTING-item-Buy02 {
  font-size: 1.15vw;
  font-weight: 600;
  margin-bottom: 0.5vw; }
  @media (max-width: 768px) {
    .PRINTING-item-Buy02 {
      font-size: 3vw;
      margin-bottom: 1.5vw;
      margin-top: 1.5vw; } }

.PRINTING-item-shop02 a {
  display: inline-block;
  background: #339bcb;
  color: #fff;
  padding: 0.5vw 2.3vw;
  font-size: 1.2vw;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 0.5vw; }
  @media (max-width: 768px) {
    .PRINTING-item-shop02 a {
      padding: 1.5vw 6.5vw;
      font-size: 4vw;
      margin-bottom: 2vw; } }

.offers-collention-3D-PRINTING-retitle, .offers-collention-cnc-retitle {
  margin-bottom: 2.7vw; }
  @media (max-width: 768px) {
    .offers-collention-3D-PRINTING-retitle, .offers-collention-cnc-retitle {
      margin-bottom: 30px; } }

.cnc-item-Excludes01, .cnc-item-Excludes02, .PRINTING-item-Excludes01, .PRINTING-item-Excludes02 {
  font-size: 0.95vw;
  font-weight: 500; }
  @media (max-width: 768px) {
    .cnc-item-Excludes01, .cnc-item-Excludes02, .PRINTING-item-Excludes01, .PRINTING-item-Excludes02 {
      font-size: 3vw; } }

.cnc-item-Off02 {
  font-size: 5vw;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1; }
  @media (max-width: 768px) {
    .cnc-item-Off02 {
      font-size: 13vw; } }

.cnc-item-Women02 {
  font-size: 2.15vw;
  font-weight: 600;
  line-height: 1; }
  @media (max-width: 768px) {
    .cnc-item-Women02 {
      font-size: 5.5vw; } }

.cnc-item-code02 {
  font-size: 1.8vw;
  font-weight: bold;
  margin: 0.3vw 0; }
  .cnc-item-code02 span {
    color: #ff3600; }
  @media (max-width: 768px) {
    .cnc-item-code02 {
      font-size: 4.8vw;
      margin: 1vw 0; } }

.cnc-item-shop02 a {
  display: inline-block;
  background: #339bcb;
  color: #fff;
  padding: 0.5vw 2.3vw;
  font-size: 1.2vw;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 0.5vw; }
  @media (max-width: 768px) {
    .cnc-item-shop02 a {
      padding: 1.5vw 6.5vw;
      font-size: 4vw;
      margin-bottom: 2vw; } }

/* account  */
.Account-MEMBERSHIP-title {
  font-family: Montserrat;
  margin: 0px;
  line-height: 40px;
  padding: 0px 20px;
  /*     border: 1px solid #dcdcdc;
    border-bottom:none; */
  /*     background-color: #F7F7F7; */
  margin-top: 20px;
  font-size: 1.8rem;
  color: #3e3e3e; }
  @media (min-width: 768px) {
    .Account-MEMBERSHIP-title .account-Points {
      float: right; } }
  .Account-MEMBERSHIP-title .account-Points span {
    color: #369ac9;
    font-weight: 600; }
  @media (max-width: 768px) {
    .Account-MEMBERSHIP-title .account-Points {
      display: block; } }
  @media (max-width: 768px) {
    .Account-MEMBERSHIP-title {
      line-height: 28px;
      padding: 10px 20px; } }

.Account-MEMBERSHIP-wrapper {
  color: #5d5d5d;
  background: #F7F7F7; }

.Account-MEMBERSHIP-itemsboxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 30px 30px;
  width: 100%;
  text-align: center;
  /*     border: 1px solid #dcdcdc;
      border-top: 0px; */ }
  .Account-MEMBERSHIP-itemsboxs .Account-MEMBERSHIP-item {
    flex: 0 1 30%; }
    @media (max-width: 768px) {
      .Account-MEMBERSHIP-itemsboxs .Account-MEMBERSHIP-item {
        flex: 0 1 100%;
        margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .Account-MEMBERSHIP-itemsboxs {
      padding: 30px; } }

.Account-MEMBERSHIP-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }

.Account-MEMBERSHIP-item-content {
  font-size: 14px;
  text-align: left;
  padding: 15px 20px 0; }

.Account-MEMBERSHIP-item-3 img {
  margin-left: 80px; }

.Account-app-wrapper {
  background: #F7F7F7;
  /*      margin-top:100px; */
  padding: 0px 20px 80px; }
  .Account-app-wrapper .Account-app-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 35px;
    width: 100%;
    text-align: center; }
    .Account-app-wrapper .Account-app-box .Account-app-item {
      flex: 0 1 26%; }
      .Account-app-wrapper .Account-app-box .Account-app-item img {
        width: 100%; }
      @media (max-width: 768px) {
        .Account-app-wrapper .Account-app-box .Account-app-item {
          flex: 0 1 48%;
          margin-bottom: 40px; } }
    @media (max-width: 768px) {
      .Account-app-wrapper .Account-app-box {
        padding: 0;
        justify-content: space-around; } }
  @media (max-width: 768px) {
    .Account-app-wrapper {
      /*     margin-top: 50px; */
      padding: 0px 20px 20px; } }

.Account-app-item-content {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px; }

.template-customers-account .footer_top_wrap {
  margin-top: 0; }
.template-customers-account #account-page {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .account-box {
    padding: 0 10px; } }

.Sitewidebox-item .dJKENj.dJKENj {
  max-width: 87%;
  margin: 0; }
  @media (max-width: 768px) {
    .Sitewidebox-item .dJKENj.dJKENj {
      max-width: 100%; } }

/* vip form */
.col-vip-form-container {
  display: none;
  padding: 30px 0 10px; }
  .col-vip-form-container img {
    width: 100%; }
  #wip-member-prices-join-the-program-for-free .col-vip-form-container {
    display: inherit; }

.product-block .vip-boxss {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 48px;
  color: #fff;
  min-height: 43px;
  font-size: 13px;
  line-height: 15px;
  padding-top: 3px;
  font-weight: 600;
  background: url(//cdn.shopifycdn.net/s/files/1/1978/9859/t/84/assets/new-icon.png?v=8083053831759008189) center top no-repeat;
  text-align: center;
  z-index: 1;
  display: none;
  /*   img{
         width: 60px;
    } */ }
  #wip-member-prices-join-the-program-for-free .product-block .vip-boxss {
    display: inherit; }

#wip-member-prices-join-the-program-for-free .new-box, #wip-member-prices-join-the-program-for-free .sale-box, #wip-member-prices-join-the-program-for-free .block_content-ho {
  display: none; }
#wip-member-prices-join-the-program-for-free .footer_top_wrap {
  padding: 30px 0 40px; }

.footer-formembedcode {
  display: none; }
  #wip-member-prices-join-the-program-for-free .footer-formembedcode {
    display: inherit; }

.pro_customercode .bXoXCx.bXoXCx {
  padding: 0px 0px 16px 0; }

.pro-tologins a {
  text-decoration: underline;
  color: #ff3600; }

.tab-content .subbox {
  display: none; }

.page-width-ho .width-ho80 {
  max-width: 1200px;
  padding: 10px 10px 3px;
  margin: 0 auto; }
.page-width-ho .nav-tabs a {
  font-weight: 600;
  cursor: pointer; }
.page-width-ho .nav-tabs .active {
  color: #339bcb; }

/* 4030 product Comparison */
.top_pro-Comparison {
  display: flex;
  justify-content: space-between;
  text-align: center; }
  .top_pro-Comparison > div {
    flex: 0 1 calc(100%/2 - 1px);
    padding: 30px 10px;
    margin-bottom: 1px; }
    @media (min-width: 768px) {
      .top_pro-Comparison > div {
        padding: 4vw 10px 1.5vw; } }
  .top_pro-Comparison .top_pro-Comparison-left {
    background: #D9EBF5; }
  .top_pro-Comparison .top_pro-Comparison-right {
    background: #EAF4FA; }
  .top_pro-Comparison .top_pro-Comparison-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .top_pro-Comparison .top_pro-Comparison-title {
        font-size: 1.8vw;
        margin-bottom: 2vw; } }

.bottom_prodesspec-Comparison {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap; }
  .bottom_prodesspec-Comparison > .Comparison-box-text-item {
    flex: 0 1 calc(100%/2 - 1px);
    padding: 30px 10px;
    margin-bottom: 1px; }
    @media (min-width: 768px) {
      .bottom_prodesspec-Comparison > .Comparison-box-text-item {
        padding: 3vw 10px 4vw; } }
    @media (min-width: 768px) {
      .bottom_prodesspec-Comparison > .Comparison-box-text-item:nth-last-child(1) {
        padding: 3vw 10px 8vw; } }
    @media (min-width: 768px) {
      .bottom_prodesspec-Comparison > .Comparison-box-text-item:nth-last-child(2) {
        padding: 3vw 10px 8vw; } }

.top_pro-Comparison a {
  display: inline-block;
  padding: 8px 25px;
  background: #339BCB;
  border-radius: 30px;
  margin-top: 12px;
  font-size: 15px;
  color: #fff; }
  @media (min-width: 768px) {
    .top_pro-Comparison a {
      margin-top: 1vw;
      font-size: 1vw;
      margin-top: 20px;
      padding: 10px 30px; } }

.Comparison-box-text-item-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
  color: #666666; }
  @media (min-width: 768px) {
    .Comparison-box-text-item-title {
      font-size: 1vw;
      margin-bottom: 1.2vw; } }

.Comparison-box-text-item-image {
  height: 20px; }
  @media (min-width: 768px) {
    .Comparison-box-text-item-image {
      height: 1.5vw; } }

.Comparison-box-text-item-boldtitle {
  font-size: 18px;
  font-weight: bold;
  color: #333333; }
  .Comparison-box-text-item-boldtitle p {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .Comparison-box-text-item-boldtitle {
      font-size: 1.6vw; } }

.top_pro-Comparison-image {
  height: 11vw; }
  @media (max-width: 768px) {
    .top_pro-Comparison-image {
      height: 20vw; } }

.top_pro-Comparison {
  position: sticky;
  top: -1vw; }
  @media (max-width: 768px) {
    .top_pro-Comparison {
      top: 50px; } }

.compare-boxloadmore {
  padding: 2vw 0 7vw;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 0 60px; }
  @media (min-width: 768px) {
    .compare-boxloadmore {
      padding: 2vw 0 7vw; } }
  .compare-boxloadmore ~ .Comparison-box-text-item {
    display: none; }
  .compare-boxloadmore .boxloadmore-btn {
    cursor: pointer;
    display: inline-block;
    border-radius: 30px;
    padding: 8px 40px;
    border: 1px solid #339BCB;
    font-size: 15px;
    color: #339BCB; }
    @media (min-width: 768px) {
      .compare-boxloadmore .boxloadmore-btn {
        font-size: 1vw; } }

@media (max-width: 768px) {
  .product-4030pro .nav > li > a {
    padding: 10px 5px; } }

.product-4030pro #thumbs_list .owl-next:before, .product-4030pro .pro4030-recommendpro-container .owl-next:before {
  content: "\f178"; }
.product-4030pro #thumbs_list .owl-prev:before, .product-4030pro .pro4030-recommendpro-container .owl-prev:before {
  content: "\f177"; }
.product-4030pro #thumbs_list .owl-prev:before, .product-4030pro #thumbs_list .owl-next:before, .product-4030pro .pro4030-recommendpro-container .owl-prev:before, .product-4030pro .pro4030-recommendpro-container .owl-next:before {
  color: #339bcb;
  line-height: 34px;
  font-size: 18px; }
.product-4030pro #thumbs_list .owl-prev, .product-4030pro #thumbs_list .owl-next, .product-4030pro .pro4030-recommendpro-container .owl-prev, .product-4030pro .pro4030-recommendpro-container .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #339bcb;
  text-shadow: none; }

/* end Product 4030 */
/*  collection slidebar */
.collection_new_section_wrapper #left_column #catalog_block .erjimenu_ho {
  padding-left: 23px;
  padding-bottom: 5px; }
  .collection_new_section_wrapper #left_column #catalog_block .erjimenu_ho li a {
    font-size: 15px; }
    @media (min-width: 768px) and (max-width: 1450px) {
      .collection_new_section_wrapper #left_column #catalog_block .erjimenu_ho li a {
        font-size: 14px; } }
    @media (min-width: 1700px) {
      .collection_new_section_wrapper #left_column #catalog_block .erjimenu_ho li a {
        font-size: 16px; } }
  .collection_new_section_wrapper #left_column #catalog_block .erjimenu_ho li > span {
    font-size: 12px; }

#newsletter_block {
  max-width: 600px;
  margin: 0 auto !important; }
  #newsletter_block .contact-form {
    display: flex;
    justify-content: center; }
  @media (min-width: 1921px) {
    #newsletter_block {
      max-width: 800px; } }

.newsletter_img_title_wrapper {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .newsletter_img_title_wrapper {
      margin-bottom: 0px; } }
  .newsletter_img_title_wrapper .be_powermaker {
    color: #fff; }
    @media (min-width: 1921px) {
      .newsletter_img_title_wrapper .be_powermaker {
        font-size: 1.8vw; } }
  .newsletter_img_title_wrapper .des_newsletter {
    font-size: 17px;
    text-transform: capitalize; }
    @media (min-width: 1921px) {
      .newsletter_img_title_wrapper .des_newsletter {
        font-size: 1.1vw; } }
    @media (max-width: 768px) {
      .newsletter_img_title_wrapper .des_newsletter {
        font-size: 16px; } }

.footer-center-wrap:after {
  content: '';
  display: table;
  clear: both; }
@media (min-width: 993px) {
  .footer-center-wrap {
    position: relative; }
    .footer-center-wrap .footer_right_block {
      position: absolute;
      height: 100%;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; } }

@media (min-width: 769px) {
  .paymentimg.footer_payment_wrapper img {
    float: right; } }

@media (min-width: 769px) and (max-width: 993px) {
  .footer_right_block_content_wrapper .social_block {
    text-align: right; } }
@media (max-width: 1024px) {
  #apollo-menu .btn-menu-canvas {
    background: none;
    border: none; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #apollo-menu > .container {
    padding-left: 0;
    padding-right: 0; }

  #header-main #header_logo {
    text-align: center; }

  #header-main .header_center {
    /*        width: 40.5%; */ }
    #header-main .header_center .navbar-nav {
      display: none !important; }

  .header-container .currency_wrapper_pc {
    padding-left: 5px; } }
@media (max-width: 768px) {
  .header-wrap .header-left #header_logo {
    text-align: center; } }
@media (min-width: 500px) and (max-width: 800px) {
  .header_right {
    justify-content: center !important; }
    .header_right #cart {
      margin-right: 0; } }
/****           Product Page CSS  start          *****/
.pdt_page_desc_wrapper > .item_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px; }

.pdt_page_desc_wrapper > .item_wrapper > .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }

.pdt_page_desc_wrapper > .item_wrapper > .item > img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.pdt_page_desc_wrapper > .item_wrapper > .item > p {
  line-height: 1.2; }

.pdt_page_desc_wrapper > .item_wrapper > .item > h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-left: none !important;
  padding-left: 0px !important; }

.pdt_page_desc_wrapper h3 {
  margin-top: 30px;
  margin-bottom: 16px; }

.pdt_page_desc_wrapper .item_one_quarter {
  width: 22.5%; }

.pdt_page_desc_wrapper .item_one_third {
  width: 30%; }

@media screen and (max-width: 800px) {
  .pdt_page_desc_wrapper .item_one_quarter {
    width: 100%; }

  .pdt_page_desc_wrapper .item_one_third {
    width: 100%; }

  .pdt_page_desc_wrapper > .item_wrapper {
    flex-direction: column;
    align-items: flex-tart;
    justify-content: flex-start; }

  .pdt_page_desc_wrapper > .item_wrapper > .item {
    margin-bottom: 20px; } }
/****           Product Page CSS  end          *****/
@media (min-width: 768px) {
  .home_bestsaller-container .fa-star-half-o:before, .home_bestsaller-container .fa-star-o:before, .home_bestsaller-container .fa-star:before, .home_bestsaller-container .stamped-fa-star-half-o:before, .home_bestsaller-container .stamped-fa-star-o:before, .home_bestsaller-container .stamped-fa-star:before {
    font-size: 1.1vw; } }

@media (max-width: 768px) {
  #newsletter_block .newsletter-input {
    height: auto !important;
    padding: 7px 0 8px 5px !important; } }

#newsletter_block .block_content .btn {
  font-size: 16px;
  line-height: 16px;
  border-radius: 0 25px 25px 0; }
  @media (min-width: 1921px) {
    #newsletter_block .block_content .btn {
      font-size: 0.8vw; } }

.filters-toolbar .filter-type {
  padding: 0 10px;
  margin-bottom: 25px; }
  .filters-toolbar .filter-type .aftera-plus {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    font-size: 1.15em; }
    .filters-toolbar .filter-type .aftera-plus img {
      position: absolute;
      right: 0;
      top: 5px; }
  @media (min-width: 768px) and (max-width: 1600px) {
    .filters-toolbar .filter-type {
      padding: 0 10px 0 5px; } }
  @media (max-width: 768px) {
    .filters-toolbar .filter-type {
      padding: 0 15px; } }
.filters-toolbar .top-title-filter {
  padding-bottom: 10px;
  margin-top: 40px;
  border-bottom: 1px solid #dcdcdc;
  /*     margin-bottom: 20px; */ }
  .filters-toolbar .top-title-filter .clear-btn {
    float: right; }
  .filters-toolbar .top-title-filter .light-black {
    font-weight: bold; }
    @media (min-width: 768px) {
      .filters-toolbar .top-title-filter .light-black {
        font-size: 1.15em; } }
  @media (max-width: 768px) {
    .filters-toolbar .top-title-filter {
      margin-top: 0; } }
.filters-toolbar .advanced-filter {
  position: relative;
  margin-bottom: 8px;
  padding-right: 10px; }
  .filters-toolbar .advanced-filter .right-coll-span {
    display: none;
    position: absolute;
    right: 4px;
    top: 0; }
  .filters-toolbar .advanced-filter a {
    line-height: 1.5;
    padding-right: 10px;
    display: inline-block; }
@media (max-width: 768px) {
  .filters-toolbar {
    border: 1px solid #dcdcdc;
    margin-top: 5px; } }

.filter-box li a {
  color: #4c4c4c; }

.clear-btn {
  text-decoration: underline;
  display: inline-block;
  margin-left: 12px;
  color: #339bcb;
  position: relative;
  top: 4px; }

.clear-btn:hover {
  color: #4d5c68;
  opacity: 1; }

.right-coll-span {
  float: right; }

.top-title-filter {
  margin-bottom: 5px; }

.active-filter .tag-close::before {
  color: #339bcb; }

.tag-close:before {
  border: 1px solid #4c4c4c;
  font-size: 15px;
  content: '\2714';
  color: transparent;
  display: inline-block;
  padding-left: 0;
  line-height: 13px;
  margin-right: 10px; }

.childhandle-resource-center {
  border-top: 1px solid #b6b6b6; }

.agree-row {
  margin-bottom: 10px; }
  .agree-row input {
    padding: 7px 10px 7px 5px; }
  .agree-row input:focus {
    outline: none !important; }
  .agree-row a {
    text-decoration: underline; }

#submitBlock, .sl-vertical {
  display: flex;
  justify-content: space-between; }

a.social_login {
  margin-right: 0px !important; }

input[type='checkbox']:checked {
  border-color: #339bcb;
  background: #339bcb; }

/* regist */
.vip-earn ul.fl-ul-vip li .icon {
  width: 100px; }
@media (min-width: 768px) {
  .vip-earn ul.fl-ul-vip li {
    width: 30%; }
    .vip-earn ul.fl-ul-vip li .icon {
      width: 170px; } }

.reg-wrappers {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto; }
  .reg-wrappers .img_barlink {
    flex: 0 1 30%; }
    @media (max-width: 768px) {
      .reg-wrappers .img_barlink {
        flex: 0 1 100%; } }
    .reg-wrappers .img_barlink .reg-description {
      width: 80%;
      padding-left: 15px; }
      @media (max-width: 768px) {
        .reg-wrappers .img_barlink .reg-description {
          flex: 0 1 95%; } }
    @media (max-width: 768px) {
      .reg-wrappers .img_barlink {
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .reg-wrappers .img_barlink img {
        width: 50px; } }
  .reg-wrappers .link_text03 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; }
    .reg-wrappers .link_text03 span {
      position: relative;
      top: 7px;
      margin-left: 5px; }
      @media (max-width: 768px) {
        .reg-wrappers .link_text03 span {
          top: 3px; } }

.wrap_bac_regist {
  padding: 100px 0;
  background: #fafafa; }
  @media (max-width: 768px) {
    .wrap_bac_regist {
      padding: 30px 0; } }

#create-account .footer_top_wrap {
  margin-top: 0; }

.ul-regist li {
  margin-bottom: 3px;
  position: relative;
  padding-left: 18px; }
  .ul-regist li:before {
    border-radius: 50%;
    content: '';
    width: 7px;
    display: inline-block;
    height: 7px;
    background: #333;
    top: 5px;
    position: absolute;
    left: 0; }

.reg-explore-btn {
  display: block;
  background: #339bcb;
  padding: 12px 15px;
  text-align: center;
  max-width: 250px;
  color: #fff;
  margin: 50px auto 0;
  transition: 0.3s;
  border: 1px solid  #339bcb; }
  .reg-explore-btn:hover {
    background: transparent;
    color: #339bcb; }
  @media (max-width: 768px) {
    .reg-explore-btn {
      margin: 0 auto; } }

.vip-spend p.rg-gozidingyi {
  /*  font-weight:bold; */
  font-size: 20px;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .vip-spend p.rg-gozidingyi {
      font-size: 18px;
      width: 80%;
      margin: 20px auto 0; } }

.fl-ul-vip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.sub-titles-newrewards {
  font-size: 32px;
  color: #339bcb;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .sub-titles-newrewards {
      font-size: 20px; } }

.earn_rewards-regist {
  background: #fafafa;
  margin-top: 40px;
  padding: 20px 0 40px; }
  @media (min-width: 1600px) {
    .earn_rewards-regist {
      padding: 30px 0 50px; } }
  .earn_rewards-regist .container-regs {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    .earn_rewards-regist .container-regs > div {
      display: inline-block;
      float: left; }
    .earn_rewards-regist .container-regs .container-regs-left {
      width: 40%;
      color: #333;
      font-style: italic;
      font-size: 137px;
      font-weight: bold; }
      @media (max-width: 768px) {
        .earn_rewards-regist .container-regs .container-regs-left {
          width: 100%;
          font-size: 80px; } }
    .earn_rewards-regist .container-regs .container-regs-right {
      width: 60%; }
      @media (max-width: 768px) {
        .earn_rewards-regist .container-regs .container-regs-right {
          width: 100%; } }
    .earn_rewards-regist .container-regs:after {
      content: '';
      display: block;
      clear: both; }
  .earn_rewards-regist .container-regs-right-title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px; }
    .earn_rewards-regist .container-regs-right-title strong {
      background: #3193bf;
      padding: 0 6px;
      color: #fff; }
    @media (max-width: 768px) {
      .earn_rewards-regist .container-regs-right-title {
        font-size: 24px;
        padding: 5px; } }

.banner-block-vip {
  padding-top: 50px; }
  @media (max-width: 768px) {
    .banner-block-vip {
      padding-top: 0px;
      display: flex;
      flex-direction: column; } }
  .banner-block-vip .vip-title01 {
    font-size: 34px; }
    @media (max-width: 768px) {
      .banner-block-vip .vip-title01 {
        font-size: 26px; } }
  .banner-block-vip .vip-title02 {
    font-size: 54px;
    font-weight: bold;
    padding: 3px 0; }
    @media (min-width: 1600px) {
      .banner-block-vip .vip-title02 {
        padding: 10px 0; } }
    @media (max-width: 768px) {
      .banner-block-vip .vip-title02 {
        font-size: 34px; } }
  .banner-block-vip .banner-block-vip-left {
    width: 47%;
    padding-left: 11%;
    padding-top: 3%;
    float: left;
    display: inline-block; }
    @media (min-width: 1600px) {
      .banner-block-vip .banner-block-vip-left {
        padding-left: 17%; } }
    @media (max-width: 768px) {
      .banner-block-vip .banner-block-vip-left {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10%;
        order: 2; } }
  .banner-block-vip .banner-block-vip-right {
    width: 53%;
    float: left;
    display: inline-block; }
    .banner-block-vip .banner-block-vip-right img {
      max-width: 100%; }
    @media (max-width: 768px) {
      .banner-block-vip .banner-block-vip-right {
        width: 100%; } }
  .banner-block-vip:after {
    content: '';
    display: block;
    clear: both; }

.vip-btn-login {
  font-size: 18px;
  background: #3193bf;
  padding: 8px 30px;
  border: 1px solid #3193bf;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-right: 20px;
  min-width: 150px;
  text-align: center; }
  .vip-btn-login:hover {
    color: #3193bf;
    background: transparent; }
  @media (max-width: 768px) {
    .vip-btn-login {
      padding: 8px 20px;
      margin-right: 5px; } }

.vip-btn-sign {
  font-size: 18px;
  background: transparent;
  padding: 8px 30px;
  color: #3193bf;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #3193bf;
  text-transform: uppercase;
  border-radius: 5px;
  min-width: 150px;
  text-align: center; }
  .vip-btn-sign:hover {
    background: #3193bf;
    color: #fff; }
  @media (max-width: 768px) {
    .vip-btn-sign {
      padding: 8px 20px; } }

.login-reg-002 {
  margin-top: 30px; }

@media (min-width: 768px) {
  .login-reg-001 {
    padding-left: 30px; } }

@media (min-width: 768px) {
  .re-ho-divs {
    width: 55%; } }

.part-li .h3 {
  font-weight: bold; }
@media (max-width: 768px) {
  .part-li {
    display: flex !important;
    padding: 20px !important;
    /*     line-height: 40px; */ }
    .part-li .h3 {
      font-weight: bold;
      margin-bottom: 0 !important;
      /*     line-height: 40px; */
      /*     padding-right: 20px; */ } }

.vip-spend .owl-prev:before, .vip-spend .owl-next:before {
  font-size: 40px;
  left: 5px; }

.vip-container a:hover {
  color: #339bcb; }

.vip-spend h3 span, .vip-earn h3 span, .vip-box h3 span, .qa h3.title span {
  position: relative;
  top: 8px; }
  @media (max-width: 768px) {
    .vip-spend h3 span, .vip-earn h3 span, .vip-box h3 span, .qa h3.title span {
      top: 10px; } }

.se-mobile {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .se-mobile {
      display: none !important; } }

@media (max-width: 768px) {
  .hide-in-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .hide-in-pc {
    display: none !important; } }

@media (max-width: 768px) {
  .wip_section_text_image_wrapper .re-text-obo {
    order: 2; } }

/* end register */
@media (min-width: 768px) and (max-width: 1600px) {
  #left_column #catalog_block .block_content {
    padding: 3px 5px 3px 0; } }

.title_block_filter {
  position: relative;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
  border: none;
  color: #3e3e3e;
  line-height: 30px;
  margin: 0;
  padding: 8px  15px; }
  .title_block_filter:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 0px;
    width: 30px;
    text-align: center;
    top: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rtl .title_block_filter:after {
      left: 0px;
      right: auto; }

.filter-boxout {
  font-size: 15px; }
  @media (max-width: 768px) {
    .filter-boxout {
      display: none; } }
  @media (min-width: 1700px) {
    .filter-boxout {
      font-size: 16px; } }

.without-filter.template-collection .filter-box {
  display: none; }

.container-budplugins4030in {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .container-budplugins4030in {
      max-width: 94%;
      margin: 0 auto; } }

.contact-form-box input, .contact-form-box textarea {
  font-family: Montserrat !important; }

.page-tem-sitemap #catalog_block {
  display: flex;
  flex-wrap: wrap; }
  .page-tem-sitemap #catalog_block > .block {
    flex: 0 1 25%; }
    .page-tem-sitemap #catalog_block > .block .level2 {
      padding: 5px 12px; }
    @media (max-width: 768px) {
      .page-tem-sitemap #catalog_block > .block {
        flex: 0 1 100%; } }
.page-tem-sitemap #catalog_block .block_content {
  padding: 3px 15px !important; }

.product_block > .new-box {
  position: absolute;
  top: 10px;
  left: 10px;
  min-width: 40px;
  min-height: 43px;
  line-height: 36px;
  background: url(//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/new-icon.png?v=8083053831759008189) center top no-repeat;
  text-align: center;
  z-index: 12;
  border: 2px solid #339bcb;
  background: #fff;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  padding: 7px 10px 7px 5px;
  border-radius: 0 20px 20px 0; }
  .product_block > .new-box .label-new {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding: 3px 0px; }
  .product_block > .new-box .label-new {
    color: #339bcb;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .product_block > .new-box .label-new {
        font-size: 0.9vw; } }
  @media (max-width: 768px) {
    .product_block > .new-box {
      padding: 4px 10px 4px 5px;
      font-size: 16px !important; } }
  @media (min-width: 1921px) {
    .product_block > .new-box {
      padding: 8px 12px 8px 5px; } }

.product_block > .sale-box {
  border: 2px solid #FF3700;
  background: #fff;
  min-width: auto;
  min-height: auto;
  z-index: 12;
  line-height: 1;
  padding: 7px 10px 7px 5px;
  border-radius: 0 20px 20px 0; }
  .product_block > .sale-box .label-sale {
    color: #FF3700;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .product_block > .sale-box .label-sale {
        font-size: 0.9vw; } }
  @media (max-width: 768px) {
    .product_block > .sale-box {
      padding: 4px 10px 4px 5px;
      font-size: 16px !important; } }
  @media (min-width: 1921px) {
    .product_block > .sale-box {
      padding: 8px 12px 8px 5px; } }

.learn_section_bg_wrapper {
  position: relative;
  z-index: 0; }
  .learn_section_bg_wrapper video {
    position: relative;
    z-index: 0; }

@media (max-width: 992px) {
  .product-4030pro .product-right-column .cart_bottom #product-detail-image {
    float: none; } }
.product-4030pro .product-right-column-top .review {
  display: block;
  margin-bottom: 6px; }
.product-4030pro .product-right-column .sku {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
  padding-right: 5px; }
.product-4030pro .product-right-column .quantity_wanted_p {
  margin-bottom: 5px; }

.product-right-column .btn-wishlist {
  line-height: 45px; }

@media (max-width: 400px) {
  .product-right-column .brand, .product-right-column .review, .product-right-column .sku {
    font-size: 13px; } }
.reviews-badgestars {
  margin-right: 8px; }

.template-blog .main-content {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .template-blog .main-content {
      padding: 30px 0; } }
.template-blog #breadcrumbs .breadcrumbs_title {
  font-weight: bold; }
.template-blog .main-content .container {
  max-width: 1100px; }
.template-blog .sidebar .block ul.list-block {
  padding-left: 0;
  margin-top: 5px; }
.template-blog .sidebar#right_column {
  padding: 0;
  margin-top: 12px; }
.template-blog .sidebar .block .title_block {
  padding: 0 15px 0 30px;
  font-size: 20px; }
.template-blog #breadcrumbs {
  display: inherit; }
@media (max-width: 768px) {
  .template-blog .sidebar .block {
    padding: 20px; } }

@media (max-width: 768px) {
  #sliderlayer li {
    text-align: center; } }

/* product page with > 1920 */
.product-verticlebox-container02 .cbb-frequently-bought-container {
  max-width: 1300px !important; }
  @media (max-width: 1600px) {
    .product-verticlebox-container02 .cbb-frequently-bought-container {
      max-width: 1230px !important; } }

.product-new_product_template .main-content .container {
  max-width: 1300px; }

.swiper-button-next-ann {
  background-image: none !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px;
  border-radius: 50%;
  /*     border: 2px solid #339bcb; */
  text-shadow: none;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  text-align: center;
  /*   &:before{
        color: #339bcb;
      line-height: 28px;
      font-size: 18px;
          content: "\f178";
          font-family: 'FontAwesome';
    } */ }
  @media (min-width: 768px) {
    .swiper-button-next-ann {
      right: 2.8% !important; } }
  .swiper-button-next-ann i {
    font-size: 18px;
    color: #339bcb; }

.swiper-button-prev-ann {
  background-image: none !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px;
  border-radius: 50%;
  /*     border: 2px solid #339bcb; */
  text-shadow: none;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  text-align: center;
  /*   &:before{
        color: #339bcb;
      line-height: 28px;
      font-size: 18px;
          content: "\f177";
          font-family: 'FontAwesome';
    } */ }
  @media (min-width: 768px) {
    .swiper-button-prev-ann {
      left: 2.8% !important; } }
  .swiper-button-prev-ann i {
    font-size: 18px;
    color: #339bcb; }

@media (max-width: 768px) {
  .top_announcement-box .page_top_announcement {
    padding: 10px 48px; } }

.simple-destitle {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0; }

/*  support page */
#support #shipping-policy h1, #support #payment h1, #support #return h1, #support #track-my-order h1, #support #faq h1 {
  border-bottom: none;
  font-weight: 600; }

.out_menubox {
  position: fixed;
  left: 0;
  top: 35%;
  padding: 10px 0;
  color: #000;
  background: #fff;
  /*   &>div.active{
  color: #339bcb;
          font-weight: 600;
    } */
  /*   &:after{
    content:'';
    } */ }
  @media (min-width: 1800px) {
    .out_menubox {
      left: 2%; } }
  @media (max-width: 768px) {
    .out_menubox {
      background: rgba(236, 236, 236, 0.7); } }
  .out_menubox > div {
    padding: 3px 20px;
    transition: .3s;
    cursor: pointer; }
  .out_menubox > div:hover {
    color: #339bcb; }
  .out_menubox a {
    color: #000 !important;
    font-weight: 600; }

@media (max-width: 768px) {
  .collection_new_header_wrapper {
    padding: 50px 20px 40px 20px !important; }

  .collection_new_header_wrapper > div {
    margin-bottom: 15px !important; } }
.template-product #breadcrumbs {
  /*     .breadcrumb{
           margin: 10px 0px 15px;
      } */ }
  .template-product #breadcrumbs .container {
    padding: 0; }

.product-verticlebox-container02 .social-wrappers {
  margin-bottom: 20px; }

@media (min-width: 769px) {
  .product-verticlebox-container #shopify-section-comments-new-products {
    padding: 30px 10% 0; } }
@media (max-width: 768px) {
  .product-verticlebox-container #shopify-section-comments-new-products {
    margin-bottom: 20px; } }

.is-soldout .klaviyo-bis-trigger {
  display: block !important; }
  @media (max-width: 768px) {
    .is-soldout .klaviyo-bis-trigger {
      width: 100% !important; } }

.header_right {
  font-weight: normal; }

.simple-destitlereview {
  padding-top: 15px;
  border-top: 1px solid #ccc; }

@media (min-width: 1000px) {
  #support #columns.columns-container .container {
    position: relative; }
    #support #columns.columns-container .container:after {
      content: '';
      position: absolute;
      top: 0;
      left: 110px;
      background: #dedede;
      width: 1px;
      height: 100%; } }
@media (min-width: 1500px) {
  #support #columns.columns-container .container {
    position: relative; }
    #support #columns.columns-container .container:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50px;
      background: #dedede;
      width: 1px;
      height: 100%; } }
.mm-listview .mm-next {
  width: 60px; }

.reviews-author02 {
  font-size: 16px; }
  .reviews-author02 span {
    font-size: 14px;
    color: #339bcb;
    font-weight: 600;
    margin-left: 5px;
    vertical-align: bottom; }

.buy_300_getone {
  text-align: right;
  padding: 0 15px;
  color: #339bcb;
  font-size: 16px;
  font-weight: bold; }

@media (max-width: 991px) {
  .template-product #breadcrumbs {
    display: inherit; } }

@media (max-width: 768px) {
  .more_info_block .rte .tab_wrapper_pro {
    overflow-x: scroll; }
    .more_info_block .rte .tab_wrapper_pro table {
      width: 1000px !important; } }
@media (min-width: 1921px) {
  .footer_top_wrap {
    padding: 2vw 0 !important; }
    .footer_top_wrap #newsletter_block {
      max-width: 30vw; } }
@media (max-width: 768px) {
  .product-4030pro .row {
    margin-left: 0;
    margin-right: 0; } }

.flex-features-containerho {
  margin: 50px 0; }
  @media (max-width: 1025px) {
    .flex-features-containerho {
      margin: 30px 0; } }
  @media (min-width: 769px) {
    .flex-features-containerho .flex-features-item {
      flex: 0 1 31.5%; } }

.product-pre-order #AddToCart {
  display: inherit !important; }
.product-pre-order .affirm-as-low-as {
  margin-bottom: 0; }

.stamped-propro {
  margin-right: 8px; }

/* .product-pre-order.revy-upsell-loading-body{
    pointer-events: auto !important;
} */
.product-right-column .sku {
  font-weight: 500; }

@media (max-width: 768px) {
  .review {
    display: flex;
    margin: 5px 0 10px; }

  .columns-container-original .product-right-column-add {
    padding-left: 15px; }

  .product-right-column .sku {
    display: inline-block !important; } }
@media (max-width: 750px) {
  .product-right-column .smallho-hide {
    display: none !important; } }

@media (max-width: 350px) {
  .copyright {
    flex-wrap: wrap; } }

@media (max-width: 768px) {
  #footer .block.footer-block .block_content {
    padding-bottom: 0 !important;
    margin-bottom: 0px !important; }

  #footer .footer-block .block_content ul.toggle-footer {
    margin-bottom: 0;
    padding-top: 10px; }

  #footer .footer-center-wrap .footer_quicklink .footer-block {
    margin-top: 10px !important;
    margin-bottom: 10px; }

  .footer_right_block_content_wrapper .social_block {
    margin-top: 0; }

  #footer .footer-center-wrap .footer_boxed {
    margin-top: 0; } }
.flex-features-container .flex-features-item02 {
  flex: 0 1 23%; }
  @media (max-width: 768px) {
    .flex-features-container .flex-features-item02 {
      flex: 0 1 49%; } }

.wh-original-cart-total .revy-bundle-price-content {
  display: none !important; }

#shopify-section-home_section_blog .blog-backgrounddiv {
  background-size: 100%; }

/* hide the bundle in the product-right */
/* .product-right-column-text .short_desc #revy-bundles-wrapper{
  display: none;
} */
