@charset "UTF-8";
/*!
 * # Semantic UI undefined - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Reset
*******************************/
/* Border-Box */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* iPad Input Shadows */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}

/*******************************
         Theme Overrides
*******************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

.custom-theme .primary-text{
    color: #333333 !important;
}
.custom-theme .secondary-text{
    color: #20BCE5 !important;
}

.custom-theme .primary-border{
    border-color: #333333 !important;
}

.custom-theme .primary-btn{
    background-color: #333333 !important;
}
.custom-theme .primary-btn:hover{
    background-color: #000000 !important;
}
.custom-theme .primary-outline-btn{
    border-color: #333333 !important;
    color: #333333 !important;
}
.custom-theme .primary-outline-btn:hover{
    border-color: #000000 !important;
    color: #000000 !important;
}
.custom-theme .primary-outline-2-solid-btn{
    border-color: #333333 !important;
    color: #333333 !important;
}
.custom-theme .primary-outline-2-solid-btn:hover{
    border-color: #333333 !important;
    background-color: #333333 !important;
    color: #ffffff !important;
}
.custom-theme .outline-2-primary-solid-btn{
    border-color: 1px solid rgba(145, 145, 145, 0.2) !important;
    color: #121212 !important;
}
.custom-theme .outline-2-primary-solid-btn:hover, .custom-theme .active .outline-2-primary-solid-btn{
    border-color: #333333 !important;
    background-color: #333333 !important;
    color: #ffffff !important;
}

/* delivery-message */
.custom-theme .marketplace-shop-delivery-message svg #discount-tag{
    fill: #333333 !important;
}

/*******************************
         Site Overrides
*******************************/
/*///Set 1-general/// 
$primary-color: #0162bd;
$secondary-color: #f2be00; 
$discount-price-color: #f26667;
$text-color: #444444;*/
/*///Set 2-cool///*/
/*///Set 3-reliable///
$primary-color: #1287c6;
$secondary-color: #002b42; 
$discount-price-color: #c11010;
$text-color: #353d4c; */
/*///Set 4-sweet///
$primary-color: #f2453f;
$secondary-color: #ffb182; 
$discount-price-color: #ffb400;
$text-color: #333333; */
/*header ///////////////////////////*/
html {
  box-sizing: border-box;
}

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

body {
  /* font-family: 'Open Sans', 微軟正黑體, Microsoft JhengHei, 蘋果儷中黑, Apple LiGothic Medium, 黑体, SimHei,   "Helvetica Neue", Helvetica, Arial, sans-serif; */
  color: #000000;
  /* background-color: #fff;
  font-size: 15px;
  min-height: 100vh; */
}

a {
  font-size: 15px;
  text-decoration: none;
  color: #20bce5;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 15px;
  line-height: 23px;
}

ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

ul,
li {
  padding: 0;
  list-style-type: none;
}

.clearfix {
  clear: both;
}

a {
  text-decoration: none;
}

/*global - Badges///////////////*/
.badge {
  display: inline-block;
  font-size: 9.5px;
  line-height: 16px;
  color: #111;
  border: 1px solid rgba(13, 13, 13, 0.4);
  border-radius: 2px;
  height: 18px;
  padding: 0 5px;
  float: right;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

/*global - loader///////////*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: rgba(51, 51, 51, 0.7);
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader {
  position: absolute;
  margin: 40% auto;
  font-size: 6px;
  /*display: block;*/
  top: 0;
  bottom: 0;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -25px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 25px;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

header {
  display: block;
  width: 100%;
  min-width: 990px;
  margin: auto;
  padding-top: 20px;
  border-top: 3px solid #333333;
}

header a:hover {
  text-decoration: none;
}

.header-wrapper {
  width: 990px;
  margin: 0 auto;
  position: relative;
  clear: both;
  min-height: 65px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .header-left {
  min-height: 65px;
}

.header-wrapper .header-left .shop-logo {
  height: 65px;
  margin-left: 20px;
  display: block;
}

.header-wrapper .header-left .shop-logo img {
  max-height: 100%;
}

.header-wrapper .header-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: right;
}

.header-wrapper .header-right .noti-msg-wrapper {
  padding: 5px 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.04);
}

.header-wrapper .header-right .noti-msg-wrapper a {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;

}

.header-wrapper .header-right .header-icon-wrapper {
  line-height: 25px;
}

.header-wrapper .header-right .header-icon-wrapper * {
  vertical-align: middle;
}

.icon-fb-dark,
.icon-ig-dark {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: auto 5px;
  vertical-align: middle;
  cursor: pointer;
}

.icon-fb-dark svg,
.icon-ig-dark svg {
  width: 100%;
  fill: #000000;
}

.icon-fb-dark svg:hover,
.icon-ig-dark svg:hover {
  fill: #333333;
}

.lang {
  display: inline-block;
  line-height: 25px;
  height: 25px;
  margin: 0 5px;
  color: #000000;
  cursor: pointer;
}

.lang:hover {
  color: #333333;
}

.menu-wrapper {
  width: 100%;
  height: 55px;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid rgba(140, 140, 140, 0.4);
  -webkit-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
}

.menu-wrapper .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: auto;
  height: 55px;
}

.menu-wrapper .menu-item {
  display: inline-block;
  height: 100%;
  font-size: 15px;
  padding: 16px 10px;
  color: #000000;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.menu-wrapper .menu-item.active {
  color: #0d0d0d;
  font-weight: bold;
  border-bottom: 3px solid #0d0d0d;
}

.menu-wrapper .menu-item a {
  color: #fff;
}

.menu-wrapper .menu-item:hover,
.menu-wrapper .menu-item > a:hover {
  /*color: rgba($primary-color, .5);*/
  color: #333333;
  cursor: pointer;
  /*border-bottom: 3px solid $primary-color;*/
}

.menu-wrapper .header-right {
  margin-left: auto;
  display: inherit;
}

.menu-wrapper .shop-logo {
  display: none;
}

.menu-wrapper .shop-logo img {
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  padding: 8px 0;
  max-width: 350px;
  max-height: 50px;
}

.sticky-header.menu-wrapper .container {
  height: 52px;
}

.menu-wrapper.sticky-header {
  position: fixed;
  top: 0;
  z-index: 5;
  animation-name: sticky-header;
  animation-duration: 0.5s;
  -webkit-box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.4);
  border-bottom: 0;
  border-top: 3px solid #333333;
}

.menu-wrapper.sticky-header .header-right {
  display: none;
}

.menu-wrapper.sticky-header .shop-logo {
  display: inline-block;
}

@keyframes sticky-header {
  from {
    top: -55px;
  }
  to {
    top: 0px;
  }
}

/*search field*/
#searchField {
  display: inline-block;
  margin: auto;
  margin-right: 40px;
}

#searchField input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
}

#searchField input[type=search]:hover {
  background-color: transparent;
}

#searchField input[type=search]:focus {
  width: 130px;
  padding-right: 43px;
  background-position: 150px 6px;
  border: solid 1px #ccc;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

#searchField input:-moz-placeholder {
  color: transparent;
}

#searchField input::-webkit-input-placeholder {
  color: transparent;
}

#searchField input:focus::-webkit-input-placeholder {
  color: #cfcfcf;
}

#searchField input:focus:-moz-placeholder {
  color: #cfcfcf;
}

#searchField input:focus::-moz-placeholder {
  color: #cfcfcf;
}

#searchField input:focus:-ms-input-placeholder {
  color: #cfcfcf;
}

/*header-category-listing*/
.cate-dropdown-content {
  width: 100%;
  z-index: 5;
  display: none;
  position: relative;
  background-color: #f9f9f9;
  box-shadow: 3px 6px 7px 0px rgba(140, 140, 140, 0.4);
  /*max-heigth: 0;*/
  overflow: hidden;
  border-top: 1px solid rgba(140, 140, 140, 0.7);
  padding-top: 12px;
  padding-bottom: 30px;
}

.cate-dropdown-content.scrollable {
    overflow-y: scroll !important;
}

.cate-dropdown-content .category {
  width: 990px;
  margin: auto;
}

.cate-dropdown-content .category ul {
  margin: 8px 14px;
  vertical-align: top;
}

.cate-dropdown-content .category ul li:first-child a {
  font-size: 16px;
  font-weight: bold;
  color: #0d0d0d;
}

.cate-dropdown-content .category ul li a {
  font-size: 14px;
  line-height: 1.13;
  color: #333333;
  display: block;
  padding: 7px 10px;
  width: 125px;
  word-wrap: break-word;
}

.cate-dropdown-content .category ul li a:hover {
  background-color: rgba(85, 85, 85, 0.08);
}

.cate-all-btn {
  margin: 5px 20px 20px;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 13px;
}

.cate-all-btn:hover {
  text-decoration: underline;
}

.cate-dropdown-content.show {
  animation-name: show-cate-menu;
  animation-duration: 1.2s;
  opacity: 1;
}

.cate-dropdown-content.hide {
  animation-name: hide-cate-menu;
  animation-duration: .4s;
  max-height: 0;
  opacity: 0;
}

@keyframes show-cate-menu {
  0% {
    max-height: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    max-height: 900px;
  }
}

@keyframes hide-cate-menu {
  0% {
    max-height: 900px;
    opacity: 1;
  }
  99% {
    max-height: 0px;
    opacity: 1;
    border-top: 1px solid rgba(140, 140, 140, 0.7);
  }
  100% {
    opacity: 0;
    border-top: 0px solid rgba(140, 140, 140, 0.7);
  }
}

.price-header, .preview-header {
  background-color: #00a499;
  overflow: hidden;
  width: 100%;
  min-width: 990px;
  height:35px;
  /*transition: .5s;
  animation: show-price-header 1s 1;
  animation-fill-mode: forwards;
  -webkit-animation: show-price-header 1s 1;
  -webkit-animation-fill-mode: forwards;*/
}

.price-header .row, .preview-header .row {
  position: relative;
  padding: 8px 10px;
  width: 990px;
  margin: auto;
}

.price-header .row .price-logo, .preview-header .row .price-logo {
  display: inline-block;
  margin: auto 10px;
}

.price-header .row .price-logo img, .preview-header .row .price-logo img {
  height: 25px;
}

.price-header .row a, .preview-header .row a {
  color: #005e5d;
  font-size: 14px;
  font-weight: normal;
}

.price-header .row a:hover, .preview-header .row a:hover {
  text-decoration: underline;
  color: #fff;
}

.price-header + header, .preview-header + header {
  border-top: 0;
}

.preview-header {
  /* background-color: #08867d;
    color: #fff; */
}

.preview-header p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #ffd34e;
}

@keyframes show-price-header {
  from {
    height: 0px;
  }
  to {
    height: 35px;
  }
}

@-webkit-keyframes show-price-header {
  from {
    height: 0px;
  }
  to {
    height: 35px;
  }
}

footer {
  width: 100%;
  min-width: 990px;
  background-color: #333333;
  display: block;
  font-size: 14px;
  margin-top: 40px;
}

footer .row {
  width: 990px;
  height: auto;
  padding: 30px 10px 20px 10px;
  display: block;
  margin: auto;
  color: #fff;
}

.sitemap-wrapper .category {
  width: 710px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.sitemap-wrapper .category ul {
  margin-left: 20px;
  margin-bottom: 10px;
  width: 105px;
}

.sitemap-wrapper .category ul li:first-child a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.29;
  margin-bottom: 5px;
  display: inline-block;
  opacity: 1;
}

.sitemap-wrapper .category ul li a {
  font-weight: normal;
  font-size: 13px;
  opacity: .6;
  word-wrap: break-word;
  max-width: 105px;
}

.sitemap-wrapper .category ul li a:hover {
  opacity: .7;
  text-decoration: none;
}

.sitemap-wrapper {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.sitemap-wrapper a {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.sitemap-wrapper .sitemap {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}

.sitemap-wrapper .sitemap a {
  width: auto;
  display: inline-block;
  margin-bottom: 2px;
  cursor: pointer;
}

.sitemap-wrapper .sitemap a:hover {
  opacity: .7;
  text-decoration: none;
}

.sitemap-wrapper .social-media {
  width: 280px;
  margin-right: 40px;
  color: #fff;
  display: inline-block;
}

.sitemap-wrapper .social-media > span {
  display: block;
  line-height: 18px;
  margin-bottom: 5px;
  font-size: 13px;
}

.sitemap-wrapper .social-media span:first-child {
  font-weight: bold;
  font-size: 15px;
}

.copyright-wrapper {
  width: 100%;
  margin: auto;
  display: block;
  padding: 20px 10px;
  font-size: 13px;
  text-align: left;
  line-height: 24px;
  position: relative;
  background-color: #1a1a1a;
  color: #bbb;
}

.copyright-wrapper .row {
  padding: 0;
  position: relative;
  height: 24px;
}

.copyright-wrapper .col-left {
  height: 30px;
  margin: 10px 0 30px;
  width: 390px;
  display: inline-block;
}

.copyright-wrapper .col-left a {
  color: #111;
}

.copyright-wrapper .col-left a:hover {
  color: #444;
}

.copyright-wrapper .col-right {
  width: 570px;
  display: inline-block;
  text-align: right;
}

.copyright-wrapper .col-right img {
  height: 30px;
  vertical-align: middle;
}

.payment-text {
  position: absolute;
  right: 10px;
  text-align: right;
  font-size: 12px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.payment-text img {
  height: 18px;
  margin-left: 10px;
}

/*general*/
.container {
  width: 990px;
  display: block;
  position: relative;
  margin: auto;
  min-height: 80px;
}

.content-wrapper {
  width: 990px;
  margin: auto;
}

/*highlight section*/
.highlight .container {
  border: 1px solid #bbb;
  padding: 20px;
  margin-top: 20px;
}

.highlight .container .highlight-img {
  width: 400px;
  height: 400px;
  display: inline-block;
  vertical-align: middle;
}

.highlight .container .highlight-img img {
  width: 100%;
}

.highlight .container .highlight-img:hover {
  opacity: .8;
}

.highlight .container .highlight-img a {
  width: 400px;
  height: 400px;
  display: block;
  position: relative;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.highlight .container .highlight-content {
  width: 500px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.highlight .container .highlight-content .title {
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0;
  color: black;
}

.highlight .container .highlight-content p {
  font-size: 14px;
  margin: 10px 0;
  line-height: 21px;
}

/*rolling-banner*/
.rolling-banners {
  margin: 20px 0;
}

/*product-listing-2-columns*/
.cate-listing-wrapper {
  margin-top: 20px;
}

.cate-listing-wrapper .listing-left {
  width: 180px;
  margin: 0 20px 10px 0;
  background-color: rgba(133, 133, 133, 0.1);
  display: inline-block;
  line-height: 20px;
}

.cate-listing-wrapper .listing-left .cate-list-title {
  display: block;
  font-weight: bold;
  background-color: #333333;
  color: #fff;
  padding: 10px;
  border-bottom: 2px solid #0d0d0d;
}

.cate-listing-wrapper .listing-left .cate-list ul li > a {
  width: 100%;
  display: block;
  padding: 0;
  cursor: pointer;
}

.cate-listing-wrapper .listing-left .cate-list ul li > a:hover {
  text-decoration: none;
}

.cate-listing-wrapper .listing-left .cate-list {
  padding: 0;
}

.cate-listing-wrapper .listing-left .cate-list ul {
  display: block;
  width: 100%;
  color: #0d0d0d;
  padding: 0;
  border-bottom: 1px solid rgba(13, 13, 13, 0.4);
}

.cate-listing-wrapper .listing-left .cate-list ul:last-child {
  border-bottom: 0px;
}

.cate-listing-wrapper .listing-left .cate-list ul li {
  position: relative;
  line-height: 20px;
  padding: 0;
}

.cate-listing-wrapper .listing-left .cate-list ul li a {
  color: #0d0d0d;
  font-weight: bold;
  font-size: 16px;
  word-wrap: break-word;
  display: inline-block;
}

.cate-listing-wrapper .listing-left .cate-list ul li a:hover {
  text-decoration: none;
}

.cate-listing-wrapper .listing-left .cate-list ul li a .title {
    max-width: 120px;
    display: inline-block;
}

.cate-listing-wrapper .listing-left .cate-list ul li ul {
  padding: 0;
}

.cate-listing-wrapper .listing-left .cate-list ul li ul li:hover {
  text-decoration: none;
}

.cate-listing-wrapper .listing-left .cate-list ul li ul li a {
  display: block;
  width: 130px;
  font-weight: normal;
  padding: 5px 0;
  font-size: 15px;
  color: #787878;
}

.cate-listing-wrapper .listing-left .cate-list ul li ul li a:hover {
  background-color: rgba(85, 85, 85, 0);
  text-decoration: none;
}

.cate-listing-wrapper .listing-left .title-wrapper {
  padding: 4px 10px;
  position: relative;
}

.cate-listing-wrapper .listing-left .title-wrapper:hover {
  background-color: rgba(85, 85, 85, 0.15);
}

.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper:not(.has-childs) a {
    display: block;
}

.cate-listing-wrapper .listing-left .title-wrapper .sub-title-wrapper {
    display: block;
    cursor: pointer;
}

.cate-listing-wrapper .listing-left .cate-list ul li .active:not(.child-active).title-wrapper {
  background-color: #20bce5;
  position: relative;
}

.cate-listing-wrapper .listing-left .cate-list ul li .active:not(.child-active).title-wrapper:hover {
  background-color: #20bce5;
}

.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs .sub-title-wrapper {
    vertical-align: middle;
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-grey-down.png");
    height: inherit;
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs.selected .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-grey-up.png");
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs.active .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-white-down.png");
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs.selected.active .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-white-up.png");
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs.active.child-active .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-cool-down.png");
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs.selected.active.child-active .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-cool-up.png");
}
.cate-listing-wrapper .listing-left .cate-list ul li .child-cats-list-container {
    display: none;
    overflow: hidden;
}
.cate-listing-wrapper .listing-left .cate-list ul li .active.child-cats-list-container {
    display: block;
}
.cate-listing-wrapper .listing-left .cate-list ul li .child-cats-list {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    float: left;
}
.cate-listing-wrapper .listing-left .cate-list ul li .active:not(.child-active).title-wrapper a {
  color: #fff;
}

.cate-listing-wrapper .listing-left .cate-list ul li .active.title-wrapper .badge {
  font-weight: bold;
  color: #fff;
  border-color: #fff;
}

.cate-listing-wrapper .listing-left .cate-list ul li .active:not(.child-active).title-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 12px solid #20bce5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -12px;
}

.listing-right {
  width: 781px;
  display: inline-block;
  vertical-align: top;
}

.listing-right .listing-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 100%;
}

.listing-right .listing-detail {
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.4);
  padding-bottom: 10px;
  min-height: 31px;
}

/*product-detail-desc-2-columns*/
.pd-desc .col-right {
  width: 680px;
  display: inline-block;
}

.pd-desc .col-left {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

.detail-image-wrapper {
  width: 400px;
  display: inline-block;
  margin-top: 20px;
}

/*contact us -2-columns*/
.contact-col-left {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 20px;
  margin-top: 20px;
}

.contact-col-left .row > ul {
  display: block;
}

.contact-col-left .row > ul li {
  -webkit-margin-start: 20px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 20px;
  list-style-type: disc;
}

.contact-col-left img {
  width: 100%;
}

.contact-col-right {
  width: 580px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 10px;
  margin-top: 20px;
}

.contact-col-right form {
  padding: 10px;
}

/*error msg container*/
.error-msg-container {
  width: 990px;
  margin: auto;
  padding: 0;
  min-height: 300px;
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*product detail image swiper*/
.detail-image-wrapper {
  width: 400px;
}

.detail-image-wrapper .product-image {
  width: 400px;
  height: 400px;
  display: flex;
  border: 1px solid #ccc;
}

.custom-theme .detail-image-wrapper .product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: scale-down;
}

.detail-image-wrapper .image-thumbnail {
  width: 400px;
  font-size: 0;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

.detail-image-wrapper .image-thumbnail .img-wrapper {
  width: 60px;
  height: 60px;
  margin: 3px;
  border: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
  background-color: white;
  cursor: pointer;
  font-size: 0;
  display: flex;
}

.detail-image-wrapper .image-thumbnail .img-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: block;
  margin: auto;
}

.detail-image-wrapper .image-thumbnail .img-wrapper.active {
  border: 2px solid #333333;
}

/*empty listing view container*/
.listing-empty-container {
  width: 100%;
  margin: auto;
  padding: 0;
  min-height: 300px;
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*product - product item//////////////////*/
.item {
  width: 198px;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  color: #000000;
  float: left;
  border: 1px solid transparent;
}

.item:hover {
  opacity: 0.85;
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 0px 15px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 0px 15px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 0px 15px -5px rgba(0, 0, 0, 0.4);
  z-index: 2;
  text-decoration: none;
}

.item .product-img {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.item .product-img .discount-bg {
  fill: #514d45;
}

.item .product-img .discount-label {
  height: 28px;
  width: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.item .product-img .discount-label svg {
  position: absolute;
}

.item .product-img .discount-label span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  position: absolute;
  top: 0;
  margin-left: 10px;
}

.item .product-info {
  font-size: 21px;
  padding: 0 5px 10px;
  position: relative;
}

.item .product-info .product-name {
  font-size: 0.66em;
  display: block;
  margin-top: 3px;
  overflow: hidden;
  height: 40px;
  line-height: 1.5em;
}

.item .product-info .original-final-price, .item .product-info .discount-price {
  font-size: 1.1em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

.item .product-info .original-final-price .price-unit, .item .product-info .discount-price .price-unit {
  font-size: 0.7em;
  padding-right: 3px;
  display: inline-block;
}

.item .product-info .original-price {
  font-size: 0.6em;
  color: gray;
  text-decoration: line-through;
  margin-left: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.item .product-info .discount-price {
  color: #514d45;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

/*highlight products index*/
.highlight-products .item {
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
}

.highlight-products .item:first-child, .highlight-products .item:nth-child(2), .highlight-products .item:nth-child(3), .highlight-products .item:nth-child(4), .highlight-products .item:nth-child(5) {
  border-top: 1px solid transparent;
}

.highlight-products .col-3items .item:nth-child(4), .highlight-products .col-3items .item:nth-child(5) {
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
}

.highlight-products .section-title {
  /*overflow: hidden;*/
}

.highlight-products .viewmore {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333333;
}

.highlight-products .section-title .tabs {
  color: #000000;
}

.highlight-products .section-title .tabs a {
  color: #000000;
}

.highlight-products .section-title .tabs:hover a {
  color: #333333;
}

/*product-listing*/
.product-listing-wrapper {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-listing-wrapper .item:first-child, .product-listing-wrapper .item:nth-child(2), .product-listing-wrapper .item:nth-child(3), .product-listing-wrapper .item:nth-child(4) {
  border-top: 1px solid transparent;
}

.product-listing-wrapper.col-3items a {
  width: 33%;
}

.product-listing-wrapper.col-3items .product-name {
  height: 40px;
}

.product-listing-wrapper .item.sold-out:hover .product-info {
  color: #888;
}

.product-listing-wrapper .item.sold-out:hover .discount-bg, .product-listing-wrapper .item.sold-out:hover .discount-price {
  fill: #4b4b4b;
  color: #4b4b4b;
}

.product-listing-wrapper .item.sold-out .btn-buy {
  background-color: #333;
}

.product-listing-wrapper .item.sold-out .btn-buy:hover {
  background-color: #333;
}

.product-listing-wrapper .item.sold-out .original-price {
  display: none;
}

.product-listing-wrapper .item.sold-out .sold-out-tag {
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  background-color: #666;
  vertical-align: text-bottom;
  display: inline-block;
}

/*product listing empty fix*/
.product-listing-wrapper .empty {
  margin: auto;
  height: 318px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 130px;
}

.product-listing-wrapper.col-3items .empty {
  height: 447px;
  padding-top: 180px;
}

/*product - product detail, related product row////////////////*/
.product-row {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-row .item {
  padding: 0;
  margin-right: 10px;
}

.product-row .item:first-child {
  margin-left: 10px;
}

.pd-swiper .item {
  width: 35%;
  flex: 0 0 10em;
}

.listing-right .item {
  width: 195px;
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
  padding-top: 10px;
}

/*typography -  product-detail*/
.pd-info .container {
  margin-bottom: 30px;
}

.pd-info .product-spec {
  width: 580px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  padding: 0 20px;
}

.pd-info .product-spec .cate-name {
  display: block;
}

.pd-info .product-spec .product-name {
  font-size: 15px;
  font-weight: bold;
  width: 400px;
  display: inline-block;
}

.pd-info .product-spec .product-desc {
  margin-bottom: 3px;
}

.pd-info .product-spec .original-price {
  color: gray;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  text-decoration: line-through;
}

.pd-info .product-spec .product-discount {
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.pd-info .product-spec .original-final-price,
.pd-info .product-spec .discount-price {
  font-size: 27.5px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

.pd-info .product-spec .original-final-price .price-unit,
.pd-info .product-spec .discount-price .price-unit {
  font-size: 0.7em;
  padding-right: 3px;
  display: inline-block;
}

.pd-info .product-spec .discount-price {
  color: #514d45;
}

.pd-info .product-spec .pre-sale-msg {
  width: 100%;
  padding: 8px 10px;
  display: block;
  background-color: rgba(151, 148, 143, 0.15);
  margin: 10px 0;
}

.pd-info .product-spec a {
  text-decoration: none;
  font-size: 14px;
}

.pd-info .product-spec a.tag {
  margin-right: 10px;
  display: inline-block;
}

.pd-info .product-spec a:hover {
  text-decoration: underline;
}

.pd-info .product-spec .spec-title {
  color: #666666;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  font-weight: normal;
  width: 70px;
}

.pd-info .product-spec .fb-share-button {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  vertical-align: top;
  margin-left: 11px;
}

.pd-info .product-spec .spec-title {
  margin: 8px 0;
}

.pd-info .product-spec .product-name {
  font-weight: bold;
  font-size: 23px !important;
  color: black;
  margin-top: 5px;
}

.pd-info .product-spec .buy-btn {
  margin-left: 70px;
  display: inline-block;
}

.pd-info .product-spec .multi-spec-wrapper {
  /* border-top: 1px dashed rgba($text-color, .4); */
  border-top: 0;
  margin-top: 10px;
}

.pd-info .product-spec .multi-spec-wrapper.jumpto {
  background-color: #fafafa;
  margin-left: -10px;
  padding-left: 10px;
  padding-bottom: 1px;
}

.pd-info .product-spec .multi-spec-wrapper.jumpto .warn-msg {
  font-weight: bold;
  color: #f13200;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.warn-msg {
  font-weight: bold;
  color: #f13200;
  display: inline-block;
}

.warn-msg-row {
  color: #f13200;
  margin: 10px 0;
  padding: 5px 19px;
  background-color: rgba(241, 50, 0, 0.08);
}

.pd-label {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  background-color: #514d45;
  padding: 5px 10px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.pd-desc .content a {
  font-size: 15px;
}

.pd-desc .content a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.pd-desc .content ul {
  display: block;
}

.pd-desc .content ul li {
  list-style-type: disc;
}

.product-spec.sold-out .discount-price {
  color: #4b4b4b;
}

.product-spec.sold-out .buy-btn {
  background-color: #333;
  cursor: default;
}

.product-spec.sold-out .buy-btn:hover {
  background-color: #333;
}

/*typography - product listing/////////////////*/
.cate-listing-wrapper .listing-title {
  margin: 10px 0 5px;
  color: #000000;
}

.listing-title a {
  color: #333333;
  text-decoration: none;
  font-size: 18px;
}

.listing-subtitle {
  height: 40px;
}

.listing-subtitle span {
  line-height: 40px;
}

/*tab/title*/
.listing-title {
  font-size: 23.5px;
  font-weight: bold;
  margin: 20px;
  display: block;
  color: black;
}

.section-title {
  height: 40px;
  width: 100%;
  border-bottom: 2px solid #ddd;
  margin-top: 20px;
}

.section-title ul {
  font-size: 0px;
}

.section-title ul ul li.tabs {
  font-size: 16px;
}

.section-title .tabs {
  display: inline-block;
  padding: 10px 15px;
  height: 40px;
  border-bottom: 2px solid #ddd;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

.section-title .tabs.active {
  border-bottom: 2px solid #0d0d0d;
}

.section-title .tabs a {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.section-title .tabs a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

/*text content*/
.content {
  padding: 30px 60px;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.03);
}

.content img {
  max-width: 80%;
  display: block;
  margin: 20px auto;
}

.content iframe {
  display: block;
  margin: 10px auto;
}

.content .video-wrapper {
  position: relative;
  width: 80%;
  margin: 20px auto;
  display: block;
}

.content .video-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.5%;
}

.content .video-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content .video-wrapper iframe {
  width: 100%;
  height: 100%;
  margin: 0;
}

.content ul {
  display: block;
}

.content ul li {
  list-style-type: disc;
}

.content .oul-detail-content ul, .content .oul-detail-content ul li {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

/*error-msg*/
.error-msg {
  margin: 20px 0;
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*general swiper config*/
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.8;
  border: 1px solid #333333;
}

.swiper-pagination-bullet-active {
  background: #333333;
}

.swiper-container {
  height: 300px;
}

.swiper-button-next,
.swiper-button-prev {
  transform: translateY(50%);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/prev-arrow.svg");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/next-arrow.svg");
}

/*rolling-banner-swiper*/
.rolling-banners .swiper-slide > a > div, .rolling-banners .swiper-slide > div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  display: table;
  text-align: center;
}

.rolling-banners .swiper-slide > a > div > span, .rolling-banners .swiper-slide > div > span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 160px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.rolling-banners .swiper-slide > a > div > span > span, .rolling-banners .swiper-slide > div > span > span {
  clear: both;
  display: block;
  font-size: 20px;
}

.rolling-banners .swiper-slide a:hover {
  text-decoration: none;
}

.rolling-banners .swiper-slide a:hover > div {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
}

.rolling-banners .swiper-slide a:hover span {
  background-color: transparent;
  color: #fff;
}

.banner-inner.no-desc {
  background-color: transparent !important;
}

/*product detail related products swiper*/
.product-swiper-container {
  overflow: hidden;
  height: 270px;
  margin: 0 45px;
}

.product-swiper-container .item {
  width: 100%;
  padding: 10px 0;
}

.product-swiper-container .item .product-img {
  border: 1px solid #e3e3e3;
}

.product-swiper-container .item .product-name {
  font-size: 13px;
}

.product-swiper-container .item .original-final-price,
.product-swiper-container .item .original-final-price .price-unit {
  font-size: 14px;
  color: #514d45;
}

.product-swiper-container .item:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.product-swiper-container .item:hover .product-img {
  border: 1px solid #514d45;
}

.product-swiper-container .item:hover .product-name {
  color: #514d45;
}

.related-products-wrapper {
  width: 990px;
  padding: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}

.related-products-wrapper .product-swiper-container .product-name {
  height: auto;
}

.static-banners {
  width: 990px;
  margin: auto;
  height: 300px;
  margin-top: 20px;
}

.static-banners > a > div, .static-banners > div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  display: table;
  text-align: center;
}

.static-banners > a > div > span, .static-banners > div > span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 160px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.static-banners > a > div > span > span, .static-banners > div > span > span {
  clear: both;
  display: block;
  font-size: 20px;
}

.static-banners a:hover, .static-banners > div:hover, .static-banners:hover {
  text-decoration: none;
}

.static-banners a:hover > div, .static-banners > div:hover > div, .static-banners:hover > div {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
}

.static-banners a:hover span, .static-banners > div:hover span, .static-banners:hover span {
  background-color: transparent;
  color: #fff;
}

.btn {
  height: 40px;
  width: auto;
  max-width: 500px;
  background-color: #20bce5;
  color: #fff;
  margin: 0;
  border: 0;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.btn a:hover {
  text-decoration: none;
}

.btn:hover {
  background-color: #2aa8ca;
  text-decoration: none;
}

/*dropdown - product detail multi spec radio button///////////////

.multi-spec {
    margin: 15px 0;
    
    & label {
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        color: #333;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        display: inline-block;
        margin-right: 5px;
        cursor: pointer;

        &.sold-out {
            background-color: white;
            border: 1px dashed $sold-out-text;
            color: $sold-out-text;
            cursor: default;
        }
    }
    
    & input[type="radio"] {
        display: none;

        &:checked + label{
            background-color: darken( $primary-color, 5%);
            border: 1px solid darken( $primary-color, 5%);
            color: #fff;
        }
    }
}

*/
.custom-theme .product-option {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
}

.product-option:first-child {
  padding-top: 20px;
  margin-top: 0;
  border-top: 1px dashed rgba(53, 61, 76, 0.4);
}

ul.pd-option {
  list-style: none;
  vertical-align: text-top;
  max-width: 465px;
}

li.option-detail {
  float: left;
  position: relative;
  margin: 0 4px 4px 0;
  line-height: 20px;
  vertical-align: middle;
  padding: 1px;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

li.option-detail a {
  color: #000000;
  text-decoration: inherit;
  background-color: rgba(77, 77, 77, 0.2);
  padding: 6px 10px 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid rgba(77, 77, 77, 0.2);
}

li.option-detail.active a,
li.option-detail a:hover {
  background-color: #1bbbe4;
  border: 1px solid #1bbbe4;
  border-radius: 6px;
  color: #fff;
}

li.option-detail.active a,
li.option-detail a:hover,
li.option-sold a:hover {
  text-decoration: none !important;
}

li.option-sold {
  float: left;
  position: relative;
  margin: 0 4px 4px 0;
  line-height: 20px;
  vertical-align: middle;
  padding: 1px;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

li.option-sold a {
  color: #d8d8d8;
  text-decoration: inherit;
  padding: 6px 10px 6px 10px;
  border-radius: 6px;
  border-style: dashed;
  /* border-width: 1.6px; */
  border-color: #d8d8d8;
  background-color: transparent;
}

li.option-sold:hover {
  cursor: default;
}

li.option-sold:hover a {
  background-color: transparent;
  color: #d8d8d8;
  border-style: dashed;
  border-color: #d8d8d8;
  cursor: default;
}

.product-option .option-title {
  width: 67px;
  display: inline-block;
}

.buy-btn {
  width: 200px;
  padding: 0;
  cursor: pointer;
}

.btn.btn-buy {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #20bce5;
  color: #fff;
  opacity: 0;
}

.btn.btn-buy:hover {
  background-color: #17a1c5;
}

.item:hover .btn-buy {
  opacity: 1;
}

.viewmore {
  display: block;
  height: 40px;
  padding: 10px 20px;
  background-color: #20bce5;
  color: #fff;
  text-align: center;
  float: right;
  font-size: 14px;
  transition: 0.3s;
}

.viewmore:hover {
  background-color: #292929;
  text-decoration: none;
}

.pagination {
  display: block;
  width: 100%;
  margin: 30px 0;
  text-align: left;
}

.pagination a:hover {
  background-color: rgba(133, 133, 133, 0.1);
}

.pagination .pagination-wrapper {
  vertical-align: middle;
  text-align: center;
}

.pagination .pagination-wrapper span {
  font-size: 14px;
}

.pagination .pagination-wrapper .page-no {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 15px;
  margin: 0 5px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
}

.pagination .pagination-wrapper .page-no:hover {
  text-decoration: none;
}

.pagination .pagination-wrapper .page-no.active {
  background-color: rgba(133, 133, 133, 0.8);
  border-color: rgba(133, 133, 133, 0.8);
  font-weight: bold;
}

.pagination .pagination-wrapper a.page-no:hover {
  background-color: rgba(133, 133, 133, 0.1);
  border-color: rgba(133, 133, 133, 0.1);
}

.pagination .pagination-wrapper div,
.pagination .pagination-wrapper span,
.pagination .pagination-wrapper a {
  vertical-align: middle;
}

.pagination .pagination-wrapper a {
  color: #333;
}

.previcon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/icon-pagination-arrow.png) center center no-repeat;
  background-size: 50px;
  background-position: 0 2.5px;
  border-radius: 4px;
}

.nexticon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/icon-pagination-arrow.png) center center no-repeat;
  background-size: 50px;
  background-position: -25px 2.5px;
  border-radius: 4px;
}

.double-previcon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/icon-pagination-double-arrow.png) center center no-repeat;
  background-size: 50px;
  background-position: 0 2.5px;
  border-radius: 4px;
}

.double-nexticon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/icon-pagination-double-arrow.png) center center no-repeat;
  background-size: 50px;
  background-position: -25px 2.5px;
  border-radius: 4px;
}

.disable.previcon, .disable.nexticon, .disable.double-previcon, .disable.double-nexticon {
  opacity: 0.2;
  pointer-events: none;
}

a.page-no:hover, .previcon:hover, .nexticon:hover {
  font-weight: bold;
}

.icon-sh {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/icon-search.png) center center no-repeat;
  background-size: 50px;
  background-position: 0 0;
}

.icon-fb {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/icon-fb.png) center center no-repeat;
  background-size: 50px;
  background-position: 0 0;
  margin: 5px;
  cursor: pointer;
}

.icon-fb:hover {
  opacity: .7;
}

.icon-ig {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/icon-ig.png) center center no-repeat;
  background-size: 50px;
  background-position: 0 0;
  margin: 5px;
  cursor: pointer;
}

.icon-ig:hover {
  opacity: .7;
}

.icon-filter {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/icon-filter.png) center center no-repeat;
  background-size: 38px;
  background-position: 0 0;
  vertical-align: text-top;
  margin-right: 10px;
}

.icon-pin {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/icon-pin.png) center center no-repeat;
  background-size: 25px;
  background-position: 0 0;
  vertical-align: middle;
}

/*error page*/
.error-msg-container .btn {
  margin: 0 5px;
}

/*shopping cart*/
.item-cart .btn-buy {
  width: calc(50% - 2px);
  padding: 0;
  height: 33px;
  line-height: 33px;
  border: 1px solid #20bce5;
}

.item-cart .btn-cart {
  width: calc(50% - 2px);
  padding: 0;
  height: 33px;
  line-height: 33px;
  background: none;
  border: 1px solid #20bce5;
  color: #20bce5;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  opacity: 0;
}

.btn-cart * {
  vertical-align: middle;
}

.btn-cart svg.rolling {
  transform: scale(0.5);
}

.btn-cart svg.rolling circle {
  stroke: #20bce5;
}

.buy-btn * {
  vertical-align: middle;
}

.buy-btn svg.rolling {
  transform: scale(0.5);
}

.buy-btn svg.rolling circle {
  stroke: #fff;
}

.item-cart .btn-cart:hover {
  color: #17a1c5;
  border: 1px solid #17a1c5;
}

.item:hover .btn-cart {
  opacity: 1;
}

.pd-info .product-spec .btn-cart {
  width: 160px;
  padding: 0;
  background: none;
  border: 1px solid #20bce5;
  color: #20bce5;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  margin-left: 70px;
}

.pd-info .product-spec .btn-cart:hover {
  color: #17a1c5;
  border: 1px solid #17a1c5;
}

.pd-info .product-spec .buy-btn {
  margin-left: 10px;
}

/*svg button*/
svg.btn-icon.stroke {
  stroke: #20bce5;
}

svg.btn-icon.stroke:hover {
  stroke: #17a1c5;
}

/* Dropdown Button */
.dropbtn {
  background-color: rgba(133, 133, 133, 0.15);
  color: #0d0d0d;
  font-size: 13px;
  border: none;
  cursor: pointer;
  min-width: 100px;
  padding: 0 0 0 16px;
  line-height: 41px;
  font-weight: normal;
  outline: none;
  min-width: 165px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.filter-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 6px 10px -4px #9e9e9e;
  -moz-box-shadow: 0px 6px 10px -4px #9e9e9e;
  box-shadow: 0px 6px 10px -4px #9e9e9e;
  z-index: 1;
  right: 0;
}

/* Links inside the dropdown */
.filter-dropdown-content a {
  color: ＃333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-weight: normal;
}

/* Change color of dropdown links on hover */
.filter-dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu (use JS to add this class to the .filter-dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.dropdown {
  float: right;
  z-index: 4;
}

.filter-dropdown-content {
  z-index: -1;
  overflow: hidden;
  width: 100%;
}

.filter-dropdown-content.show {
  animation-name: show-cate-menu;
  animation-duration: 0.5s;
}

@keyframes show-dropdown {
  from {
    transform: rotateX(50deg);
    top: 0;
  }
  to {
    transform: rotateX(0deg);
    top: 41px;
  }
}

.down-arrow {
  height: 41px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(133, 133, 133, 0.8);
  width: 41px;
  margin-left: 17px;
  float: right;
}

.dropbtn:hover .down-arrow, .dropbtn:focus .down-arrow {
  background-color: #858585;
}

span.down-arrow img {
  width: 13px;
  padding: 16px 0;
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(../images/fotorama/fotorama.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(../images/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #20bce5;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #20bce5;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: .3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: .3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

/*form - contact us - address table///////////////*/
table.contact {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}

table.contact:last-child {
  margin-bottom: 0;
}

table.contact th {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  background-color: rgba(133, 133, 133, 0.15);
}

table.contact tr td {
  vertical-align: top;
}

table.contact tr td:first-child {
  width: 75px;
  font-weight: bold;
  /*text-align: right;*/
  padding-right: 10px;
}

/*form - contact us - form///////////////*/
form p {
  margin: 10px 0;
}

form label {
  font-size: 12px;
  color: #b3b3b3;
  line-height: 15px;
  margin-top: 5px;
  display: block;
  clear: both;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 120px;
  border: 1px solid #ddd;
  margin: auto;
  padding: 10px 10px;
  display: block;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 0;
  margin-bottom: 10px;
}

input[type="text"], input[type="tel"], input[type="email"] {
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  color: #000000;
}

tr:not(.table-address) {
  padding: 5px 10px;
  display: block;
}

input {
  outline: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-size: 100%;
}

input[type=search] {
  background: url(../images/icon-search.png) no-repeat 0px center;
  background-size: 25px;
  border: 0;
  padding: 9px 10px 9px 32px;
  width: 55px;
  background-position: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0;
}

.magnifier-lens {
  position: absolute;
  border: solid 1px #ccc;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
}

.magnifier-loader {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #ccc;
  color: #fff;
  text-align: center;
  background: transparent;
  background: rgba(50, 50, 50, 0.5);
  z-index: 1000;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232);
}

.magnifier-loader-text {
  font: 13px Arial;
  margin-top: 10px;
}

.magnifier-large {
  position: absolute;
  z-index: 100;
}

.magnifier-preview {
  padding: 0;
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.magnifier-preview img {
  position: absolute;
  top: 0;
  left: 0;
}

.opaque {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.hidden {
  display: none;
}

.nav-cart {
  width: 40px;
  height: 40px;
  background: url(../images/icon-cart.png) no-repeat 0px center;
  background-size: 25px;
  background-position: 5px;
  margin: 7px 0 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.nav-cart span.nav-cart-count {
  color: #fff;
  background: #f13200;
  min-height: 15px;
  min-width: 15px;
  padding: 0 4px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 2px;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}

.cart-snap-wrapper {
  position: absolute;
  top: 45px;
  right: 0;
  width: 360px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 5;
  border-radius: 2px;
  padding: 10px 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.cart-snap-wrapper > a:after {
  clear: both;
  display: table;
  content: "";
}

.cart-snap-wrapper p.msg {
  text-align: center;
  margin: 10px 0 15px 0;
}

.cart-notification {
  position: absolute;
  top: 35px;
  right: 0;
  width: 360px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 5;
  border-radius: 2px;
  padding: 10px 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.cart-notification-show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  transform: translateY(10px);
}

.cart-notification p.msg {
  background: #f4f7f8;
  width: 360px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 -10px;
  text-align: center;
  font-weight: bold;
}

.nav-cart-wrapper:hover .cart-snap-wrapper {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.cart-snap-wrapper:before, .cart-notification:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -8px;
  right: 14px;
}

.cart-snap-item {
  clear: both;
  padding-top: 2px;
  min-height: 54px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}

.cart-snap-item:hover {
  background-color: #f5f5f5;
}

.cart-snap-item img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

.cart-snap-item.added {
  background-color: #ffecc7;
  transition: 1s;
}

.cart-snap-wrapper p {
  margin: 0;
}

.cart-snap-wrapper a .cart-snap-info-wrapper {
  float: left;
  width: 280px;
  color: #000000;
  padding-top: 2px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
}

.cart-snap-info {
  float: left;
  width: 210px;
}

.cart-snap-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  margin: 0;
}

.cart-snap-spec {
  color: #b3b3b3;
  font-size: 13px;
  margin: 0;
}

.cart-snap-price {
  width: 70px;
  height: 50px;
  line-height: 50px;
  float: left;
  display: block;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  margin: 0;
}

.cart-snap-sum {
  background: #f4f7f8;
  width: 360px;
  height: 55px;
  margin-left: -10px;
  padding: 6px 10px 10px 10px;
}

.cart-snap-sum .cart-snap-sum-total {
  font-size: 14px;
  text-align: right;
  float: right;
  line-height: 40px;
  margin-right: 10px;
}

.cart-snap-sum .cart-snap-sum-total span {
  font-weight: bold;
  color: #514d45;
}

.cart-snap-sum .cart-snap-sum-total span:first-child {
  margin-left: 5px;
}

.cart-snap-warning {
  color: #f2453f;
  font-size: 13px;
}

.cart-snap-sum .btn {
  float: right;
}

.cart-snap-wrapper p.cart-snap-sum-delivery {
  float: right;
  line-height: 50px;
  margin-right: 15px;
  font-size: 14px;
  color: #b3b3b3;
}

/*shopping cart page*/
.cart-col-left {
  width: 720px;
  display: inline-block;
  vertical-align: top;
  min-height: 300px;
}

.cart-col-left form {
  display: inline-block;
}

.cart-delivery {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.cart-delivery p.cart-delivery-label {
  display: inline-block;
  font-size: 15px;
  border: 1px solid transparent;
  margin: 0;
  vertical-align: top;
  height: 37px;
  line-height: 30px;
  font-weight: bold;
}

.cart-delivery-option {
  width: 100%;
  height: 55px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.cart-delivery-option label {
  width: 100%;
  height: 50px;
  margin: 0;
  padding-left: 50px;
  line-height: 10px;
  cursor: pointer;
  font-size: 15px;
  color: inherit;
  border: 1px solid rgba(13, 13, 13, 0.5);
  border-radius: 2px;
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  border-radius: 6px;
}

.cart-delivery-option label.disabled {
  pointer-events: none;
  background-color: #fff;
  /* color: #bbb; */
  opacity: 0.4;
  border-color: rgba(13, 13, 13, 0.3);
}

.cart-delivery-option label.disabled .cart-delivery-option-remark {
  color: rgba(13, 13, 13, 0.6);
}

.cart-delivery-option input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.cart-delivery-option .check {
  display: block;
  position: absolute;
  border: 2px solid #ccc;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 19px;
  left: 20px;
  z-index: -1;
  transition: border .25s linear;
  -webkit-transition: border .1s linear;
}
.custom-theme .cart-delivery-option input[type="radio"]:checked ~ .check {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eradio-selected%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M10,0 C4.48,0 0,4.48 0,10 C0,15.52 4.48,20 10,20 C15.52,20 20,15.52 20,10 C20,4.48 15.52,0 10,0 Z M10,18 C5.58,18 2,14.42 2,10 C2,5.58 5.58,2 10,2 C14.42,2 18,5.58 18,10 C18,14.42 14.42,18 10,18 Z M10,15 C12.7614237,15 15,12.7614237 15,10 C15,7.23857625 12.7614237,5 10,5 C7.23857625,5 5,7.23857625 5,10 C5,12.7614237 7.23857625,15 10,15 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='web-990-order-comment' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='cart-payment' transform='translate(-193.000000, -523.000000)'%3E%3Cg id='Group-22' transform='translate(56.000000, 467.000000)'%3E%3Cg id='Group-21' transform='translate(16.000000, 54.000000)'%3E%3Cg id='Group-24' transform='translate(121.000000, 0.000000)'%3E%3Cg id='Icon-/-Toggle-/-Radio-Checked-/-Filled' transform='translate(0.000000, 2.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='ic_radio_button_checked_24px' fill-rule='nonzero'%3E%3C/g%3E%3Cg id='✱-/-Color-/-Icons-/-Primary-or-Secondary' mask='url(%23mask-2)' fill='%23333333' fill-rule='evenodd'%3E%3Cg id='✱-/-Color-/-Primary-/-Main'%3E%3Cg id='✱-/-Color-/-Primary-/-400'%3E%3Crect id='Rectangle-13' x='0' y='0' width='20' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.cart-delivery-option .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 9px;
  width: 9px;
  top: 1px;
  left: 1px;
  margin: auto;
  transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
}

.cart-delivery-option input[type=radio]:checked ~ .check::before {
  background: #333333;
}

.cart-delivery-option label:hover {
  background: rgba(51, 51, 51, 0.05);
}

.cart-delivery-option-remark {
  font-size: 12px;
  color: #333333;
  margin: 5px 0 -5px;
  line-height: 16px;
  text-align: left;
}

.cart-list {
  width: 720px;
  display: inline-block;
}

.cart-list-checkbox {
  padding: 0 0 5px 20px;
}

.cart-list-checkbox label {
  display: inline-block;
  cursor: pointer;
}

.cart-list-container {
  border: 1px solid rgba(51, 51, 51, 0.4);
  border-radius: 2px;
}

.cart-list-item {
  clear: both;
  display: block;
  min-height: 90px;
  overflow: auto;
  border-bottom: 1px dashed rgba(53, 61, 76, 0.4);
  position: relative;
  font-size: 0;
}

.cart-list-item > * {
  vertical-align: top;
}

.cart-list-container .cart-list-item:last-child {
  border-bottom: none;
}

.cart-item-checkbox {
  width: 45px;
  padding: 30px 0 0 20px;
  vertical-align: middle;
  min-height: 90px;
  /* float: left; */
  display: inline-block;
}

.cart-item-img {
  width: 70px;
  min-height: 90px;
  /* float: left; */
  display: inline-block;
  padding: 15px 0;
  margin-right: 10px;
}

.cart-item-img a {
  height: 70px;
  display: block;
}

.cart-item-img img {
  width: 70px;
  height: 70px;
}

.cart-item-info {
  padding: 15px 10px 15px 0;
  width: 265px;
  /* min-height: 90px; */
  /* float: left; */
  display: inline-block;
}

.cart-item-info .product-name {
  display: block;
  margin: 0;
}

.cart-item-info .product-name a {
  color: #000000;
  display: -webkit-box;
  /* max-width: 400px; */
  /* height: 36px; */
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-info .product-spac {
  margin: 4px 0 0 0;
  font-size: 13px;
  color: #b3b3b3;
}

.cart-item-info .product-spac span {
  margin-right: 10px;
}

.cart-item-qty {
  width: 105px;
  /* float: left; */
  display: inline-block;
  padding: 15px 0 0 0;
}

.product-option.pd-order-qty {
  margin-bottom: 25px;
}

.pd-order-qty {
  font-size: 14px;
}

.pd-order-qty .pd-qty-minus {
  width: 25px;
  height: 20px;
  background: #eee;
  border: 1px solid #aaa;
  z-index: 2;
  vertical-align: middle;
  line-height: 0;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  vertical-align: top;
  font-size: 14px;
}

.pd-order-qty .pd-qty {
  width: 45px;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
  height: 20px;
  border: 1px solid #aaa;
  line-height: 15px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 14px;
}

.pd-order-qty .qd-qty-plus {
  width: 25px;
  height: 20px;
  background: #eee;
  border: 1px solid #aaa;
  z-index: 2;
  vertical-align: middle;
  line-height: 0px;
  font-weight: bold;
  border-radius: 0 5px 5px 0px;
  vertical-align: top;
  font-size: 14px;
}

.cart-item-qty .limit-msg {
  margin: 2px 0 0 5px;
  font-size: 13px;
  color: #b3b3b3;
}

.cart-item-delivery {
  width: 125px;
  /* float: left; */
  display: inline-block;
  padding: 15px 0 0 0;
}

.cart-item-delivery p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}

.cart-item-subtotal {
  /* float: left; */
  display: inline-block;
  text-align: right;
  width: 93px;
  padding: 15px 8px 0 0;
}

.cart-item-subtotal p {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}

p.cart-error-msg {
  font-size: 13px;
  color: #f2453f;
  margin: 5px 0 5px 0;
  line-height: 15px;
}

.cart-list .cart-item-qty .warn-msg {
  text-align: center;
  width: 95px;
  margin-top: 7px;
  font-weight: normal;
  line-height: 15px;
  font-size: 13px;
}

p.cart-delivery-remark {
  font-size: 13px;
  color: #333333;
  margin: 0 0 5px 0;
}

.cart-item-btn-wrapper {
  position: absolute;
  bottom: 7px;
  right: 10px;
  height: 20px;
  display: none;
}

.cart-edit {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.cart-delete, .cart-edit {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: 5px;
}

.cart-delete span, .cart-edit span {
  vertical-align: super;
  margin-left: -2px;
}

.cart-list-item:hover .cart-item-btn-wrapper {
  display: block;
}

/* .cart-delete:hover, .cart-edit:hover {
    width: 50px;
    transition: 0.2s;
    text-decoration: none;
    & span, & svg {
        color: $dark-secondary-color;
        stroke: $dark-secondary-color;
    }
} */
.cart-delete-confirm {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.9);
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
}

.cart-delete-confirm a {
  margin-left: 15px;
  cursor: pointer;
}

.cart-list-item:hover {
  background: rgba(0, 0, 0, 0.02);
}

.cart-list-item-disabled {
  background: rgba(0, 0, 0, 0.05);
}

.cart-list-item-disabled .cart-item-img img {
  opacity: 0.4;
}

.cart-list-item-disabled .cart-item-info .product-name {
  opacity: 0.4;
}

.cart-list-item-disabled .cart-item-subtotal {
  opacity: 0.4;
}

.cart-list-item.cart-list-item-disabled:hover {
  background: rgba(0, 0, 0, 0.05);
}

table.checkout-container {
  width: 250px;
}

table.checkout-container tr {
  padding: 0;
}

table.checkout-container tr td:first-child {
  text-align: left;
  width: 150px;
  font-size: 14px;
}

table.checkout-container tr td:last-child {
  text-align: right;
  width: 100px;
  font-weight: bold;
}

table.checkout-container td.remark:first-child {
  color: #514d45;
  width: 250px;
  font-weight: normal;
  float: none;
  padding: 2px 0 1px;
}

.cart-col-right {
  width: 250px;
  min-height: 300px;
  float: right;
}

.checkout-container-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.checkout-container-title a {
  cursor: pointer;
}

.checkout-total {
  margin: 10px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  text-align: right;
  padding: 10px 0;
}

.checkout-total span {
  color: #514d45;
  font-size: 27.5px;
  font-weight: bold;
}

.checkout-total span span.price-unit {
  font-size: 0.7em;
}

.cart-col-right .btn {
  width: 100%;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 18px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control span {
  font-size: 13px;
  line-height: 22px;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:hover ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #333333;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0d0d0d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/*quick view*/
.quickview .detail-image-wrapper {
  width: 300px;
}

.quickview .detail-image-wrapper .product-image {
  width: 300px;
  height: 300px;
}

.quickview .detail-image-wrapper .image-thumbnail {
  width: 300px;
}

.quickview-more {
  width: 540px;
  border-top: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
}

.quickview.pd-info .pd-order-qty {
  /* margin-left: 70px;
    float: left;
    padding-top: 10px; */
  margin: 0;
  margin-bottom: 20px !important;
  padding: 0;
  float: none;
}

.quickview.pd-info .product-spec .buy-btn {
  margin-left: 70px;
}

.quickview .detail-image-wrapper {
  margin-top: 0;
}

.quickview.pd-info .product-option {
    margin-bottom: 0px;
}

/*checkout*/
.order-form-right-col-shoppingcart {
  width: 290px;
}

/*empty cart*/
.cart-empty-visual {
  height: 130px;
  width: 600px;
  margin: 20px auto;
  background-image: url(../images/empty-cart-bg.png);
}

.cart-empty-visual img {
  position: absolute;
  left: 285px;
  z-index: 2;
}

.cart-empty-visual svg {
  position: absolute;
  left: 314px;
  top: 21px;
  width: 102px;
  z-index: 1;
}

.cart-empty #svg2 #path18, .cart-empty #svg2 #path26, .cart-empty #svg2 #path34, .cart-empty #svg2 #path50 {
  stroke: #20bce5 !important;
}

.cart-empty .cart-empty-title {
  font-weight: bold;
  font-size: 22px;
  display: block;
  width: 100%;
  text-align: center;
}

.cart-empty .btn {
  margin: 10px auto;
  display: block;
  width: 200px;
}

.btn.disable {
  background: #333;
  cursor: not-allowed;
}

/*popup*/
.popup-dialog-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.popup-dialog-quickview {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 50px 0 20px 20px;
  min-height: 500px;
  min-width: 200px;
  max-height: 90%;
  overflow-y: hidden;
  -webkit-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
  width: 960px;
  height: 70%;
}

@media only screen and (max-width: 960px) {
  .popup-dialog-quickview {
    width: 100%;
    padding: 50px 0 20px 10px;
  }
}

.popup-dialog-content {
  overflow-y: auto;
  display: block;
  height: 100%;
}

.pd-info.quickview {
  width: 920px;
}

.quickview.pd-info .product-spec {
  width: 580px;
  margin-top: 0;
  padding: 0 0 10px 15px;
  float: right;
}

.quickview.pd-info .product-spec .product-name {
  width: 100%;
  padding-right: 30px;
}

.popup-dialog-close {
  width: 25px;
  height: 25px;
  background: url(../images/dialog-close.png) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.popup-dialog-close:hover {
  opacity: 0.7;
}

.cart-delivery.cart-delivery-alert .cart-delivery-label {
  color: #f2453f;
}

.cart-delivery-alert .cart-delivery-option label {
  -webkit-animation: cssAnimationAlert 5s forwards;
  animation: cssAnimationAlert 5s forwards;
}

@keyframes cssAnimationAlert {
  0% {
    background: rgba(255, 65, 65, 0.2);
  }
  100% {
    background: rgba(255, 65, 65, 0);
  }
}

@-webkit-keyframes cssAnimationAlert {
  0% {
    background: rgba(255, 65, 65, 0.2);
  }
  100% {
    background: rgba(255, 65, 65, 0);
  }
}

/*promo code*/
.promo-code-container {
  margin-bottom: 20px;
}

.promo-code-container > a {
  cursor: pointer;
}

input[type="text"].promo-code-field {
  width: 56%;
  display: inline-block;
  height: 35px;
  font-size: 14px;
  vertical-align: middle;
  margin-top: 10px;
}

.promo-field-btn {
  background-color: #20bce5;
  color: #fff;
  width: 18%;
  text-align: center;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
  border-radius: 3px;
}

.promo-field-btn:hover {
  background-color: #17a1c5;
  text-decoration: none;
}

.promo-field-btn.cancel {
  background-color: #aeaeae;
}

.promo-field-btn.cancel:hover {
  background-color: #999999;
}

.promo-code-input .rolling {
  margin: 10px 18px;
}

.checkout-promo-code-title {
  border-top: 1px dashed #aaa;
  margin-top: 5px;
}

.checkout-promo-code-title td {
  padding-top: 5px;
}

.checkout-promo-code-field td {
  line-height: 25px;
  height: 25px;
}

a.icon-delete-cross {
  height: 16px;
  width: 16px;
  padding: 0 6px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  margin-top: -10px;
}

a.icon-delete-cross:hover {
  opacity: 0.7;
}

.checkout-promo-code-field td:last-child {
  color: #0d0d0d;
}

.oul-detail-content.tnc-warning {
  padding: 20px 0px 10px 0px;
  color: #f13200;
}