/*****************************
******************************
Template Name : Unero - Premium eCommerce Magento Theme

Color Theme
01-  Default Theme Color
02-  Button color
******************************
*****************************/
/* Primary Button */
/* Secondary Button */
/* Price color */
/* Rating */
/* Product label */
/* Button loadmore */
/* Product Grid Mode */
/* Product Detail */
/* Bundle Product */
/* Pagination Color */
/***********************************************************
   Template Name : Unero - Premium eCommerce Magento Theme
***********************************************************/
/* Variable */
/* Key Frame - Create Animation */
@-webkit-keyframes dot-amimation {
  0% {
    -webkit-transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
  }
}
@keyframes dot-amimation {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
/*****************************
******************************
Template Name : Unero - Premium eCommerce Magento Theme

Shortcode
01-  Variable
02-  Key Frame
Reset Css
Short code
Transition
Clear Css
Text & Link
Form
Scroll to top button
Breadcrumb
******************************
*****************************/
/* Reset Css */
*:focus {
  outline: none !important;
}
/* Short code */
.no-padding {
  padding: 0;
}
.no-display {
  display: none;
}
.color-theme {
  color: #cc3333;
}
.disable-select-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Transition */
button,
.transition-all300 {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
/* Clear Css */
.clear-grid:after,
.actions-link:after {
  content: "";
  display: table;
  clear: both;
}
/* Text & Link */
html,
body {
  overflow-x: hidden !important;
  overflow-y: auto;
}
body {
  color: #999999;
  font-size: 14px;
  line-height: 1.7;
  background: #ffffff;
  word-wrap: break-word;
}
#maincontent {
  min-height: 300px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin-bottom: 1.7em;
  margin-top: 0;
}
/* Button */
.btn,
button.action {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  text-align: center;
}
.btn.default,
button.action.default,
.btn.btn-default,
button.action.btn-default {
  border-color: #000000;
  color: #000000;
  background-color: #ffffff;
}
.btn.default:hover,
button.action.default:hover,
.btn.btn-default:hover,
button.action.btn-default:hover,
.btn.default:focus,
button.action.default:focus,
.btn.btn-default:focus,
button.action.btn-default:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn.primary,
button.action.primary,
.btn.btn-primary,
button.action.btn-primary {
  border-color: #333333;
  color: #ffffff;
  background-color: #333333;
}
.btn.primary:hover,
button.action.primary:hover,
.btn.btn-primary:hover,
button.action.btn-primary:hover,
.btn.primary:focus,
button.action.primary:focus,
.btn.btn-primary:focus,
button.action.btn-primary:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn.secondary,
button.action.secondary,
.btn.btn-secondary,
button.action.btn-secondary {
  border-color: #cc3333;
  color: #ffffff;
  background-color: #cc3333;
}
.btn.secondary:hover,
button.action.secondary:hover,
.btn.btn-secondary:hover,
button.action.btn-secondary:hover,
.btn.secondary:focus,
button.action.secondary:focus,
.btn.btn-secondary:focus,
button.action.btn-secondary:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-lg,
button.action.btn-lg {
  padding: 0 40px;
  min-width: 200px;
}
.btn.btn-sm,
button.action.btn-sm {
  padding: 0 30px;
}
.btn.btn-xs,
button.action.btn-xs {
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
}
.btn-full,
button.action-full {
  width: 100%;
}
table .table-caption {
  display: none;
}
blockquote {
  font-style: italic;
  padding: 10px 80px;
  border-left: 4px solid #cc3333;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 1.7em;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
blockquote cite:before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  color: #999;
  position: absolute;
  top: -15px;
  left: 0;
}
/* CUSTOM CSS */
.column-padding-5 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.column-padding-5 [class*="col-md-"],
.column-padding-5 [class*="col-lg-"],
.column-padding-5 [class*="col-sm-"],
.column-padding-5 [class*="col-xs-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.full-width-boxed .container-fluid,
.full-width-boxed .container {
  width: auto;
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.full-width-boxed.style-2 .container-fluid,
.full-width-boxed.style-2 .container {
  max-width: 1580px;
}
/* Form */
::-webkit-input-placeholder {
  color: #c1c1c1;
}
:-moz-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder {
  color: #c1c1c1;
}
:-ms-input-placeholder {
  color: #c1c1c1;
}
.label,
label {
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding: 0;
  margin: 0 0 5px;
  line-height: inherit;
  font-size: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
@-moz-document url-prefix() {
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #999 !important;
    background-image: none !important;
    border: 0;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 13px;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  color: #878787;
  box-shadow: none !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  border-color: #ccc;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 2px;
}
textarea,
textarea.form-control,
textarea.input-text {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  min-height: 120px;
  background: #fff;
  box-shadow: none;
  padding: 15px;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
textarea:focus,
textarea.form-control:focus,
textarea.input-text:focus {
  border-color: #222;
}
select,
select.form-control,
select.input-text {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
select:focus,
select.form-control:focus,
select.input-text:focus {
  border-color: #222;
}
select:not([multiple]),
select.form-control:not([multiple]),
select.input-text:not([multiple]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url("../images/select-bg.svg") no-repeat scroll 100% 45%;
  height: 40px;
  text-indent: 0.01em;
  text-overflow: "";
  padding: 0 25px 0 10px;
}
select:not([multiple]) option,
select.form-control:not([multiple]) option,
select.input-text:not([multiple]) option {
  height: 40px;
  padding: 8px 10px;
}
select[multiple],
select.form-control[multiple],
select.input-text[multiple] {
  background-color: #fff;
}
select[multiple] option,
select.form-control[multiple] option,
select.input-text[multiple] option {
  font-size: 14px;
  height: 34px;
  padding: 8px 10px;
}
.field,
.form-group {
  margin-bottom: 25px;
}
.field > .label,
.form-group > .label,
.field > label,
.form-group > label {
  display: inline-block;
  font-weight: 500;
  padding-left: 0;
}
.field.street .label,
.form-group.street .label {
  border: none;
  text-align: left;
}
.field.street .control .field label,
.form-group.street .control .field label {
  display: none;
}
.field.street .control .field + .field,
.form-group.street .control .field + .field {
  margin-top: 10px;
}
.field.requireds > .label:after,
.form-group.requireds > .label:after,
.field._required > .label:after,
.form-group._required > .label:after,
.field.required > .label:after,
.form-group.required > .label:after,
.field.requireds > label:after,
.form-group.requireds > label:after,
.field._required > label:after,
.form-group._required > label:after,
.field.required > label:after,
.form-group.required > label:after {
  color: #ff0000;
  content: "*";
  font-size: 13px;
  margin: 0 0 0 3px;
}
.field.requireds > .label em,
.form-group.requireds > .label em,
.field._required > .label em,
.form-group._required > .label em,
.field.required > .label em,
.form-group.required > .label em,
.field.requireds > label em,
.form-group.requireds > label em,
.field._required > label em,
.form-group._required > label em,
.field.required > label em,
.form-group.required > label em {
  display: none;
}
.field .form-control + .mage-error,
.form-group .form-control + .mage-error,
.field .input-text + .mage-error,
.form-group .input-text + .mage-error {
  font-size: 12px;
  color: red;
}
.field.choice,
.form-group.choice {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.field.choice .label,
.form-group.choice .label {
  margin: 0;
  font-size: 13px;
  cursor: pointer;
  white-space: normal;
}
.field.choice .control,
.form-group.choice .control,
.field.choice > input,
.form-group.choice > input {
  position: absolute;
  left: 0;
  bottom: auto;
  top: 3px;
  margin-top: 0;
}
.field.choice .control input,
.form-group.choice .control input {
  margin: 0;
}
.field.note,
.form-group.note {
  margin-top: 5px;
  font-style: italic;
  display: block !important;
  font-weight: 300;
}
.fields.group .field + .field {
  margin-top: 10px;
}
.control._with-tooltip {
  position: relative;
  padding-right: 40px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action:before {
  color: #bbb;
  content: "\f059";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: none;
  font-size: 14px;
  left: 40px;
  overflow-wrap: break-word;
  padding: 12px;
  position: absolute;
  text-transform: none;
  top: -5px;
  width: 270px;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #999 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -20px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #f4f4f4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -19px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.scroll-to-top {
  border: 1px solid #999999;
  color: #999999;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  bottom: -100px;
  cursor: pointer;
  font-size: 40px;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  width: 50px;
  z-index: 97;
}
.scroll-to-top i {
  display: block;
  line-height: 50px;
}
.scroll-to-top:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.breadcrumbs {
  padding-bottom: 45px;
  padding-top: 55px;
}
.breadcrumbs .items {
  display: table;
  margin: 20px auto 0;
}
.breadcrumbs .items:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs .items .item {
  float: left;
}
.breadcrumbs .items .item + .item:before {
  content: "/";
  padding: 0 2px;
}
.breadcrumbs .items strong {
  font-weight: 400;
}
.breadcrumbs .page-header {
  text-align: center;
  border: none;
  padding: 0;
  font-weight: 400;
  margin: 0;
}
.tag-cloud:after {
  content: "";
  display: table;
  clear: both;
}
.tag-cloud li {
  float: left;
}
.tag-cloud li a {
  display: block;
  margin-right: 10px;
  padding: 5px 15px;
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
}
.tag-cloud li a:hover {
  color: #fff;
  background-color: #333;
}
.owl-carousel .owl-item img {
  transform-style: unset;
  -moz-transform-style: unset;
  -webkit-transform-style: unset;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 40px auto 0;
}
.owl-carousel .owl-dots.disabled {
  margin: 0 !important;
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  position: relative;
  margin: 0 7.5px;
  cursor: pointer;
  background: #ccc;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #666;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  color: #999;
  cursor: pointer;
  font-size: 110px;
  position: absolute;
  top: 50%;
  line-height: 1;
  left: 30px;
  right: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #000;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  pointer-events: none;
  cursor-pointer: default;
  opacity: 0.3;
}
.owl-carousel .owl-nav .owl-next {
  right: 30px;
  left: auto;
}
.modal-inner-wrap {
  max-width: 900px;
  margin: auto;
}
.modal-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.modal-popup._show {
  z-index: 9999 !important;
  visibility: visible;
  opacity: 1;
}
.modal-popup._show + .modals-overlay {
  z-index: 9998 !important;
  visibility: visible;
  opacity: 1;
}
.message > * {
  padding: 12px 20px 12px 45px;
  display: block;
  font-size: 14px;
  position: relative;
  margin: 0 0 15px;
}
.message > *:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  width: 45px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.message > * a {
  color: #cc3333;
}
.message > * a:hover {
  text-decoration: underline;
}
.message p {
  margin: 0;
}
.message.info > * {
  background: #d9edf7;
  color: #31708f;
}
.message.info > *:before {
  color: #31708f;
  content: '\f024';
}
.message.error > * {
  background: #fae5e5;
  color: #1979c3;
}
.message.error > *:before {
  color: #b30000;
  content: '\f06a';
}
.message.warning > * {
  background: #fdf0d5;
  color: #6f4400;
}
.message.warning > *:before {
  color: #b30000;
  content: '\f071';
}
.message.notice > * {
  background: #fdf0d5;
  color: #6f4400;
}
.message.notice > *:before {
  color: #c07600;
  content: '\f12a';
}
.message.success > * {
  background: #e5efe5;
  color: #006400;
}
.message.success > *:before {
  color: #006400;
  content: '\f00c';
}
body.cms-index-index .message > div {
  margin: 15px 0 0;
}
.mfp-loading-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.mfp-loading-fullscreen:before,
.mfp-loading-fullscreen:after {
  animation: 2s ease-in-out 0s normal none infinite running sk-bounce;
  background-color: #cc3333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 1;
}
.mfp-loading-fullscreen:before {
  animation-delay: -1s;
}
@media (min-width: 1200px) {
  body.wide .container {
    width: 1200px;
  }
}
body.wide.fullwidth .container {
  width: 100%;
}
@media (min-width: 1370px) {
  body.wide.width1366 .container {
    width: 1366px;
  }
}
@media (min-width: 1200px) {
  body.wide.width1024 .container {
    width: 1024px;
  }
}
body.boxed-full:not(.panel-popup) {
  background-color: #f2f2f2;
}
body.boxed-full:not(.panel-popup) .main-wrapper {
  background-color: #fff;
  margin: 30px auto;
  position: relative;
  width: auto !important;
}
@media (min-width: 768px) {
  body.boxed-full:not(.panel-popup) .main-wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  body.boxed-full:not(.panel-popup) .main-wrapper {
    margin: 15px auto;
    max-width: calc(100% - 30px);
  }
}
body.boxed-full:not(.panel-popup) .container {
  width: auto;
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  body.boxed-full:not(.panel-popup) .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.boxed:not(.panel-popup) {
  background-color: #f2f2f2;
}
body.boxed:not(.panel-popup) .main-wrapper {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: auto !important;
}
@media (min-width: 1366px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: 1310px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: 932px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: 708px;
  }
}
@media (max-width: 767px) {
  body.boxed:not(.panel-popup) .main-wrapper {
    max-width: calc(100% - 30px) !important;
  }
}
@media (min-width: 1366px) {
  body.boxed:not(.panel-popup) .main-wrapper .container {
    width: 1200px;
  }
}
@media (max-width: 1365px) {
  body.boxed:not(.panel-popup) .main-wrapper .container {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  body.boxed:not(.panel-popup) .main-wrapper .container {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  body.boxed.width1024:not(.panel-popup) .main-wrapper {
    max-width: 1140px;
  }
  body.boxed.width1024:not(.panel-popup) .main-wrapper .container {
    width: 1024px;
  }
}
@media (min-width: 1500px) {
  body.boxed.width1366:not(.panel-popup) .main-wrapper {
    max-width: 1426px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  body.boxed.width1366:not(.panel-popup) .main-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  body.boxed.width1366:not(.panel-popup) .main-wrapper .container {
    width: 1366px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  body.boxed.width1366:not(.panel-popup) .main-wrapper .container {
    width: calc(100% - 30px);
  }
}
body.boxed.fullwidth:not(.panel-popup) .main-wrapper {
  max-width: calc(100% - 60px);
}
body.boxed.fullwidth:not(.panel-popup) .main-wrapper .container {
  width: calc(100% - 30px);
}
/* Lazy load */
img.owl-lazy,
img.lazy {
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
}
.promobanner img.lazy {
  border: 1px solid #ddd;
  max-height: 300px;
}
/* Share This Block */
.sharethis-inline-share-buttons .st-btn {
  background: none !important;
  height: auto !important;
  top: 0 !important;
  margin: 0 !important;
}
.sharethis-inline-share-buttons .st-btn > svg {
  fill: #ccc !important;
  width: 20px !important;
  height: 20px !important;
}
.sharethis-inline-share-buttons .st-btn:hover > svg {
  fill: #cc3333 !important;
}
/* Magnific popup effect */
/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Newspaper effect ====== */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0) rotate(500deg);
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-horizontal effect ====== */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-from-top effect ====== */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== 3d unfold ====== */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: rotateY(-60deg);
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Zoom-out effect ====== */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.content-heading {
  margin: 0 0 45px;
  text-align: center;
}
.content-heading .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.content-heading .block-note {
  white-space: pre-line;
  margin-top: 30px;
}
.content-heading.large .title {
  font-size: 36px;
  margin-bottom: 25px;
  font-weight: 600;
}
.shop-title-wrapper {
  text-align: center;
}
.shop-title-wrapper .title {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  margin-bottom: 55px;
}
.shop-title-wrapper .desc {
  font-size: 70px;
  font-weight: 700;
  color: #000;
  white-space: pre-line;
  line-height: 1;
}
body:not(.cms-index-index) .content-heading {
  margin-bottom: 60px;
}
body:not(.cms-index-index) .content-heading .title {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.slider_mgs_carousel.owl-carousel .owl-nav .owl-prev {
  left: 50px;
}
.slider_mgs_carousel.owl-carousel .owl-nav .owl-next {
  right: 50px;
  left: auto;
}
.slider_mgs_carousel.owl-carousel .owl-dots {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: #666;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #cc3333;
}
.slider_mgs_carousel.owl-carousel .item.fullscreen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullscreen-slider .owl-carousel {
  height: 100%;
  position: relative;
}
.fullscreen-slider .owl-carousel div:not(.owl-controls) {
  height: 100%;
}
.fullscreen-slider .owl-carousel .owl-nav {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-nav .owl-prev,
.fullscreen-slider .owl-carousel .owl-nav .owl-next {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots .owl-dot {
  height: auto !important;
}
.main-wrapper > .page-header-sliders {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  clip: rect(0, auto, auto, 0);
  background-color: #fff;
  z-index: 2;
}
.category-carousel .owl-item {
  padding-left: 30px;
  padding-right: 30px;
}
.category-carousel-item {
  position: relative;
}
.category-carousel-info {
  font-size: 18px;
  left: 60px;
  position: absolute;
  top: 100px;
}
.category-carousel-info .title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.2;
  color: #000;
}
.category-carousel-info-link {
  color: #999;
}
.category-carousel-info-link:hover {
  color: #c00;
}
.banner-cate {
  padding: 0 20px 0 35px;
}
.banner-cate-image {
  position: relative;
  padding-left: 35px;
}
.banner-cate-image img {
  min-width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.banner-cate-image .text {
  color: #999;
  line-height: 1;
  letter-spacing: .048em;
  display: inline-block;
  position: absolute;
  left: -93.5px;
  top: 0;
  transform: rotate(-90deg) translateX(-50%);
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -moz-transform: rotate(-90deg) translateX(-50%);
  -o-transform: rotate(-90deg) translateX(-50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.banner-cate-name {
  padding-left: 35px;
}
.banner-cate-name a {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0 0;
  display: block;
}
.banner-cate-name a:hover {
  color: #cc3333;
}
.banner-cate.text-position-center .banner-cate-image .text {
  top: 50%;
  transform: rotate(-90deg) translate(-50%,-50%);
  -webkit-transform: rotate(-90deg) translate(-50%,-50%);
  -moz-transform: rotate(-90deg) translate(-50%,-50%);
  -o-transform: rotate(-90deg) translate(-50%,-50%);
}
.banner-cate.text-position-right {
  padding-left: 20px;
  padding-right: 35px;
}
.banner-cate.text-position-right .banner-cate-image {
  padding-right: 35px;
  padding-left: 0;
}
.banner-cate.text-position-right .banner-cate-image .text {
  right: -93.5px;
  left: auto;
}
.banner-cate.text-position-right .banner-cate-name {
  padding-left: 0;
}
.banner-cate:hover .banner-cate-image img {
  opacity: 0.6;
}
.newsletter-home {
  position: relative;
  padding-top: 40px;
  padding-right: 70px;
  margin-left: 20px;
}
.newsletter-home:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  background-color: #000;
  height: 1px;
  content: "";
}
.newsletter-home .newsletter-title {
  font-size: 30px;
  color: #000;
  line-height: 1;
}
.newsletter-home .block {
  position: relative;
}
.newsletter-home .block label {
  display: none;
}
.newsletter-home .block .form-group {
  margin: 0;
}
.newsletter-home .block input[type=email] {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 14px 20px 13px;
  display: block;
  height: 50px;
}
.newsletter-home .block .action.subscribe {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 10;
  background: none;
  border: none;
  text-align: center;
  padding: 0;
}
.newsletter-home.style-v2 {
  margin-left: 0;
  padding-right: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.newsletter-home.style-v2:before {
  content: none;
}
.newsletter-home.style-v2 .block .action.subscribe {
  width: auto;
  padding: 0 25px;
  color: #fff;
  min-width: 170px;
  font-weight: 600;
  font-size: 16px;
  background-color: #cc3333;
}
.newsletter-home.style-v2 .block .action.subscribe .fa {
  display: none;
}
.newsletter-home.style-v2 .block .action.subscribe:after {
  content: attr(title);
  display: block;
  white-space: nowrap;
}
.newsletter-home-v3 .block.newsletter {
  max-width: 630px;
  margin: 0 auto;
}
.newsletter-home-v3 .block.newsletter .content {
  display: table;
  width: 100%;
}
.newsletter-home-v3 .block.newsletter .content > label {
  display: none;
}
.newsletter-home-v3 .block.newsletter .content form.subscribe {
  margin-top: 46px;
}
.newsletter-home-v3 .block.newsletter .content .form-group,
.newsletter-home-v3 .block.newsletter .content .actions {
  display: table-cell;
  vertical-align: middle;
}
.newsletter-home-v3 .block.newsletter .content .form-group .control input {
  height: 55px;
  font-size: 14px;
  color: #999999;
  padding-left: 22px;
}
.newsletter-home-v3 .block.newsletter .content .actions {
  padding-left: 30px;
  width: 1%;
}
.newsletter-home-v3 .block.newsletter .content .actions .action.subscribe {
  min-width: 200px;
  background-color: #333333;
  color: #fff;
  height: 55px;
  line-height: 55px;
}
.newsletter-home-v3 .block.newsletter .content .actions .action.subscribe span {
  display: none;
}
.newsletter-home-v3 .block.newsletter .content .actions .action.subscribe:before {
  content: attr(title);
}
.newsletter-home-v3 .block.newsletter .content .actions .action.subscribe:hover {
  background-color: #000;
}
.browse-all-products {
  text-align: center;
  margin-top: 35px;
}
.browse-all-products a {
  color: #000;
  font-size: 18px;
  text-decoration: underline;
}
.view-all-link {
  margin-left: 100px;
  padding-top: 40px;
}
.view-all-link a {
  font-size: 30px;
  color: #000;
  line-height: 1;
  position: relative;
  padding-top: 40px;
}
.view-all-link a:hover {
  color: #cc3333;
}
.view-all-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  background-color: #000;
  height: 1px;
  content: "";
}
.cms-about-block {
  background-color: #fcf4ed;
  padding: 46px 50px 45px;
}
.cms-about-block .title {
  margin: 0 0 45px;
  font-size: 14px;
  font-weight: 600;
  color: #cc3333;
}
.cms-about-block .desc {
  font-size: 30px;
  color: #000;
  white-space: pre-line;
  line-height: 1.2;
  margin-bottom: 80px;
}
.cms-about-block .link {
  position: relative;
  text-align: right;
}
.cms-about-block .link:before {
  content: "";
  width: 120px;
  position: absolute;
  top: 10px;
  left: 0;
  height: 1px;
  background-color: #000;
}
.slider-tabs-container {
  min-height: 100vh;
  position: relative;
}
.slider-tabs-content {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding: 100px 0 100px 145px;
  position: relative;
  z-index: 10;
}
.slider-tabs-content .slider-items-content {
  background-color: #fff;
  padding: 55px 50px;
}
.slider-tabs-wrapper {
  margin-left: 45px;
  margin-right: 45px;
}
.slider-tabs-wrapper .item-content {
  margin-bottom: 45px;
}
.slider-tabs-wrapper .item-content:last-child {
  margin-bottom: 0;
}
.slider-tabs-wrapper .item-content .title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.slider-tabs-wrapper .item-content .title a {
  color: #000;
}
.slider-tabs-wrapper .item-content .desc {
  color: #999;
  display: block;
  padding-top: 10px;
}
.slider-tabs-wrapper .item-content:hover .title,
.slider-tabs-wrapper .item-content.active .title {
  color: #cc3333;
}
.slider-tabs-wrapper .item-content:hover .title a,
.slider-tabs-wrapper .item-content.active .title a {
  color: #cc3333;
}
.slider-tabs-wrapper .slider-images-content {
  clip: rect(0px, auto, auto, 0px);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-tabs-wrapper .slider-images-content .item-image {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 60px;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
.slider-tabs-wrapper .slider-images-content .item-image.active {
  opacity: 1;
}
.slider-background-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.slider-background-wrapper .slider-grid-container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 100px 55px;
}
.slider-background-wrapper .slider-images-content {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-background-wrapper .slider-images-content .item-image {
  background-size: cover;
  background-attachment: scroll;
  left: 0;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  background-repeat: no-repeat;
  transition: all 5s,opacity .35s;
  -webkit-transition: all 5s,opacity .35s;
  -moz-transition: all 5s,opacity .35s;
  -o-transition: all 5s,opacity .35s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.slider-background-wrapper .slider-images-content .item-image.active {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  opacity: 1;
}
.slider-background-wrapper .slider-grid-content {
  position: relative;
  min-height: 100vh;
  z-index: 10;
}
.slider-background-wrapper .slider-items-content .item-content {
  margin-bottom: 45px;
  float: left;
  padding: 0 20px;
}
.slider-background-wrapper .slider-items-content .item-content.active .item-inner {
  border-color: #fff;
  background-color: #fff;
}
.slider-background-wrapper .slider-items-content .item-inner {
  border: 1px solid #000;
  padding: 40px;
  min-height: 338px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  display: block;
}
.slider-background-wrapper .slider-items-content .title {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.slider-background-wrapper .slider-items-content .desc {
  color: #999;
  padding-top: 10px;
  display: block;
}
/* PARALLAX HOME */
.collection_parallax {
  min-height: 100vh;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  text-align: center;
  align-items: center;
}
.parallax-content {
  color: #999;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  min-width: 630px;
  padding: 50px 0;
  display: inline-block;
}
.parallax-content .parallax-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.parallax-content .parallax-title {
  font-size: 36px;
  line-height: 1.2;
  color: #000;
}
.parallax-content .parallax-title p {
  margin-bottom: 0;
}
.parallax-content a {
  margin-top: 35px;
  display: inline-block;
  font-size: 18px;
  color: #c00;
}
.full-width .video-banner-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.video-banner-wrapper {
  position: relative;
  overflow: hidden;
}
.video-banner-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.video-banner-wrapper video {
  object-fit: cover;
  width: 100%;
  display: block;
  vertical-align: baseline;
}
.video-banner-wrapper .video-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-banner-wrapper .video-banner-content .video-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.video-banner-wrapper .video-banner-content .video-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 45px;
}
.video-banner-wrapper .video-banner-content .link {
  margin-top: 50px;
  height: 62px;
  line-height: 62px;
  padding: 0 40px;
  background-color: #c00;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
/* HOME LANDING PRODUCT */
.landing-subtitle {
  font-size: 18px;
  color: #666666;
  line-height: 1;
  margin-bottom: 68px;
}
.landing-desc {
  font-size: 36px;
  color: #010101;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
}
.landing-desc.small {
  font-size: 30px;
}
/* VIMEO VIDEO BACKGROUND */
.videobg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px 97.7777px;
  top: -55px;
  left: -97.7777px;
}
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
/* LARGE BANNER */
.metro-banner .promobanner .text.top-left {
  padding-left: 37px;
  padding-top: 39px;
}
.metro-banner .promobanner .text.bottom-left {
  padding-left: 37px;
  padding-bottom: 39px;
}
.metro-banner .promobanner .text h3 {
  font-size: 24px;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}
.metro-banner .promobanner .text h3 + a {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.classic-title a {
  float: right;
  line-height: 1;
  vertical-align: top;
  margin-top: 18px;
}
.classic-product .swatch-attribute-options {
  display: table;
  margin: 0 auto;
}
.classic-product .products-grid .product-top {
  background-color: #ebebeb;
}
.classic-product .products-grid .product-item-details .product-item-name a:hover {
  text-decoration: underline;
}
.classic-product .products-grid .product-item-details > .product-detail-content {
  display: block;
  text-align: center;
  padding-top: 25px;
}
.classic-product .products-grid .product-item-details > .product-detail-action {
  display: none;
}
.classic-product .products-grid .product-item-details > .product-detail-action button {
  color: #000;
}
.classic-product .products-grid .product-item-details > .product-detail-action button:hover {
  color: #c00;
}
.classic-product .products-grid .product-item-info {
  position: relative;
}
.classic-product .products-grid .product-item-info .actions-link {
  bottom: 15px;
}
.classic-product .products-grid .product-item-info:hover .actions-link {
  right: 15px;
}
.sidebar.sidebar-additional .block + .block,
.sidebar.sidebar-main .block + .block,
.sidebar.sidebar-main .block + .sidebar-additional {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}
.sidebar .block-title {
  margin-bottom: 30px;
}
.sidebar .block-title .title,
.sidebar .block-title strong {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  color: #000;
}
.sidebar .block-title .counter {
  font-size: 75%;
  color: #000;
}
.sidebar .block-title .counter:before {
  content: "(";
}
.sidebar .block-title .counter:after {
  content: ")";
}
.sidebar .subtitle {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.sidebar ul li {
  list-style: none;
  margin-bottom: 0;
  padding: 5px 0;
}
.sidebar .block-reorder .product-items li {
  margin-bottom: 15px;
}
.sidebar .block-reorder .product-items li:last-child {
  margin: 0;
}
.sidebar .block-reorder .product-items li .field.choice {
  margin: 0;
  position: relative;
}
.sidebar .block-reorder .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block-reorder .actions-toolbar > .primary,
.sidebar .block-reorder .actions-toolbar > .secondary {
  float: left;
}
.sidebar .list-products .product-item-info .product-image {
  width: 80px;
}
.sidebar .list-products .product-item-info .product-image a {
  height: auto;
}
.sidebar .list-products .product-item-info .product-image .product-image-wrapper {
  padding: 0 !important;
}
.sidebar .list-products .product-item-info .product-image img {
  position: static;
  height: auto !important;
}
.sidebar .list-products .product-item-info .product-item-details {
  width: calc(100% - 80px);
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.sidebar .list-products .product-item-info .product-item-details .btn-remove {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 1;
  padding: 5px;
  height: auto;
  line-height: 1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.sidebar .block.block-compare .block-title {
  white-space: nowrap;
}
.sidebar .block.block-compare .block-title .counter.qty {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
}
.sidebar .block.block-compare .block-title .counter.qty:after {
  content: ")";
  display: inline-block;
}
.sidebar .block.block-compare .block-title .counter.qty:before {
  content: "(";
  display: inline-block;
}
.sidebar .block.block-compare ol.product-items li.product-item {
  padding-top: 10px;
  padding-bottom: 8px;
}
.sidebar .block.block-compare ol.product-items li.product-item:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block.block-compare ol.product-items li.product-item .product-item-name {
  font-weight: 500;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete {
  float: right;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete:after {
  content: "\f1f8";
  font-family: "FontAwesome";
  display: inline-block;
}
.sidebar .block.block-compare ol.product-items li.product-item .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block.block-compare .actions-toolbar {
  padding-top: 30px;
}
.sidebar .block.block-compare .actions-toolbar a + a {
  margin-left: 7px;
}
.sidebar .block.filter a {
  color: #999;
}
.sidebar .block.filter a:hover {
  color: #cc3333;
}
.block.account-nav .account-nav .items .item {
  padding: 9px 0 8px;
}
.block.account-nav .account-nav .items .item:first-child {
  padding-top: 0;
}
.block.account-nav .account-nav .items .item strong {
  color: #cc3333;
  font-weight: 600;
}
.block.filter > .filter-title {
  display: none;
}
.block.filter .block-content.filter-content .filter-options:after {
  content: "";
  display: table;
  clear: both;
}
.block.filter .block-content.filter-content .block-actions.filter-actions + .block-subtitle.filter-subtitle {
  margin-top: 30px;
}
.block.filter .block-content.filter-content .filter-current .items .item {
  margin-bottom: 21px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
}
.block.filter .block-content.filter-content .filter-current .items .item:after {
  content: "";
  display: table;
  clear: both;
}
.block.filter .block-content.filter-content .filter-current .filter-label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  display: block;
}
.block.filter .block-content.filter-content .filter-current .action.remove {
  float: right;
}
.block.filter .block-content.filter-content .close-filter-fixed {
  display: none;
}
.block.filter .block-content.filter-content .filter-options-item {
  margin-bottom: 52px;
}
.block.filter .block-content.filter-content .filter-options-item + .filter-options-item {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content {
  display: block !important;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
  position: relative;
  padding: 10px 50px 7px 0;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count {
  position: absolute;
  right: 0;
  top: 50%;
  color: #b1b1b1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count:after {
  content: ")";
  display: inline-block;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count:before {
  content: "(";
  display: inline-block;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count .filter-count-label {
  display: none;
}
.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options {
  padding: 5px 0 0;
}
.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered .swatch-option {
  outline: none !important;
  min-width: 25px;
  margin: 10px 10px 0 0;
  min-height: 25px;
}
.block.filter .block-content.filter-content .filter-options-item:hover .count {
  color: #222;
}
.block.filter .block-content.filter-content .filter-options-item:last-child {
  margin-bottom: 0;
}
.block.filter .block-content.filter-content .filter-actions + .filter-options {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}
.block.filter .block-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.sidebar-reponsive-btn {
  position: fixed;
  right: auto;
  left: 0;
  top: 35%;
  height: 40px;
  width: 40px;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #222;
  background-color: #fff;
  border: none;
  box-shadow: 0px 0px 1px grey;
  z-index: 1;
  margin-top: -20px;
  opacity: 0.8;
  border-radius: 0 4px 4px 0;
}
.sidebar-reponsive-btn .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  line-height: 1;
  vertical-align: middle;
}
/**/
.filter .options li.item {
  position: relative;
  padding: 10px 0;
}
.filter .options li.item span {
  float: right;
  background: #fff;
  padding-left: 5px;
}
.filter .options li.item a {
  background: #fff;
  padding-right: 5px;
}
.filter .options li.item:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #ccc;
  height: 1px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}
/* Toolbar Category page */
.category-product-actions {
  margin-bottom: 30px;
}
/* Toolbar */
.toolbar {
  display: table;
  width: 100%;
  font-size: 16px;
  color: #999;
}
.toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar > div {
  display: table-cell;
  vertical-align: middle;
}
.toolbar > div.modes {
  text-align: right;
}
.toolbar .sorter-label,
.toolbar .limiter .label {
  color: #999;
  display: inline-block;
  font-weight: inherit;
}
.toolbar .sorter-label:after,
.toolbar .limiter .label:after {
  content: ":";
  display: inline-block;
}
.toolbar .toolbar-sorter .sorter-action {
  margin-left: 15px;
  font-size: 14px;
}
.toolbar .toolbar-sorter .sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .toolbar-sorter .sorter-action:hover {
  color: #cc3333;
}
.toolbar .toolbar-sorter .sorter-action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: "\f160";
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: "\f161";
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  font-size: 18px;
  display: inline-block;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .modes .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .modes .modes-mode + .modes-mode {
  margin-left: 15px;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: "\f00a";
}
.toolbar .modes .modes-mode.mode-list:before {
  content: "\f03a";
}
.toolbar .modes a.modes-mode:hover {
  color: #cc3333;
}
.toolbar .pages {
  display: none;
}
.toolbar .toolbar-amount {
  color: #000;
}
.toolbar .toolbar-number {
  color: #c00;
}
.toolbar select {
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: auto;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  background: none;
  padding-right: 20px;
  background-image: url(../images/bg-select-toolbar.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  padding-left: 0;
  padding-right: 10px;
}
.toolbar select option {
  padding: 5px 15px;
  font-size: 14px;
}
.toolbar select option:first-child {
  padding-top: 10px;
}
.toolbar select option:last-child {
  padding-bottom: 10px;
}
.toolbar select::-ms-expand {
  display: none;
}
/* Bottom Toolbar */
.bottom-pagination .toolbar > div {
  display: none !important;
}
.bottom-pagination .toolbar .list-inline {
  display: block !important;
  text-align: center;
  margin: 0;
}
.bottom-pagination .toolbar .pages .pagination {
  margin: 0 auto;
}
.bottom-pagination .toolbar .pages .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.bottom-pagination .toolbar .pages .pagination li {
  display: block;
  float: left;
  padding: 0 5px;
}
/* Pager Toolbar */
.pagination > li > a {
  width: 40px;
  height: 40px;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  text-align: center;
  float: none;
  color: #000000;
  border-color: #dddddd;
  background-color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 38px;
  padding: 0;
  margin: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.pagination > li.current > a {
  cursor: default;
  pointer-events: none;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contact-box-wrapper {
  border: 1px solid #d9d9d9;
  padding: 50px;
}
.contact-box-wrapper .icon {
  color: #c00;
  font-size: 30px;
  line-height: 1;
}
.contact-box-wrapper .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 25px 0 20px;
}
.cms-noroute-index .page-main {
  padding: 200px 0 300px;
  min-height: unset;
}
.cms-noroute-index .page-title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 40px;
}
.cms-noroute-index .page-title span {
  display: block;
  font-size: 72px;
  color: #c00;
  margin-bottom: 40px;
  padding-left: 50px;
}
.cms-noroute-index .page-content a {
  color: #c00;
}
.cms-noroute-index .page-content .top-search-mini .form-search {
  position: relative;
  padding: 5px 20px;
  border: 1px solid #d9d9d9;
  color: #000;
  max-width: 370px;
  margin: 40px auto 0;
}
.cms-noroute-index .page-content .top-search-mini .form-search .input-text {
  padding: 0;
  border: none;
}
.cms-noroute-index .page-content .top-search-mini .form-search .btn-search {
  top: 2px;
  width: 60px;
  height: 50px;
  background: transparent;
  position: absolute;
  right: 0;
  border: 0;
  z-index: 10;
  font-size: 24px;
}
/* About us */
.about-us img {
  min-width: 100%;
}
.about-us h2,
.about-us h3,
.about-us h4,
.about-us h5 {
  font-weight: 400;
}
.about-us h4 {
  margin-bottom: 30px;
}
.about-us .title {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
}
.about-us .block-text {
  margin: 100px 200px;
}
.about-us .block-text h3 {
  margin-bottom: 40px;
}
.about-us .block-text > div {
  margin-bottom: 69px;
}
.about-us .block-text li {
  padding: 3px 0;
}
.about-us .block-text li a {
  color: #999;
}
.about-us .block-text li a:hover {
  color: #000;
}
.about-us .table > tbody > tr > td {
  padding: 8px 0 8px 8px;
  border: 0;
  color: #000;
}
@media (max-width: 1199px) {
  .about-us .block-text {
    margin: 100px;
  }
}
@media (max-width: 991px) {
  .about-us .title {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .about-us h4 {
    margin-bottom: 20px;
  }
  .about-us .block-text {
    margin: 50px 0;
  }
  .about-us .block-text h3 {
    margin-bottom: 30px;
  }
  .about-us .block-text > div {
    margin-bottom: 50px;
  }
  .about-us ul {
    margin-bottom: 20px;
  }
}
/* INSTAGRAM SHOP */
.instagram-shop-title {
  margin-bottom: 165px;
}
.snptwdgt-container .snptwdgt__ftr {
  display: none;
}
/* INSTAGRAM IMAGE */
.full-width .instagram-block {
  margin-left: -15px;
  margin-right: -15px;
}
.full-width .instagram-block .content-heading {
  padding: 0 15px;
}
.instagram-block > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.instagram-block .owl-carousel:not(.disable-padding) .owl-item,
.instagram-block .instagram-item-col {
  padding-left: 5px;
  padding-right: 5px;
}
.instagram-block .owl-carousel.disable-padding .owl-item,
.instagram-block .disable-padding .instagram-item-col {
  padding: 0 !important;
}
.instagram-block .owl-carousel .owl-nav .owl-next {
  left: 100%;
  right: auto;
  margin-left: -15px;
}
.instagram-block .owl-carousel .owl-nav .owl-prev {
  right: 100%;
  left: auto;
  margin-right: -15px;
}
.instagram-item {
  position: relative;
}
.instagram-item.hover-effect:not(.enable-link):before,
.instagram-item.hover-effect.enable-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instagram-item.hover-effect:not(.enable-link):after,
.instagram-item.hover-effect.enable-link a:after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  content: "\f16d";
  font-family: FontAwesome;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instagram-item.hover-effect:not(.enable-link):hover:before,
.instagram-item.hover-effect.enable-link a:hover:before,
.instagram-item.hover-effect:not(.enable-link):hover:after,
.instagram-item.hover-effect.enable-link a:hover:after {
  opacity: 1;
}
.instagram-item:not(.hover-effect) > a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.instagram-item:not(.hover-effect) .social-count {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.instagram-item:not(.hover-effect) .social-count > span {
  margin: 0 5px;
}
.instagram-item:not(.hover-effect) .social-count > span .fa {
  margin-right: 5px;
}
.instagram-item:not(.hover-effect):hover .social-count {
  opacity: 1;
  visibility: visible;
}
.instagram-item:not(.hover-effect):hover > a:after {
  opacity: .5;
  visibility: visible;
}
.modal_newsletter_popup {
  text-align: center;
}
.modal_newsletter_popup .mfp-close {
  position: absolute;
  background-color: #999999;
  border: 0 none;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  padding: 0;
  right: 10px;
  font-size: 28px;
  top: 10px;
  width: 40px;
}
.modal_newsletter_popup .mfp-close:before {
  content: none;
}
.modal_newsletter_popup .mfp-close em {
  display: block;
}
.modal_newsletter_popup .mfp-close:hover {
  background-color: #000;
}
.modal_newsletter_popup .block-popup-subscribe {
  padding: 10px;
  position: relative;
}
.modal_newsletter_popup .block-popup-subscribe .block-popup-top {
  border: 1px solid #ccc;
}
.modal_newsletter_popup .newsletter_popup {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  text-align: center;
}
.modal_newsletter_popup .pop-sletter-title h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.modal_newsletter_popup .newsletter-popup-content {
  text-align: center;
  padding: 20px 0 0;
}
.modal_newsletter_popup .newsletter-popup-form form .form-group {
  margin-bottom: 20px;
}
.modal_newsletter_popup .newsletter-popup-form form .actions {
  padding: 0 0 30px;
}
.modal_newsletter_popup .newsletter-popup-form form .actions .btn {
  height: 40px;
  line-height: 40px;
}
.modal_newsletter_popup .newsletter-popup-form input[type="email"] {
  text-align: center;
}
.modal_newsletter_popup .newsletter-popup-form .pop-sletter-footer {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  background-color: #f4f4f4;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox {
  color: #333333;
  padding: 0px 8px 10px;
  margin: 0;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox label {
  font-size: 14px;
  display: inline-block;
}
.modal_newsletter_popup .newsletter-popup-form div.checkbox input {
  margin-top: 4px;
}
.modal_newsletter_popup .block-popup-top .block-popup-content {
  width: 355px;
  padding-top: 42px;
  font-size: 14px;
  color: #666666;
  margin-left: 45px;
  padding-bottom: 7px;
}
.post-item-info {
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #e1e1e1;
}
.post-item-info .post-thumbnail {
  margin-bottom: 35px;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.post-item-info .post-thumbnail img {
  min-width: 100%;
}
.post-item-info .post-thumbnail a {
  position: relative;
  width: 100%;
  display: block;
}
.post-item-info .post-thumbnail a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.post-item-info .post-thumbnail .popup-video:after {
  font-family: FontAwesome;
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  background-color: #eee;
  z-index: 2;
  color: #333;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 20px;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.post-item-info:hover .post-thumbnail a:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.post-item-info .post-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.post-item-info .entry-metas {
  margin-bottom: 35px;
}
.post-item-info .entry-metas .entry-meta {
  padding-right: 15px;
  position: relative;
}
.post-item-info .entry-metas .entry-meta + .entry-meta {
  padding-left: 15px;
}
.post-item-info .entry-metas .entry-meta + .entry-meta:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #999;
  left: 0;
  top: 3px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}
.post-comments {
  clear: both;
  border-top: 1px solid #e1e1e1;
  margin-top: 90px;
  padding-top: 90px;
}
.post-comments .fieldset .title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding-bottom: 35px;
  margin: 0;
}
.title-comment-content {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding-bottom: 35px;
  margin: 0;
}
.comment-list {
  margin-bottom: 80px;
}
.comment-list .comment-list-container .item {
  border-top: 1px solid #e1e1e1;
  padding: 20px;
  position: relative;
  word-break: break-all;
}
.comment-list .comment-list-container .item .info {
  margin-bottom: 20px;
}
.comment-list .comment-list-container .item .info .name {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.comment-list .comment-list-container .item .info .posted-on {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 10px;
  color: #666;
}
.blog-main-info .post-thumbnail {
  margin-bottom: 100px;
}
.blog-main-info .post-thumbnail img {
  min-width: 100%;
}
.blog-main-info .sharethis-inline-share-buttons {
  text-align: center !important;
}
.blog-load-more-comment {
  margin-top: 20px;
}
.blog-load-more-comment a {
  font-size: 15px;
  font-style: italic;
}
.blog-load-more-comment a.loading-style {
  animation: fadeIn 1s infinite alternate;
}
.mgs-blog-lastest-posts .post-item-content {
  border: 1px solid transparent;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.mgs-blog-lastest-posts .post-item-content:hover .thumbnail-post {
  background-color: #fff;
}
.mgs-blog-lastest-posts .post-item-content .thumbnail-post img {
  min-width: 100%;
  opacity: 1;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.mgs-blog-lastest-posts .post-item-content .short-content p {
  margin: 0;
}
.mgs-blog-lastest-posts .post-item-content .short-content .post-link {
  display: block;
  color: #cc3333;
  margin-top: 15px;
}
.mgs-blog-lastest-posts .post-item-content .post-create-date {
  color: #999;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title {
  margin: 20px 0 0;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title a {
  font-weight: 400;
  font-size: 18px;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title a:hover {
  color: #cc3333;
}
.popup__related {
  border-top: 1px solid #ddd;
  padding: 20px 10px;
}
.popup__related .products-grid .product-item-photo img {
  position: static;
}
.popup__related .products-grid .product-item {
  margin: 0;
}
.popup__related .products-grid .owl-carousel.owl-loaded .owl-item {
  padding: 0 10px;
}
.popup__related .products-grid .product-item-details {
  padding-top: 9px;
}
.popup__related .products-grid .product-item-details .product-item-name {
  font-weight: 600;
}
.popup__related .products-grid .product-item-details .price-box {
  display: block;
  margin-top: 9px;
  padding: 0;
}
.popup__related .products-grid .product-item-details .price-box .old-price {
  display: none;
}
.popup__related .owl-carousel .owl-dots {
  margin-top: 10px;
}
.success-ajax--popup .mfp-inline-holder .mfp-content {
  width: 320px !important;
  margin: 0 auto;
  max-height: calc(100% - 60px);
  background-color: #fff;
  position: relative;
}
.success-ajax--popup .mfp-iframe-holder .mfp-content {
  position: relative;
  width: 320px !important;
  margin: 0 auto;
  background-color: #fff;
  min-height: 400px;
}
.success-ajax--popup .popup__columns {
  padding: 20px;
}
.success-ajax--popup .popup__columns .product-image-container {
  width: 100% !important;
}
.success-ajax--popup .popup__columns .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 100% !important;
  width: 120px !important;
  margin: 0 auto;
  display: block;
  height: auto !important;
}
.success-ajax--popup .popup__result-view-cart {
  margin: 0 !important;
}
.success-ajax--popup .popup__actions-wrapper button {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.success-ajax--popup .popup__result-title {
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.success-ajax--popup .mfp-close {
  position: absolute;
  border: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  font-size: 30px;
  opacity: 1;
  color: #222;
  line-height: 30px;
  display: block;
  right: -30px;
  top: 0 !important;
}
.success-ajax--popup .mfp-content .popup__main {
  max-height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.success-ajax--popup .mfp-content .popup__main .mfp-close {
  display: none;
}
.success-ajax--popup .message > div {
  margin: 0 !important;
  padding: 15px;
  line-height: 1.428;
  text-align: center;
}
.success-ajax--popup .message > div:before {
  content: none !important;
}
.success-ajax--popup .popup__table {
  display: table;
  width: 100%;
}
.success-ajax--popup .popup__table .popup__table-col {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}
.success-ajax--popup .popup__table .popup__table-col + .popup__table-col {
  padding-left: 10px;
}
.ajaxcart-catalog-product-view {
  overflow-y: auto !important;
}
.ajaxcart-catalog-product-view h1.product-name {
  font-size: 20px;
}
.ajaxcart-catalog-product-view #maincontent {
  width: 100%;
  min-height: 0;
}
.ajaxcart-catalog-product-view .product-info-main .product-add-form .actions button.tocart,
.ajaxcart-catalog-product-view .bundle-info .product-details .actions button.tocart {
  padding: 0 25px;
}
.ajaxcart-catalog-product-view .product-info-main .product-add-form .actions.action-add-to,
.ajaxcart-catalog-product-view .bundle-info .product-details .actions.action-add-to {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-container .product-add-form {
  display: block !important;
  padding: 0;
}
.ajaxcart-catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view .product-info-main-content {
  padding: 0;
  background: none;
}
.ajaxcart-catalog-product-view .product-info-main-content .product-info-main {
  float: none;
  width: 100%;
  margin-top: 30px;
}
.ajaxcart-catalog-product-view .product-info-main-content .product-info-main .box-tocart {
  margin-bottom: 0;
}
.ajaxcart-catalog-product-view .page-wrapper {
  max-width: 100%;
}
.ajaxcart-catalog-product-view .top-panel,
.ajaxcart-catalog-product-view .page.messages,
.ajaxcart-catalog-product-view .scroll-to-top {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper {
  padding-top: 0 !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title,
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title + br + .margin-top20,
.ajaxcart-catalog-product-view .bundle-options-wrapper .fieldset > p.required {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper.product {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view .product-addto-links {
  display: none !important;
}
.ajaxcart-catalog-product-view .product-info-main .price-from,
.ajaxcart-catalog-product-view .product-info-main .price-to,
.ajaxcart-catalog-product-view .product-info-main .bundle-actions {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .product.name,
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .stock {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary .bundle-summary {
  display: none !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary > .title,
.ajaxcart-catalog-product-view .block-bundle-summary > .content .box-tocart .field.qty {
  display: none !important;
}
/* Fly Cart */
.cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
.cart-footer.number:empty {
  display: none;
}
.cart-footer .subtitle {
  display: none;
}
.cart-footer .subtitle.empty {
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 35px 15px;
}
.cart-footer .cart-qty {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  display: inline-block;
  cursor: pointer;
}
.cart-footer .fixed-mini-cart {
  background-color: #fff;
  box-shadow: 0 0px 3px #ddd;
}
.cart-footer .fixed-mini-cart:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .fixed-mini-cart .fixed-cart-col {
  float: left;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.empty {
  display: none;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.cart-items {
  width: calc(100% - 500px);
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions {
  border-left: 1px solid #ddd;
  padding: 43px 20px;
  float: right;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions button {
  white-space: nowrap;
}
.cart-footer .fixed-mini-cart .cart-items-inner {
  white-space: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding: 20px;
}
.cart-footer .fixed-mini-cart .cart-items .item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-color: #cc3333;
  text-align: center;
  color: #fff;
  line-height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.cart-footer .fixed-mini-cart .cart-items .item .edit-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}
.cart-footer .fixed-mini-cart .item-actions {
  background-color: #ddd;
  bottom: 0;
  left: 100%;
  padding: 8px;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.cart-footer .fixed-mini-cart .item-actions.show-actions {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions {
  white-space: nowrap;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions > div {
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action {
  line-height: 20px;
  height: 20px;
  display: block;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action span {
  font-size: 0;
  line-height: 0;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action:after {
  color: #999;
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 30px;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action.edit:after {
  content: "\e62c";
  font-size: 18px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .label {
  display: none;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .item-qty {
  width: 40px;
  padding: 0;
  text-align: center;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item {
  width: 40px;
  height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  padding: 0;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item:hover {
  background-color: #000;
  border-color: #000;
}
.fixed-cart-summary {
  border-left: 1px solid #ddd;
  padding: 30px 20px;
}
.fixed-cart-summary .summary-content {
  display: table;
  width: 100%;
}
.fixed-cart-summary .summary-content .summary-field {
  display: table-row;
}
.fixed-cart-summary .summary-content .summary-field > span {
  display: table-cell;
  padding: 5px 0;
}
.fixed-cart-summary .summary-content .summary-field > span.title {
  padding-right: 20px;
  color: #000;
}
.fixed-cart-summary .summary-content .summary-field > span.title:after {
  content: ":";
}
.fixed-cart-summary .summary-content .summary-field > span .price {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.portfolio-grid .portfolio-top-content a img {
  opacity: 1;
  min-width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.portfolio-grid .portfolio-top-content a:hover img {
  opacity: 0.7;
}
.portfolio-grid .portfolio-bottom-content {
  margin-top: 25px;
  text-align: center;
}
.portfolio-grid .portfolio-bottom-content .category-link a {
  color: #999;
  padding: 0 8px;
}
.portfolio-grid .portfolio-bottom-content .category-link a:hover {
  color: #000;
}
.portfolio-grid .portfolio-bottom-content .title {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0 0;
}
.portfolio-grid .portfolio-bottom-content .title:hover {
  color: #cc3333;
}
.portfolio-index-view .breadcrumbs {
  display: none;
}
.portfolio-index-view .portfolio-image {
  padding: 220px 30px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: relative;
  background-size: cover;
}
.portfolio-index-view .portfolio-image .portfolio_title {
  text-align: center;
}
.portfolio-index-view .portfolio-image .page-header-content {
  display: inline-table;
  background-color: #fff;
  padding: 35px 50px 30px;
  text-align: center;
  margin: 0 auto;
}
.portfolio-index-view .portfolio-image .page-header-content h1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.portfolio-index-view .portfolio-image .page-header-content .category-links a {
  color: #999;
  padding: 0 8px;
}
.portfolio-index-view .portfolio-image .page-header-content .category-links a:hover {
  color: #000;
}
.portfolio-index-view .portfolio-image.no-images {
  padding: 100px 30px 0 !important;
}
.portfolio-index-view .portfolio-image.no-images .page-header-content {
  padding: 35px 0 30px !important;
}
.portfolio-index-view .portfolio-related,
.portfolio-index-view .portfolio-details .description,
.portfolio-index-view .portfolio-details .porfolio-gallery-image {
  margin-top: 70px;
}
.portfolio-index-view .porfolio-gallery-image .owl-item {
  padding: 0 15px;
}
.portfolio-index-view .porfolio-gallery-image .owl-item a {
  cursor: zoom-in;
}
.portfolio-widget .portfolio-top-content .image .image-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.portfolio-widget .portfolio-top-content .image .image-item a {
  display: block;
  padding-bottom: 100%;
  background-color: transparent;
}
.portfolio-widget .portfolio-top-content .image .image-item a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.portfolio-widget .portfolio-top-content .image .image-item img {
  opacity: 0;
  width: 0;
  height: 0;
}
.portfolio-widget .owl-item {
  padding: 0 15px;
}
.portfolio-widget .portfolio-bottom-content {
  padding-top: 17px;
  text-align: center;
}
.portfolio-widget .portfolio-bottom-content .title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  display: block;
}
.portfolio-widget .portfolio-bottom-content .title:hover {
  color: #cc3333;
}
.portfolio-widget .portfolio-bottom-content .category-links a {
  color: #999;
  margin: 0 8px;
}
.portfolio-widget .portfolio-bottom-content .category-links a:hover {
  color: #000;
}
.portfolio-widget .portfolio-bottom-content .category-links + .title {
  margin-top: 10px;
}
.portfolio-entry-meta {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 100px;
}
.portfolio-entry-meta .date_create {
  line-height: 30px;
  display: block;
  color: #000;
}
.portfolio-entry-meta .col-xs-12:not(.col-sm-6) .date_create {
  text-align: center;
}
.portfolio-entry-meta .col-sm-6 + .col-sm-6 .sharthis-socials-wrapper .sharethis-inline-share-buttons {
  text-align: right !important;
}
.portfolio-detail-items {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #999;
  margin-top: 100px;
  padding: 15px 0;
  text-align: center;
}
.portfolio-detail-items .portfolio-detail-item-content {
  font-weight: 600;
  padding: 0 15px;
  display: inline-block;
}
.portfolio-detail-items .portfolio-detail-item-content strong {
  color: #000;
  font-weight: 600;
}
.portfolio-detail-items .portfolio-detail-item-content .value {
  color: #999;
  font-weight: 400;
  display: inline-block;
}
/* Product Price */
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  margin-right: 5px;
  float: left;
  vertical-align: middle;
}
.price-box .old-price .price {
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #cc3333;
  font-weight: 500;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.price-box .price-from .old-price,
.price-box .price-to .old-price {
  display: none;
}
.price-box .price-from:after {
  content: " - ";
}
.price-box .minimal-price .price-label {
  display: inline-block;
  font-size: 14px;
  color: #696969;
}
.price-box .minimal-price .price-label:after {
  content: ":";
  margin-right: 3px;
}
/* Rating Star */
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 66px;
  display: block;
  position: relative;
}
.rating-summary .rating-result:before {
  left: 1px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f2b309;
  padding-left: 1px;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Product Label */
.product-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0;
  position: absolute;
  background-color: #93be2b;
  z-index: 1;
  top: 10px;
  right: 10px;
  height: 27px;
  line-height: 27px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0 13px;
}
.product-label + .product-label {
  margin-top: 35px;
}
.product-label.sale-label {
  background-color: #cc3300;
}
.product-label.sold-out-label {
  background-color: #c2c2c2;
}
/* Product Image */
.product-item-photo {
  display: block;
  position: relative;
  z-index: 1;
}
.product-item-photo img {
  background-color: transparent;
  min-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  left: 0;
}
.product-item-photo img.img-hover-show {
  opacity: 0;
}
.product-item-photo:hover img.img-hover-show {
  opacity: 1;
}
.products {
  /* Product Grid Mode */
  /* Product List Mode */
}
.products-grid .product-item-info .actions-link {
  visibility: hidden;
  background-color: #ffffff;
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: -50%;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.products-grid .product-item-info .actions-link:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid .product-item-info .actions-link button {
  height: 47px;
  width: 47px;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #000000;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 22px;
  border: none;
  box-shadow: none;
  padding: 0;
}
.products-grid .product-item-info .actions-link button span {
  display: block;
}
.products-grid .product-item-info .actions-link button:hover {
  color: #cc0000;
}
.products-grid .product-item-info .actions-link > button,
.products-grid .product-item-info .actions-link form {
  float: left;
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  transition: transform 0.5s ease 0.2s;
  -webkit-transition: transform 0.5s ease 0.2s;
  -moz-transition: transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s;
}
.products-grid .product-item-info .actions-link > button {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.products-grid .product-item-info:hover .actions-link {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.products-grid .product-item-info:hover .actions-link button {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.products-grid .product-item-info:hover .actions-link form {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.products-grid .product-item {
  margin-bottom: 55px;
}
.products-grid .product-top {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}
.products-grid .product-item-details {
  display: table;
  width: 100%;
}
.products-grid .product-item-details .product-item-name {
  margin: 0 0 9px;
}
.products-grid .product-item-details > div {
  display: table-cell;
  vertical-align: top;
  padding-top: 19px;
}
.products-grid .product-item-details > .product-detail-action {
  width: 1%;
  white-space: nowrap;
  padding-left: 10px;
}
.products-grid .product-item-details > .product-detail-action button {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-indent: 0;
  font-size: 18px;
  height: auto;
}
.products-grid .product-item-details > .product-detail-action button:hover {
  color: #cc0000;
}
.products-grid .product-item-details > .product-detail-action button + button {
  margin-left: 10px;
}
.products-grid .product-item-details .product-reviews-summary {
  margin-bottom: 5px;
}
.products-grid .product-item-details .product-reviews-summary.empty {
  display: none;
}
.products-grid .product-item-details .reviews-actions {
  display: none;
}
.products-grid .product-item-details .price-box {
  margin-top: 13px;
}
.products-grid .owl-carousel.owl-loaded .owl-item {
  padding: 0 15px;
}
.products-grid .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.products-grid .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.products-grid .owl-carousel .owl-nav .owl-next,
.products-grid .owl-carousel .owl-nav .owl-prev {
  font-size: 80px;
}
.products-list .product-item-info {
  margin-bottom: 55px;
}
.products-list .product-item-info .actions-link {
  visibility: hidden;
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: -50%;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.products-list .product-item-info .actions-link button {
  height: 47px;
  width: 47px;
  background-color: transparent;
  color: #000;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 22px;
  border: none;
  box-shadow: none;
  padding: 0;
  float: left;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  transition: transform 0.5s ease 0.2s;
  -webkit-transition: transform 0.5s ease 0.2s;
  -moz-transition: transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s;
}
.products-list .product-item-info:hover .actions-link {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.products-list .product-item-info:hover .actions-link button {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.products-list .product-image-content {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.products-list .product-image-content:after {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top: 3px solid #000000;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
}
.products-list .product-item-name {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 7px 0;
}
.products-list .price-box {
  margin-top: 15px;
}
.products-list .price-box .price {
  font-size: 24px;
}
.products-list .price-box .old-price {
  float: none;
}
.products-list .price-box .old-price .price {
  font-size: 13px;
}
.products-list .product-item-description {
  margin-top: 40px;
  margin-bottom: 60px;
}
.products-list .actions-product .action.tocart {
  height: 46px;
  line-height: 47px;
  min-width: 250px;
  float: left;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  padding: 0px 25px;
  border: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.products-list .actions-product .action.towishlist,
.products-list .actions-product .action.tocompare {
  border: none;
  box-shadow: none;
  height: 46px;
  background: none;
  font-size: 30px;
  padding: 0 10px;
  margin: 0 5px;
}
.products-list .actions-product .action.towishlist:hover,
.products-list .actions-product .action.tocompare:hover {
  color: #cc0000;
}
.products-list .actions-product form + button {
  margin-left: 17px !important;
}
/* Loadmore Button */
.btn-loadmore {
  font-size: 18px;
  letter-spacing: 15px;
  text-transform: uppercase;
  opacity: 0.9;
}
.btn-loadmore .text.loading,
.btn-loadmore .load-text {
  display: none;
}
.btn-loadmore .load-text.loading {
  display: inline-block;
  color: #999999;
}
.btn-loadmore:hover {
  opacity: 1;
}
.btn-loadmore span.dot {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: dot-amimation;
  display: inline-block;
  color: #999999;
  font-size: 18px;
  padding: 0;
  opacity: 0;
  text-align: center;
}
.btn-loadmore span.dot.loading {
  opacity: 1;
}
.btn-loadmore span.dot:nth-child(1) {
  animation-delay: 0.2s;
}
.btn-loadmore span.dot:nth-child(2) {
  animation-delay: 0.4s;
}
.btn-loadmore span.dot:nth-child(3) {
  animation-delay: 0.6s;
}
.btn-loadmore span.dot:nth-child(4) {
  animation-delay: 0.8s;
}
.btn-loadmore span.dot:nth-child(5) {
  animation-delay: 1s;
}
.btn-loadmore span.dot:nth-child(6) {
  animation-delay: 1.2s;
}
.list-products .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.list-products .product-item-info {
  margin-bottom: 30px;
  position: relative;
}
.list-products .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.list-products .product-item-info .product-image {
  width: 123px;
  float: left;
  vertical-align: top;
  position: relative;
}
.list-products .product-item-info .product-image a {
  display: block;
  height: 0px;
}
.list-products .product-item-info .product-image a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  content: "";
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.list-products .product-item-info .product-image a img.swatch-option-loading {
  content: none;
}
.list-products .product-item-info .product-image a div.swatch-option-loading {
  display: block;
  background-image: url(../images/loader.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: none;
  left: 0;
  min-width: unset;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.list-products .product-item-info .product-image a .product-image-photo {
  position: static;
  min-width: 100%;
  height: auto !important;
}
.list-products .product-item-info .product-image .actions-link {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.list-products .product-item-info .product-image .actions-link button {
  background: none;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  border: 0;
  box-shadow: none;
  padding: 7px 10px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.list-products .product-item-info .product-image .actions-link button:hover {
  color: #cc3333;
}
.list-products .product-item-info:hover .product-image a.photo:after {
  opacity: 0.3;
}
.list-products .product-item-info:hover .product-image .actions-link button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.list-products .product-item-info .product-item-details {
  float: left;
  width: calc(100% - 123px);
  vertical-align: top;
  padding-left: 30px;
}
.list-products .product-item-info .product-item-details .product-item-name {
  margin-bottom: 10px;
}
.list-products .product-item-info .product-item-details .price-box {
  margin-bottom: 11px;
}
/* Product Masonry */
.products-grid.products-masonry .items.row:not(.loaded) {
  height: 500px;
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
.products-grid.products-masonry .items.row:not(.loaded):before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  content: "";
  display: block;
}
.products-grid.products-masonry .items.row:not(.loaded) .loading-effect:before,
.products-grid.products-masonry .items.row:not(.loaded) .loading-effect:after {
  animation: 2s ease-in-out 0s normal none infinite running sk-bounce;
  background-color: #cc3333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 30px;
  left: 50%;
  margin: 0 0 0 -15px;
  opacity: 0.6;
  position: absolute;
  top: 10px;
  width: 30px;
  z-index: 1;
}
.products-grid.products-masonry .items.row:not(.loaded) .loading-effect:before {
  animation-delay: -1s;
}
.products-grid.products-masonry .product-item-info {
  position: relative;
}
.products-grid.products-masonry .product-item-info.masonry-layout {
  transition: transform 1s ease 0s, opacity 1s ease 0s;
  -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.products-grid.products-masonry .product-item-info.masonry-layout.enable {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.products-grid.products-masonry .product-item-info .actions-link {
  bottom: 15px;
  overflow: hidden;
}
.products-grid.products-masonry .product-item-info .actions-link form {
  transition-delay: 0 !important;
  -webkit-transition-delay: 0 !important;
  -moz-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
}
.products-grid.products-masonry .product-item-info .actions-link button {
  transition-delay: 0 !important;
  -webkit-transition-delay: 0 !important;
  -moz-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
}
.products-grid.products-masonry .product-item-info:hover .actions-link {
  right: 15px;
}
.products-grid.products-masonry .product-item-details .product-item-name {
  font-weight: 400;
}
.product-masonry-nopadding .products-grid.products-masonry .items:after {
  content: "";
  display: table;
  clear: both;
}
.product-masonry-nopadding .products-grid.products-masonry .product-item {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
}
.product-masonry-nopadding .products-grid.products-masonry .product-item-info.masonry-layout {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.page-products-full-width #maincontent {
  width: auto;
}
.page-layout-1column .category-product-actions:after {
  content: "";
  display: table;
  clear: both;
}
.page-layout-1column .category-product-actions .toolbar-products {
  float: left;
  width: 80%;
}
.page-layout-1column .category-product-actions .filter {
  float: left;
  width: 20%;
}
.page-layout-1column .category-product-actions .filter > .filter-title {
  cursor: pointer;
}
.page-layout-1column .category-product-actions .filter > .filter-title:after {
  content: "";
  display: table;
  clear: both;
}
.page-layout-1column .category-product-actions .filter > .filter-title strong {
  font-size: 16px;
  float: right;
  line-height: 38px;
  font-weight: 400;
  color: #000;
}
.page-layout-1column .category-product-actions .filter > .filter-title strong:after {
  margin-left: 10px;
  content: "+";
  font-size: 22px;
  vertical-align: middle;
}
.page-layout-1column .category-product-actions .filter > .filter-title:hover strong {
  color: #cc3333;
}
.page-layout-1column .block.filter > .filter-title {
  display: block;
}
.page-layout-1column .block.filter .block-content.filter-content {
  background: #fff;
  top: 0;
  bottom: 0;
  width: 475px;
  left: 0;
  right: auto;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.page-layout-1column .block.filter .block-content.filter-content .block-filter-content {
  padding: 100px 50px;
  height: 100%;
  overflow-y: auto;
}
.page-layout-1column .block.filter .block-content.filter-content .close-filter-fixed {
  display: block;
}
.page-layout-1column .close-filter-fixed button {
  font-size: 56px;
  height: 50px;
  line-height: 50px;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 20px;
  right: 40px;
}
.page-layout-1column #layered-filter-block > .block-title {
  display: none !important;
}
.page-layout-1column.filter-active .category-product-actions .filter > .filter-title:after {
  content: "-";
}
.page-layout-1column.filter-active .block.filter .block-content.filter-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.page-layout-1column.filter-active:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background-color: #000;
  opacity: 0.7;
}
body:not(.page-layout-1column) .category-product-actions #layered-filter-title {
  display: none !important;
}
.page-layout-3columns .category-product-actions .toolbar > div {
  float: left;
  width: 50%;
  margin: 0;
}
.page-layout-3columns .category-product-actions .toolbar > div.limiter {
  text-align: right;
}
/* Product Detail */
.catalog-product-view .breadcrumbs {
  padding-bottom: 0;
  padding-top: 35px;
  background-color: #ececec;
}
.catalog-product-view .breadcrumbs .items {
  margin: 20px 0 0;
}
.catalog-product-view .main.col-lg-9 > div > .instagram-block .owl-nav {
  display: none;
}
.product-info-main-content {
  padding-top: 70px;
  position: relative;
  background-color: #ececec;
  padding-bottom: 80px;
}
.product-info-main-content .product-info-media,
.product-info-main-content .product-info-main {
  float: left;
  padding: 0 15px;
}
.product-info-main-content .product-info-media {
  width: calc(100% / 1.5);
  position: relative;
}
.product-info-main-content .product-info-main {
  width: calc(100% - 100% / 1.5);
  float: right;
}
.product-info-main-content .product-info-main .product-reviews-summary a {
  color: #999;
}
.product-info-main-content .product-info-main .product-reviews-summary a:hover {
  color: #000;
}
.product-info-main-content .product.media {
  margin: 0;
  position: relative;
}
.product-info-main-content .product.media:after {
  /* border: 3px solid @product-image-loading-color; */
  /* .border-radius(50%); */
  /* border-top: 3px solid @product-image-loading-color-rotate; */
  /* width: 30px; */
  /* height: 30px; */
  /* -webkit-animation: spin 2s linear infinite; */
  /* animation: spin 2s linear infinite; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* margin: -15px 0 0 -15px; */
  /* content: ""; */
}
.product-info-main-content .product.media:not(.loading-change) {
  padding: 0 !important;
}
.product-info-main-content .product.media img {
  min-width: 100%;
}
.product-info-main-content .product.media .placeholder-images {
  position: relative;
  z-index: 1;
}
.product-gallery-list.owl-carousel .owl-nav .owl-prev,
.product-gallery-base-carousel.owl-carousel .owl-nav .owl-prev,
.product-gallery-list.owl-carousel .owl-nav .owl-next,
.product-gallery-base-carousel.owl-carousel .owl-nav .owl-next {
  font-size: 60px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product-gallery-list.owl-carousel .owl-nav .owl-prev,
.product-gallery-base-carousel.owl-carousel .owl-nav .owl-prev {
  left: 0;
  right: auto;
  transform: translateX(-20px);
}
.product-gallery-list.owl-carousel .owl-nav .owl-next,
.product-gallery-base-carousel.owl-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
  transform: translateX(20px);
}
.product-gallery-list.owl-carousel:hover .owl-nav .owl-prev,
.product-gallery-base-carousel.owl-carousel:hover .owl-nav .owl-prev,
.product-gallery-list.owl-carousel:hover .owl-nav .owl-next,
.product-gallery-base-carousel.owl-carousel:hover .owl-nav .owl-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.deal-timer {
  margin-bottom: 20px;
}
.deal-timer .countdown {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.deal-timer .countdown > span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 0 10px;
}
.deal-timer .countdown > span > b {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 4px 4px 0 0;
  line-height: 1;
  padding-top: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
}
.deal-timer .time-note {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.deal-timer .time-note span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin: 0 10px;
  text-align: center;
  color: #000;
  border-radius: 0 0 4px 4px;
  padding-bottom: 6px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-top: none;
}
.box-tocart:after {
  content: "";
  display: table;
  clear: both;
}
.box-tocart .input-text {
  -moz-appearance: textfield;
  background-color: transparent;
  border-width: 0;
  color: #000000;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  width: 60px;
  height: 43px;
}
.box-tocart .actions {
  float: left;
  width: calc(100% - 140px);
}
.box-tocart .actions .action.tocart {
  height: 45px;
  line-height: 45px;
  width: 100%;
  min-width: 200px;
}
.box-tocart .edit-qty {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.box-tocart .edit-qty.plus {
  left: auto;
  right: 15px;
}
.box-tocart .field.qty {
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
  margin: 0 20px 0 0;
  padding: 0 30px;
  transition: all .5s ease 0s;
  position: relative;
  width: 120px;
}
.box-tocart .field.qty:hover,
.box-tocart .field.qty:focus {
  border-color: #000000;
}
.product-info-main .page-header {
  border: none;
  font-weight: 400;
  font-size: 20px;
  padding: 0;
  margin: 0 0 2px;
}
.product-info-main .box-tocart {
  margin-bottom: 35px;
}
.product-info-main .box-tocart.update .label {
  display: none;
}
.product-info-main .price-box .price {
  font-size: 24px;
}
.product-info-main .price-box .old-price {
  vertical-align: inherit;
  float: none;
  margin-left: 5px;
}
.product-info-main .price-box .old-price .price {
  font-size: 18px;
}
.product-info-main .product.attribute.overview {
  color: #666666;
}
.product-info-main .stock {
  color: #8bc500;
  margin-bottom: 14px;
}
.product-info-main .stock:not(.available) {
  color: #cc0000;
}
.product-info-main .stock:before {
  content: attr(title) ":";
  color: #000000;
}
.product-info-price .product-reviews-summary {
  margin-top: 5px;
}
.product-info-price .price-box {
  margin-bottom: 31px;
  margin-top: 20px;
}
.product-gallery-carousel {
  position: static !important;
}
.product-gallery-carousel .slick-arrow {
  display: inline-block;
  position: absolute;
  font-size: 40px;
  z-index: 1;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  height: 40px;
  top: 0;
  color: #000000;
  cursor: pointer;
}
.product-gallery-carousel .slick-arrow.pe-7s-angle-down {
  bottom: 0;
  top: auto;
}
.block.review-list {
  margin-bottom: 20px;
}
.block.review-list .title-content .title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
}
.block.review-list .review-items li.review-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 31px;
  margin-bottom: 32px;
}
.block.review-list .review-items li.review-item .review-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.block.review-list .review-items li.review-item .review-ratings {
  margin-bottom: 5px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label,
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-result {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
  color: #2a2a2a;
  font-size: inherit;
  font-weight: 400;
  margin-right: 15px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label:after {
  content: ":";
  display: inline-block;
}
.block.review-list .review-details:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-details .review-author,
.block.review-list .review-details .review-date {
  float: left;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.block.review-list .review-details .review-date {
  margin-left: 7px;
}
.block.review-list .review-details .review-date:before {
  content: "(";
  display: inline-block;
}
.block.review-list .review-details .review-date:after {
  content: ")";
  display: inline-block;
}
.block.review-add .block-title .title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 40px;
}
.block.review-add .review-form h4,
.block.review-add .review-form h6 {
  font-weight: 400;
  margin-bottom: 20px;
}
.block.review-add .review-form h4 {
  font-size: 16px;
}
.block.review-add .review-form h4 span {
  color: #cc3333;
}
.review-field-rating {
  display: table-row;
}
.review-field-rating > .label {
  color: #2a2a2a;
  display: table-cell;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
  padding: 0 20px 15px 0;
}
.review-field-rating > .label:after {
  content: ":";
}
.review-control-vote {
  height: 22px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 120px;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  position: absolute;
  color: #ff5501;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  top: 0;
  left: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.product.info.detailed {
  clear: both;
  margin-top: 100px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .item.title > .switch .counter {
  font-size: 75%;
}
.product.info.detailed .item.title > .switch .counter:before {
  content: "(";
  display: inline-block;
}
.product.info.detailed .item.title > .switch .counter:after {
  content: ")";
  display: inline-block;
}
.product.info.detailed .item.content .table.additional-attributes {
  margin: 0;
  width: 100%;
}
.product.info.detailed .item.content .table.additional-attributes .table-caption {
  display: none;
}
.product.info.detailed .item.content .table.additional-attributes tr td,
.product.info.detailed .item.content .table.additional-attributes tr th {
  vertical-align: middle;
  padding: 10px 20px;
  border: 0 none;
}
.product.info.detailed .item.content .table.additional-attributes tr th {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
.product.info.detailed .item.content .table.additional-attributes tr td {
  font-style: italic;
  color: #666666;
  line-height: 1.5;
}
.product.info.detailed .item.content .table.additional-attributes tr:nth-child(2n) th,
.product.info.detailed .item.content .table.additional-attributes tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.024);
}
.product-data-items-menu {
  display: table;
  margin: 0 auto 45px;
}
.product-data-items-menu .data.item.title {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
.product-data-items-menu .data.item.title .data.switch {
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #999;
}
.product-data-items-menu .data.item.title:hover .data.switch {
  color: #6b6b6b;
}
.product-data-items-menu .data.item.title.active .data.switch {
  color: #000;
}
.product-data-items-content .title-accordion {
  font-weight: 600;
  color: #000000;
  padding: 0 40px 0 17px;
  background-color: #f6f6f8;
  position: relative;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
}
.product-data-items-content .title-accordion:after {
  content: "+";
  position: absolute;
  background-color: #000;
  line-height: 40px;
  display: block;
  color: #fff;
  right: 0;
  top: 0;
  width: 40px;
  bottom: 0;
  text-align: center;
}
.product-data-items-content .title-accordion.active:after {
  content: "-";
}
.product-data-items-content .title-accordion .counter:before {
  content: "(";
}
.product-data-items-content .title-accordion .counter:after {
  content: ")";
}
.product-data-items-content .data.item.content {
  color: #666666;
  padding: 17px;
  border: 1px solid #f6f6f8;
}
.product-data-items-content .data.item.content + .title-accordion {
  margin-top: 10px;
}
.product-sub-infomation {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #999;
  margin-top: 100px;
  padding: 15px 0;
  text-align: center;
}
.product-sub-infomation .product-info-stock-sku,
.product-sub-infomation .product-sub-infomation--category,
.product-sub-infomation .product-brand {
  font-weight: 600;
  padding: 0 15px;
  display: inline-block;
}
.product-sub-infomation .type {
  color: #000;
  font-weight: 600;
}
.product-sub-infomation .type:after {
  content: ":";
}
.product-sub-infomation .value {
  color: #999;
  font-weight: 400;
  display: inline-block;
}
.product-sub-infomation .value a {
  color: #999;
  font-weight: 400;
  display: inline-block;
}
.product-sub-infomation .value a:hover {
  color: #000;
}
.description ul {
  list-style-type: square;
  padding-left: 20px;
}
.description ul li {
  margin-bottom: 7px;
}
.product-social-links:after {
  content: "";
  display: table;
  clear: both;
}
.product-social-links a {
  color: #000;
  font-weight: 600;
}
.product-social-links a:before {
  font-family: "Pe-icon-7-stroke";
  line-height: 1;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 400;
}
.product-social-links a.towishlist:before {
  content: "\e642";
}
.product-social-links a.tocompare:before {
  content: "\e64b";
}
.product-social-links a.friend {
  display: block;
  margin-top: 15px;
}
.product-social-links a.friend:before {
  content: "\e63a";
}
.product-social-links a:hover:before {
  color: #cc3333;
}
.product-social-links .product-addto-links a {
  margin-right: 30px;
}
.product-social-links .mailto.friend {
  float: left;
}
.product-social-links .sharethis-inline-share-buttons {
  float: right;
  margin-top: 8px;
}
.product-social-links .sharethis-inline-share-buttons .st-btn > svg {
  fill: #222 !important;
}
.product-social-links .sharethis-inline-share-buttons .st-btn:hover > svg {
  fill: #cc3333 !important;
}
/* Related Product + Upsell Product + Related Product By Brand */
.brand-related-products,
.block.related-product-main,
.block.upsell-products-list {
  margin-top: 100px;
}
.brand-related-products .product-item,
.block.related-product-main .product-item,
.block.upsell-products-list .product-item {
  margin: 0;
}
.block.related-product-main .block-actions {
  white-space: inherit;
}
.block.related-product-main .block-actions .action.select {
  height: auto;
  line-height: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #222;
  font-weight: 600;
}
.related-product-main .product-item-info .product-top .product-item-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.related-product-main .product-item-info .product-top .product-item-inner .field {
  padding: 0;
  margin: 0;
}
.related-product-main .product-item-info .product-top .product-item-inner .label {
  display: block;
  font-size: 22px;
  width: 47px;
  height: 47px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 50px;
  color: #222;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.related-product-main .product-item-info .product-top .product-item-inner .label:hover {
  background-color: #ffffff;
}
.related-product-main .product-item-info .product-top .product-item-inner input {
  position: absolute;
  left: -9999px;
}
.related-product-main .product-item-info .product-top .product-item-inner input:checked + .label {
  background-color: green;
  color: #fff;
  font-size: 26px;
}
.related-product-main .product-item-info .product-top .product-item-inner input:checked + .label span:before {
  content: "\e66c";
}
.list-products_relared .list-products .product-item-info .product-image a {
  padding: 0 !important;
}
.list-products_relared .block-actions button {
  height: auto;
  background: none;
  border: none;
  box-shadow: none;
  line-height: inherit;
  padding: 0;
  color: #000;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  padding: 5px 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.product.media .vertical-thumbnail {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.product.media .vertical-thumbnail .parent__gallery-thumbnail {
  display: table-cell;
  width: 80px;
  vertical-align: top;
  position: relative;
}
.product.media .vertical-thumbnail .parent__gallery-thumbnail .image-item {
  cursor: pointer;
}
.product.media .vertical-thumbnail .parent__gallery-thumbnail .image-item img {
  opacity: 0.2;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .vertical-thumbnail .parent__gallery-thumbnail .image-item.active img {
  opacity: 1;
}
.product.media .vertical-thumbnail .product-main-media-product {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.product-gallery-video {
  width: 320px;
}
.product-gallery-video .owl-item {
  padding: 0 15px;
}
.video-gallery-button,
.product-gallery-video .item a {
  display: block;
  position: relative;
}
.video-gallery-button:after,
.product-gallery-video .item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-gallery-button:before,
.product-gallery-video .item a:before {
  font-family: "FontAweSome";
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #000;
  padding-left: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-gallery-button:hover img,
.product-gallery-video .item a:hover img {
  opacity: 1;
}
.product-main-media-product-video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -9999;
}
.product-main-media-product-video .toglle-video-button {
  position: absolute;
  bottom: 100%;
  right: 0;
  height: 50px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0 30px;
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
}
.product-main-media-product-video .toglle-video-button:after {
  content: "x";
  font-size: 20px;
}
.product-main-media-product-video .toglle-video-button span {
  display: none;
}
.product-main-media-product-video .owl-carousel .owl-nav .owl-prev,
.product-main-media-product-video .owl-carousel .owl-nav .owl-next {
  font-size: 30px;
  color: #fff;
}
.product-main-media-product-video .owl-carousel .owl-nav .owl-prev {
  right: 100%;
  left: auto;
  margin-left: -30px;
}
.product-main-media-product-video .owl-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
  margin-right: -30px;
}
.mfp-container .product-main-media-product-video {
  display: block;
  opacity: 1;
  visibility: visible;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.mfp-container .product-main-media-product-video .product-gallery-video {
  margin: 0 auto;
}
.mfp-container .product-main-media-product-video.move-down {
  transform: translateY(100%);
}
.mfp-container .product-main-media-product-video.move-down .toglle-video-button span {
  display: block;
}
.mfp-container .product-main-media-product-video.move-down .toglle-video-button:after {
  content: none;
}
.mfp-container .product-main-media-product-video.move-down .toglle-video-button:hover {
  background-color: #fff;
  color: #000;
}
.rotate-image {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 80px;
  height: 38px;
  display: block;
  background-image: url('../images/media_360.png');
  background-repeat: no-repeat;
  background-size: 80px 38px;
  background-position: 0 0;
  transition-property: transform;
  transition-duration: 1s;
  opacity: 0.7;
  z-index: 10;
}
.rotate-image:hover {
  opacity: 1;
}
.rotate-image-container .rotate-j360 {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  cursor: move;
}
.rotate-image-container .rotate-j360#mgs_j360 {
  background-color: #ffffff;
}
.rotate-image-container .rotate-j360#mgs_j360:before,
.rotate-image-container .rotate-j360#mgs_j360:after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #c00;
  opacity: .6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  z-index: 1;
}
.rotate-image-container .rotate-j360#mgs_j360:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.rotate-image-container .rotate-j360 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.rotate-image-container .close-rotate {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #333333;
  width: 60px;
  height: 60px;
  font-size: 60px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.rotate-image-container .close-rotate span {
  display: block;
}
.rotate-image-container .close-rotate:hover {
  color: #000000;
}
/* Grouped Product */
.table-wrapper.grouped .table.data.grouped {
  margin-bottom: 45px;
}
.table-wrapper.grouped .table.data.grouped .table-caption {
  display: none;
}
.table-wrapper.grouped .table.data.grouped thead tr th {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  background-color: #e3e3e3;
  padding: 10px 15px;
  vertical-align: middle;
}
.table-wrapper.grouped .table.data.grouped thead tr th.qty {
  text-align: center;
  width: 1%;
}
.table-wrapper.grouped .table.data.grouped tbody {
  border-top: none;
}
.table-wrapper.grouped .table.data.grouped tbody tr td {
  padding: 10px 15px;
  vertical-align: middle;
}
.table-wrapper.grouped .table.data.grouped tbody tr td.qty .input-text {
  width: 65px;
  height: 35px;
  background-color: transparent;
  text-align: center;
}
.table-wrapper.grouped .table.data.grouped .product-item-name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.table-wrapper.grouped .table.data.grouped .price-box .price {
  font-size: 14px;
}
/* Grouped Product */
.table-wrapper.grouped .table.data.grouped {
  margin-bottom: 45px;
}
.table-wrapper.grouped .table.data.grouped .table-caption {
  display: none;
}
.table-wrapper.grouped .table.data.grouped thead tr th {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  background-color: #e3e3e3;
  padding: 10px 15px;
  vertical-align: middle;
}
.table-wrapper.grouped .table.data.grouped thead tr th.qty {
  text-align: center;
  width: 1%;
}
.table-wrapper.grouped .table.data.grouped thead tr th.qty .input-text {
  width: 65px;
  height: 35px;
  background-color: transparent;
  text-align: center;
}
.table-wrapper.grouped .table.data.grouped tbody {
  border-top: none;
}
.table-wrapper.grouped .table.data.grouped tbody tr td {
  padding: 10px 15px;
  vertical-align: middle;
}
.table-wrapper.grouped .table.data.grouped .product-item-name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.table-wrapper.grouped .table.data.grouped .price-box .price {
  font-size: 14px;
}
/* Bundle Product */
.bundle-options-container form:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .bundle-options-container form .bundle-options-wrapper {
    float: left;
    width: 67%;
  }
  .bundle-options-container form .block-bundle-summary {
    float: left;
    width: 33%;
    padding-left: 30px;
  }
}
.bundle-options-container form .block-bundle-summary .box-tocart {
  margin-bottom: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options {
  max-width: 500px;
}
.bundle-options-container .product-options-wrapper .back.customization {
  margin-bottom: 25px;
}
.bundle-options-container .product-add-form {
  display: none;
  padding-top: 60px;
}
.bundle-options-wrapper .legend.title {
  display: none;
}
.bundle-options-wrapper .fieldset > p.required {
  display: none;
}
.bundle-options-wrapper .field.option {
  margin-bottom: 30px;
}
.bundle-options-wrapper .field.option > .label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.bundle-options-wrapper .field.option .field.choice + .field.choice {
  margin-top: 8px;
}
.bundle-options-wrapper .field.choice {
  margin-bottom: 10px;
}
.bundle-options-wrapper .field.qty.qty-holder {
  display: table;
  width: 100%;
  margin-top: 10px;
  max-width: 300px;
}
.bundle-options-wrapper .field.qty.qty-holder .label,
.bundle-options-wrapper .field.qty.qty-holder .control {
  display: table-cell;
  vertical-align: middle;
}
.bundle-options-wrapper .field.qty.qty-holder .label {
  padding-right: 15px;
  text-align: left;
  width: 1%;
}
.bundle-options-wrapper .field.qty.qty-holder .label:after {
  content: ":";
}
.bundle-options-wrapper .field.qty.qty-holder .control {
  padding-left: 15px;
}
.block-bundle-summary .title strong {
  display: block;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  padding-top: 25px;
  text-transform: uppercase;
}
.block-bundle-summary .bundle.items li {
  margin-bottom: 10px;
}
.block-bundle-summary .bundle-info {
  margin-top: 20px;
}
.block-bundle-summary .bundle-info .price-box {
  margin-bottom: 10px;
}
.block-bundle-summary .bundle-info .price-box .price {
  color: #cc0000;
}
/* Configuable Product */
.product-options-wrapper .swatch-opt {
  display: table;
  width: 100%;
  margin: 24px 0 45px;
}
.product-options-wrapper .swatch-opt .swatch-attribute {
  display: table-row;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label,
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label {
  font-size: 14px;
  font-weight: 400;
  min-width: 110px;
  padding-right: 15px;
  width: 1%;
  color: #000;
}
.product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
  display: none;
}
.product-options-wrapper .swatch-option {
  box-shadow: 0px 0px 6px transparent;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product-options-wrapper .swatch-option:before {
  content: none;
}
.product-options-wrapper .swatch-option:hover,
.product-options-wrapper .swatch-option.selected {
  box-shadow: 0px 0px 6px #000;
}
body > .loading-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}
body > .loading-mask .loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
body > .loading-mask .loader img,
body > .loading-mask .loader p {
  display: none;
}
body > .loading-mask .loader:before,
body > .loading-mask .loader:after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #cc0000;
  opacity: .6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  z-index: 1;
}
body > .loading-mask .loader:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
body > .loading-mask .rotate-image-container {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.mgs-quickview-catalog-product-view {
  overflow: hidden !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}
.mgs-quickview-catalog-product-view #maincontent {
  display: none !important;
}
.mgs-quickview-catalog-product-view.boxed:not(.panel-popup) .main-wrapper {
  max-width: 100% !important;
  margin: 0 auto !important;
  width: 100% !important;
}
.mgs-quickview-catalog-product-view .video-gallery-button {
  display: none !important;
}
.mgs-quickview-catalog-product-view .product-info-main-content {
  padding: 0;
  background-color: #fff;
}
.mgs-quickview-catalog-product-view .product-info-main-content .product-main {
  width: 100% !important;
}
.mgs-quickview-catalog-product-view .product-info-main-content .product-info-media {
  float: left;
  margin: 0;
  width: 50%;
  padding: 0;
}
.mgs-quickview-catalog-product-view .product-info-main-content .product-info-media .parent__gallery-thumbnail {
  display: none;
}
.mgs-quickview-catalog-product-view .product-info-main-content .product-info-main {
  width: 50%;
  float: left;
  padding: 50px 70px 40px;
  vertical-align: top;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.mgs-quickview-catalog-product-view .product.media .vertical-thumbnail {
  display: block;
}
.mgs-quickview-catalog-product-view .product.media .vertical-thumbnail .product-main-media-product {
  display: block;
  width: 100%;
  padding: 0;
}
.mgs-quickview-catalog-product-view .rotate-image {
  display: none;
}
.mfp-mgs-quickview .mfp-iframe-holder .mfp-content {
  max-width: 1170px;
}
.mfp-mgs-quickview.ratio-1 .mfp-iframe-scaler {
  padding-top: 50%;
}
.mfp-mgs-quickview.ratio-2 .mfp-iframe-scaler {
  padding-top: 100%;
}
.mfp-mgs-quickview.ratio-3 .mfp-iframe-scaler {
  padding-top: 75%;
}
.mfp-mgs-quickview.ratio-4 .mfp-iframe-scaler {
  padding-top: calc(400% / 6);
}
.mfp-mgs-quickview.ratio-5 .mfp-iframe-scaler {
  padding-top: 25%;
}
.mfp-mgs-quickview.ratio-6 .mfp-iframe-scaler {
  padding-top: calc(100% / 3);
}
.mfp-mgs-quickview.ratio-7 .mfp-iframe-scaler {
  padding-top: 37.5%;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close {
  position: absolute;
  border: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  line-height: 30px;
  right: 40px;
  top: 20px !important;
  color: transparent;
  font-size: 0px;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:before {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
  font-size: 60px;
  color: #222;
}
.menu-product-tabs {
  margin: 0 0 31px;
  padding: 0;
  border: none;
}
.menu-product-tabs li {
  display: inline-block;
  list-style: outside none none;
  padding: 20px;
  margin-bottom: 0;
}
.menu-product-tabs li:first-child {
  padding-left: 0;
}
.menu-product-tabs li a {
  color: #999;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  background: none;
  border: none;
}
.menu-product-tabs li a:hover,
.menu-product-tabs li a:focus {
  color: #cc3333;
  background: none;
  border: none;
}
.menu-product-tabs li.active a,
.menu-product-tabs li.active a:hover,
.menu-product-tabs li.active a:focus {
  color: #cc3333;
  background: none;
  border: none;
}
.product-landing-content {
  text-align: center;
}
.product-landing-content .product-item-name {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}
.product-landing-content .description {
  max-width: 650px;
  margin: 35px auto 0;
}
.product-landing-content .price-box {
  margin-top: 40px;
}
.product-landing-content .btn-cart {
  text-transform: uppercase;
  margin-top: 45px;
  min-width: 230px;
}
.product-landing-content .price-box .old-price {
  float: none;
  vertical-align: top;
  margin-right: 0;
  margin-left: 15px;
}
.product-landing-content .price-box .old-price .price {
  color: #999;
}
.product-landing-content .price-box .price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.product-landing-content .price-box .special-price .price {
  color: #c33;
}
.catalog-product-compare-index .table-wrapper {
  border: 1px solid #f0f0f0;
  max-width: 100%;
  overflow-y: hidden;
  padding: 15px;
  overflow-x: auto;
}
.catalog-product-compare-index .table-wrapper .table-comparison {
  margin-bottom: 0;
}
.catalog-product-compare-index .table-wrapper .table-comparison .table-caption {
  display: none;
}
.catalog-product-compare-index .table-wrapper .table-comparison thead tr td,
.catalog-product-compare-index .table-wrapper .table-comparison thead tr th {
  border-top: 1px solid #f0f0f0 !important;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr th {
  text-transform: uppercase;
  color: #2a2a2a;
  min-width: 0px !important;
  width: 1%;
  font-weight: 600;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td,
.catalog-product-compare-index .table-wrapper .table-comparison tr th {
  min-width: 300px;
  border-width: 1px !important;
  border-style: solid;
  border-color: #f0f0f0 !important;
  padding: 10px;
  vertical-align: middle;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info {
  background: none;
  padding: 15px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-actions .actions-primary {
  margin-top: 9px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td.cell.product.info .product-item-info {
  margin-bottom: 0 !important;
}
.block-dashboard-orders .block-title {
  margin-bottom: 20px;
}
.block-dashboard-orders .block-title strong {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-right: 10px;
}
.block-dashboard-orders .block-title .action.view {
  color: #cc3333;
}
.block-dashboard-orders .block-title .action.view:hover {
  text-decoration: underline;
}
.my-account-main .block-title,
.block-title--myac,
body.account .main .block-title,
.form-create-account .block-title {
  margin-bottom: 20px;
}
.my-account-main .block-title .title,
.block-title--myac .title,
body.account .main .block-title .title,
.form-create-account .block-title .title,
.my-account-main .block-title h3,
.block-title--myac h3,
body.account .main .block-title h3,
.form-create-account .block-title h3 {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-right: 10px;
}
.login-container .block .block-title h2,
.form-create-account h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px;
}
.form-create-account .fieldset + .fieldset {
  margin-top: 50px;
}
.customer-name-fields .field {
  margin-bottom: 15px;
}
.account-sub-title {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 500;
  margin-bottom: 10px;
}
.block-dashboard-orders {
  margin-bottom: 60px;
}
.block-dashboard-orders .table-order-items {
  margin: 0;
}
.block-dashboard-orders .table-order-items tr th,
.block-dashboard-orders .table-order-items tr td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.block-dashboard-orders .table-order-items tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  border-top: 1px solid #f0f0f0 !important;
}
.block-dashboard-orders .table-order-items tr td.col.actions .action.view:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
.block-order-details-comments .order-comments .comment {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 15px;
}
.block-order-details-comments .order-comments .comment .comment-date {
  color: #cc3333;
}
.items.order-links {
  display: table;
  margin: 20px auto 40px;
  width: 100%;
}
.items.order-links li {
  display: table-cell;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 4px solid #000;
  text-transform: uppercase;
  color: #000;
}
.items.order-links li.current,
.items.order-links li:hover {
  border-color: #cc3333;
  color: #cc3333;
}
.items.order-links li strong {
  font-weight: 500;
}
.order-details-items.shipments .order-title {
  padding: 15px 0;
  margin: 20px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.order-details-items.shipments .order-title strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order-details-items.shipments .order-title .action.track {
  margin-left: 30px;
}
.order-details-items .table-wrapper .table-caption {
  display: none;
}
.order-details-items .table-wrapper thead tr th {
  text-transform: uppercase;
  color: #000;
  border-bottom: none;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit !important;
  text-align: center;
}
.order-details-items .table-wrapper thead tr th:first-child {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.order-details-items .table-wrapper tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tbody tr td.col.name {
  font-weight: 500;
}
.order-details-items .table-wrapper tfoot tr th {
  padding-left: 0;
  text-align: left;
  background: none;
}
.order-details-items .table-wrapper tfoot tr th,
.order-details-items .table-wrapper tfoot tr td,
.order-details-items .table-wrapper tfoot tr th strong {
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
}
.order-details-items .table-wrapper tfoot tr.grand_total th strong,
.order-details-items .table-wrapper tfoot tr.grand_total td strong {
  font-size: 20px;
  color: #cc3333;
}
.order-details-items .table-wrapper tfoot tr td {
  text-align: center;
}
.block-order-details-view {
  padding-top: 40px;
}
.block-order-details-view .block-title h4 {
  color: #222;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.box-order-billing-method .payment-method .title {
  color: #2a2a2a;
}
.page-print .page-main .logo {
  text-align: center;
  display: block;
}
.page-print table {
  margin: 30px 0;
}
.page-print table thead tr th {
  text-transform: uppercase;
  color: #000;
  border-bottom: none;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-align: center !important;
}
.page-print table tr td {
  text-align: center !important;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
}
.btn-print {
  border-bottom: 2px solid #2a2a2a;
  padding: 0px 0 5px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a2a2a;
}
.btn-print .icon {
  font-size: 18px;
  margin-right: 8px;
}
.btn-print:hover {
  border-color: #cc3333;
}
.shipping-tracking-popup .column.main {
  width: 100% !important;
}
.shipping-tracking-popup .page.tracking .subtitle.caption {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}
.shipping-tracking-popup .page.tracking .actions .action.close {
  border-bottom: 2px solid #000;
  padding: 0px 0 5px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.orders-history .table-order-items thead tr th {
  text-transform: uppercase;
  color: #2a2a2a;
  text-align: center;
  border: none !important;
  font-weight: 700;
}
.orders-history .table-order-items thead tr th:first-child {
  padding-left: 0;
  text-align: left;
}
.orders-history .table-order-items tbody tr td {
  text-align: center;
}
.orders-history .table-order-items tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
}
.orders-history .table-order-items tbody tr td.actions .action.view:after {
  content: "|";
  margin: 0 8px;
  display: inline-block;
}
.order-products-toolbar .pager,
.downloadable-products-toolbar .pager,
.products-reviews-toolbar .pager {
  margin: 0 auto;
}
.order-products-toolbar .pager .limiter,
.downloadable-products-toolbar .pager .limiter,
.products-reviews-toolbar .pager .limiter {
  display: none;
}
.table-downloadable-products thead tr th {
  text-transform: uppercase;
  color: #2a2a2a;
  text-align: center;
  border: none !important;
  font-weight: 700;
}
.table-downloadable-products thead tr th:first-child {
  padding-left: 0;
  text-align: left;
}
.table-downloadable-products tbody tr td {
  text-align: center;
}
.table-downloadable-products tbody tr td:first-child {
  padding-left: 0;
  text-align: left;
}
.form-edit-account .field.choice {
  margin-bottom: 10px;
}
.form-edit-account .fieldset.password {
  margin-top: 30px;
}
.block-dashboard-addresses {
  margin-top: 60px;
}
.account .field.street .control > input + .nested {
  margin-top: 10px;
}
.form-address-edit .fieldset .field.choice {
  margin-bottom: 15px;
}
.form-address-edit .fieldset + .fieldset {
  margin-top: 30px;
}
.block-addresses-list .items.addresses li.item {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
.block-addresses-list .items.addresses li.item:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.block-addresses-list .items.addresses li.item .btn-secondary {
  margin-left: 10px;
}
.table-reviews-dashboard thead tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding-left: 0;
  border: none;
}
.table-reviews-dashboard tbody tr td {
  padding-left: 0;
}
#my-reviews-table .table-caption {
  display: none;
}
#my-reviews-table thead tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding-left: 0;
  border: none;
  text-align: center;
}
#my-reviews-table tbody tr td {
  text-align: center;
}
#my-reviews-table tbody tr td.summary .rating-summary .label {
  display: none;
}
#my-reviews-table tbody tr td.summary .rating-summary .rating-result {
  float: none;
}
.customer-review.view .product-media {
  overflow: hidden;
}
.customer-review.view .product-media img {
  min-width: 100%;
}
.customer-review.view .product-info .product-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.customer-review.view .product-info .rating-average-label {
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
  display: block;
}
.customer-review.view .review-details {
  padding-top: 30px;
}
.customer-review.view .review-details > .title {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 10px 0;
}
.customer-review.view .review-details .review-content {
  padding: 10px 0;
}
.customer-review.view .review-details .review-date {
  font-style: italic;
  color: #cc3333;
}
.customer-review.view .review-details .rating-result {
  display: inline-block;
}
.customer-review.view .review-details .rating-label {
  font-weight: 700;
  color: #000;
  margin-right: 20px;
}
.customer-review.view .review-details .rating-label:after {
  content: ":";
  display: inline-block;
}
.customer-review.view .review-details .rating-summary.item {
  padding: 5px 0;
}
.customer-review.view .review-details .review-title {
  margin-top: 30px;
  color: #000;
  font-weight: 600;
}
.products-grid.wishlist .product-item-info {
  border: 1px solid #f0f0f0;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
}
.products-grid.wishlist .product-item-info > * {
  padding: 0 15px;
}
.products-grid.wishlist .product-item-info .product-item-photo {
  padding: 0 !important;
}
.products-grid.wishlist .product-item-info .product-item-photo img {
  position: static;
}
.products-grid.wishlist .product-item-info .product-item-name {
  margin-top: 10px;
  display: block;
}
.products-grid.wishlist .product-item-info .product-item-name a {
  font-size: 14px;
  font-weight: 600;
}
.products-grid.wishlist .product-item-info .price-box {
  margin: 10px 0 13px;
}
.products-grid.wishlist .product-item-info .comment-box .label {
  display: none;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty {
  padding: 0;
  margin: 0 0  10px;
  float: none;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty > .label {
  display: none !important;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty > .control .input-text {
  width: 100%;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart {
  width: 100%;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart .fa {
  display: none;
}
.products-grid.wishlist .product-item-actions {
  margin-top: 10px;
}
.products-grid.wishlist .product-item-actions:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid.wishlist .product-item-actions .action {
  display: block;
  width: calc(50% - 5px);
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 5px;
  float: left;
}
.products-grid.wishlist .product-item-actions .action + .action {
  margin-left: 5px;
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action:hover {
  border-color: #2a2a2a;
  background-color: #2a2a2a;
  color: #fff;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  font-size: 15px;
  padding: 24px 15px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.checkout-cart-index .column.main .cart-empty a {
  color: #cc3333;
}
.checkout-cart-index .column.main .cart-empty a:hover {
  text-decoration: underline;
}
.checkout-cart-index #shopping-cart-table {
  margin: 0;
}
.checkout-cart-index #shopping-cart-table .product-item-photo img {
  position: static;
}
.checkout-cart-index #shopping-cart-table .table-caption {
  display: none;
}
.checkout-cart-index #shopping-cart-table thead tr th {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background-color: #f2f2f2;
  border-top: 1px solid #d6d6d6;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
}
.checkout-cart-index #shopping-cart-table tbody {
  border-top: 1px solid #d6d6d6;
}
.checkout-cart-index #shopping-cart-table tbody:last-child {
  border-bottom: 1px solid #eaeaea;
}
.checkout-cart-index #shopping-cart-table tbody tr td {
  vertical-align: top;
  border: none !important;
  padding: 30px 25px;
  text-align: center;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
  display: block;
  float: left;
  overflow: hidden;
  width: 100px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
  float: left;
  vertical-align: top;
  margin-left: 20px;
  width: calc(100% - 130px);
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options:after {
  content: "";
  clear: both;
  display: table;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt {
  margin-top: 10px;
  color: #2a2a2a;
  font-weight: 400;
  float: left;
  clear: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt:after {
  content: ":";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price {
  color: #2a2a2a;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:before {
  content: "(";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:after {
  content: ")";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .label {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
  color: #000000;
  border: 1px solid #cccccc;
  font-size: 14px;
  height: 37px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 74px;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td {
  padding: 0 0 25px;
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
  padding: 15px 25px 0;
  border-top: 1px dotted #ddd;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a {
  color: #6c6c6c;
  height: 40px;
  font-size: 13px;
  min-width: 40px;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  float: right;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover,
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a + a {
  margin-right: 15px;
}
.checkout-cart-index #shopping-cart-table .cart-price .price {
  color: #000000;
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
  float: left;
  width: calc(100% - 120px);
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift {
  color: #222;
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  float: right;
  margin-left: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-message .gift-options-title {
  margin-bottom: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar {
  margin-bottom: 6px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar .btn + .btn {
  margin-left: 12px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:hover {
  color: #cc3333;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift._active:after {
  content: "\f106";
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content {
  display: none;
  margin-top: 15px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content textarea {
  height: 153px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content._active {
  display: block;
}
.checkout-cart-index .cart.main.actions {
  margin-top: 40px;
}
.checkout-cart-index .cart.main.actions:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index .cart.main.actions button {
  float: right;
  font-weight: 400;
  padding-right: 30px;
}
.checkout-cart-index .cart.main.actions button .icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.checkout-cart-index .cart.main.actions button .icon.pe-7s-angle-left {
  font-size: 30px;
}
.checkout-cart-index .cart.main.actions button.action.continue {
  float: left;
}
.checkout-cart-index .cart.main.actions button + button {
  margin-left: 15px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals {
  margin-top: 92px;
  position: relative;
  padding: 10px 30px;
  border: 1px solid #bfbfbf;
  background: #f6f6f6;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals {
  margin: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals .table-caption {
  display: none;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
  font-size: 14px;
  vertical-align: middle;
  background: none !important;
  font-weight: 400;
  color: #969696;
  border: none;
  padding: 15px 0px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td {
  width: 1%;
  text-align: right;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th .label {
  font-weight: 400;
  color: #646464;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th {
  border-bottom: 1px solid #bfbfbf;
  color: #000;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  border-top: 1px solid #bfbfbf;
  font-size: 20px;
  color: #2a2a2a;
  padding: 23px 15px 24px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  padding-left: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td {
  padding-right: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals strong {
  font-weight: 400;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  border: 1px solid #ddd;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask img {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.checkout-cart-index .cart-summary {
  margin-top: 10px;
}
.checkout-cart-index .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  text-align: right;
  padding: 10px 0;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.multicheckout {
  font-size: 15px;
}
.checkout-cart-index .block.crosssell {
  margin-top: 57px;
}
.checkout-cart-index .checkout-extra {
  margin-left: -15px;
  margin-righ: -15px;
}
.checkout-cart-index .checkout-extra:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index .checkout-extra > div {
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.checkout-cart-index .checkout-extra #block-summary form {
  display: block;
}
.checkout-cart-index .checkout-extra #block-summary form .field.note {
  color: #555555;
  margin-bottom: 10px;
  font-style: normal;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .legend,
.checkout-cart-index .checkout-extra #block-summary .estimate br {
  display: none;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .message {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods {
  margin: 0;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dt {
  padding-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dd + dt {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra .block {
  margin-top: 92px;
}
.checkout-cart-index .checkout-extra .block .title strong {
  color: #000;
  display: block;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
  font-weight: 400;
}
.checkout-cart-index .checkout-extra .block > .content {
  display: block !important;
}
.page-layout-checkout .page-header {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-layout-checkout .page-header .header {
  padding: 30px 0;
}
.page-layout-checkout .page-header .logo img {
  margin: 0 auto;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.checkout-index-index .modal-popup .modal-header {
  min-height: unset;
}
.checkout-index-index .modal-popup .modal-header .action-close {
  top: 15px;
  right: 15px;
}
.checkout-index-index .modal-popup .modal-content {
  padding: 15px;
}
.checkout-index-index .loading-mask {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
}
.checkout-index-index .loading-mask p {
  display: none;
}
.checkout-index-index .loading-mask .loader {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.checkout-index-index > .loading-mask {
  z-index: 10000;
}
.checkout-index-index .checkout-shipping-method {
  position: relative;
}
.checkout-index-index .checkout-shipping-method .loading-mask {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  border: 1px solid #f0f0f0;
}
.opc-wrapper {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
}
.opc-wrapper:before {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #f0f0f0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.opc-sidebar.opc-summary-wrapper {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
}
.checkout-shipping-address .form.form-login {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 18px;
  padding-bottom: 4px;
}
.checkout-shipping-address > .step-content .action.action-show-popup {
  color: #fff;
  border: 1px solid #1a1a1a;
  margin: 20px 20px 0 0;
  background-color: #1a1a1a;
}
.checkout-shipping-address > .step-content .action.action-show-popup:hover {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  background-color: #fff;
}
.checkout-shipping-address .form.form-login .actions-toolbar {
  margin-bottom: 15px;
}
.shipping-address-items {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.shipping-address-items:after {
  content: "";
  display: table;
  clear: both;
}
.shipping-address-items .shipping-address-item {
  border: 2px solid #ddd;
  margin-bottom: 14px;
  color: #8e8e8e;
  padding: 15px;
  margin: 0 10px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shipping-address-items .shipping-address-item:nth-child(3n + 1) {
  clear: both;
}
.shipping-address-items .shipping-address-item.selected-item {
  color: #cc3333;
  border-color: #cc3333;
}
.shipping-address-items .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.shipping-address-items .action {
  font-size: 13px;
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-top: 10px;
  padding: 6px 15px;
  font-weight: 400;
  margin-right: 10px;
  min-width: 120px;
}
.shipping-address-items .action:hover {
  background-color: #cc3333;
  border-color: #cc3333;
  color: #fff;
}
.checkout-shipping-method {
  margin-top: 50px;
}
.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method thead tr th {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
}
.table-checkout-shipping-method tbody tr td {
  border: 1px solid #eaeaea;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.table-checkout-shipping-method tbody tr td.col-method input {
  margin: 0 auto;
}
#shipping-method-buttons-container,
.payment-method-content .actions-toolbar {
  margin-top: 25px;
  text-align: right;
}
#shipping-method-buttons-container .action,
.payment-method-content .actions-toolbar .action,
#shipping-method-buttons-container button.action,
.payment-method-content .actions-toolbar button.action {
  min-width: 200px;
}
.authentication-wrapper {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.authentication-wrapper .action-auth-toggle {
  background-color: #fff;
  height: 40px;
  min-width: 120px;
  line-height: 40px;
}
.authentication-wrapper .action-auth-toggle:hover {
  background-color: #cc3333;
  border-color: #cc3333;
  color: #fff;
}
.authentication-wrapper .authentication-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 300px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.authentication-wrapper .authentication-dropdown._show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  padding: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header {
  padding: 0;
  min-height: unset;
  height: 1px;
  position: relative;
  border: none;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  right: -5px;
  top: -2px;
  z-index: 1;
  background: none;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
  opacity: 0.8;
  line-height: 1;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close:hover {
  opacity: 1;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close:after {
  content: "x";
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 400;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: left;
}
.authentication-wrapper .block-customer-login .block-title strong {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
ul.credit-card-types:after {
  content: "";
  display: table;
  clear: both;
}
ul.credit-card-types li {
  border: 1px solid #f0f0f0;
  float: left;
  margin-right: 5px;
}
form.payments > .fieldset > legend.legend {
  display: none;
}
form.payments > .fieldset legend + br {
  display: none;
}
.fieldset.payment .legend {
  border: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.opc-payment .payment-methods .payment-method {
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.opc-payment .payment-methods .payment-method .payment-method-title .label {
  font-size: 16px;
}
.opc-payment .payment-methods .payment-method .payment-method-content {
  display: none;
}
.opc-payment .payment-methods .payment-method .payment-method-content .actions-toolbar {
  margin-top: 10px;
  margin-bottom: 12px;
  text-align: left;
}
.opc-payment .payment-methods .payment-method._active .payment-method-content {
  display: block;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice {
  margin-top: 15px;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice input {
  top: 3px;
}
.opc-sidebar .minicart-items .product-item .product-item-details .details-qty .label:after {
  content: ":";
}
.opc-sidebar .minicart-items .product-item .product-item-details .product-item-name {
  color: #1a1a1a;
  font-weight: 400;
}
.opc-sidebar .modal-inner-wrap .modal-header {
  display: none;
}
.opc-sidebar .modal-inner-wrap .modal-content {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}
.opc-block-summary {
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
}
.opc-block-summary .minicart-items-wrapper .product-item {
  padding: 15px 0;
}
.opc-block-summary .minicart-items-wrapper .product-item .product:after {
  content: "";
  display: table;
  clear: both;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container {
  display: block;
  float: left;
  width: 80px !important;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container img {
  max-width: 100%;
  height: auto !important;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details {
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
}
.opc-block-summary > .title {
  text-transform: uppercase;
  color: #2a2a2a;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  padding-bottom: 1px;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 0 40px 0 0;
  position: relative;
  text-decoration: none;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  line-height: 12px;
  margin: 3px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 20px;
  display: block;
  font-weight: 300;
  color: #2a2a2a;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\f106";
}
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.opc-block-summary .table-totals tr th,
.opc-block-summary .table-totals tr td {
  background: none !important;
  padding: 10px 0;
  vertical-align: middle;
}
.opc-block-summary .table-totals tr th {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .table-totals tr th strong,
.opc-block-summary .table-totals tr th .label {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .table-totals tr th:after {
  content: ":";
}
.opc-block-summary .table-totals tr th.value:after {
  content: ")";
  display: inline-block;
}
.opc-block-summary .table-totals tr th.value:before {
  content: "(";
  display: inline-block;
}
.opc-block-summary .table-totals tr td {
  text-align: right;
  padding-left: 20px;
  width: 1%;
  font-size: 14px;
  color: #272727;
}
.opc-block-summary .table-totals tr.totals.sub th,
.opc-block-summary .table-totals tr.totals.sub td {
  font-size: 16px;
}
.opc-block-summary .table-totals tr.totals.grand th,
.opc-block-summary .table-totals tr.totals.grand td {
  font-size: 18px;
  color: #cc3333;
}
.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #cc3333;
  font-weight: 500;
}
.opc-block-summary .table-totals tr:first-child th,
.opc-block-summary .table-totals tr:first-child td {
  border-top: none;
}
.opc-block-shipping-information {
  padding: 0 30px 23px;
  background-color: #f5f5f5;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  position: relative;
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  display: inline-block;
  margin: 0;
  position: absolute;
  height: auto;
  right: 0;
  top: 8px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #1979c3;
  display: inline;
  font-weight: 400;
  line-height: 1.42857;
  padding: 0;
  text-decoration: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #8f8f8f;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: none;
  vertical-align: top;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #cc3333;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .ship-via {
  margin: 20px 0 0;
}
.payment-option.discount-code .payment-option-title {
  cursor: pointer;
  padding-left: 0;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.payment-option.discount-code .payment-option-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.payment-option.discount-code .form-discount .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.payment-option.discount-code .form-discount .actions-toolbar > div {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: top;
}
.payment-option.discount-code._active .payment-option-title:after {
  content: "\f106";
}
.multicheckout.success,
.checkout-success {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
}
.multicheckout.success h2,
.checkout-success h2 {
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.multicheckout.success a,
.checkout-success a {
  color: #cc3333;
}
.multicheckout.success a:hover,
.checkout-success a:hover {
  text-decoration: underline;
}
.multicheckout.success + #registration,
.checkout-success + #registration {
  border: 1px solid #ddd;
  margin-top: 50px;
  padding: 30px 15px;
  text-align: center;
}
.multicheckout.success + #registration .action.primary,
.checkout-success + #registration .action.primary {
  background: none;
  border: none;
  color: #cc3333;
}
.multicheckout.success + #registration .action.primary:hover,
.checkout-success + #registration .action.primary:hover {
  text-decoration: underline;
}
/* Braintree Form */
.payment-method-braintree .payment-method-content > form.form {
  max-width: 500px;
}
.payment-method-braintree .hosted-control {
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px;
}
.payment-method-braintree ._with-tooltip .field-tooltip.toggle span span span {
  display: none;
}
.payment-method-braintree .hosted-date-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.payment-method-braintree .hosted-date-wrap .hosted-error {
  clear: left;
}
.payment-method-braintree .hosted-date-wrap .hosted-date {
  float: left;
  width: calc(50% - 15px);
}
.payment-method-braintree .hosted-date-wrap .hosted-date + .hosted-date {
  margin-left: 30px;
}
.payment-method-braintree .hosted-error {
  color: red;
  font-style: italic;
  font-size: 12px;
  display: none;
}
.payment-method-braintree .braintree-hosted-fields-invalid + .hosted-error {
  display: block;
}
.page-layout-checkout .page-main {
  padding-top: 100px;
  padding-bottom: 100px;
}
#multiship-addresses-table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table thead tr th.qty,
#multiship-addresses-table tbody tr th.qty,
#multiship-addresses-table thead tr td.qty,
#multiship-addresses-table tbody tr td.qty,
#multiship-addresses-table thead tr th.actions,
#multiship-addresses-table tbody tr th.actions,
#multiship-addresses-table thead tr td.actions,
#multiship-addresses-table tbody tr td.actions {
  width: 1%;
  padding-left: 15px;
  padding-right: 15px;
}
#multiship-addresses-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table tbody tr td.actions .action.delete {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  width: 34px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#multiship-addresses-table tbody tr td.actions .action.delete:hover {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .field .label {
  display: none;
}
#multiship-addresses-table tbody tr td .field.qty {
  margin: 0;
}
#multiship-addresses-table tbody tr td .field.qty input {
  width: 80px;
  text-align: center;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .field.address {
  margin: 0;
}
#multiship-addresses-table tbody tr td.product {
  text-align: left;
}
#multiship-addresses-table tbody tr td.product .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a:hover {
  color: #cc3333;
}
#multiship-addresses-table tbody tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .item-options dt:after {
  content: ":";
}
.multishipping-checkout-shipping table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-shipping table thead tr th.item {
  text-align: left;
}
.multishipping-checkout-shipping table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-shipping table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  padding: 15px 30px;
}
.multishipping-checkout-shipping table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-shipping table tbody tr td.product,
.multishipping-checkout-shipping table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a:hover {
  color: #cc3333;
}
.multishipping-checkout-shipping table tbody tr td .item-options {
  margin: 0;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt:after {
  content: ":";
}
.multishipping-checkout-shipping .actions-toolbar {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 30px;
}
.multishipping-checkout-shipping .block.block-other {
  margin-top: 50px;
}
.multishipping-checkout-shipping .block.block-shipping + .block-shipping {
  margin-top: 50px;
}
.multishipping-checkout-shipping h4.box-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
.multishipping-checkout-shipping .box-shipping-method dt {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}
.multishipping-checkout-shipping .box-shipping-method dt + dt {
  margin-top: 10px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend {
  border: none;
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend + br {
  display: none;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .options-items {
  margin-top: 10px;
}
.gift-message .options-items .items .item {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  margin-top: 15px;
}
.gift-message .options-items .items .item .product .number {
  font-weight: 700;
  color: #2a2a2a;
}
.gift-message .options-items .items .item .product .img.photo.container {
  width: 100px !important;
  padding: 0;
  margin: 10px 0 0;
}
.gift-message .options-items .items .item .product .product-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  color: #1a1a1a;
}
.gift-message .options-items .items .item .options .action.activate {
  padding: 0;
  margin: 0;
}
.gift-message .options-items .items .item .options .action.activate:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.gift-message .options-items .items .item .options .action.activate.active:after {
  content: "\f106";
}
.gift-message .options-items .items .item .block.message {
  padding: 0;
  margin-top: 10px;
}
.gift-message .options-items .items .item .block.message .fieldset {
  padding: 0 !important;
}
.block-billing .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.multicheckout .block-billing .box-billing-address + .box-billing-address {
  margin-top: 50px;
}
.multishipping-checkout-billing .block-content .box + .box {
  margin-top: 50px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title {
  position: relative;
  padding: 10px 0 10px 20px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title input {
  position: absolute;
  left: 0;
  top: 11px;
  margin: 0;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title label {
  font-size: 16px;
  font-weight: 600;
}
.multishipping-checkout-billing .box-billing-method .box-content dl > * {
  max-width: 600px;
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
.multishipping-checkout-overview table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-overview table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-overview table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  text-align: center;
  padding: 15px 30px;
}
.multishipping-checkout-overview table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-overview table tbody tr td.product,
.multishipping-checkout-overview table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-overview table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tbody tr td .product-item-name a:hover {
  color: #cc3333;
}
.multishipping-checkout-overview table tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tfoot tr th,
.multishipping-checkout-overview table tfoot tr td {
  background: none;
  font-size: 16px;
  padding: 14px 30px 11px;
  border: 1px solid #eaeaea;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tfoot tr.grand.totals th,
.multishipping-checkout-overview table tfoot tr.grand.totals td {
  font-size: 20px;
  color: #cc3333;
}
.multishipping-checkout-overview table tfoot tr td {
  text-align: center;
}
.multishipping-checkout-overview .checkout-review {
  margin-top: 50px;
  text-align: right;
}
.multishipping-checkout-overview .checkout-review .grand.totals strong {
  background: none;
  font-weight: 400;
  font-size: 24px;
  color: #2a2a2a;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout {
  margin-top: 8px;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .btn-lg {
  min-width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .action.back {
  display: block;
  text-align: right;
  margin-top: 15px;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .please-wait {
  margin-top: 14px;
  animation: fadeIn 1s infinite alternate;
  font-size: 16px;
}
.multishipping-checkout-overview h4.box-title {
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-overview form .block + .block {
  margin-top: 50px;
}
.multishipping-checkout-overview .block-content .box + .box {
  margin-top: 30px;
}
.multishipping-checkout-overview .box-billing-method .payment-method dt {
  font-size: 16px;
  font-weight: 400;
}
.multishipping-checkout-overview .block-shipping .block-content + .block-content {
  margin-top: 30px;
}
.multishipping-checkout-overview .block-shipping strong.box-title {
  font-size: 15px;
  color: #2a2a2a;
}
/* HEADER */
#placeholder-header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.header.header1 .header-placeholder .table-icon-menu .navbar-toggle-menu {
  padding-left: 100px;
}
.header .header-placeholder .header-content {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header {
  position: relative;
  z-index: 10;
}
.header .header-placeholder.header-sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .header-placeholder.header-sticky.active-sticky {
  position: fixed;
}
.header .header-placeholder {
  transition: box-shadow .5s, top .6s ease-in-out;
  -webkit-transition: box-shadow .5s, top .6s ease-in-out;
  -moz-transition: box-shadow .5s, top .6s ease-in-out;
  -o-transition: box-shadow .5s, top .6s ease-in-out;
}
.header .header-placeholder.active-sticky {
  box-shadow: 0px 1.5px 1px -1px rgba(0, 0, 0, 0.1);
}
.header .header-placeholder .search-form .form-search .search-select .search-toggle:hover {
  color: #000;
}
.header .header-placeholder .search-form .form-search .search-select .dropdown-menu {
  display: block !important;
  position: absolute;
  top: calc(100% + 14px);
  max-height: 266px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.header .header-placeholder .search-form .form-search .search-select .open > .dropdown-menu {
  top: calc(100% - 1px);
  opacity: 1;
  visibility: visible;
}
.header .header-placeholder .no-popup .search-form .form-search .search-title {
  display: none;
}
.header .header-placeholder .no-popup .search-form .form-search .search-close {
  display: none;
}
.header .header-placeholder .no-popup .search-form .form-search .minisearch {
  position: relative;
}
.header .header-placeholder .no-popup .search-form .form-search .minisearch .search-select {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.header .header-placeholder .no-popup .search-form .form-search .minisearch .search-select button {
  background: none;
  border: none;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
}
.header .header-placeholder .no-popup .search-form .form-search .minisearch .search-select .dropdown-menu {
  max-height: 266px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search {
  position: relative;
  border: 0;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search .input-text {
  border: 0;
  box-shadow: 0;
  border-bottom: 1px solid #ccc;
  padding: 0 25px 0 0;
  font-size: 16px;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search .input-text.enable-categories {
  padding-left: 135px;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search button {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 40px;
  padding: 0;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search button i.search {
  display: inline-block;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search button i.arrow {
  display: none;
}
.header .header-placeholder .no-popup .search-form .form-search .input-search button:hover {
  color: #000;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu {
  display: table;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li:not(.mega-menu-fullwidth) .dropdown-menu ul > li:first-child {
  padding-top: 10px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li:not(.mega-menu-fullwidth) .dropdown-menu ul > li:last-child {
  padding-bottom: 10px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li > a {
  white-space: nowrap;
  padding: 27px 20px 26px;
  font-size: 16px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li > a .icon-next {
  display: none !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li.hover-right > ul.dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu > li.hover-right > ul.dropdown-menu ul.dropdown-menu {
  right: 100% !important;
  left: auto !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li {
  position: relative;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > ul.dropdown-menu a {
  color: #999;
  background: none !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > ul.dropdown-menu a:hover {
  color: #000;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > a + .toggle-menu {
  display: none !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > .dropdown-menu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: calc(100% + 20px );
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  background-color: #fff;
  min-width: 250px;
  margin: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li:hover > ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: top .3s , opacity .3s;
  -webkit-transition: top .3s , opacity .3s;
  -moz-transition: top .3s , opacity .3s;
  -o-transition: top .3s , opacity .3s;
  top: 100%;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li li > a {
  display: block;
  font-size: 14px;
  padding: 6px 30px 6px;
  line-height: 1.75;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li li > a .icon-next {
  display: none !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li li > ul li > ul {
  top: -1px;
  left: 100%;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li li > ul li > ul.dropdown-menu {
  left: 100%;
  top: 0 !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth {
  position: static !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu {
  left: 0;
  right: 0;
  padding: 14px 30px 16px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  border: none;
  box-shadow: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  opacity: 1;
  visibility: inherit;
  background-color: transparent;
  text-transform: none;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a {
  padding: 5px 0 5px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a > span {
  position: relative;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns {
  position: relative !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns > ul.dropdown-menu {
  left: 0;
  right: auto;
  min-width: 500px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns.hover-right {
  position: static !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns.hover-right > ul.dropdown-menu {
  right: 0;
  left: auto;
  min-width: 500px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
  width: 940px;
  left: 50%;
  right: auto;
  margin-left: -470px;
  padding: 0;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .top_content,
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .bottom_content {
  padding: 10px 30px !important;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .row {
  margin: 0;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .row > div {
  padding: 0;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .mega-menu-content hr {
  margin: 10px 0;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu .mega-menu-content > div > div > .sub-menu {
  padding: 15px 30px;
}
.header .header-placeholder .megamenu-hover .navigation .nav-main-menu li > ul.sub-menu {
  display: block !important;
}
.header .header-placeholder .header-content {
  padding: 0 100px;
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.header .header-placeholder .dropdown-switcher ul:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-placeholder .dropdown-switcher li a {
  color: #999;
}
.header .header-placeholder .dropdown-switcher li.active a {
  color: #c00;
  cursor: default;
  pointer-events: none;
}
.header .header-placeholder .dropdown-switcher li a:hover,
.header .header-placeholder .dropdown-switcher li a:focus {
  color: #c00;
}
.header .header-placeholder .register-header {
  padding-top: 190px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.3s, max-height 0s, background 0.5s;
  -moz-transition: -moz-transform 0.6s, opacity 0.3s, max-height 0s, background 0.5s;
  -o-transition: -o-transform 0.6s, opacity 0.3s, max-height 0s, background 0.5s;
  transition: transform 0.6s, opacity 0.6s, max-height 0s, background 0.5s;
}
.header .header-placeholder .register-header > div {
  opacity: 0;
  transition: opacity 0.3s;
}
.header .header-placeholder .register-header.open {
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  z-index: 900;
  max-height: 1500px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.header .header-placeholder .register-header.open:not(.before-close) {
  background: none;
}
.header .header-placeholder .register-header.open > div {
  opacity: 1;
}
.header .header-placeholder .register-header.before-close:not(.open) {
  max-height: unset;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 900;
  overflow: hidden;
}
.header .header-placeholder .register-header.before-close:not(.open) > div {
  opacity: 0;
}
.header .header-placeholder .register-header.open:not(.before-close) > div {
  opacity: 0;
}
.header .header-placeholder .register-header > div {
  max-width: 370px;
  margin: 0 auto;
  position: relative;
}
.header .header-placeholder .register-header .form-create-account .fieldset + .fieldset {
  margin-top: 10px;
}
.header .header-placeholder .register-header .change-form {
  margin-bottom: 50px;
}
.header .header-placeholder .register-header .change-form a {
  font-size: 24px;
  padding: 0 20px;
  cursor: pointer;
  pointer-events: auto;
  color: #999;
}
.header .header-placeholder .register-header .change-form a.open {
  cursor: default;
  pointer-events: none;
  color: #000;
  padding: 0 20px;
}
.header .header-placeholder .register-header .register-form-header,
.header .header-placeholder .register-header .login-form-header {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity 0s;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  bottom: 0;
  left: 0;
  right: 0;
}
.header .header-placeholder .register-header .register-form-header.open,
.header .header-placeholder .register-header .login-form-header.open {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
}
.header .header-placeholder .register-header button.action {
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
  background: #000;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
}
.header .header-placeholder .register-header button.action:hover {
  background-color: #999;
}
.header .header-placeholder .register-header .closed-login {
  margin-top: 30px;
  display: block;
  font-size: 18px;
  color: #000;
}
.header .header-placeholder .register-header .closed-login:hover {
  color: #c00;
}
.header .header-placeholder .register-header .input-text {
  font-size: 16px;
  height: 47px;
}
.header .header-placeholder .nav-main-menu li a {
  color: #999;
}
.header .header-placeholder .nav-main-menu li a:hover,
.header .header-placeholder .nav-main-menu li a:focus {
  color: #000;
  background: none;
}
.header .header-placeholder.active-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.header .header-placeholder.effect {
  top: 0 !important;
}
.header .header-placeholder .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
  height: 70px;
}
.header .header-placeholder .sidebar-menu {
  padding: 100px 50px;
  overflow: auto;
  width: 475px;
  background-color: #fff;
  position: fixed;
  right: -475px;
  top: 0;
  bottom: 0;
  color: #aaa;
  z-index: 9995;
  transition: transform .25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  margin-bottom: 0;
}
.header .header-placeholder .sidebar-menu .label-menu {
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: auto;
}
.header .header-placeholder .sidebar-menu .megamenu-click {
  margin-top: 40px;
}
.header .header-placeholder .sidebar-menu .nav-main-menu .dropdown-menu {
  padding: 0;
  margin: 0;
  position: static;
  float: none;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  box-shadow: none;
  width: auto !important;
}
.header .header-placeholder .sidebar-menu .nav-main-menu a .icon-next {
  display: none !important;
}
.header .header-placeholder .sidebar-menu .nav-main-menu li {
  position: relative;
  float: none !important;
}
.header .header-placeholder .sidebar-menu .nav-main-menu li > ul.sub-menu,
.header .header-placeholder .sidebar-menu .nav-main-menu li > ul.dropdown-menu {
  display: none;
}
.header .header-placeholder .sidebar-menu .nav-main-menu [class*="col-"] {
  padding: 0;
  float: none;
  width: 100%;
}
.header .header-placeholder .sidebar-menu .nav-main-menu .row {
  margin: 0;
}
.header .header-placeholder .sidebar-menu .nav-main-menu li > .toggle-menu {
  width: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 40px;
  top: 0;
  font-size: 25px;
  display: block;
}
.header .header-placeholder .sidebar-menu .nav-main-menu li.level0 > .toggle-menu {
  line-height: 58px;
}
.header .header-placeholder .sidebar-menu .close-nav-button {
  height: auto;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 10px;
}
.header .header-placeholder .sidebar-menu .close-nav-button:hover span {
  color: #c00;
}
.header .header-placeholder .sidebar-menu .close-nav-button span {
  font-size: 50px;
  color: #999;
  height: 100px;
  width: 100px;
  text-align: center;
  display: block;
  line-height: 100px;
}
.header .header-placeholder .sidebar-menu .contact-us {
  line-height: 2;
  margin: 50px 0;
}
.header .header-placeholder .sidebar-menu .contact-us a {
  color: #999;
}
.header .header-placeholder .sidebar-menu .contact-us a:hover {
  color: #c00;
}
.header .header-placeholder .sidebar-menu h4 {
  font-weight: 500;
  margin-bottom: 25px;
}
.header .header-placeholder .sidebar-menu .socials a {
  font-size: 16px;
  color: #999;
  padding-right: 40px;
}
.header .header-placeholder .sidebar-menu .socials a:hover {
  color: #c00;
}
.header .header-placeholder > .close-nav-button {
  display: none;
  height: 0;
  background: none;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
  background: #fff;
}
.header .header-placeholder > .close-nav-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header .header-placeholder .table-icon-menu {
  display: table;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
  min-height: 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.header .header-placeholder .table-icon-menu > li {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  height: 80px;
}
.header .header-placeholder .table-icon-menu button,
.header .header-placeholder .table-icon-menu .showcart {
  background: none;
  border: 0;
  box-shadow: none;
  color: #999;
  font-size: 25px;
  padding: 0;
  height: 100%;
}
.header .header-placeholder .table-icon-menu button:hover,
.header .header-placeholder .table-icon-menu .showcart:hover {
  color: #c00;
}
.header .header-placeholder .table-icon-menu button[disabled]:hover {
  color: #999;
}
.header .header-placeholder .table-icon-menu button.nav-toggle {
  padding-bottom: 5px;
}
.header .header-placeholder .table-icon-menu .navbar-toggle-menu button span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  vertical-align: middle;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks {
  padding: 18px 0;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: top .3s , opacity .3s;
  -webkit-transition: top .3s , opacity .3s;
  -moz-transition: top .3s , opacity .3s;
  -o-transition: top .3s , opacity .3s;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 30px);
  box-shadow: none;
  padding: 15px;
  left: -80px;
  right: auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu > ul {
  text-align: left;
  margin: 0;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu > ul li {
  display: block;
  padding: 0;
  white-space: nowrap;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu > ul li a {
  color: #999;
  padding: 6px 15px;
  display: block;
  width: 100%;
}
.header .header-placeholder .table-icon-menu .dropdown-toplinks .dropdown-menu > ul li a:hover {
  color: #c00;
}
.header4 .header-placeholder .register-header {
  padding-top: 222px;
}
.nav-open .header .sidebar-menu .close-nav-button {
  display: block;
}
.nav-open .header > .close-nav-button {
  display: block;
}
.nav-before-open .nav-toggle:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.dropdown-menu > li > a {
  color: #999;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
  color: #c00;
}
.modal-popup.confirm .modal-inner-wrap {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
  right: 0;
  background-color: #fff;
  padding: 45px 15px 25px;
  text-align: center;
  width: 100%;
  max-width: 900px;
}
.modal-popup.confirm .modal-content {
  box-shadow: none;
  border: 0;
  color: #000;
  font-size: 16px;
}
.modal-popup.confirm .modal-title {
  display: none;
}
.modal-popup.confirm .modal-header {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0;
  border: 0;
}
.modal-popup.confirm .modal-header button {
  height: 45px;
  width: 45px;
  background: #333;
  border: 0;
  line-height: 45px;
  font-size: 40px;
  border: 1px solid #333;
  color: #fff;
}
.modal-popup.confirm .modal-header button span {
  display: none;
}
.modal-popup.confirm .modal-header button:hover {
  background: #000;
  border-colo: #000;
}
.modal-popup.confirm .modal-header button:after {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-popup.confirm .modal-footer {
  text-align: center;
  border: 0;
}
.modal-popup.confirm .modal-footer button {
  background: #fff;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px;
  min-width: 96px;
  margin: 0 10px;
  color: #000;
}
.modal-popup.confirm .modal-footer button:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.minicart-wrapper.minicart-sidebar .close-minicart {
  right: -110px;
  position: fixed;
  top: 0;
  z-index: 10000;
  height: auto !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
}
.minicart-wrapper.minicart-sidebar .close-minicart:hover i {
  color: #c00;
}
.minicart-wrapper.minicart-sidebar .close-minicart i {
  font-size: 50px;
  color: #999;
  height: 100px;
  width: 100px;
  text-align: center;
  display: block;
  line-height: 100px;
}
.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog {
  display: block !important;
  width: 475px;
  background-color: #fff;
  position: fixed;
  right: -475px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  color: #aaa;
  z-index: 9996;
  text-align: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .subtitle.empty span {
  font-weight: 500;
}
.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .subtitle.empty {
  display: block;
  margin: 100px 50px;
}
.minicart-wrapper.minicart-sidebar .mage-dropdown-dialog .minicart-items {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  bottom: 295px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 50px;
  opacity: 0;
  visibility: hidden;
  height: auto !important;
}
.minicart-wrapper.minicart-sidebar .block-content > .actions {
  position: absolute;
  bottom: -30px;
  z-index: 9;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 50px;
  padding-bottom: 50px;
}
.minicart-wrapper.minicart-sidebar.active .mage-dropdown-dialog {
  transform: translate3d(-475px, 0, 0);
  -webkit-transform: translate3d(-475px, 0, 0);
  -moz-transform: translate3d(-475px, 0, 0);
  -o-transform: translate3d(-475px, 0, 0);
}
.minicart-wrapper.minicart-sidebar.active .mage-dropdown-dialog .minicart-items {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  top: 100px;
}
.minicart-wrapper.minicart-sidebar.active .close-minicart {
  transform: translate3d(-475px, 0, 0);
  -webkit-transform: translate3d(-475px, 0, 0);
  -moz-transform: translate3d(-475px, 0, 0);
  -o-transform: translate3d(-475px, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.minicart-wrapper.minicart-sidebar.active .block-content > .actions {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  bottom: 0;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.minicart-wrapper.minicart-sidebar.active .block-content > .actions a,
.minicart-wrapper.minicart-sidebar.active .block-content > .actions button {
  height: 50px;
  line-height: 50px;
}
.minicart-wrapper.minicart-sidebar .action.showcart.active:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.minicart-wrapper.minicart-sidebar .subtotal {
  margin: 40px 0;
}
.minicart-wrapper {
  padding: 17px 0;
}
.minicart-wrapper:hover .action.showcart {
  color: #c00;
}
.minicart-wrapper:not(.minicart-sidebar) .product-item-details .details-qty .item-qty {
  width: 60px;
}
.minicart-wrapper:not(.minicart-sidebar) .minicart-items-wrapper {
  height: auto !important;
}
.minicart-wrapper:not(.minicart-sidebar) .mage-dropdown-dialog {
  position: absolute;
  top: 100%;
  color: #aaa;
  width: 320px;
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  right: 0;
}
.minicart-wrapper:not(.minicart-sidebar) .mage-dropdown-dialog .minicart-items {
  max-height: 320px;
  overflow: auto;
  height: auto !important;
}
.minicart-wrapper:not(.minicart-sidebar) .close-minicart {
  display: none;
}
.minicart-wrapper .subtitle.empty {
  font-weight: 400;
}
.minicart-wrapper .minicart-items .price-container {
  margin-bottom: 3px;
}
.minicart-wrapper .action.showcart {
  position: relative;
  display: block;
}
.minicart-wrapper .action.showcart:before {
  content: "\e615";
  font-family: 'Pe-icon-7-stroke';
}
.minicart-wrapper .action.showcart .loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.minicart-wrapper .action.showcart .loading-mask img {
  position: static !important;
  width: 100%;
}
.minicart-wrapper .action.showcart span.qty {
  position: absolute;
  bottom: 4px;
  right: 0;
  padding: 0 5px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: #c00;
  display: block;
  font-weight: 600;
  font-size: 10px;
}
.minicart-wrapper .action.showcart span.qty.empty .counter-number {
  display: none;
}
.minicart-wrapper .action.showcart span.qty.empty:after {
  content: '0';
  display: inline-block;
}
.minicart-wrapper .block-content > .actions {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.minicart-wrapper .block-content > .actions .label {
  float: left;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.minicart-wrapper .block-content > .actions .price-container {
  float: right;
  color: #c00;
  font-size: 18px;
}
.minicart-wrapper .block-content > .actions a,
.minicart-wrapper .block-content > .actions button {
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.minicart-wrapper .block-content > .actions .actions > .primary {
  margin-top: 15px;
}
.minicart-wrapper .block-content > .actions .primary .btn-primary {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.minicart-wrapper .block-content > .actions .primary .btn-primary:hover {
  background-color: #fff;
  color: #000;
}
.minicart-wrapper .counter-label {
  display: none;
}
.minicart-wrapper .product {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.minicart-wrapper .product-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  position: relative;
}
.minicart-wrapper .product-item-photo {
  width: 80px;
  float: left;
  position: static;
}
.minicart-wrapper .product-item-photo > .product-item-photo {
  position: relative;
}
.minicart-wrapper .product-item-photo .product-image-photo {
  max-width: 100%;
  height: auto !important;
}
.minicart-wrapper .product-item-photo .actions {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  z-index: 5;
}
.minicart-wrapper .product-item-photo .actions .action {
  width: 35px;
  height: 35px;
  color: #222;
  display: block;
  text-align: center;
  line-height: 26px;
}
.minicart-wrapper .product-item-photo .actions .action span {
  font-size: 0;
  line-height: 0;
}
.minicart-wrapper .product-item-photo .actions .action:hover:after {
  color: #000;
}
.minicart-wrapper .product-item-photo .actions .action:after {
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 30px;
  color: #999;
}
.minicart-wrapper .product-item-photo .actions .primary .action:after {
  content: "\e62c";
  font-size: 22px;
}
.minicart-wrapper .product-item-details {
  padding-left: 100px;
  padding-right: 35px;
  text-align: left;
}
.minicart-wrapper .product-item-details .product-item-name a {
  font-weight: 400;
  color: #000;
}
.minicart-wrapper .product-item-details .product-item-name a:hover {
  color: #c00;
}
.minicart-wrapper .product-item-details .toggle {
  cursor: pointer;
  pointer-events: auto;
}
.minicart-wrapper .product-item-details .toggle:hover {
  color: #000;
}
.minicart-wrapper .product-item-details .subtitle {
  display: none;
}
.minicart-wrapper .product-item-details .options dt {
  font-weight: 400;
}
.minicart-wrapper .product-item-details .options dt:after {
  content: ' :';
  display: inline-block;
  margin-left: 2px;
}
.minicart-wrapper .product-item-details .options dd {
  display: inline-block;
}
.minicart-wrapper .product-item-details .details-qty .label {
  display: none;
}
.minicart-wrapper .product-item-details .details-qty .item-qty {
  width: 80px;
  font-size: 14px;
  height: 30px;
  text-align: center;
}
.minicart-wrapper .product-item-details .details-qty .update-cart-item {
  font-size: 14px;
}
.minicart-wrapper .product-item-details .price {
  color: #c00;
}
.minicart-wrapper .subtotal {
  margin: 10px 0;
}
.minicart-wrapper .subtotal:after {
  content: "";
  clear: both;
  display: block;
}
.nav-open .header .sidebar-menu:not(.mobile) {
  transform: translate3d(-475px, 0, 0);
  -webkit-transform: translate3d(-475px, 0, 0);
  -moz-transform: translate3d(-475px, 0, 0);
  -o-transform: translate3d(-475px, 0, 0);
}
html.nav-open,
html.form-open,
html.cart-open {
  overflow: hidden;
}
.dropdown-custom {
  border: 1px solid #ccc;
  text-align: left;
  background: #fff;
  display: none;
  padding: 5px 0;
}
.dropdown-custom li a {
  white-space: nowrap;
  padding: 5px 15px;
  display: block;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: none;
}
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 0;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.icon-plus:before {
  content: "+";
  font-size: 25px;
  font-weight: 100;
  float: right;
}
.active > .icon-plus:before {
  content: "-";
}
.top-panel {
  position: relative;
  z-index: 999;
}
*::-webkit-input-placeholder {
  color: #999 !important;
}
*:-moz-placeholder {
  color: #999 !important;
}
*::-moz-placeholder {
  color: #999 !important;
}
*:-ms-input-placeholder {
  color: #999 !important;
}
.header.header2 .header-placeholder .logo,
.header.header5 .header-placeholder .logo {
  justify-content: inherit;
}
/* Footer Style */
.cms-index-index .footer {
  margin-top: 0 !important;
}
.footer {
  margin-top: 130px;
}
.footer .middle-footer {
  padding-top: 90px;
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.footer .bottom-footer {
  padding: 0 0 43px;
  color: #999;
  background-color: #f2f2f2;
  font-size: 13px;
}
.footer .bottom-footer .footer-separator {
  border-top: 1px solid #e1e1e1;
  padding-bottom: 50px;
}
.footer .menu {
  text-align: right;
}
.footer .menu li {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 0;
}
.footer .menu li:first-child {
  padding-left: 0;
}
.footer .menu li:last-child {
  padding-right: 0;
}
.footer .menu li a {
  color: #999;
  display: block;
  position: relative;
}
.footer .menu li a:hover {
  color: #000;
}
.footer .socials {
  overflow: hidden;
  float: right;
  margin-top: 10px;
}
.footer .socials a {
  font-size: 14px;
  color: #ccc;
  padding-left: 30px;
  padding-bottom: 10px;
  display: inline-block;
}
.footer .socials a:first-child {
  padding-left: 0;
}
.footer .socials a:hover {
  color: #000;
}
.footer .block.newsletter .form-group {
  margin: 0;
}
.footer .block.newsletter label {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  margin-top: 5px;
  width: 30%;
  text-align: left;
}
.footer .block.newsletter .form.subscribe {
  float: left;
  width: 70%;
  padding-left: 10px;
  position: relative;
}
.footer .block.newsletter .form.subscribe input[type="email"] {
  border-color: transparent;
  background-color: transparent;
  width: 100%;
  padding: 5px 10px 10px;
  border-bottom: 1px solid #ccc;
}
.footer .block.newsletter .form.subscribe .action.subscribe {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 300;
  height: 38px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.footer .block.newsletter .form.subscribe .action.subscribe span {
  line-height: 38px;
  vertical-align: top;
}
.footer5 .socials {
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer5 .socials {
    text-align: center;
  }
}
.footer5 .footer-container {
  padding: 40px 115px 30px ;
}
@media (max-width: 767px) {
  .footer5 .footer-container footer5 .footer-container {
    padding: 30px 15px;
  }
}
.footer3 .block li {
  display: inline-block;
}
.footer3 .block li + li {
  margin-left: 30px;
}
.footer3 .block li a {
  color: #999;
}
.footer3 .block li a:hover {
  color: #000;
}
.footer3 .block-socials {
  text-align: right;
  color: #000;
}
.footer3 .socials {
  margin-top: 0;
  margin-left: 55px;
}
.footer3 .logo {
  text-align: center;
}
.footer3 .logo address {
  margin-top: 30px;
}
.footer3 .footer-container {
  padding-top: 140px;
  padding-bottom: 120px;
}
.footer4 {
  text-align: center;
}
.footer4 .socials {
  float: none;
}
.footer4 .socials a {
  font-size: 24px;
}
.footer4 .footer-container {
  padding: 68px 0;
}
.footer4 .container > div + div {
  margin-top: 66px;
}
.footer4 .title {
  color: #000;
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer2 {
  color: #000;
}
.footer2 .block-socials {
  text-align: right;
}
.footer2 .middle-footer {
  padding: 100px;
}
.footer2 ul.block li a {
  color: #000;
}
.footer2 ul.block li a:hover {
  color: #c00;
}
.footer2 .socials {
  margin-top: 3px;
}
.footer2 .socials a {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
  background-color: #ccc;
  color: #fff;
  margin-left: 20px;
  padding-left: 0;
}
.footer2 .socials a i:before {
  width: 25px;
  text-align: center;
  display: inline-block;
  line-height: 27px;
}
.footer2 .socials a:hover {
  background-color: #c00;
  color: #fff;
}
/* FOOTER PARALLAX */
.filter-active main {
  position: static;
}
.filter-active footer {
  opacity: 0;
}
main {
  z-index: 4;
  position: relative;
  background-color: #fff;
}
footer.active {
  position: relative;
  z-index: 3;
}
.footer-parallax main {
  padding-bottom: 130px;
}
.footer-parallax.cms-index-index main {
  padding-bottom: 0;
}
.footer-parallax .footer {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.footer-parallax .footer.active {
  z-index: 3;
}
.footer-parallax.boxed-full:not(.panel-popup) .main-wrapper {
  margin-bottom: 0;
}
.padding-default {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.iwd_main_wrapper {
  width: 100%;
  position: relative;
  margin: 48px 0 0 0;
  display: inline-block;
  color: #676767;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 40px;
}
.iwd_main_wrapper * {
  box-sizing: border-box;
}
.iwd_main_wrapper .iwd_opc_column_name {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #343434;
  margin-bottom: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper {
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:first-child {
  padding-right: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child {
  float: right;
  padding-left: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child .iwd_opc_alternative_column {
  float: right;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column {
  max-width: 368px;
  min-width: 288px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column_content,
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column {
  outline: none;
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_collapsible_container {
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container.iwd_opc_collapsible_opened .iwd_opc_collapsible_title:after {
  content: '\f106';
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title {
  color: #222222;
  cursor: pointer;
  border-radius: 4px;
  display: block;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:after {
  font-family: 'FontAwesome';
  content: '\f107';
  padding-left: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:hover {
  color: #56cfe1;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable {
  border: 1px solid #e5e5e5;
  overflow-wrap: break-word;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  max-height: 140px;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_clear {
  clear: both;
}
.iwd_main_wrapper .iwd_opc_section_delimiter {
  height: 1px;
  background: #e5e5e5;
  width: calc(100% -  120px );
  margin: 24px auto 24px auto;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_success {
  color: #222222;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_error {
  color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_short_fields {
  display: flex;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:first-child {
  padding-right: calc(8px);
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:last-child {
  padding-left: calc(8px);
}
.iwd_main_wrapper .iwd_opc_field select,
.iwd_main_wrapper .field select {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .iwd_opc_select_container,
.iwd_main_wrapper .field select.mage-error ~ .iwd_opc_select_container {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .scroll-content,
.iwd_main_wrapper .field .scroll-wrapper .scroll-content {
  border: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper,
.iwd_main_wrapper .field .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container,
.iwd_main_wrapper .field .iwd_opc_select_container {
  border: 1px solid #e5e5e5;
  outline: none;
  border-radius: 4px;
  width: 100%;
  max-height: 184px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"] {
  max-height: 368px;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option {
  display: none;
  border-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected {
  display: block;
  background-color: inherit;
  padding-right: calc(34px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''] {
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:after {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  color: #343434;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(50% - 7px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:hover {
  background-color: inherit;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled,
.iwd_main_wrapper .field .scroll-wrapper.disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled {
  cursor: default;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected {
  opacity: 0.4;
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''] {
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled:focus,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled:focus {
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  color: #343434;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:hover {
  background-color: rgba(229, 229, 229, 0.4);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:last-child {
  border-bottom: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper:focus,
.iwd_main_wrapper .field .scroll-wrapper:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container:focus,
.iwd_main_wrapper .field .iwd_opc_select_container:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field:not(.choice) label,
.iwd_main_wrapper .field:not(.choice) label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) label.label,
.iwd_main_wrapper .field:not(.choice) label.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) legend.label,
.iwd_main_wrapper .field:not(.choice) legend.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) .label,
.iwd_main_wrapper .field:not(.choice) .label {
  display: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input,
.iwd_main_wrapper .field.iwd_opc_input,
.iwd_main_wrapper .iwd_opc_field .input-text,
.iwd_main_wrapper .field .input-text,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea {
  background: inherit;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  height: 37px;
  width: 100%;
  color: #343434;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus,
.iwd_main_wrapper .field.iwd_opc_input:focus,
.iwd_main_wrapper .iwd_opc_field .input-text:focus,
.iwd_main_wrapper .field .input-text:focus,
.iwd_main_wrapper .iwd_opc_field textarea:focus,
.iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus,
.iwd_main_wrapper .field.iwd_opc_textarea:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:invalid,
.iwd_main_wrapper .field.iwd_opc_input:invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:invalid,
.iwd_main_wrapper .field .input-text:invalid,
.iwd_main_wrapper .iwd_opc_field textarea:invalid,
.iwd_main_wrapper .field textarea:invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-ui-invalid,
.iwd_main_wrapper .field textarea:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-ui-invalid {
  outline: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-moz-placeholder,
.iwd_main_wrapper .field .input-text::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-moz-placeholder,
.iwd_main_wrapper .field textarea::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-moz-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-placeholder,
.iwd_main_wrapper .field .input-text:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-placeholder,
.iwd_main_wrapper .field textarea:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-ms-input-placeholder,
.iwd_main_wrapper .field textarea:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-ms-input-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:disabled,
.iwd_main_wrapper .field.iwd_opc_input:disabled,
.iwd_main_wrapper .iwd_opc_field .input-text:disabled,
.iwd_main_wrapper .field .input-text:disabled,
.iwd_main_wrapper .iwd_opc_field textarea:disabled,
.iwd_main_wrapper .field textarea:disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input[readonly],
.iwd_main_wrapper .field.iwd_opc_input[readonly],
.iwd_main_wrapper .iwd_opc_field .input-text[readonly],
.iwd_main_wrapper .field .input-text[readonly],
.iwd_main_wrapper .iwd_opc_field textarea[readonly],
.iwd_main_wrapper .field textarea[readonly],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea[readonly],
.iwd_main_wrapper .field.iwd_opc_textarea[readonly] {
  opacity: 0.4;
  pointer-events: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input.mage-error,
.iwd_main_wrapper .field.iwd_opc_input.mage-error,
.iwd_main_wrapper .iwd_opc_field .input-text.mage-error,
.iwd_main_wrapper .field .input-text.mage-error,
.iwd_main_wrapper .iwd_opc_field textarea.mage-error,
.iwd_main_wrapper .field textarea.mage-error,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea.mage-error,
.iwd_main_wrapper .field.iwd_opc_textarea.mage-error {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field {
  height: 37px;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-focused,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-focused {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-invalid {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea {
  max-width: 100%;
  overflow: hidden;
  resize: none;
  vertical-align: top;
}
.iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown),
.iwd_main_wrapper .field[type="password"]:not(:placeholder-shown) {
  font-size: 34px;
  line-height: 19px;
  height: 37px;
  letter-spacing: -1px;
}
.iwd_main_wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.iwd_main_wrapper .fieldset .field {
  padding: 0;
  margin: 0 0 20px 0;
}
.iwd_main_wrapper .fieldset .field.choice {
  position: relative;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"] ~ label {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  padding-left: 26px;
}
.iwd_main_wrapper .fieldset .field .control {
  position: relative;
}
.iwd_main_wrapper .fieldset .field .control .message.warning {
  display: none;
}
.iwd_main_wrapper .fieldset .field ._with-tooltip .input-text {
  width: 100%;
  margin: 0;
}
.iwd_main_wrapper .fieldset .field .field-tooltip {
  display: none;
}
.iwd_main_wrapper .fieldset .field._error .control input,
.iwd_main_wrapper .fieldset .field._warn .control input,
.iwd_main_wrapper .fieldset .field._error .control textarea,
.iwd_main_wrapper .fieldset .field._warn .control textarea,
.iwd_main_wrapper .fieldset .field._error .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._warn .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._error .control .iwd_opc_select_container,
.iwd_main_wrapper .fieldset .field._warn .control .iwd_opc_select_container {
  border-color: #ffff00;
}
.iwd_main_wrapper .fieldset .field.additional {
  margin-bottom: 10px;
}
.iwd_main_wrapper .fieldset .field.additional:last-child {
  margin-bottom: 0;
}
.iwd_main_wrapper div.mage-error[generated] {
  display: none !important;
}
.iwd_main_wrapper .iwd_opc_show_hide_password {
  font-family: 'FontAwesome';
  color: #222222;
  font-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  right: 18px;
  top: 11px;
  line-height: 1;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_show_hide_password.active:after {
  content: "\f070";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f06e";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:hover {
  color: #56cfe1;
}
.iwd_main_wrapper .iwd_opc_collapsible_opened .with_angle:after {
  content: '\f106' !important;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper div.iwd_opc_button,
.iwd_main_wrapper button.iwd_opc_button {
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  line-height: 19px;
  box-shadow: none;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  outline: none;
  margin: 0;
  background: #fff;
  border: 1px solid #676767;
  color: #676767;
  cursor: pointer;
  position: relative;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  right: 16px;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle.opened:after {
  content: '\f106';
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  content: '\f107';
}
.iwd_main_wrapper button.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_small_button:focus,
.iwd_main_wrapper div.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_button:focus,
.iwd_main_wrapper div.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_small_button:active,
.iwd_main_wrapper div.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_button:active,
.iwd_main_wrapper div.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_small_button:hover,
.iwd_main_wrapper div.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_button:hover,
.iwd_main_wrapper div.iwd_opc_button:hover,
.iwd_main_wrapper button.iwd_opc_button:hover {
  box-shadow: none;
  color: #343434;
  border-color: #343434;
  text-decoration: none;
}
.iwd_main_wrapper button.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_small_button:disabled,
.iwd_main_wrapper div.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_button:disabled,
.iwd_main_wrapper div.iwd_opc_button:disabled,
.iwd_main_wrapper button.iwd_opc_button:disabled {
  opacity: 0.4;
  cursor: default;
}
.iwd_main_wrapper button.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_small_button.active,
.iwd_main_wrapper div.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_button.active,
.iwd_main_wrapper div.iwd_opc_button.active,
.iwd_main_wrapper button.iwd_opc_button.active {
  color: #222222;
  border-color: #222222;
}
.iwd_main_wrapper button.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_small_button.active:hover,
.iwd_main_wrapper div.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_button.active:hover,
.iwd_main_wrapper div.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_small_button.active:focus,
.iwd_main_wrapper div.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_button.active:focus,
.iwd_main_wrapper div.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_small_button.active:active,
.iwd_main_wrapper div.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_button.active:active,
.iwd_main_wrapper div.iwd_opc_button.active:active,
.iwd_main_wrapper button.iwd_opc_button.active:active {
  color: #56cfe1;
  border-color: #56cfe1;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  box-sizing: border-box;
  width: 48%;
  overflow: hidden;
}
.iwd_main_wrapper button.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child,
.iwd_main_wrapper a.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child {
  float: left;
}
.iwd_main_wrapper button.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child,
.iwd_main_wrapper a.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child {
  float: right;
}
.iwd_main_wrapper .iwd_opc_small_button_container {
  overflow: hidden;
}
.iwd_main_wrapper .loading-mask .loader {
  width: 71px !important;
  height: 71px !important;
}
.iwd_main_wrapper .iwd_opc_field_tooltip {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 17px;
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:hover .iwd_opc_field_tooltip_content {
  display: block;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:after {
  content: attr(data-icon);
  font-size: 14px;
  line-height: 14px;
  font-family: 'FontAwesome';
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content {
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  background: #fff;
  width: 197px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  right: 100%;
  margin-right: 14px;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:after {
  left: calc(100% - 12px);
  top: calc(50% - 6px);
  content: " ";
  height: 24px;
  width: 12px;
  position: absolute;
  background: #fff;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:before {
  box-shadow: 1px 1px 8px 0 rgba(52, 52, 52, 0.2);
  content: '';
  position: absolute;
  left: calc(100% - 6px);
  top: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
.iwd_main_wrapper .scroll-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  outline: none;
  margin: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content {
  outline: none;
  height: auto;
  left: 0;
  max-width: none !important;
  overflow-y: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content.scroll-scrolly_visible:not(.selected) ~ .scroll-y.scroll-scrolly_visible {
  display: block;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element {
  display: none;
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element div {
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer {
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 8px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_size {
  top: -16px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_track {
  display: none;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar {
  left: -16px;
  min-height: 80px;
  width: 8px;
  cursor: default;
  background-color: #343434;
  opacity: 0.4;
  display: block;
  border-radius: 4px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:hover,
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:active {
  background-color: #343434;
}
.onepage-index-index .loading-mask,
.iwd_opc_success_page .loading-mask {
  background: rgba(255, 255, 255, 0.4);
}
.onepage-index-index .loading-mask .loader,
.iwd_opc_success_page .loading-mask .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  margin: auto;
  border-top: 11px solid rgba(229, 229, 229, 0.4);
  border-right: 11px solid rgba(229, 229, 229, 0.4);
  border-bottom: 11px solid rgba(229, 229, 229, 0.4);
  border-left: 11px solid #999999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 49px;
  height: 49px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.onepage-index-index .loading-mask .loader img,
.iwd_opc_success_page .loading-mask .loader img {
  display: none;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a {
  color: #222222;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a:hover,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a:hover {
  color: #56cfe1;
  text-decoration: none;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_opc_empty_cart_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by {
  text-align: center;
  margin-bottom: 0;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a {
  color: #222222;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a:hover {
  color: #56cfe1;
  text-decoration: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo {
  overflow: hidden;
  display: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a {
  float: right;
  display: inline-block;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a img {
  width: 69px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column {
  width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column {
  width: 100%;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column {
  margin: 0 auto;
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name {
  color: #222222;
  line-height: 18px;
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:hover {
  color: #56cfe1;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:before {
  font-family: 'FontAwesome';
  color: #676767;
  content: '\f104';
  margin-right: 10px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_content {
  text-align: center;
  margin: 0 auto;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column .loading-mask {
  overflow: hidden;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors {
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.error,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.success {
  margin-bottom: 20px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  width: 32.6881%;
  position: relative;
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
  max-width: inherit;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
  width: 34.6233%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 48px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    margin: 0 auto !important;
    float: none !important;
    max-width: 368px;
  }
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info {
  font-size: 12px;
  line-height: 21px;
  padding-left: 16px;
  padding-right: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_label {
  display: inline;
  padding-right: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_value {
  display: inline;
  font-weight: bold;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content {
  top: -30px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(34px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:before {
  top: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content {
  top: -7px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:after {
  top: calc(11px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:before {
  top: 11px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content {
  top: -24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(28px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:before {
  top: 28px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content {
  top: -38px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(42px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:before {
  top: 42px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
  margin-bottom: 48px;
  display: inline-block;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
    margin-bottom: 24px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top .iwd_opc_column {
    margin-bottom: 24px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review .iwd_opc_review_grand_total_tax {
  color: #999999;
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 101;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  padding: 8px 0 8px 0;
  color: #343434;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_top_review_items_wrapper {
  max-height: 500px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item:first-child .iwd_opc_review_item_cell {
  padding-top: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell {
  display: table-cell;
  text-align: right;
  line-height: 21px;
  width: 40%;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 16px;
  padding-left: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell:first-child {
  text-align: left;
  width: 60%;
  padding-right: 12px;
  padding-left: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_name {
  padding-bottom: 8px;
  font-weight: 600;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:before {
  padding-right: 8px;
  color: #999999;
  content: attr(data-item-tax);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:first-child:before {
  content: attr(data-item-qty);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options {
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_label {
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value {
  color: #999999;
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value a {
  color: #222222;
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: 600;
  margin-top: 16px;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_review_total_tax {
  color: #999999;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell {
  padding-bottom: 8px;
  display: table-cell;
  width: 68%;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell:last-child {
  width: 38%;
  text-align: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell {
  color: #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper {
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
  position: absolute;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 42px;
  height: 26px;
  background-image: url('../IWD_Opc/images/icons1x.png');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
  content: '';
  background-position: -199px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
  content: '';
  background-position: -19px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
  content: '';
  background-position: -79px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
  content: '';
  background-position: -139px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
  content: '';
  background-position: -139px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
  content: '';
  background-position: -199px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
  content: '';
  background-position: -139px -107px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
  content: '';
  background-position: -19px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
  content: '';
  background-position: -259px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
  content: '';
  background-position: -79px -107px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
    background-image: url('../IWD_Opc/images/icons2x.png');
    background-size: 258px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
    content: '';
    background-position: -158px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
    content: '';
    background-position: -9px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
    content: '';
    background-position: -58px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
    content: '';
    background-position: -108px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
    content: '';
    background-position: -108px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
    content: '';
    background-position: -158px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
    content: '';
    background-position: -108px 69px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
    content: '';
    background-position: -9px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
    content: '';
    background-position: -207px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
    content: '';
    background-position: -58px 69px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 79px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  right: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 61px;
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  width: 40px;
  height: 24px;
  right: 17px;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long {
  padding-right: 135px;
  position: relative;
  overflow: visible;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper {
  width: 42px;
  height: 26px;
  float: left;
  margin-left: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview {
  display: inline-block;
  position: absolute;
  top: 5px;
  height: 26px;
  right: 45px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content {
  width: 215px;
  position: fixed;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before {
  top: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after {
  top: calc(16px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before {
  top: 31px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after {
  top: calc(31px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n) {
  margin-right: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4) {
  margin-top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before {
  background: #56cfe1;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  background: #222222;
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after {
  top: 10px;
  left: 5px;
  width: 12px;
  height: 2px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  top: 5px;
  left: 10px;
  content: '';
  position: absolute;
  height: 12px;
  width: 2px;
  background: #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short {
  padding-right: 106px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview {
  right: 17px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method._active {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-title {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper:before {
  right: 16px;
  top: 5.5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper[data-https="1"]:before {
  right: 40px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content iframe {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_gateway_payment {
  height: 190px;
  background: url('../IWD_Opc/images/redirect.png') center center no-repeat;
  background-size: contain;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions {
  color: #222222;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_title {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_small {
  color: #676767;
  text-align: left;
  max-width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .iwd_opc_hosted_label {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_image {
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_case_sensitive_captcha {
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button {
  display: inline;
  cursor: pointer;
  color: #222222;
  text-transform: capitalize;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button:hover {
  color: #56cfe1;
  text-decoration: underline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-left: 16px;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
  color: #fff;
  background: #222222;
  font-weight: 600;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:hover,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:focus,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:active {
  color: #fff;
  background: #56cfe1;
}
.iwd_opc_wrapper #payment_form_iwd_authcim #iwd_authcim_cc_cid {
  max-width: inherit;
}
.onepage-index-index .nav-sections,
.onepage-index-index .nav-toggle {
  display: none;
}
.onepage-index-index .logo {
  margin-left: 0;
}
.iwd_opc_popup_wrapper {
  display: none;
  position: fixed;
  top: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
}
.iwd_opc_popup_wrapper.active {
  display: block;
}
.iwd_opc_popup_wrapper .iwd_opc_popup {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 34.6233%;
  padding: 0 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  max-height: 85%;
  overflow: auto;
}
@media (max-width: 1008px) {
  .iwd_opc_popup_wrapper .iwd_opc_popup {
    width: 100%;
    padding: 0;
    max-width: 368px;
    min-width: 288px;
  }
}
.iwd_opc_popup_wrapper .iwd_opc_popup .iwd_opc_popup_content {
  background: #fff;
  border-radius: 4px;
  outline: none;
  padding: 20px 16px 0 16px;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  max-width: 368px;
  margin: 0 auto;
}
.iwd_opc_popup_wrapper .iwd_opc_popup_mask {
  position: relative;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-title-wrapper .checkout-description {
  color: #fff;
  position: relative;
}
.checkout-agreement .action.action-show {
  background: none;
  border: none;
  box-shadow: none;
}
.one-step-checkout-wrapper #co-place-order-area {
  padding: 20px !important;
}
.one-step-checkout-wrapper .opc-block-shipping-information {
  padding: 0;
  background-color: transparent;
}
.one-step-checkout-container .osc-place-order-block {
  margin-top: 0 !important;
  margin-top: 15px;
  padding-top: 20px !important;
  padding-bottom: 5px !important;
}
.one-step-checkout-container .checkout-shipping-address {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-shipping-address:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .checkout-billing-address {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-billing-address:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container #opc-shipping_method {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container #opc-shipping_method .checkout-shipping-method {
  margin-top: 0 !important;
}
.one-step-checkout-container .checkout-shipping-method:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .checkout-payment-method {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-payment-method:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container #opc-sidebar {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container #opc-sidebar:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .step-title {
  margin-bottom: 0 !important;
}
.one-step-checkout-container .minicart-items .product > .product-item-photo {
  height: auto !important;
}
.one-step-checkout-container .minicart-items .product > .product-image-container {
  height: auto !important;
}
.one-step-checkout-container .qty-wrapper {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 15px !important;
  overflow: hidden;
  min-width: 105px;
}
.one-step-checkout-container .qty-wrapper .item_qty {
  height: 40px;
  border: none;
  line-height: 40px;
  top: 0 !important;
}
.one-step-checkout-container .qty-wrapper .button-action {
  margin-top: 10px;
}
.one-step-checkout-container .table-checkout-shipping-method tbody tr td {
  padding: 14px 15px 11px;
}
.one-step-checkout-container #checkout-shipping-method-load .table-checkout-shipping-method {
  margin-bottom: 15px;
}
.one-step-checkout-container .payment-option.discount-code .payment-option-title {
  margin-bottom: 0;
}
.one-step-checkout-container .fieldset > .field.street .control .field {
  margin-bottom: 0;
}
.one-step-checkout-container .fieldset .field.osc-password {
  margin-bottom: 0;
}
.one-step-checkout-container .fieldset .field.confirmation {
  margin-bottom: 0;
}
.onestepcheckout-index-index.page-layout-checkout .page-main {
  padding-top: 20px;
}
.osc-authentication-wrapper {
  padding-top: 25px;
}
.checkout-index-index .modal-popup .modal-content {
  box-shadow: none;
}
.checkout-index-index .modal-popup .modal-content .block-customer-login {
  margin: 0 !important;
}
.checkout-index-index .modal-popup .modal-header .modal-title {
  font-size: 28px;
}
.checkout-index-index .modal-popup .action.action-login {
  border-radius: 40px;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
  background-color: transparent;
  border: 2px solid #222;
}
.checkout-index-index .modal-popup .action.action-login:hover {
  border: 2px solid #56cfe1;
}
.checkout-index-index .form.form-login #customer-email-fieldset {
  margin-bottom: 15px;
}
.checkout-index-index .modal-popup.agreements-modal .modal-footer {
  display: none;
}
.checkout-index-index .modal-popup.agreements-modal .modal-header {
  border: none;
  padding: 0;
}
.checkout-index-index .modal-popup.agreements-modal .modal-content {
  box-shadow: none;
  border: none;
  padding: 25px 45px;
}
.onestepcheckout-index-index .field.choice.col-mp {
  margin: 0 10px;
}
.payment-option.discount-code {
  padding-bottom: 20px;
}
.payment-option.discount-code .payment-option-title {
  cursor: pointer;
}
#checkout-review-table thead th {
  vertical-align: middle;
}
#checkout-review-table tbody tr td {
  vertical-align: middle;
}
#checkout-review-table tfoot tr td {
  vertical-align: middle;
}
#co-place-order-area > .col-mp:after {
  content: "";
  display: table;
  clear: both;
}
#co-place-order-area > .col-mp + .col-mp {
  margin-top: 20px;
}
#co-place-order-area .checkout-addition-block {
  margin: 0;
}
@media (max-width: 767px) {
  .one-step-checkout-container #co-place-order-area {
    padding: 0 !important;
  }
  .one-step-checkout-container #checkout-review-table thead {
    display: none;
  }
  .one-step-checkout-container #checkout-review-table tbody tr {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .one-step-checkout-container #checkout-review-table tbody tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td {
    display: block;
    border: none !important;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.product {
    border-bottom: none;
    padding: 15px;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.details-qty {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.subtotal {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.button-remove {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container .qty-wrapper {
    min-width: 102px !important;
  }
  .one-step-checkout-container .qty-wrapper .button-action {
    vertical-align: top !important;
    margin-top: 10px !important;
  }
  table#checkout-review-table .product-item .price {
    line-height: 40px !important;
  }
  table#checkout-review-table .remove-wrapper {
    line-height: 40px !important;
  }
}
@media (min-width: 768px) {
  #co-place-order-area {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  #co-place-order-area > .col-mp {
    float: none;
    display: block;
    width: 100%;
    vertical-align: middle;
  }
}
.marketplace-product-add .modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
  left: 44px;
  z-index: 900;
}
.marketplace-product-add .modal-slide .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.marketplace-product-add .modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.marketplace-product-add .modal-slide .modal-title {
  font-size: 2.1rem;
  margin-right: 5.7rem;
}
.marketplace-product-add .modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2.1rem 3rem;
}
.marketplace-product-add .modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.marketplace-product-add .modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.marketplace-product-add .modal-popup .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.marketplace-product-add .modal-popup .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-popup .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .modal-slide._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.marketplace-product-add .modal-slide._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.marketplace-product-add .modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.marketplace-product-add .modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.marketplace-product-add .modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.marketplace-product-add button.action-close {
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  padding: 0;
}
.marketplace-product-add .modal-custom .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.marketplace-product-add .modal-custom .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-custom .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .action-close:before {
  content: "\e62f";
  transition: color 0.1s linear 0s;
}
.marketplace-product-add .modals-overlay {
  z-index: 899 !important;
}
.marketplace-product-add .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title:after {
  content: "\f107";
  font-family: "FontAweSome";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content {
  padding-top: 30px;
}
.block.filter .block-content.filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f106";
}
.block.filter .block-content.filter-content .filter-options-item:not(.active) .filter-options-content {
  display: none !important;
}
.testimonial-content.has-image:after {
  display: table;
  content: "";
  clear: both;
}
.testimonial-content.has-image .author-thumbnail,
.testimonial-content.has-image .content {
  float: left;
  vertical-align: top;
}
.testimonial-content.has-image .author-thumbnail {
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}
.testimonial-content.has-image .content {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.testimonial-list-block ul > .testimonial-item {
  margin-bottom: 50px;
}
.testimonial-list-block.boxed_border {
  border: 1px solid #f0f0f0;
  padding: 45px 39px 38px;
  position: relative;
}
.testimonial-list-block.boxed_border .content-heading {
  margin-bottom: 28px;
}
.testimonial-list-block.boxed_border .content-heading .title:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 24px;
  margin-right: 13px;
}
.testimonial-list-block .owl-carousel .owl-item {
  padding: 0 15px;
}
.testimonial-list-block .testimonial-content .content blockquote {
  padding: 0;
  border: none;
  font-size: 14px;
  color: #969696;
  margin-bottom: 29px;
}
.testimonial-list-block .testimonial-content .author-info .name {
  font-size: 15px;
  line-height: 1.2;
  color: #2a2a2a;
}
.testimonial-list-block .testimonial-content .author-info .infomation {
  font-size: 12px;
  color: #a6a6a6;
}
.testimonial-list-block.center_content .content-heading {
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 37px;
}
.testimonial-list-block.center_content .content-heading:after {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: #2a2a2a;
}
.testimonial-list-block.center_content .testimonial-item {
  text-align: center;
}
.testimonial-list-block.center_content .testimonial-item .author-info .name {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #333333;
}
.testimonial-list-block.center_content .testimonial-item .author-info .name:before,
.testimonial-list-block.center_content .testimonial-item .author-info .name:after {
  width: 19px;
  height: 1px;
  background-color: #dddddd;
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: 17px;
  margin-top: -5px;
}
.testimonial-list-block.center_content .testimonial-item .author-info .name:before {
  left: auto;
  right: 100%;
  margin-right: 17px;
}
.testimonial-list-block.center_content .testimonial-item .author-info .infomation {
  line-height: 1.1;
}
.testimonial-list-block.center_content .testimonial-content .content {
  float: none;
  padding-left: 0 !important;
  width: 100%;
}
.testimonial-list-block.center_content .testimonial-content .content blockquote {
  margin-bottom: 17px;
}
.testimonial-list-block.center_content .testimonial-content.has-image .author-thumbnail {
  float: none;
  margin: 10px auto 15px;
}
.testimonial-list-block.center_content .owl-carousel .owl-dots {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .testimonial-list-block.boxed_border .owl-carousel .owl-dots {
    margin-top: 0;
    right: -3px;
    position: absolute;
    top: -49px;
  }
}
@media (max-width: 767px) {
  .testimonial-content.has-image .content {
    width: 100%;
    padding-left: 0;
  }
  .testimonial-content.has-image .author-thumbnail {
    margin: 0 auto 30px;
    float: none;
  }
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
@media (max-width: 991px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    font-size: 50px;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 15px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 15px;
  }
}
