.color-theme {
  color: #56cfe1;
}
* {
  padding: 0;
}
*:focus,
*:active {
  outline: none !important;
}
a {
  color: #8e8e8e;
  text-decoration: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
a:hover,
a:focus,
a:active {
  color: #56cfe1;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
table > caption {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table thead tr th,
.table tbody tr th,
.table tfoot tr th,
.table thead tr td,
.table tbody tr td,
.table tfoot tr td {
  padding: 15px;
}
blockquote {
  quotes: none;
  background: #f1f1f1;
  padding: 30px 60px 30px 25px;
  margin-bottom: 20px;
  position: relative;
  font-style: italic;
  display: block;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
blockquote:before {
  position: absolute;
  content: "\f10e";
  font-family: "FontAwesome";
  right: 25px;
  top: 10px;
  font-size: 20px;
  color: #999;
}
body {
  color: #878787;
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  font-size: 14px;
}
body.cms-index-index footer.footer {
  margin-top: 0 !important;
}
body.active_mgs_builder.ajax-loading:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/loader-2.gif');
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body:not(.panel-popup):not(.fullwidth).mgs-quickview-catalog-product-view.boxed .page-wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 600;
  margin: 0;
  color: #222;
  line-height: 1.428;
  letter-spacing: 0.5px;
}
.h1,
h1 {
  font-size: 48px;
}
.h2,
h2 {
  font-size: 36px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 21px;
}
.h5,
h5 {
  font-size: 18px;
}
.h6,
h6 {
  font-size: 16px;
}
button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.btn {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
  background-color: transparent;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  border-color: #56cfe1;
  background-color: #56cfe1;
}
.btn.btn-lg {
  padding: 0 40px;
  height: 44px;
  line-height: 40px;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 0 30px;
}
.btn.btn-xs {
  padding: 0 25px;
  line-height: 34px;
  height: 36px;
}
.btn-default {
  color: #222;
  border: 2px solid #222;
  background-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
}
.btn-default2 {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-default2:hover,
.btn-default2:focus,
.btn-default2:active {
  color: #fff;
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
}
.btn-primary {
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
}
.btn-secondary {
  color: #fff;
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
}
.btn-full {
  width: 100%;
}
div.mage-error {
  color: #ff0000;
  font-style: italic;
  padding-top: 5px;
  line-height: 1.4;
  font-size: 12px;
}
div.mage-error + .password-strength-meter {
  margin-top: 5px;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  color: #2a2a2a;
  line-height: 32px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.label,
label {
  font-size: 13px;
  color: #5f5f5f;
  padding: 0;
  margin: 0 0 9px;
  font-weight: 400;
  text-align: left;
  line-height: inherit;
}
::-webkit-input-placeholder {
  color: #c1c1c1;
}
:-moz-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder {
  color: #c1c1c1;
}
:-ms-input-placeholder {
  color: #c1c1c1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff 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;
  -o-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: #222;
}
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;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 15px;
  box-shadow: none !important;
}
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;
  -o-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.required > label em,
.form-group.required > label em,
.field._required > label em,
.form-group._required > label em,
.field.required > .label em,
.form-group.required > .label em,
.field._required > .label em,
.form-group._required > .label em {
  display: none;
}
.field.required > label:after,
.form-group.required > label:after,
.field._required > label:after,
.form-group._required > 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.required .form-control + .mage-error,
.form-group.required .form-control + .mage-error,
.field._required .form-control + .mage-error,
.form-group._required .form-control + .mage-error,
.field.required .input-text + .mage-error,
.form-group.required .input-text + .mage-error,
.field._required .input-text + .mage-error,
.form-group._required .input-text + .mage-error {
  font-size: 12px;
  color: red;
}
.field > .label,
.form-group > .label,
.field > label,
.form-group > label {
  display: inline-block;
  font-weight: 500;
}
.field.street .label,
.form-group.street .label {
  border: none;
}
.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.choice,
.form-group.choice {
  position: relative;
  padding-right: 20px;
  text-align: right;
}
.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;
  right: 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;
}
.fieldset > .field:not(.choice) {
  margin-bottom: 15px;
}
.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;
  -o-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;
}
.std ul {
  list-style-type: square;
  padding-left: 15px;
}
.nowrap {
  white-space: nowrap;
}
.no-display {
  display: none;
}
.no-padding {
  padding: 0 !important;
}
.ls__1 {
  letter-spacing: 1px;
}
.lh__1 {
  line-height: 1;
}
.fwm {
  font-weight: 500;
}
.no-margin {
  margin: 0;
}
.list-group .list-group-item {
  font-weight: 500;
  padding: 10px 0;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.list-group .list-group-item .badge {
  padding: 3px 7px 1px;
  margin-top: 4px;
}
.list-group .list-group-item.active {
  color: #56cfe1;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.extra-link a {
  color: #222;
  font-weight: 600;
}
.extra-link a:hover {
  color: #56cfe1;
}
.extra-link a + a {
  margin-left: 20px;
}
.modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.modal-content button.close {
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
  opacity: 1;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
}
.modal.fade .modal-dialog {
  margin: 0 auto;
  top: 50%;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}
.modal.in .modal-dialog {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  max-width: 80%;
  max-height: 80vh;
  overflow-y: auto;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #696969;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  margin-left: 8px;
  float: right;
  vertical-align: middle;
}
.price-box .old-price .price {
  color: #878787;
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #ec0101;
}
.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;
}
.message > * {
  padding: 12px 20px 12px 45px;
  display: block;
  font-size: 14px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 0 15px;
}
.message p {
  margin: 0;
}
.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: #56cfe1;
}
.message > * a:hover {
  text-decoration: underline;
}
.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;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  right: 15px;
  left: 15px;
  width: auto !important;
  top: 100%;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border-top: 1px solid #efefef;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.search-autocomplete ul li {
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.search-autocomplete ul li .amount {
  color: #56cfe1;
  position: absolute;
  right: 7px;
  top: 7px;
  white-space: nowrap;
}
.search-autocomplete ul li .amount:before {
  content: "(";
}
.search-autocomplete ul li .amount:after {
  content: ")";
}
.owl-carousel .owl-item img {
  transform-style: unset;
  -moz-transform-style: unset;
  -webkit-transform-style: unset;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 20px 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;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 7.5px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  cursor: pointer;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav > div {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  color: #222;
  border: 2px solid #222;
  background: none;
  font-size: 30px;
  text-align: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-nav > div i {
  font-weight: 600;
  line-height: 36px;
  display: block;
}
.owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: #56cfe1;
  color: #fff;
  border-color: #56cfe1;
}
.owl-carousel .owl-nav > div.disabled {
  color: #c2c2c2;
  border-color: #c2c2c2;
  cursor: auto;
  pointer-events: none;
  opacity: 0.4;
}
.owl-carousel .owl-nav > div.owl-prev {
  left: 30px;
}
.owl-carousel .owl-nav > div.owl-next {
  right: 30px;
}
.owl-carousel:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.slider_mgs_carousel.owl-carousel .owl-dots {
  bottom: 20px;
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.scroll-to-top {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  width: 45px;
  height: 45px;
  position: fixed;
  right: 35px;
  font-size: 35px;
  text-align: center;
  line-height: 45px;
  color: #878787;
  background-color: #fff;
  z-index: 100;
}
.scroll-to-top .fa {
  font-family: "Pe-icon-7-stroke";
  line-height: 45px;
}
.scroll-to-top .fa:before {
  content: "\e682";
}
.scroll-to-top:hover,
.scroll-to-top:focus,
.scroll-to-top:active {
  color: #222;
}
.visible-builder {
  display: none !important;
}
.footer {
  margin-top: 70px;
}
.footer .middle-footer {
  padding: 80px 0;
  background-color: #f6f6f8;
  border-top: 1px solid #f6f6f8;
}
.footer .middle-footer p {
  margin-bottom: 1.3em;
  line-height: 24px;
}
.footer .middle-footer a {
  color: #878787;
}
.footer .middle-footer a:hover,
.footer .middle-footer a:focus {
  color: #56cfe1;
}
.footer .middle-footer ul.menu li {
  margin-bottom: 16px;
}
.footer .middle-footer ul.menu li a {
  display: block;
  line-height: 1.428;
}
.footer .block.newsletter {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #878787;
  padding: 2px;
}
.footer .block.newsletter .form.subscribe {
  display: table;
  position: relative;
}
.footer .block.newsletter .form.subscribe .form-group,
.footer .block.newsletter .form.subscribe .actions {
  display: table-cell;
}
.footer .block.newsletter .form.subscribe .form-group .control input + .mage-error {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  left: 30px;
  top: 100%;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 12px 15px 10px;
  right: 0;
}
.footer .block.newsletter .form.subscribe .form-group .control input + .mage-error:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  top: -16px;
  left: 15px;
}
.footer .block.newsletter .form.subscribe .form-group .control input + .mage-error:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  top: -14px;
  left: 16px;
}
.footer .block.newsletter .form.subscribe .form-group input[type="email"] {
  height: 39px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: none;
  padding: 0 10px;
  background-color: transparent;
}
.footer .block.newsletter .form.subscribe .actions {
  width: 1%;
}
.footer .block.newsletter .form.subscribe .actions .action.subscribe {
  padding: 0 15px;
}
.footer .block.newsletter:not(:hover) .form.subscribe .form-group .control input + .mage-error {
  opacity: 0;
  visibility: hidden;
}
.footer .bottom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  border-top: 1px solid transparent;
}
.footer .bottom-footer .copyright address {
  margin: 0;
  line-height: 1;
}
.footer .bottom-footer ul:after {
  content: "";
  display: table;
  clear: both;
}
.footer .bottom-footer ul li {
  float: left;
  margin: 0 10px;
}
.footer .bottom-footer ul li:first-child {
  margin-left: 0;
}
.footer .top-footer .block.newsletter {
  max-width: 550px;
  margin: 0 auto;
}
.footer.footer2 .top-footer {
  padding: 43px 0 50px;
  background-color: #f6f6f8;
}
.footer.footer2 .middle-footer {
  background-color: #fff;
}
.footer.footer2 .bottom-footer {
  background-color: #f6f6f8;
}
.footer .instagram-block .block-content ul.row {
  margin-left: -5px;
  margin-right: -5px;
}
.footer .instagram-block .block-content ul.row li.margin-bottom30 {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.footer.footer3 .bottom-footer {
  border-top: 1px solid #ddd;
  padding: 60px 0;
  text-align: center;
}
.footer.footer3 .bottom-footer li {
  float: none;
  display: inline-block;
}
.footer.footer3 .bottom-footer .social-link {
  margin-top: 25px;
}
.footer.footer3 .bottom-footer .social-link li {
  float: none;
  font-size: 20px;
  display: inline-block;
}
.footer.footer3 .bottom-footer .custom-menu {
  margin-top: 40px;
  margin-bottom: 10px;
}
.footer.footer3 .bottom-footer .custom-menu li a {
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
  display: inherit;
}
.footer.footer3 .bottom-footer .custom-menu li a:hover {
  color: #56cfe1;
}
.footer.footer4 .top-footer {
  border-top: 1px solid #ddd;
  padding: 43px 0 50px;
}
.footer.footer4 .middle-footer {
  color: #fff;
}
.footer.footer4 .middle-footer .h1,
.footer.footer4 .middle-footer h1,
.footer.footer4 .middle-footer .h2,
.footer.footer4 .middle-footer h2,
.footer.footer4 .middle-footer .h3,
.footer.footer4 .middle-footer h3,
.footer.footer4 .middle-footer .h4,
.footer.footer4 .middle-footer h4,
.footer.footer4 .middle-footer .h5,
.footer.footer4 .middle-footer h5,
.footer.footer4 .middle-footer .h6,
.footer.footer4 .middle-footer h6 {
  color: #fff;
}
.footer.footer4 .middle-footer a {
  color: #fff;
}
.footer.footer4 .middle-footer a:hover,
.footer.footer4 .middle-footer a:focus {
  color: #56cfe1;
}
.footer.footer4 .middle-footer-container .middle-footer {
  background: none !important;
  padding-bottom: 0;
}
.footer.footer4 .middle-footer-container .middle-col {
  background-image: url('../images/bg_footer.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer.footer4 .bottom-footer {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
}
.footer.footer4 .bottom-footer .copyright address {
  margin-bottom: 0 !important;
  line-height: inherit !important;
}
.footer.footer4.footer-builder .visible-builder {
  display: block !important;
}
ul.social-link li {
  float: right;
  margin: 0 10px;
  font-size: 16px;
}
ul.social-link li:first-child {
  margin-right: 0;
}
ul.social-link:after {
  content: "";
  display: table;
  clear: both;
}
ul.list-icon li {
  padding-right: 30px;
  position: relative;
  margin-bottom: 18px;
}
ul.list-icon li:last-child {
  margin-bottom: 0;
}
ul.list-icon li .icon {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
.minicart-wrapper {
  position: relative;
}
.minicart-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #000;
  display: block;
  line-height: 1;
}
.minicart-wrapper .action.showcart > .counter.qty {
  color: #fff;
  background-color: #222;
  text-align: center;
  white-space: normal;
  position: absolute;
  height: 20px;
  min-width: 20px;
  font-size: 12px;
  line-height: 22px;
  right: 14px;
  top: -10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.minicart-wrapper .action.showcart > .counter.qty.empty .counter-number:empty:after {
  content: "0";
  display: inline-block;
}
.minicart-wrapper .action.showcart > .counter.qty .loading-mask {
  width: 20px;
  height: 20px;
  top: 0;
  background-color: transparent;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.minicart-wrapper .action.showcart > .counter.qty .loading-mask .loader > img {
  width: 20px;
  position: static !important;
}
.minicart-wrapper .action.showcart > .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  content: "\e615";
  font-family: 'Pe-icon-7-stroke';
  overflow: hidden;
  speak: none;
  line-height: 1;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before {
  color: #56cfe1;
}
.minicart-wrapper .action.showcart.active {
  color: #56cfe1;
}
.minicart-wrapper .action.showcart.active:before {
  color: #56cfe1;
}
.minicart-wrapper .block-minicart {
  background: #fff;
  top: 0;
  bottom: 0;
  width: 320px;
  left: auto;
  right: 0;
  position: fixed;
  z-index: 999;
  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;
}
.minicart-wrapper.active:after {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.9;
  display: block;
  content: "";
  z-index: 998;
}
.minicart-wrapper.active .block-minicart {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.minicart-wrapper .close-minicart {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.minicart-wrapper .close-minicart button {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 40px;
  background: none;
  border: none;
  opacity: 0.8;
}
.minicart-wrapper .close-minicart button i {
  display: block;
}
.minicart-wrapper .close-minicart button:hover {
  opacity: 1;
}
.minicart-wrapper .block-content {
  max-height: calc(50vh);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.minicart-wrapper .block-content ol.minicart-items,
.minicart-wrapper .block-content .minicart-items-wrapper {
  height: auto !important;
}
.minicart-wrapper .block-content > .actions > .subtotal {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  padding: 11px 0 7px;
  border-top: 1px solid #ebebeb;
}
.minicart-wrapper .block-content > .actions > .subtotal > * {
  display: inline-block;
}
.minicart-wrapper .block-content > .actions > .subtotal > span.label {
  color: #222;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.minicart-wrapper .block-content > .actions > .subtotal .price-container .price {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
}
.minicart-wrapper .block-content .subtitle.empty {
  display: block;
  color: #222;
  text-align: center;
  font-weight: 400;
  padding-top: 20px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  overflow: hidden;
  width: 80px !important;
  float: right;
}
.minicart-items .product > .product-item-photo img,
.minicart-items .product > .product-image-container img {
  max-width: 100%;
  height: auto !important;
}
.minicart-items .product-item {
  padding-top: 20px;
}
.minicart-items .product-item .product:after {
  display: table;
  clear: both;
  content: "";
}
.minicart-items .product-item .product > .product-item-photo {
  position: relative;
}
.minicart-items .product-item .product > .product-item-photo:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.minicart-items .product-item .product-item-details {
  float: right;
  width: calc(20%);
  padding-right: 15px;
  padding-top: 1px;
}
.minicart-items .product-item .product-item-details > .product.options {
  font-size: 12px;
}
.minicart-items .product-item .product-item-details .product-item-name {
  font-size: 13px;
  color: #222;
  line-height: 1.428;
  font-weight: 600;
  display: block;
}
.minicart-items .product-item .product-item-details .product-item-name a {
  font-weight: 600;
  font-size: 13px;
  color: #222;
  line-height: 1.428;
  display: block;
}
.minicart-items .product-item .product-item-details .product-item-name a:hover {
  color: #56cfe1;
}
.minicart-items .product-item .product-item-details .product-item-pricing {
  margin-top: 4px;
}
.minicart-items .product-item .product-item-details .product-item-pricing .price {
  color: #2a2a2a;
  font-size: 14px;
}
.minicart-items .product-item .details-qty.qty {
  margin-top: 8px;
}
.minicart-items .product-item .details-qty.qty > label {
  display: none;
}
.minicart-items .product-item .details-qty.qty .cart-item-qty {
  width: 80px;
  height: 34px;
  border-radius: 17px;
  line-height: 1;
  padding: 0;
  text-align: center;
}
.minicart-items .product-item .details-qty.qty .update-cart-item {
  margin-left: 0;
  height: 34px;
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #222;
  background-color: #222;
  border-radius: 17px;
}
.minicart-items .product-item .details-qty.qty .update-cart-item:hover,
.minicart-items .product-item .details-qty.qty .update-cart-item:focus,
.minicart-items .product-item .details-qty.qty .update-cart-item:active {
  background-color: #56cfe1;
  border-color: #56cfe1;
  color: #fff;
}
.minicart-items .product-item .product.actions {
  position: absolute;
  top: 50%;
  left: 50%;
  display: table;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.minicart-items .product-item .product.actions > div {
  display: table-cell;
  padding: 0 3px;
  vertical-align: middle;
}
.minicart-items .product-item .product.actions .action {
  width: 30px;
  height: 30px;
  color: #222;
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
}
.minicart-items .product-item .product.actions .action span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product-item .product.actions .action:after {
  font-size: 20px;
  font-family: 'Pe-icon-7-stroke';
  font-weight: bold;
}
.minicart-items .product-item .product.actions .action.delete:after {
  content: "\e680";
  font-size: 28px;
}
.minicart-items .product-item .product.actions .action.edit:after {
  content: "\e666";
}
.minicart-items .product-item .product.actions .action:hover {
  background-color: #56cfe1;
  border-color: #56cfe1;
  color: #fff;
}
.minicart-items .product-item:hover .product > .product-item-photo:after {
  opacity: 0.5;
}
.minicart-items .product-item:hover .product.actions {
  opacity: 1;
  visibility: visible;
}
.product.options > .toggle {
  cursor: pointer;
  color: #222;
  display: block;
  font-weight: 500;
}
.product.options > .toggle:after {
  color: #2a2a2a;
  margin: 0 0 0 5px;
  position: static;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 0px 6px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.product.options .content .subtitle {
  display: none;
}
dl.product.options.list {
  margin-bottom: 5px;
}
dl.product.options.list dt,
dl.product.options.list dd {
  float: left;
  vertical-align: top;
}
dl.product.options.list dd {
  margin-bottom: 8px;
}
dl.product.options.list dt {
  clear: left;
  margin: 0;
  font-size: 12px;
  color: #222;
  font-weight: 500;
}
dl.product.options.list dt:after {
  content: ":";
  display: inline-block;
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 99;
}
.header .close-nav-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 40px;
  width: 40px;
  height: 40px;
  display: none;
}
.header .close-nav-button span {
  display: block;
}
.header .top-header-content {
  background-color: #f6f6f8;
  font-size: 12px;
  clear: both;
}
.header .top-header-content a,
.header .top-header-content button {
  color: #878787;
}
.header .top-header-content a:hover,
.header .top-header-content button:hover,
.header .top-header-content a:focus,
.header .top-header-content button:focus {
  color: #56cfe1;
}
.header .top-header-content .top-middle-header {
  text-align: center;
  padding: 14px 0;
}
.header .dropdown-switcher {
  float: left;
  margin-right: 30px;
  position: static;
}
.header .dropdown-switcher .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  border: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  left: 15px;
  right: auto;
  font-size: 12px;
  min-width: 110px;
}
.header .dropdown-switcher .dropdown-menu li > a {
  border-bottom: 1px solid #ddd;
  color: #8e8e8e;
  padding: 8px 15px;
  background: none;
  white-space: nowrap;
}
.header .dropdown-switcher .dropdown-menu li > a:hover {
  color: #56cfe1;
}
.header .dropdown-switcher .dropdown-menu li > a img {
  height: auto;
  margin-left: 7px;
  margin-top: -4px;
  width: 16px;
}
.header .dropdown-switcher .switcher-toggle {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  padding: 14px 0;
  position: relative;
}
.header .dropdown-switcher .switcher-toggle .fa-angle-down {
  font-size: 11px;
  margin-right: 2px;
  margin-top: 1px;
}
.header .dropdown-switcher.open .dropdown-menu {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.header .top-custom-link ul:after {
  content: "";
  display: table;
  clear: both;
}
.header .top-custom-link ul li {
  float: right;
  padding: 14px 0;
}
.header .top-custom-link ul li + li {
  margin-right: 15px;
}
.header .top-custom-link ul li a .icon {
  font-size: 16px;
  vertical-align: middle;
}
.header ul.social-link li {
  margin: 18px 5px 0;
}
.header ul.social-link li:first-child {
  margin-left: 0;
}
.header ul.social-link li a {
  color: #222;
}
.header ul.social-link li a:hover {
  color: #01bad4;
}
.header .table-icon-menu {
  display: table;
  position: relative;
}
.header .table-icon-menu > div {
  display: table-cell;
  vertical-align: middle;
  padding: 19px 0 16px 12px;
}
.header .table-icon-menu .minicart-wrapper {
  padding-right: 0;
}
.header .dropdown-toplinks {
  position: static;
}
.header .dropdown-toplinks .dropdown-toggle {
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  line-height: 1;
  display: block;
}
.header .dropdown-toplinks .dropdown-toggle:hover {
  color: #56cfe1;
}
.header .dropdown-toplinks .dropdown-menu {
  min-width: 0px;
  left: 0;
  right: auto;
  opacity: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0;
  border: none;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.header .dropdown-toplinks .dropdown-menu li {
  white-space: nowrap;
}
.header .dropdown-toplinks .dropdown-menu li a:not(.no-display) {
  border-bottom: 1px solid #eee;
  padding: 12px 15px 8px;
  display: block;
}
.header .dropdown-toplinks .dropdown-menu li a:not(.no-display) .counter {
  font-size: 12px;
}
.header .dropdown-toplinks .dropdown-menu li a:not(.no-display) .counter:before {
  content: "(";
}
.header .dropdown-toplinks .dropdown-menu li a:not(.no-display) .counter:after {
  content: ")";
}
.header .dropdown-toplinks:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.header .header-wl a {
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  line-height: 1;
  display: block;
  position: relative;
}
.header .header-wl a:hover {
  color: #56cfe1;
}
.header .header-wl .count-wl {
  color: #fff;
  background-color: #222;
  text-align: center;
  white-space: normal;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  height: 20px;
  min-width: 20px;
  font-size: 12px;
  line-height: 22px;
  right: 14px;
  top: -10px;
}
.header .search-form .actions-search .action-search {
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  line-height: 1;
  display: block;
}
.header .search-form .actions-search .action-search:hover {
  color: #56cfe1;
}
.header .search-form .form-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
}
.header .search-form .form-search .form.minisearch {
  max-width: 580px;
  margin: 0 auto;
  padding: 15px;
  margin-top: calc(95%);
}
.header .search-form .form-search .form.minisearch .input-text {
  border: 0;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  box-shadow: none;
  letter-spacing: 2px;
}
.header .search-form .form-search .form.minisearch .button {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.header .search-form.active .form-search {
  opacity: 1;
  visibility: visible;
}
.header .search-form.select-search .form-search .form.minisearch {
  display: table;
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
.header .search-form.select-search .form-search .form.minisearch .search-select .dropdown {
  position: static;
}
.header .search-form.select-search .form-search .form.minisearch .search-select .search-toggle {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  font-size: 20px;
  padding: 0 10px;
  white-space: nowrap;
  height: 40px;
}
.header .search-form.select-search .form-search .form.minisearch .search-select .dropdown-menu {
  left: 15px;
  right: 15px;
  max-height: 266px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.header .search-form.select-search .form-search .form.minisearch .search-select .dropdown-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header .search-form.select-search .form-search .form.minisearch .search-select .dropdown-menu li a:hover {
  background: none;
  color: #56cfe1;
}
.header .search-close {
  position: absolute;
  right: 20px;
  top: 40px;
  color: #fff;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  font-size: 60px;
}
.header .search-close i {
  display: block;
}
.header .search-close:hover {
  color: #01bad4;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header .action.nav-toggle {
  border: none;
  background: none;
  padding: 5px 0;
  margin-top: 14px;
}
.header .logo-header .logo {
  display: block;
  text-align: center;
  padding-top: 17px;
}
.header.header2 .logo-left-header {
  padding-top: 17px;
}
.header.header3 .logo-left-header {
  padding-top: 17px;
}
.header.header4 .bottom-header-content {
  border-top: 1px solid #ececec;
}
.header.header5 .social-link {
  display: table;
  margin: 0 auto;
}
.header.header6 .megamenu-content,
.header.header7 .megamenu-content {
  transition: left 0.3s;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  height: 100%;
  left: calc(-46%);
  overflow: auto;
  position: fixed;
  top: 0;
  width: calc(46%);
  max-width: 400px;
  background-color: #fff;
  z-index: 1000;
  padding: 0;
}
.header.header6 .megamenu-content .nav-tabs,
.header.header7 .megamenu-content .nav-tabs {
  border: none;
}
.header.header6 .megamenu-content .nav-tabs > li,
.header.header7 .megamenu-content .nav-tabs > li {
  width: calc(33.33333333%);
  text-align: center;
  margin: 0;
}
.header.header6 .megamenu-content .nav-tabs > li + li,
.header.header7 .megamenu-content .nav-tabs > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header.header6 .megamenu-content .nav-tabs > li > a,
.header.header7 .megamenu-content .nav-tabs > li > a {
  background: none;
  padding: 25px 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  font-weight: 600;
  color: #fff;
  background-color: #222;
  border: none !important;
}
.header.header6 .megamenu-content .nav-tabs > li.active > a,
.header.header7 .megamenu-content .nav-tabs > li.active > a {
  background-color: #fff;
  color: #272727;
}
.header.header6 .megamenu-content .top-links,
.header.header7 .megamenu-content .top-links {
  text-align: left;
  margin: 0;
}
.header.header6 .megamenu-content .top-links li,
.header.header7 .megamenu-content .top-links li {
  width: 100%;
}
.header.header6 .megamenu-content .top-links li a:not(.no-display),
.header.header7 .megamenu-content .top-links li a:not(.no-display) {
  border-bottom: 1px solid #e3e3e3;
  color: #575757;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.header.header6 .megamenu-content .dropdown-switcher,
.header.header7 .megamenu-content .dropdown-switcher {
  float: none;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  position: relative;
}
.header.header6 .megamenu-content .dropdown-switcher .switcher-toggle,
.header.header7 .megamenu-content .dropdown-switcher .switcher-toggle {
  padding-left: 15px;
  width: 100%;
  text-align: left;
}
.header.header6 .megamenu-content .dropdown-switcher .dropdown-menu,
.header.header7 .megamenu-content .dropdown-switcher .dropdown-menu {
  left: 15px;
  right: auto;
}
.header.header6 .megamenu-content .static-content,
.header.header7 .megamenu-content .static-content,
.header.header6 .megamenu-content .nav.nav-main-menu > li.logo-item,
.header.header7 .megamenu-content .nav.nav-main-menu > li.logo-item {
  display: none !important;
}
.header.header6 .navigation .nav-main-menu .label-menu,
.header.header7 .navigation .nav-main-menu .label-menu {
  position: static !important;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 20px;
  margin-right: 20px;
}
.header.header7 .action.nav-toggle.hidden-xs {
  margin-right: 20px;
  margin-left: 0 !important;
}
.header.header8 {
  border-bottom: none;
}
.header.header8 .vertical-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #222;
  height: 48px;
  line-height: 48px;
  padding: 0 28px;
  cursor: pointer;
}
.header.header8 .vertical-title .fa {
  margin-left: 15px;
}
.header.header8 .table-icon-menu > div {
  padding: 36px 20px 34px 0;
}
.header.header8 .middle-header-content .logo-header .logo {
  text-align: right;
  padding-top: 35px;
  padding-bottom: 35px;
}
.header.header8 .bottom-header-block {
  font-size: 12px;
  padding: 13px 0;
  text-align: left;
}
.header.header8 .bottom-header-content .parent__megameu {
  position: static;
}
.header.header8 .bottom-header-content .parent__megameu .nav-toggle {
  height: 48px;
  width: 48px;
  text-align: center;
  background-color: #222;
  margin: 0;
}
.header.header8 .bottom-header-content .parent__megameu .nav-toggle img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header.header8 .bottom-header-content .parent__megameu .navigation .nav-main-menu {
  position: static;
}
.header.header8 .search-form > .actions-search {
  display: none;
}
.header.header8 .vertical-menu-widget {
  position: relative;
}
.header.header8 .vertical-menu-widget .vertical-menu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 10;
}
.header.header9 {
  border-bottom: none;
}
.header.header9 .vertical-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #363636;
  height: 50px;
  line-height: 50px;
  padding: 0 28px;
  cursor: pointer;
}
.header.header9 .vertical-title .fa {
  margin-left: 15px;
}
.header.header9 .table-icon-menu > div {
  padding: 12px 20px 9px 0;
}
.header.header9 .dropdown-toplinks .dropdown-toggle,
.header.header9 .header-wl a,
.header.header9 .minicart-wrapper .action.showcart {
  color: #fff;
}
.header.header9 .minicart-wrapper .action.showcart > .counter.qty,
.header.header9 .header-wl .count-wl {
  background-color: #fff;
  color: #222;
}
.header.header9 .bottom-header-content {
  background-color: #222222;
}
.header.header9 .middle-header-content .logo-header .logo {
  text-align: right;
  padding-top: 35px;
  padding-bottom: 35px;
}
.header.header9 .vertical-menu-widget {
  position: relative;
}
.header.header9 .vertical-menu-widget .vertical-menu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 10;
}
.header.header9 .search-form > .actions-search {
  display: none;
}
.header.header9 .search-form .actions-search .action-search {
  color: #fff;
}
body:not(.cms-index-index) .header.header8 .vertical-menu-widget .vertical-menu,
body:not(.cms-index-index) .header.header9 .vertical-menu-widget .vertical-menu {
  display: none;
}
.use-header6.nav-before-open,
.use-header7.nav-before-open {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}
.use-header6.nav-before-open body,
.use-header7.nav-before-open body {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.use-header6.nav-before-open .page-wrapper,
.use-header7.nav-before-open .page-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
  transition: left 0.3s ease 0s;
  -webkit-transition: left 0.3s ease 0s;
  -moz-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
}
.use-header6.nav-before-open .header .megamenu-content,
.use-header7.nav-before-open .header .megamenu-content {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  left: 0 !important;
}
.use-header6.nav-before-open .nav-toggle:after,
.use-header7.nav-before-open .nav-toggle:after {
  background: rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.product-item .mage-error {
  display: none !important;
}
.product-image-photo.img-thumbnail {
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto !important;
  display: block;
  bottom: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.products-grid.slider-1-row .owl-item {
  padding: 0 15px;
}
.products-grid .product-item-info {
  margin-bottom: 30px;
}
.products-grid .product-item-info .product-top {
  position: relative;
  overflow: hidden;
}
.products-grid .product-item-info .product-top a.photo {
  display: block;
  height: 0px;
}
.products-grid .product-item-info .product-top a.photo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 3;
}
.products-grid .product-item-info .product-top a.photo img.swatch-option-loading {
  content: none;
}
.products-grid .product-item-info .product-top a.photo img.swatch-option-loading + .img-hover-show {
  opacity: 0 !important;
}
.products-grid .product-item-info .product-top a.photo div {
  display: none;
}
.products-grid .product-item-info .product-top a.photo div.swatch-option-loading {
  display: block;
  background-image: url("../images/loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 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;
}
.products-grid .product-item-info .product-top .img-hover-show {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.products-grid .product-item-info .product-top .actions-link {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.products-grid .product-item-info .product-top .actions-link button {
  background: none;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 12px 14px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.products-grid .product-item-info .product-top .actions-link button span {
  line-height: 1;
  display: block;
}
.products-grid .product-item-info .product-top .actions-link button:hover {
  color: #56cfe1;
}
.products-grid .product-item-info .product-top:hover a.photo:after {
  opacity: 0.3;
  visibility: visible;
}
.products-grid .product-item-info .product-top:hover .img-hover-show {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info .product-top:hover .actions-link button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info .product-top:hover .tocart.btn-cart {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info .product-top:hover .product-label {
  display: none;
}
.products-grid .product-item-info .product-item-details {
  padding-top: 11px;
}
.products-grid .product-item-info .product-item-details:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  margin-bottom: 6px;
  line-height: 1.1;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.products-grid .product-item-info .product-item-details .product-item-name a:hover {
  color: #56cfe1;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary,
.products-grid .product-item-info .product-item-details .product.description {
  margin-top: 8px;
}
.products-grid .product-item-info .tocart.btn-cart {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #222;
  line-height: 40px;
  white-space: nowrap;
  background-color: #fff;
  padding: 0 25px;
  text-align: center;
  border: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
}
.products-grid .product-item-info .tocart.btn-cart .icon {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
}
.products-grid .product-item-info .tocart.btn-cart:hover {
  background-color: #222;
  color: #fff;
}
.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 0;
  margin-top: 2px;
}
.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute + .swatch-attribute {
  margin-top: 10px;
}
.products-grid .product-item-info.metro_template {
  position: relative;
}
.products-grid .product-item-info.metro_template .product-top {
  z-index: 1;
}
.products-grid .product-item-info.metro_template .product-item-details {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 15px;
}
.products-grid .product-item-info.metro_template:hover .product-top a.photo:after {
  opacity: 0.3;
  visibility: visible;
}
.products-grid .product-item-info.metro_template:hover .product-top + .product-item-details {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item-info.metro_template .product-item-details .product-item-name a {
  color: #fff;
}
.products-grid .product-item-info.metro_template .product-item-details .product-item-name a:hover {
  color: #56cfe1;
}
.products-grid .product-item-info.metro_template .product-item-details .price-box .price {
  color: #ddd;
}
.products-grid .product-item-info.metro_template .product-item-details .price-box .special-price .price {
  color: #ec0101;
}
.products-grid .product-item-info.metro_template .product-reviews-summary,
.products-grid .product-item-info.metro_template .product.description {
  display: none;
}
.products-grid.deal-products-grid .product-item-info .product-item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 10px;
}
.products-grid.deal-products-grid .product-item-info .product-item-details .price-box {
  display: inline-block;
}
.products-grid.deal-products-grid .product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
}
.products-grid.deal-products-grid .product-item-info .product-item-details .deal-timer {
  margin: 0 auto 15px;
}
.products-grid .row-col-lg-custom-7 .product-item-info .tocart.btn-cart,
.products-grid .row-col-lg-2 .product-item-info .tocart.btn-cart,
.products-grid .row-col-lg-custom-8 .product-item-info .tocart.btn-cart {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
}
.products-grid .row-col-lg-custom-7 .product-item-info .tocart.btn-cart .text,
.products-grid .row-col-lg-2 .product-item-info .tocart.btn-cart .text,
.products-grid .row-col-lg-custom-8 .product-item-info .tocart.btn-cart .text {
  display: none !important;
}
.products-grid .row-col-lg-custom-7 .product-item-info .tocart.btn-cart .icon,
.products-grid .row-col-lg-2 .product-item-info .tocart.btn-cart .icon,
.products-grid .row-col-lg-custom-8 .product-item-info .tocart.btn-cart .icon {
  display: block !important;
  margin: 0;
}
.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: right;
  vertical-align: top;
  position: relative;
}
.list-products .product-item-info .product-image a.photo {
  display: block;
  height: 0px;
}
.list-products .product-item-info .product-image a.photo: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.photo img.swatch-option-loading {
  content: none;
}
.list-products .product-item-info .product-image a.photo 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.photo .product-image-photo {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  padding: 0;
  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: #56cfe1;
}
.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: right;
  width: calc(-23%);
  vertical-align: top;
  padding-right: 30px;
}
.list-products .product-item-info .product-item-details .product-item-name {
  margin-bottom: 6px;
}
.list-products .product-item-info .product-item-details .product-item-name a {
  color: #222;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}
.list-products .product-item-info .product-item-details .product-item-name a:hover {
  color: #56cfe1;
}
.list-products .product-item-info .product-item-details .price-box {
  margin-bottom: 2px;
}
.list-products .product-item-info .product-item-details .btn.btn-cart {
  border: 1px solid #e0e0e0;
  background-color: #fefefe;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 35px;
  color: #222;
  margin-top: 5px;
}
.list-products .product-item-info .product-item-details .btn.btn-cart:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.content-heading {
  text-align: center;
  margin-bottom: 33px;
}
.content-heading h3.title {
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 24px;
}
.content-heading h3.title:before,
.content-heading h3.title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #000;
  top: 48%;
}
.content-heading h3.title:before {
  left: -75px;
}
.content-heading h3.title:after {
  right: -75px;
}
.content-heading .block-note {
  font-style: italic;
  font-size: 14px;
  color: #878787;
  margin-top: 5px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.title-v2 .content-heading {
  text-align: left;
}
.title-v2 .content-heading h3.title:before {
  content: none;
}
.title-v2 .content-heading h3.title:after {
  right: -90px;
  top: 50%;
  margin-top: -3px;
}
.btn.btn-promo-banner {
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: auto;
  min-width: 150px;
  border-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.btn.btn-promo-banner:hover,
.btn.btn-promo-banner:focus {
  color: fff;
  background-color: #56cfe1;
  border-color: #56cfe1;
}
.icon-service .icon {
  color: #9e9e9e;
  font-size: 36px;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  padding-left: 20px;
  line-height: 100%;
}
.icon-service .text {
  display: table-cell;
  vertical-align: top;
}
.icon-service .text h6 {
  font-size: 14px;
}
.widget.mgs-blog-lastest-posts .owl-carousel .owl-item {
  padding: 0 15px;
}
.widget.mgs-blog-lastest-posts .post-item-content {
  margin-bottom: 40px;
}
.widget.mgs-blog-lastest-posts .post-item-content .thumbnail-post {
  margin-bottom: 15px;
}
.widget.mgs-blog-lastest-posts .post-item-content .post-item-detail .title {
  margin-bottom: 5px;
}
.widget.mgs-blog-lastest-posts .post-item-content .post-item-detail .title a {
  color: #222;
  font-size: 16px;
  letter-spacing: 0;
}
.widget.mgs-blog-lastest-posts .post-item-content .post-item-detail .title a:hover {
  color: #56cfe1;
}
.widget.mgs-blog-lastest-posts .post-item-content .short-content {
  margin-top: 10px;
}
.widget.mgs-blog-lastest-posts .post-item-content .post-info .post-author span:not(.post-time) {
  color: #222;
}
.tag-cloud:after {
  content: "";
  display: table;
  clear: both;
}
.tag-cloud li {
  float: right;
}
.tag-cloud a {
  border: 1px solid #222;
  border-radius: 20px;
  color: #222;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 8px 8px;
  padding: 2px 15px 1px;
}
.tag-cloud a:hover {
  color: #fff;
  background-color: #56cfe1;
  border-color: #56cfe1;
}
.instagram-block > .content-heading {
  margin-bottom: 17px;
}
.instagram-item {
  position: relative;
}
.instagram-item > a {
  display: block;
}
.instagram-item > a img {
  min-width: 100%;
}
.instagram-item > 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 .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;
}
.instagram-item .social-count > span {
  margin: 0 5px;
}
.instagram-item .social-count > span .fa {
  margin-left: 5px;
}
.instagram-item:hover > a:after {
  opacity: 0.5;
  visibility: visible;
}
.instagram-item:hover .social-count {
  opacity: 1;
  visibility: visible;
}
.product-label {
  text-align: center;
  font-size: 12px;
  top: 15px;
  z-index: 8;
  height: 24px;
  line-height: 24px;
  background: #fe9931;
  color: #fff;
  right: 15px;
  width: 60px;
  position: absolute;
  display: block;
}
.product-label.new-label {
  background-color: #56cfe1;
}
.product-label.sold-out-label {
  line-height: 1.2;
  height: auto;
  padding: 5px;
  width: auto;
  max-width: 85px;
  background-color: #808080;
}
.product-label.multiple-label {
  margin-top: 34px;
}
.page-title-wrapper {
  background-color: #f7f7f7;
  padding: 58px 0 55px;
  text-align: center;
  background-image: url('../images/shop-category.jpg');
  background-size: cover;
  background-repeat: repeat-y;
  position: relative;
  background-position: center center;
  background-attachment: scroll;
}
.page-title-wrapper:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-title-wrapper h1,
.page-title-wrapper .h1 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  position: relative;
}
.page-title-wrapper + .page-main {
  margin-top: 40px;
}
.breadcrumbs {
  background-color: #f6f6f8;
  font-size: 13px;
  padding: 18px 0 13px;
  margin-bottom: 40px;
}
.breadcrumbs > .container,
.breadcrumbs > .container-fluid {
  position: relative;
  z-index: 1;
}
.breadcrumbs > .container .sharethis-inline-share-buttons,
.breadcrumbs > .container-fluid .sharethis-inline-share-buttons {
  text-align: right !important;
  position: absolute;
  margin: 0 !important;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.breadcrumbs > .container .sharethis-inline-share-buttons > .st-btn:last-child,
.breadcrumbs > .container-fluid .sharethis-inline-share-buttons > .st-btn:last-child {
  padding-right: 0 !important;
}
.breadcrumbs .items:before {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs .items > li {
  float: right;
}
.breadcrumbs .items > li + li:after {
  color: #878787;
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 8px;
}
.breadcrumbs .items > li a {
  color: #222;
}
.breadcrumbs .items > li a:hover {
  color: #56cfe1;
}
.breadcrumbs .items li strong {
  font-weight: 400;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
.toolbar {
  display: flex;
  align-items: center;
}
.toolbar .modes,
.toolbar .limiter,
.toolbar .sorter {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.toolbar .sorter {
  text-align: left;
  white-space: nowrap;
}
.toolbar .sorter .sorter-options,
.toolbar .sorter .sorter-action {
  display: inline-block !important;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.toolbar .sorter .sorter-action {
  margin-right: 7px;
  display: block;
  height: 40px;
  border: 1px solid #ddd;
  color: #bcbcbc;
  text-align: center;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.toolbar .sorter .sorter-action:hover {
  color: #222;
  border-color: #222;
}
.toolbar .sorter .sorter-action:after {
  content: "\f175";
  font-family: "FontAwesome";
  display: inline-block;
}
.toolbar .sorter .sorter-action.sort-desc:after {
  content: "\f176";
}
.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 .modes > strong.modes-label {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.toolbar .modes > strong.modes-label:after {
  content: ":";
  display: inline-block;
}
.toolbar .modes > strong,
.toolbar .modes > a {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0;
}
.toolbar .modes .modes-mode {
  display: block;
  padding: 0 25px;
  height: 40px;
  border: 1px solid #ddd;
  color: #ddd;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.toolbar .modes .modes-mode + .modes-mode {
  margin-left: 7px;
}
.toolbar .modes .modes-mode:after {
  content: "\f00a";
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal !important;
}
.toolbar .modes .modes-mode.mode-list:after {
  content: "\f03a";
}
.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:hover,
.toolbar .modes .modes-mode.active {
  color: #222;
  border-color: #222;
}
.toolbar .toolbar-amount {
  display: none;
}
.toolbar .form-item-select {
  display: inline-block;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.toolbar .form-item-select:after {
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  right: 16px;
  top: 8px;
  pointer-events: none;
}
.toolbar select {
  cursor: pointer;
  border: none;
  width: auto;
  font-size: 13px;
  color: #878787;
  height: 40px;
  line-height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 30px 0 15px;
  width: 100%;
  background: none;
  box-shadow: none;
}
.toolbar select:-ms-expand {
  display: none;
}
.toolbar select option {
  padding: 3px 0 3px 14px;
}
.toolbar .pages {
  display: none;
}
.toolbar .pages .pagination {
  margin: 0 auto;
  display: table;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.toolbar .pages .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar .pages .pagination .item {
  float: left;
  padding: 0 20px;
}
.toolbar .pages .pagination .item a {
  text-align: center;
  line-height: 38px;
  color: #5b5b5b;
  font-size: 14px;
  float: none;
  display: block;
  padding: 0;
  border: none;
  background: none;
}
.toolbar .pages .pagination .item a:hover {
  color: #ec0101;
}
.toolbar .pages .pagination .item.current a {
  color: #ec0101;
}
.toolbar .pages .pagination li span {
  float: none !important;
}
.page-layout-3columns .toolbar .limiter {
  display: none;
}
.bottom-pagination .toolbar .modes,
.bottom-pagination .toolbar .limiter,
.bottom-pagination .toolbar .toolbar-sorter.sorter {
  display: none;
}
.bottom-pagination .toolbar .pager {
  margin: 0;
  width: 100%;
}
.bottom-pagination .pages {
  width: 100%;
  display: block;
  padding-top: 13px;
  border-top: 1px solid #ddd;
  margin: 0;
}
.bottom-pagination.ajaxscroll-enable .pages {
  padding-top: 0;
  border: none;
}
.category-view .category-description {
  font-size: 15px;
  text-align: justify;
  padding-bottom: 33px;
}
.category-view .category-description > *:last-child {
  margin: 0;
}
.category-view .category-image + .category-description {
  padding-top: 3px;
}
body:not(.page-layout-1column) .category-product-actions .toolbar.toolbar-products {
  float: none;
  width: 100%;
}
.category-product-actions {
  margin-bottom: 30px;
  position: relative;
}
.product-items .ajax-loading {
  clear: both;
  text-align: center;
}
.product-items .ajax-loading .scroll-ajax-button {
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
  border-radius: 40px;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 45px;
  font-size: 20px;
  color: #fff;
}
.products-list + .bottom-pagination {
  margin-top: 60px;
}
.products-list .action.mgs-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #222;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  white-space: nowrap;
  background-color: #fff;
  text-align: center;
  border: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -60px);
  -webkit-transform: translate(-50%, -60px);
  -moz-transform: translate(-50%, -60px);
  -o-transform: translate(-50%, -60px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.products-list .action.mgs-quickview span {
  display: block;
}
.products-list .action.mgs-quickview:hover {
  color: #fff;
  background-color: #56cfe1;
  border-color: #56cfe1;
}
.products-list .product-item-info {
  margin-bottom: 30px;
  position: relative;
}
.products-list .product-item-info:last-child {
  margin-bottom: 0;
}
.products-list .product-item-info .product-image-content {
  position: relative;
}
.products-list .product-item-info .product-image-content a.photo {
  display: block;
  height: 0;
}
.products-list .product-item-info .product-image-content a.photo img.swatch-option-loading {
  content: none;
}
.products-list .product-item-info .product-image-content a.photo img.swatch-option-loading + .img-hover-show {
  opacity: 0 !important;
}
.products-list .product-item-info .product-image-content a.photo div {
  display: none;
}
.products-list .product-item-info .product-image-content a.photo div.swatch-option-loading {
  display: block;
  background-image: url("../images/loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: none;
  left: 0;
  min-width: unset;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.products-list .product-item-info .product-image-content a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 3;
}
.products-list .product-item-info .product-image-content .img-hover-show {
  min-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.products-list .product-item-info .product-item-details .product-item-name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 9px;
}
.products-list .product-item-info .product-item-details .product-item-name a {
  color: #222;
}
.products-list .product-item-info .product-item-details .product-item-name a:hover,
.products-list .product-item-info .product-item-details .product-item-name a:focus {
  color: #56cfe1;
}
.products-list .product-item-info .product-item-details .product-item-description {
  padding-top: 16px;
}
.products-list .product-item-info .product-item-details .product-item-description > *:last-child {
  margin-bottom: 0 !important;
}
.products-list .product-item-info .product-item-details .actions-link {
  margin-top: 30px;
}
.products-list .product-item-info .product-item-details .actions-link:after {
  content: "";
  display: table;
  clear: both;
}
.products-list .product-item-info .product-item-details .actions-link li {
  float: right;
  vertical-align: top;
}
.products-list .product-item-info .product-item-details .actions-link li + li:not(:empty) {
  margin-right: 15px;
}
.products-list .product-item-info .product-item-details .actions-link .action {
  color: #6c6c6c;
  height: 40px;
  font-size: 18px;
  min-width: 40px;
  background-color: #fff;
  border: 1px solid #222;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.products-list .product-item-info .product-item-details .actions-link .action i {
  display: block;
}
.products-list .product-item-info .product-item-details .actions-link .action:hover,
.products-list .product-item-info .product-item-details .actions-link .action:focus {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.products-list .product-item-info .product-item-details .actions-link .action.tocart {
  background-color: #222;
  border-color: #222;
  color: #fff;
  padding: 0 25px;
  font-size: 13px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.products-list .product-item-info .product-item-details .actions-link .action.tocart:hover,
.products-list .product-item-info .product-item-details .actions-link .action.tocart:focus {
  background-color: #56cfe1;
  border-color: #56cfe1;
}
.products-list .product-item-info .product-item-details .price-box {
  margin-top: 7px;
}
.products-list .product-item-info .product-item-details div[class^="swatch-opt-"] {
  padding-top: 6px;
}
.products-list .product-item-info:hover .product-image-content .action.mgs-quickview {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.products-list .product-item-info:hover .product-image-content .img-hover-show {
  opacity: 1;
  visibility: visible;
}
.products-list .product-item-info:hover .product-image-content a:after {
  opacity: 0.3;
  visibility: visible;
}
.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: left;
}
.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-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  position: relative;
  display: block;
  padding: 0 0 2px;
  margin-bottom: 15px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title:before {
  height: 2px;
  width: 60px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #222;
  right: 0;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #7f7f7f;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding: 10px 0 7px 50px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:hover,
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:focus {
  color: #222;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count {
  position: absolute;
  left: 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 0 0 10px;
  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.active .filter-options-title:after {
  content: "\f106";
}
.block.filter .block-content.filter-content .filter-options-item:last-child {
  margin-bottom: 0;
}
.block.filter .block-content.filter-content .filter-actions {
  margin-bottom: 52px;
}
.block.filter .block-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  position: relative;
  display: block;
  padding: 0 0 2px;
  margin-bottom: 23px;
}
.block.filter .block-subtitle:after {
  height: 2px;
  width: 60px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #222;
  left: 0;
}
.page-layout-1column .category-product-actions:after {
  display: table;
  content: "";
  clear: both;
}
.page-layout-1column .category-product-actions .block.filter {
  float: left;
  width: 20%;
}
.page-layout-1column .category-product-actions .block.filter .filter-title {
  line-height: 1;
}
.page-layout-1column .category-product-actions .block.filter .filter-title > .title {
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
  color: #222;
  display: block;
}
.page-layout-1column .category-product-actions .block.filter .filter-title > .title:hover {
  color: #56cfe1;
}
.page-layout-1column .category-product-actions .block.filter .filter-title > .title .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  line-height: 1;
  vertical-align: middle;
}
.page-layout-1column .category-product-actions .toolbar-products {
  float: left;
  width: 80%;
}
.page-layout-1column.catalogsearch-result-index .category-product-actions .toolbar-products {
  width: 100%;
}
.page-layout-1column .block.filter .block-content.filter-content {
  background: #fff;
  top: 0;
  bottom: 0;
  width: 320px;
  left: 0;
  right: auto;
  position: fixed;
  z-index: 999;
  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 .close-filter-fixed {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  position: relative;
  background: #000000;
  display: block !important;
}
.page-layout-1column .block.filter .block-content.filter-content .close-filter-fixed button {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 40px;
  background: none;
  border: none;
}
.page-layout-1column .block.filter .block-content.filter-content .close-filter-fixed button i {
  display: block;
}
.page-layout-1column .block.filter .block-content.filter-content .block-filter-content {
  padding: 20px;
  max-height: calc(50%);
  overflow-y: auto;
}
.page-layout-1column .block.filter .block-content.filter-content .filter-content .filter-options-item .filter-options-title:after {
  content: none !important;
}
.page-layout-1column .block.filter .block-content.filter-content .filter-content .filter-options-item .filter-options-content {
  display: block !important;
}
.page-layout-1column .block.filter.active:after {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.9;
  display: block;
  content: "";
  z-index: 998;
}
.page-layout-1column .block.filter.active .block-content.filter-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.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;
}
.block.account-nav .account-nav .items .item {
  border-bottom: 1px solid #f0f0f0;
  padding: 9px 0 8px;
}
.block.account-nav .account-nav .items .item strong {
  color: #56cfe1;
  font-weight: 400;
}
.block-title--myac {
  margin-bottom: 20px;
}
.block-title--myac h3 {
  margin: 0;
  line-height: 1;
  display: block;
  color: #222;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.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: #56cfe1;
}
.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: #56cfe1;
  color: #56cfe1;
}
.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: #56cfe1;
}
.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: #56cfe1;
}
.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-info .product-name {
  text-transform: uppercase;
  margin-top: 0px;
}
.customer-review.view .product-info .rating-average-label {
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.customer-review.view .product-info .product-reviews-summary .rating-summary {
  display: inline-block;
}
.customer-review.view .product-info .product-reviews-summary .rating-summary .rating-result {
  float: none;
}
.customer-review.view .product-info .product-reviews-summary .reviews-actions {
  float: none;
}
.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: #56cfe1;
}
.customer-review.view .review-details .rating-result {
  float: none;
}
.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;
}
.form-wishlist-items .actions-toolbar button.action {
  margin-right: 15px;
  margin-bottom: 15px;
}
.products-grid.wishlist .product-item-info {
  border: 1px solid #f0f0f0;
  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 {
  min-width: 100%;
}
.products-grid.wishlist .product-item-info .product-item-name {
  margin-top: 7px;
  display: block;
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
}
.products-grid.wishlist .product-item-info .product-item-name a {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
}
.products-grid.wishlist .product-item-info .product-item-name a:hover {
  color: #56cfe1;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty {
  float: left;
  margin: 0;
}
.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 {
  display: block;
  overflow: hidden;
  margin-right: 10px;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty > .control .input-text {
  width: 90px;
  border: none;
  text-align: center;
  color: #222;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions {
  float: left;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart {
  padding: 0 20px !important;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart .fa {
  display: none;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions {
  margin-top: 10px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
  color: #2a2a2a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action + .action {
  margin-left: 7px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action:hover {
  border-color: #2a2a2a;
  background-color: #2a2a2a;
  color: #fff;
}
.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;
}
.cms-noroute-index main {
  border-top: 1px  solid #ddd;
}
.cms-noroute-index .page-main {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  letter-spacing: 2px;
  min-height: 0 !important;
}
.cms-noroute-index .page-main .column.main a {
  font-weight: 700;
  border-bottom: 1px solid #222;
  padding: 2px 5px;
  color: #222;
}
.cms-noroute-index .page-main .column.main a:hover {
  color: #56cfe1;
}
.cms-noroute-index .page-main h1 {
  font-size: 80px;
  letter-spacing: 8px;
  font-weight: 700;
  margin: 0 0 5px;
}
.contact-index-index .footer {
  margin-top: 0;
}
.contact-index-index .contact-form-content ul.list-icon li {
  padding-right: 70px;
  margin-bottom: 30px;
}
.contact-index-index .contact-form-content ul.list-icon li .icon {
  font-size: 50px;
  font-weight: normal;
}
.contact-index-index .contact-form-content ul.social-link li {
  font-size: 26px;
}
.profile .profile-image {
  position: relative;
  overflow: hidden;
}
.profile .profile-image img {
  min-width: 100%;
}
.profile .profile-image > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.profile .profile-image .social-link {
  position: absolute;
  z-index: 1;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.profile .profile-image .social-link li {
  float: none;
  display: inline-block;
  padding: 10px 0;
}
.profile .profile-image .social-link li:last-child {
  margin-right: 0;
}
.profile .profile-desc {
  padding-top: 11px;
}
.profile .profile-desc .profile-name {
  color: #222;
  font-weight: 600;
  font-size: 18px;
}
.profile .profile-desc .profile-name:hover {
  color: #56cfe1;
}
.profile:hover .profile-image > a:after {
  opacity: 0.7;
  visibility: visible;
}
.profile:hover .profile-image .social-link {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.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 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
  padding: 9px 28px;
  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: #56cfe1;
  border-color: #56cfe1;
}
.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: #56cfe1;
  border-color: #56cfe1;
  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;
  text-align: center;
  padding: 9px 20px;
  background-color: #56cfe1;
  border: 1px solid #56cfe1;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  height: auto;
}
#shipping-method-buttons-container .action:hover,
.payment-method-content .actions-toolbar .action:hover,
#shipping-method-buttons-container button.action:hover,
.payment-method-content .actions-toolbar button.action:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.authentication-wrapper {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.authentication-wrapper .action-auth-toggle {
  font-size: 13px;
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-top: 10px;
  padding: 6px 15px;
  font-weight: 400;
  margin-right: 0;
  min-width: 120px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.authentication-wrapper .action-auth-toggle:hover {
  background-color: #56cfe1;
  border-color: #56cfe1;
  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;
  -o-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;
  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 .product-item-name {
  color: #1a1a1a;
}
.opc-sidebar .modal-inner-wrap .modal-header {
  display: none;
}
.opc-sidebar .modal-inner-wrap .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.opc-block-summary {
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
}
.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 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: #56cfe1;
}
.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #56cfe1;
  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;
  right: 0;
  top: 8px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  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: #56cfe1;
}
.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 {
  padding-left: 0;
  border-bottom: 1px solid #f0f0f0;
  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 .form-discount .actions-toolbar .action {
  font-size: 13px;
  padding: 9px 28px;
  color: #6c6c6c;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.payment-option.discount-code .form-discount .actions-toolbar .action:hover {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}
.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover {
  color: #fff;
  border: 1px solid #56cfe1;
  background-color: #56cfe1;
}
.payment-option.discount-code._active .payment-option-title:after {
  content: "\f106";
}
#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;
  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;
  -o-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 input {
  width: 80px;
  text-align: center;
  color: #2a2a2a;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
#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: #56cfe1;
}
#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 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: #56cfe1;
}
.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: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.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;
}
.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: #56cfe1;
}
.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: #56cfe1;
}
.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;
}
.multicheckout.success,
.checkout-success {
  border: 1px solid #f0f0f0;
  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: #56cfe1;
}
.multicheckout.success a:hover,
.checkout-success a:hover {
  text-decoration: underline;
}
.sidebar .list-products .product-item-info .product-item-details .btn.btn-cart {
  padding: 0 25px;
}
.sidebar .list-group-item:first-child {
  padding-top: 0;
}
.sidebar.sidebar-main > .block + .sidebar-additional {
  margin-top: 52px;
}
.sidebar .block + .block {
  margin-top: 52px;
}
.sidebar .block .block-title .title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  position: relative;
  display: block;
  padding: 0 0 2px;
  margin-bottom: 25px;
}
.sidebar .block .block-title .title:after {
  height: 2px;
  width: 60px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #222;
  right: 0;
}
.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;
  display: inline-block;
}
.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 {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 7px;
}
.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: left;
}
.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 + .sidebar-additional {
  margin-top: 52px;
}
.sidebar .block.filter .block-title.filter-title {
  display: none;
}
.sidebar .block.block-wishlist .block-content > .subtitle {
  display: none;
}
.sidebar .block.block-wishlist .block-title .counter {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
  display: inline-block;
}
.sidebar .block.block-wishlist .block-title .counter:after {
  content: ")";
  display: inline-block;
}
.sidebar .block.block-wishlist .block-title .counter:before {
  content: "(";
  display: inline-block;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-actions .actions-primary {
  margin-top: 7px;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-actions .actions-secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-actions .actions-secondary .btn-remove {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-image {
  width: 80px;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-image img {
  max-width: 100%;
  height: auto !important;
}
.sidebar .block.block-wishlist .list-products .product-item-info .product-item-details {
  width: calc(20%);
}
.sidebar .block.block-wishlist .list-products .product-item-info:hover .product-item-actions .actions-secondary .btn-remove {
  opacity: 1;
  visibility: visible;
}
.sidebar .block.block-reorder .block-content strong.subtitle {
  display: none;
}
.sidebar .block.block-reorder ol.product-items .product-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .block.block-reorder ol.product-items .product-item:first-child {
  padding-top: 0;
}
.sidebar .block.block-reorder ol.product-items .product-item .product-item-name {
  font-size: 14px;
  font-weight: 500;
}
.sidebar .block.block-reorder ol.product-items .product-item .product-item-name a {
  color: #222;
}
.sidebar .block.block-reorder ol.product-items .product-item .product-item-name a:hover {
  color: #56cfe1;
}
.sidebar .block.block-reorder .actions-toolbar {
  margin-top: 30px;
}
.sidebar .block.block-reorder .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block.block-reorder .actions-toolbar > .primary {
  margin-right: 10px;
  float: left;
}
.sidebar .block.block-reorder .actions-toolbar > .secondary {
  float: left;
}
.sidebar .block-blog-posts .post-list li {
  padding-left: 15px;
  position: relative;
  line-height: 25px;
  list-style: outside none none;
  margin-bottom: 5px;
}
.sidebar .block-blog-posts .post-list li:before {
  color: #222;
  content: "+";
  left: 0;
  position: absolute;
}
.sidebar .block-blog-posts .post-list li a {
  color: #222;
}
.sidebar .block-blog-posts .post-list li a:hover {
  color: #56cfe1;
}
.sidebar .block-blog-categories li {
  padding-left: 15px;
  position: relative;
  line-height: 25px;
  list-style: outside none none;
  margin-bottom: 5px;
}
.sidebar .block-blog-categories li:before {
  color: #222;
  content: "+";
  left: 0;
  position: absolute;
}
.sidebar .block-blog-categories li a {
  color: #222;
}
.sidebar .block-blog-categories li a:hover {
  color: #56cfe1;
}
.sidebar .brand-list li {
  padding-left: 15px;
  position: relative;
  line-height: 25px;
  list-style: outside none none;
  margin-bottom: 5px;
}
.sidebar .brand-list li:before {
  color: #222;
  content: "+";
  left: 0;
  position: absolute;
}
.sidebar .brand-list li a {
  color: #222;
}
.sidebar .brand-list li a:hover {
  color: #56cfe1;
}
.sidebar .brand-list li .count {
  display: inline-block;
}
.sidebar .brand-list li .count:after {
  content: ")";
}
.sidebar .brand-list li .count:before {
  content: "(";
}
.sidebar .brand-list li.active {
  color: #56cfe1;
}
.sidebar .block.product-brand {
  margin-bottom: 50px;
}
.sidebar .block.product-brand .brand-image a img {
  margin: 0 auto;
  min-width: 100%;
}
.sidebar .block.related .list-products .product-item-info .product-image {
  width: 80px;
}
.sidebar .block.related .list-products .product-item-info .product-item-details {
  width: calc(20%);
}
.sidebar .block.related .list-products .product-item-info .product-item-details .product-item-inner {
  margin-top: 4px;
}
.sidebar .block.related .block-actions {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.428;
  font-style: italic;
}
.sidebar .block.related .block-actions button {
  font-weight: 600;
  color: #2a2a2a;
  background: none;
  border: none;
  box-shadow: none;
}
.sidebar .block.related .owl-carousel .owl-dots {
  margin: 0 auto;
}
.blog-list .post-item-info {
  margin-bottom: 100px;
}
.blog-list .post-item-info .post-content .post-short-description {
  margin-bottom: 1.3em;
}
.blog-list .post-item-info .post-content .post-short-description > *:last-child {
  margin-bottom: 0;
}
.blog-list .post-item-info .post-info {
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  color: #878787;
  font-size: 12px;
  line-height: 21px;
}
.blog-list .post-item-info .post-info a {
  color: #fff;
}
.blog-list .post-item-info .post-info a:hover {
  color: #56cfe1;
}
.blog-list .post-item-info .post-info h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.blog-list .post-item-info .post-info .post-tags a:not(:last-child):after {
  content: ",";
  color: #878787;
}
.blog-list .post-item-info .post-image.has-image {
  position: relative;
}
.blog-list .post-item-info .post-image.has-image .post-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.blog-list .post-item-info .published-by .text-capitalize {
  color: #fff;
}
.blog-post-view .post-item-info .post-short-description {
  margin-bottom: 0;
  margin-top: 30px;
}
.blog-post-view .post-comments {
  margin-top: 65px;
  margin-bottom: 35px;
}
.blog-post-view .post-comments .title-comment-content {
  font-size: 17px;
  color: #2a2a2a;
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.blog-post-view .post-comments .title-comment-content span {
  font-size: 14px;
  position: relative;
  color: #c9c9c9;
}
.blog-post-view .post-comments .item {
  padding: 18px 28px 16px;
  background: #f8f8f8;
  margin-bottom: 28px;
  color: #8e8e8e;
}
.blog-post-view .post-comments .item .info {
  margin-bottom: 7px;
  color: #2a2a2a;
  font-size: 14px;
}
.blog-post-view .post-comments .item .info .name {
  font-weight: 600;
  margin-right: 38px;
}
.blog-post-view .post-comments .item:last-child {
  margin-bottom: 0;
}
.blog-post-view .post-comments .item .sub-title {
  font-style: italic;
  margin-bottom: 0;
}
.blog-post-view .post-comments .title {
  font-size: 17px;
  color: #2a2a2a;
  margin-bottom: 2px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.blog-post-view .post-comments .sub-title {
  font-style: italic;
  margin-bottom: 30px;
}
.blog-post-view .post-item-info .post-info {
  padding: 16px 0 10px;
  border-bottom: 1px dotted #d8d8d8;
  color: #a1a1a1;
}
.blog-post-view .post-item-info .post-info > div {
  display: inline-block;
  margin-left: 26px;
}
.blog-post-view .post-item-info .post-info > div .fa {
  margin-left: 10px;
  color: #8a8a8a;
}
.blog-post-view .post-item-info .post-info a {
  color: #222;
}
.blog-post-view .post-item-info .post-info a:hover {
  color: #56cfe1;
}
.post-actions {
  display: table;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 32px;
}
.post-actions .action {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 23px 15px;
  font-size: 15px;
}
.post-actions .action a:after {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 21px;
}
.post-actions .action.next-action {
  text-align: left;
  padding-right: 15px;
}
.post-actions .action.next-action a:after {
  content: "\f0da";
  left: 0;
  right: auto;
}
.form.post-comment {
  margin-top: 50px;
}
.blog-post-comment-list-toolbar {
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0 !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;
}
.tabs_categories_porfolio {
  text-align: center;
  margin-bottom: 25px;
}
.tabs_categories_porfolio li {
  display: inline-block;
  vertical-align: middle;
}
.tabs_categories_porfolio li a.button {
  font-size: 14px;
  color: #8e8e8e;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 20px;
  line-height: 40px;
  font-weight: 500;
  border-radius: 40px;
}
.tabs_categories_porfolio li a.button:hover,
.tabs_categories_porfolio li a.button.is-checked {
  color: #222;
}
.tabs_categories_porfolio li a.button.is-checked {
  border-color: #222;
}
.portfolio-grid .item {
  margin-bottom: 30px;
}
.portfolio-grid .item .portfolio-top-content {
  position: relative;
}
.portfolio-grid .item .portfolio-top-content .image-item:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.portfolio-grid .item .portfolio-top-content .image-item img {
  min-width: 100%;
}
.portfolio-grid .item .portfolio-top-content .portfolio-bottom-content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 100%;
  z-index: 1;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.portfolio-grid .item .portfolio-top-content .portfolio-bottom-content .title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.portfolio-grid .item .portfolio-top-content .portfolio-bottom-content .title:hover {
  color: #56cfe1;
}
.portfolio-grid .item .portfolio-top-content .portfolio-bottom-content .category-link {
  color: #fff;
}
.portfolio-grid .item .portfolio-top-content .portfolio-bottom-content .category-link a {
  color: #fff;
}
.portfolio-grid .item .portfolio-top-content .portfolio-bottom-content .category-link a:hover {
  color: #56cfe1;
}
.portfolio-grid .item:hover .portfolio-top-content .image-item:after {
  top: 0;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.portfolio-grid .item:hover .portfolio-top-content .portfolio-bottom-content {
  opacity: 1;
}
.portfolio-grid.portfolio-carousel .owl-item {
  padding: 0 15px;
}
.portfolio-grid.portfolio-carousel.one-row .item {
  margin-bottom: 0;
}
.portfolio_galley_carousel {
  margin-bottom: 46px;
}
.portfolio-index-view .description > *:last-child {
  margin-bottom: 0;
}
.portfolio-index-view .portfolio-related {
  margin-top: 60px;
}
.portfolio-index-view .table {
  margin-top: 4px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
.portfolio-index-view .table tr td,
.portfolio-index-view .table tr th {
  padding: 14px 0 12px;
  border: none;
  color: #8d8d8d;
  border-top: 1px solid #eeeeee;
}
.portfolio-index-view .table tr th {
  font-weight: 500;
  color: #222;
  width: 1%;
  padding-left: 14px;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  font-size: 15px;
  padding: 24px 15px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.checkout-cart-index .column.main .cart-empty a {
  color: #56cfe1;
}
.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 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;
}
.checkout-cart-index #shopping-cart-table tbody {
  border-top: 1px solid #eaeaea;
}
.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: middle;
  border: 1px solid #eaeaea;
  padding: 25px 15px;
  text-align: center;
  border-bottom: none !important;
  border-top: none !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
  padding-left: 33px;
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
  display: block;
  float: left;
  overflow: hidden;
  width: 120px;
}
.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(-53%);
  padding-top: 22px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
  color: #222;
  font-weight: 500;
  font-size: 15px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:hover,
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:focus {
  color: #56cfe1;
}
.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;
}
.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 .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: #4d4d4d;
  font-size: 14px;
  height: 40px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 85px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.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 33px 0;
  border-top: 1px dotted #ddd;
}
.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;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-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-left: 15px;
}
.checkout-cart-index #shopping-cart-table .cart-price .price {
  color: #7b7b7b;
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table .subtotal .cart-price .price {
  color: #2a2a2a;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  padding-bottom: 9px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.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;
}
.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: #56cfe1;
}
.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;
}
.checkout-cart-index .cart.main.actions button + button {
  margin-right: 15px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals {
  margin-top: 40px;
  position: relative;
  padding-top: 21px;
  border: 1px solid #eaeaea;
}
.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: 0 15px 20px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
  color: #646464;
}
.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 {
  font-weight: 500;
  color: #222;
  padding: 0 15px 15px;
}
.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 #eaeaea;
  font-size: 20px;
  color: #2a2a2a;
  padding: 23px 15px 24px;
}
.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);
  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: 30px;
}
.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 {
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 24px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
  background-color: #56cfe1;
  border-color: #56cfe1;
}
.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 {
  position: relative;
  padding-left: 250px;
  border: 1px solid #efefef;
  margin-top: 40px;
  background-color: #fdfdfd;
  min-height: 200px;
}
.checkout-cart-index .checkout-extra > .block > .title {
  position: absolute;
  left: 0;
  font-size: 13px;
  padding: 12px 20px 9px;
  width: 250px;
  top: 38px;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  color: #676767;
}
.checkout-cart-index .checkout-extra > .block > .title strong {
  font-weight: 400;
}
.checkout-cart-index .checkout-extra > .block > .title.active {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.checkout-cart-index .checkout-extra > .block:first-child > .title {
  border-top: 1px solid #efefef;
}
.checkout-cart-index .checkout-extra > .block .content {
  padding: 40px 30px;
  border-left: 1px solid #f4f4f4;
  background-color: #fff;
  min-height: 200px;
  display: none !important;
  position: relative;
}
.checkout-cart-index .checkout-extra > .block .content.active {
  display: block !important;
}
.checkout-cart-index .checkout-extra > .block + .block > .title {
  margin-top: 45px;
}
.checkout-cart-index .checkout-extra #block-summary form {
  display: block;
}
.checkout-cart-index .checkout-extra #block-summary form .field.note {
  color: #555555;
  margin-bottom: 4px;
  font-style: normal;
}
.checkout-cart-index .checkout-extra #block-summary form + form {
  margin-top: 30px;
}
.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 div.field {
  display: table-row;
  width: 100%;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .label {
  width: 160px;
  color: #666666;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 8px 30px 8px 0;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .control {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .control .select,
.checkout-cart-index .checkout-extra #block-summary .estimate .field .control input {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 0 8px;
}
.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;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 66px;
  display: block;
  position: relative;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #acacac;
  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: #4a4a4a;
  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;
}
.full-review.product-reviews-summary {
  display: table;
}
.full-review.product-reviews-summary .rating-summary,
.full-review.product-reviews-summary .reviews-actions {
  display: table-cell;
  vertical-align: middle;
}
.full-review.product-reviews-summary .rating-summary + .reviews-actions {
  padding-right: 13px;
}
.full-review.product-reviews-summary .reviews-actions a {
  color: #adadad;
}
.full-review.product-reviews-summary .reviews-actions a + a:before {
  content: "/";
  color: #adadad;
  display: inline-block;
  margin-right: 3px;
}
.full-review.product-reviews-summary .reviews-actions a:hover,
.full-review.product-reviews-summary .reviews-actions a:focus {
  color: #56cfe1;
}
body:not(.page-layout-1column) .product-info-main .product-add-form .actions.action-add-to,
body:not(.page-layout-1column) .bundle-info .product-details .actions.action-add-to {
  clear: left;
  float: none;
  margin-left: 0;
  padding: 10px 0 0;
}
.product-detail-infomation .product-name {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.product-detail-infomation .product.info.detailed {
  margin-top: 16px;
}
.product-detail-infomation .product.info.detailed .product-data-items-menu {
  display: none;
}
.product-detail-infomation.is_stuck {
  top: 0 !important;
}
.product-info-main .product-add-form .box-tocart,
.bundle-info .product-details .box-tocart {
  margin-top: 23px;
}
.product-info-main .product-add-form .box-tocart:after,
.bundle-info .product-details .box-tocart:after {
  content: "";
  display: table;
  clear: both;
}
.product-info-main .product-add-form .box-tocart > .fieldset,
.bundle-info .product-details .box-tocart > .fieldset {
  float: right;
}
.product-info-main .product-add-form .box-tocart .field.qty,
.bundle-info .product-details .box-tocart .field.qty {
  margin-bottom: 0px;
  float: left;
  margin-right: 10px;
}
.product-info-main .product-add-form .box-tocart .field.qty > label,
.bundle-info .product-details .box-tocart .field.qty > label {
  display: none;
}
.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty,
.bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty {
  width: 115px;
  border: 0;
  height: 40px;
  background: none;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  text-align: center;
}
.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty:focus,
.bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty:focus {
  box-shadow: none;
}
.product-info-main .product-add-form .actions,
.bundle-info .product-details .actions {
  float: right;
}
.product-info-main .product-add-form .actions:after,
.bundle-info .product-details .actions:after {
  content: "";
  display: table;
  clear: both;
}
.product-info-main .product-add-form .actions button,
.bundle-info .product-details .actions button {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #6c6c6c;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  box-shadow: none;
  float: left;
}
.product-info-main .product-add-form .actions button:hover,
.bundle-info .product-details .actions button:hover,
.product-info-main .product-add-form .actions button:focus,
.bundle-info .product-details .actions button:focus {
  border-color: #1a1a1a;
  color: #fff;
  background-color: #1a1a1a;
}
.product-info-main .product-add-form .actions button span,
.bundle-info .product-details .actions button span {
  display: block;
}
.product-info-main .product-add-form .actions button + button,
.bundle-info .product-details .actions button + button {
  margin-left: 10px;
}
.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-details .actions button.tocart {
  font-size: 13px;
  width: auto;
  padding: 0 34px;
  background-color: #56cfe1;
  border: 1px solid #56cfe1;
  color: #fff;
  border-radius: 40px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover {
  border-color: #222;
  background-color: #222;
}
.product-info-main .product-add-form .actions.action-add-to,
.bundle-info .product-details .actions.action-add-to {
  margin-right: 10px;
}
.box-tocart .fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.box-tocart .field.qty > .control {
  position: relative;
  height: 40px;
  border: 1px solid #222;
  text-align: left;
  border-radius: 40px;
  display: inline-block;
}
.box-tocart .field.qty > .control span.edit-qty {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #222;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 16px;
  cursor: pointer;
  padding-top: 7px;
}
.box-tocart .field.qty > .control span.edit-qty:hover {
  color: #56cfe1;
}
.box-tocart .field.qty > .control span.edit-qty.plus {
  font-size: 18px;
  left: auto;
  right: 16px;
  padding-top: 9px;
}
.product-info-main .deal-timer {
  margin-top: 4px;
}
.product-info-main .product.attribute.overview {
  margin-top: 12px;
}
.product-info-main .product.attribute.overview .std > * {
  margin-bottom: 0 !important;
}
.product-info-main > .bundle-actions {
  padding-top: 25px;
}
.product-info-main .product-info-price .price-box .price {
  font-size: 22px;
}
.product-info-main .product-info-stock-sku {
  color: #222;
}
.product-info-main .product-info-stock-sku .stock span {
  margin-left: 4px;
  font-weight: 400;
  letter-spacing: normal;
}
.product-info-main .product-info-stock-sku .stock.available span {
  color: green;
}
.product-info-main .product-info-stock-sku .stock.unavailable span {
  color: red;
}
.product-info-main .product-add-form {
  margin-bottom: 10px;
}
.product-info-main .product-add-form .product-detail-deals .hurry-text {
  font-size: 16px;
  font-weight: 500;
  color: red;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.product-info-main .product-sub-infomation:not(:empty) {
  padding: 15px 0 8px;
}
.product-info-main .product-sub-infomation > div {
  padding: 5px 0;
}
.product-info-main .product-sub-infomation .product.attribute.sku strong {
  font-weight: 400;
  color: #222;
}
.product-info-main .product-sub-infomation .product.attribute.sku strong:after {
  content: ":";
  display: inline-block;
  margin-right: 4px;
}
.product-info-main .product-sub-infomation .product-brand .brand-name strong {
  font-weight: 400;
  color: #222;
}
.product-info-main .product-sub-infomation .product-brand .brand-name strong.type:after {
  content: ":";
  display: inline-block;
  margin-right: 4px;
}
.product-info-main .sharethis-inline-share-buttons {
  text-align: center !important;
  margin-top: 20px !important;
}
.product-add-form .product-options-wrapper {
  padding-top: 13px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .label {
  display: inline-block;
  font-size: 14px;
  color: #222;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0px 0px 10px !important;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control {
  padding-bottom: 21px;
  padding-top: 0;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control select {
  margin-bottom: 5px;
  max-width: 450px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .options-list > .field + .field {
  margin-top: 7px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .price-notice {
  color: #2a2a2a;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .price-notice:before {
  content: "(";
  display: inline-block;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .price-notice:after {
  content: ")";
  display: inline-block;
}
.product-add-form .product-options-wrapper .swatch-opt {
  margin-bottom: 21px;
  margin-top: 0;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
  margin: 0 0 10px !important;
  display: inline-block;
  font-size: 14px;
  color: #222;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label:after {
  content: ":";
  display: inline-block;
  margin-left: 1px;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label + .swatch-attribute-selected-option {
  padding-left: 8px;
  font-size: 16px;
  color: #56cfe1;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute + .swatch-attribute {
  margin-top: 14px;
}
.product-add-form .table-wrapper.grouped {
  margin: 25px 0;
}
.product-add-form .table-wrapper.grouped .table.grouped {
  margin-bottom: 0;
}
.product-add-form .table-wrapper.grouped thead tr th {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  border: 1px solid #ddd;
  padding: 9px 15px;
  vertical-align: middle;
}
.product-add-form .table-wrapper.grouped thead tr th.qty {
  width: 1%;
  text-align: center;
}
.product-add-form .table-wrapper.grouped tbody {
  border: none !important;
}
.product-add-form .table-wrapper.grouped tbody tr td {
  border: 1px solid #ddd;
  border-top: none !important;
  vertical-align: middle;
  padding: 9px 15px;
}
.product-add-form .table-wrapper.grouped tbody tr td .input-text.qty {
  color: #2a2a2a;
  text-align: center;
  width: 90px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.product-add-form .table-wrapper.grouped tbody tr td .product-item-name {
  font-weight: 500;
  display: block;
  color: #222;
}
.product-add-form .table-wrapper.grouped tbody tr td .price {
  font-size: 18px;
}
.page-product-grouped .product-info-main .product-info-price {
  display: none;
}
.product-options-wrapper .nested .field.qty {
  margin-top: 10px;
  width: 300px;
  display: table;
}
.product-options-wrapper .nested .field.qty > .label {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-right: 15px;
  font-size: 13px;
  color: #1a1a1a;
}
.product-options-wrapper .nested .field.qty > .label span:after {
  content: ":";
  display: inline-block;
  margin-left: 1px;
}
.product-options-wrapper .nested .field.qty .control {
  display: table-cell;
  vertical-align: middle;
}
.product-options-wrapper .nested .field.qty .control .input-text.qty {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  width: 115px;
  text-align: center;
}
.product-options-wrapper select + .nested .field.qty {
  margin-top: 5px;
}
.bundle-options-container .product-add-form form {
  display: block;
}
.bundle-options-container .product-add-form form:after {
  content: "";
  display: table;
  clear: both;
}
.bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper {
  padding-top: 0;
}
.bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .legend.title {
  display: block;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 17px;
  padding-top: 25px;
  text-transform: uppercase;
}
.bundle-options-container .product-add-form .block-bundle-summary .title strong {
  display: block;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 17px;
  padding-top: 25px;
  text-transform: uppercase;
}
.bundle-options-container .product-add-form .block-bundle-summary .price-box .price {
  color: #2a2a2a;
  font-size: 22px;
}
.bundle-summary.empty {
  display: none;
}
.bundle-summary ul.bundle.items li {
  margin-bottom: 15px;
}
.bundle-summary ul.bundle.items li strong.label {
  display: inline-block;
  font-size: 14px;
  color: #222;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0px 0px 10px !important;
}
.related-product-main .block-actions button {
  font-weight: 700;
  color: #222;
  background: none;
  border: none;
  box-shadow: none;
}
.related-product-main .product-item-info .product-top .product-item-inner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.related-product-main .product-item-info .product-top .product-item-inner .label {
  display: block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  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 input {
  position: absolute;
  right: -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";
}
.related-product-main,
.upsell-products-list,
.brand-related-products {
  padding-top: 60px;
}
.related-product-main .product-item-info,
.upsell-products-list .product-item-info,
.brand-related-products .product-item-info {
  margin-bottom: 0;
}
.block.review-list .review-items li.review-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.block.review-list .review-items li.review-item .review-title {
  font-size: 15px;
  color: #56cfe1;
}
.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 {
  font-weight: 600;
  color: #2a2a2a;
  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 {
  margin-bottom: 5px;
}
.block.review-add .review-form h4,
.block.review-add .review-form h6 {
  font-weight: 400;
  margin-bottom: 10px;
}
.block.review-add .review-form h4 span {
  color: #56cfe1;
}
.review-field-rating {
  margin-bottom: 15px;
}
.review-field-rating > .label {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  display: block;
}
.review-control-vote {
  overflow: hidden;
  height: 22px;
}
.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;
  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 {
  color: #ff5501;
  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;
  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';
}
.form.send.friend > .actions-toolbar {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.form.send.friend .fieldset.recipients {
  margin-top: 20px;
}
.form.send.friend .fieldset.recipients #recipients-options > .fields {
  border-bottom: 1px dotted #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.form.send.friend .fieldset.recipients #recipients-options > .fields.additional > .actions-toolbar {
  margin-bottom: 15px;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 4px;
  margin-top: 66px;
}
.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 tr td,
.product.info.detailed .item.content .table.additional-attributes tr th {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #ddd;
  padding: 15px;
}
.product.info.detailed .item.content .table.additional-attributes tr th {
  font-weight: 600;
}
.product-data-items-menu {
  display: table;
  margin: 0 auto 25px;
}
.product-data-items-menu .data.item.title {
  display: table-cell;
  vertical-align: middle;
}
.product-data-items-menu .data.item.title .data.switch {
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.product-data-items-menu .data.item.title:hover .data.switch,
.product-data-items-menu .data.item.title.active .data.switch {
  color: #222;
}
.product-data-items-menu .data.item.title.active .data.switch {
  border-color: #222;
}
.product-data-items-content .title-accordion {
  font-weight: 600;
  color: #000000;
  padding: 0 17px 0 40px;
  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;
  left: 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 {
  display: inline-block;
}
.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 {
  padding: 17px;
  border: 1px solid #f6f6f8;
}
.product-data-items-content .data.item.content + .title-accordion {
  margin-top: 10px;
}
.deal-timer {
  max-width: 270px;
}
.deal-timer .countdown {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.deal-timer .countdown > span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 0 4px;
}
.deal-timer .countdown > span > b {
  font-weight: 400;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 4px 4px 0 0;
  line-height: 1;
  padding-top: 14px;
}
.deal-timer .time-note {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.deal-timer .time-note span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin: 0 4px;
  text-align: center;
  color: #999;
  background-color: #2a2a2a;
  border-radius: 0 0 4px 4px;
  padding-bottom: 6px;
}
#mgs-ajax-loading {
  display: none;
}
#mgs-ajax-loading .preloader {
  background: url(../images/loader.svg) no-repeat 0 0;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.popup__related {
  border-top: 1px solid #ddd;
  padding: 20px;
}
.popup__related .products-grid {
  margin: 0 -10px;
}
.popup__related .products-grid .product-item-info {
  margin: 0;
}
.popup__related .products-grid .owl-item {
  padding: 0 10px;
}
.ajaxcart-catalog-product-view {
  overflow-y: auto !important;
}
.ajaxcart-catalog-product-view h1.product-name {
  font-size: 20px;
}
.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 .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 .bundle-options-container .product-add-form {
  display: block !important;
}
.ajaxcart-catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view #maincontent {
  width: 100%;
  padding: 15px;
  min-height: 0px;
}
.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 .page-title-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 .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 .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;
}
.success-ajax--popup .mfp-inline-holder .mfp-content {
  width: 320px !important;
  margin: 0 auto;
  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 .product-image-container {
  width: 100% !important;
}
.success-ajax--popup .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 {
  padding: 0 20px 20px;
}
.success-ajax--popup .popup__actions-wrapper button {
  width: 100%;
  text-align: center;
  display: block;
  min-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.success-ajax--popup .popup__result-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.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;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  right: -30px;
  top: 0 !important;
  -o-border-radius: 0;
}
.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;
}
.success-ajax--popup .popup__table .popup__table-col + .popup__table-col {
  padding-left: 0;
}
.product-tab .menu-product-tabs {
  text-align: center;
  margin: 0 auto 31px;
  border: none;
}
.product-tab .menu-product-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
}
.product-tab .menu-product-tabs li a {
  background-color: transparent;
  border: 1px solid transparent;
  color: #878787;
  border-radius: 40px !important;
  padding: 8px 25px 7px;
}
.product-tab .menu-product-tabs li:hover a {
  color: #222;
}
.product-tab .menu-product-tabs li.active a {
  background-color: transparent;
  border: 1px solid #222;
  color: #222;
}
.product-tab .tab-content {
  position: relative;
}
.product-tab .tab-content .tab-pane {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product-tab .tab-content .tab-pane.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.hidden-menu .product-tab .menu-product-tabs {
  display: none;
}
.lookbook_banner {
  min-height: 100vh;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}
.lookbook_banner:after {
  content: "";
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lookbook_banner > .container,
.lookbook_banner > .container-fluid {
  z-index: 1;
  margin: auto;
}
.lookbook_banner .big-title {
  font-size: 60px;
}
.modal_newsletter_popup.modal-popup._show {
  z-index: 99999999 !important;
}
.modal_newsletter_popup.modal-popup._show + .modals-overlay {
  z-index: 99999998 !important;
}
.modal_newsletter_popup.modal-popup .modal-header {
  display: none;
}
.modal_newsletter_popup.modal-popup .modal-inner-wrap {
  width: auto;
}
.modal_newsletter_popup.modal-popup .modal-inner-wrap .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}
.modal_newsletter_popup.modal-popup .action-close {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 30px;
  height: 30px;
  font-size: 30px;
  opacity: 1;
  color: #222;
  line-height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.modal_newsletter_popup.modal-popup .action-close:before {
  content: none;
}
.modal_newsletter_popup.modal-popup .action-close em {
  display: block;
}
.modal_newsletter_popup.modal-popup .action-close:hover {
  background-color: #fff;
}
.modal_newsletter_popup.modal-popup .newsletter_popup {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.modal_newsletter_popup.modal-popup .pop-sletter-title {
  height: 150px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.modal_newsletter_popup.modal-popup .pop-sletter-title:after {
  background: #000;
  opacity: 0.3;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal_newsletter_popup.modal-popup .pop-sletter-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  line-height: 150px;
  color: #fff;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-content {
  text-align: center;
  padding: 20px 30px 0;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-form form .form-group {
  padding: 0 30px;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-form form .actions {
  padding: 0 30px 30px;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-form .pop-sletter-footer {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  background-color: #f4f4f4;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-form .action.subscribe {
  border-radius: 0;
  margin-top: 10px;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-form div.checkbox {
  color: #333333;
  padding: 9px 8px 6px;
  text-align: right;
  margin: 0;
}
.modal_newsletter_popup.modal-popup .newsletter-popup-form div.checkbox label {
  font-size: 11px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background-image: none;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: -13px;
  top: -13px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 19px;
  opacity: 1;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:focus {
  border-color: #2a2a2a;
}
.mgs-quickview-catalog-product-view {
  height: auto !important;
  overflow: hidden !important;
}
.mgs-quickview-catalog-product-view .page-main.container {
  width: auto;
  min-height: 0 !important;
  padding: 0;
}
.mgs-quickview-catalog-product-view .page-main.container .column.main {
  width: 100%;
}
.mgs-quickview-catalog-product-view .page-main.container > .row > .sidebar {
  display: none;
}
.mgs-quickview-catalog-product-view .scroll-to-top,
.mgs-quickview-catalog-product-view .box-tocart .action-add-to {
  display: none !important;
}
.mgs-quickview-catalog-product-view .product-detail-infomation.col-xs-12 {
  overflow-x: hidden;
  overflow-y: auto;
}
.mgs-quickview-catalog-product-view .product-detail-infomation.col-xs-12 .product-detail-infomation-content {
  padding: 30px 0;
}
.mgs-quickview-catalog-product-view .product.media .product-image-base {
  margin-bottom: 0;
}
.mfp-mgs-quickview-frame .mfp-iframe-scaler {
  padding-top: 63.75%;
}
.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}
.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}
@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}
@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.YouTubePopUp-Close:hover {
  opacity: 0.5;
}
/* Product Detail Layout */
.product.media img {
  min-width: 100%;
}
.product.media .product-image-base {
  margin-bottom: 10px;
  position: relative;
}
.product.media.product-gallery-grid .row {
  margin: 0 -5px;
}
.product.media.product-gallery-grid .col-xs-6 {
  padding: 0 5px;
  margin-bottom: 10px;
}
.product.media.product-gallery-list .image-item {
  margin-bottom: 30px;
}
.product.media .parent__gallery-thumbnail {
  margin: 0 -5px;
}
.product.media .parent__gallery-thumbnail .owl-carousel .owl-nav > div {
  width: 25px;
  height: 25px;
  font-size: 18px;
  margin-top: -10px;
  line-height: 25px;
}
.product.media .parent__gallery-thumbnail .owl-carousel .owl-nav > div i {
  line-height: 22px;
}
.product.media .parent__gallery-thumbnail .owl-carousel .owl-nav > div.owl-next {
  right: 5px;
}
.product.media .parent__gallery-thumbnail .owl-carousel .owl-nav > div.owl-prev {
  left: 5px;
}
.product.media .gallery-thumbnail .owl-item {
  padding: 0 5px;
}
.product.media .image-item {
  position: relative;
}
.product.media .product-video-button a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #222;
  border-radius: 40px;
  display: block;
  text-align: center;
  padding: 0 30px;
  color: #222;
  font-size: 14px;
  z-index: 10;
}
.product.media .product-video-button a i {
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.product.media .product-video-button a:hover {
  color: #fff;
  border-color: #56cfe1;
  background-color: #56cfe1;
}
.product.media .gallery-thumbnail .image-item {
  cursor: pointer;
}
.product.media .gallery-thumbnail .image-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.4;
  z-index: 1;
}
.product.media .gallery-thumbnail .image-item.active:after {
  opacity: 0;
}
.product.media .gallery-thumbnail .image-item.video-thumbnail:before {
  content: "\e604";
  background: rgba(255, 255, 255, 0.1);
  font-size: 50px;
  color: #222;
  font-family: "Pe-icon-7-stroke";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 2;
}
.sticky-info-multiple-col .product-info-main .product-info-price .price-box {
  display: table;
  margin: 0 auto;
}
.sticky-info-multiple-col .product-info-main .product-detail-deals {
  margin: 25px auto 0;
}
.sticky-info-multiple-col .swatch-attribute-options {
  display: table;
  margin: 0 auto;
}
.sticky-info-multiple-col .product-detail-infomation {
  text-align: center;
  padding-top: 120px;
}
.sticky-info-multiple-col .full-review.product-reviews-summary {
  margin: 0 auto;
}
.sticky-info-multiple-col .product-add-form .product-options-wrapper {
  padding-top: 0;
}
.sticky-info-multiple-col .product-add-form .table-wrapper.grouped {
  margin: 0 0 25px;
}
.sticky-info-multiple-col .product-add-form .table-wrapper.grouped thead tr th {
  text-align: center;
}
.sticky-info-multiple-col .product-info-main .product-add-form .actions.action-add-to,
.sticky-info-multiple-col .bundle-info .product-details .actions.action-add-to {
  margin-left: 10px;
  clear: left;
  padding: 20px 0 0;
  float: none;
  display: table;
  margin: 0 auto;
}
.sticky-info-multiple-col .product-info-main .product-add-form .box-tocart > .fieldset,
.sticky-info-multiple-col .bundle-info .product-details .box-tocart > .fieldset {
  display: table;
  margin: 0 auto;
  float: none;
}
.sticky-info-multiple-col .product-info-main .product-add-form .actions button.tocart,
.sticky-info-multiple-col .bundle-info .product-details .actions button.tocart {
  padding: 0 25px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.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;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.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 {
  visibility: hidden;
}
.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 .row.vertical-thumbnail {
  margin-left: -5px;
  margin-right: -5px;
  display: table;
}
.product.media .row.vertical-thumbnail .parent__gallery-thumbnail {
  margin: 0;
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding: 0 10px 0 0;
  min-width: 90px;
}
.product.media .row.vertical-thumbnail .product-image-base {
  display: table-cell;
  vertical-align: middle;
}
.product.media .row.vertical-thumbnail .slick-slider .slick-arrow {
  width: 25px;
  height: 25px;
  font-size: 18px;
  margin-top: -12.5px;
  line-height: 22px;
  color: #ccc;
  border: 2px solid #ccc;
  background: none;
  text-align: center;
  cursor: pointer;
  left: 50%;
  margin-left: -12.5px;
  position: absolute;
  font-weight: bold;
  bottom: -25px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.product.media .row.vertical-thumbnail .slick-slider .slick-arrow:hover {
  background-color: #56cfe1;
  border-color: #56cfe1;
  color: #fff;
}
.product.media .row.vertical-thumbnail .slick-slider .slick-arrow.pe-7s-angle-up {
  top: -20px;
  bottom: auto;
  z-index: 1;
}
.text-center .sharethis-inline-share-buttons {
  text-align: center !important;
}
.text-right .sharethis-inline-share-buttons {
  text-align: right !important;
}
.portfolio-detail-item .sharethis-inline-share-buttons {
  margin-bottom: 20px;
  text-align: center !important;
}
.lastest-posts-list .block-content .item .blog-content {
  display: table;
  width: 100%;
}
.lastest-posts-list .block-content .item .blog-content:not(:last-child) {
  margin-bottom: 20px;
}
.lastest-posts-list .block-content .item .blog-content .image {
  width: 100px;
  display: table-cell;
  vertical-align: top;
  padding-top: 2px;
}
.lastest-posts-list .block-content .item .blog-content .image.video {
  cursor: pointer;
}
.lastest-posts-list .block-content .item .blog-content .short-detail {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.lastest-posts-list .block-content .item .blog-content .short-detail a {
  color: #222;
  display: block;
  line-height: 1.5;
  font-weight: 600;
}
.lastest-posts-list .block-content .item .blog-content .short-detail a:hover,
.lastest-posts-list .block-content .item .blog-content .short-detail a:active,
.lastest-posts-list .block-content .item .blog-content .short-detail a:focus {
  color: #56cfe1;
}
.lastest-posts-list .block-content .item .blog-content .short-detail .short-content > *:last-child {
  margin-bottom: 0;
}
.lastest-posts-list .block-content .item .blog-content .short-detail .comment-link {
  padding-top: 7px;
  color: #b6b6b6;
}
.lastest-posts-list .block-content .item .blog-content .short-detail .comment-link .fa {
  margin-right: 4px;
}
.lastest-posts-list .block-content .item:not(:last-child) {
  margin-bottom: 24px;
}
.blog-list-blog .owl-carousel .owl-item {
  padding: 0 15px;
}
.testimonial-content.has-image:after {
  display: table;
  content: "";
  clear: both;
}
.testimonial-content.has-image .author-thumbnail,
.testimonial-content.has-image .content {
  float: right;
  vertical-align: top;
}
.testimonial-content.has-image .author-thumbnail {
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.testimonial-content.has-image .content {
  width: calc(0%);
  padding-left: 30px;
}
.testimonial-list-block ul > .testimonial-item {
  margin-bottom: 50px;
}
.testimonial-list-block .owl-carousel .owl-item {
  padding: 0 15px;
}
.testimonial-list-block .owl-carousel .owl-item .testimonial-content {
  padding-top: 22px;
}
.testimonial-list-block .testimonial-content .content {
  padding-left: 40px;
}
.testimonial-list-block .testimonial-content .content blockquote {
  padding: 0;
  border: none;
  font-size: 16px;
  color: #282828;
  font-family: inherit;
  margin-bottom: 12px;
  background: none;
}
.testimonial-list-block .testimonial-content .content blockquote:before {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  top: -22px;
  left: -26px;
  font-size: 62px;
  z-index: 0;
  color: rgba(40, 40, 40, 0.1);
  font-style: normal;
  line-height: 1;
}
.testimonial-list-block .testimonial-content .author-info .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #2a2a2a;
}
.testimonial-list-block .testimonial-content .author-info .infomation {
  font-size: 12px;
  color: #a6a6a6;
}
.testimonial-list-block.center_content .testimonial-item {
  text-align: center;
}
.testimonial-list-block.center_content .testimonial-content {
  padding-top: 0 !important;
}
.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 .content blockquote:before {
  left: 50%;
  font-size: 30px;
  top: -28px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.testimonial-list-block.center_content .testimonial-content.has-image .author-thumbnail {
  float: none;
  margin: 10px auto 40px;
}
.testimonial-list-block.center_content .owl-carousel .owl-dots {
  margin-top: 46px;
}
.testimonial-list-block.boxed_content {
  background-color: #f6f6f8;
  padding: 60px 120px;
}
.testimonial-list-block.boxed_content .testimonial-content .content blockquote:before {
  left: 0;
}
.testimonial-list-block.default_template .testimonial-content .content blockquote {
  font-size: 14px;
}
.modal-popup.confirm .action-close {
  top: 15px;
}
.modal-popup.confirm .action-close:before {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
  font-size: 20px;
  line-height: 22px;
}
.modal-popup.confirm .modal-footer .action-secondary,
.modal-popup.confirm .modal-footer .action-primary {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  height: 36px;
  font-weight: 600;
  padding: 0 25px;
  line-height: 34px;
  background-color: transparent;
}
.modal-popup.confirm .modal-footer .action-primary {
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
}
.modal-popup.confirm .modal-footer .action-primary:hover {
  color: #fff;
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
}
.modal-popup.confirm .modal-footer .action-secondary {
  margin-right: 15px;
  color: #fff;
  border: 2px solid #56cfe1;
  background-color: #56cfe1;
}
.modal-popup.confirm .modal-footer .action-secondary:hover {
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
}
.video-banner {
  position: relative;
}
.video-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  top: 0;
  background-color: #000;
  opacity: 0.4;
}
.video-banner .text {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  text-align: center;
  position: relative;
}
.video-banner .text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.video-banner #video-background:not(.loaded) {
  display: none;
}
.video-banner .loaded + .text {
  background: none !important;
  padding: 0 !important;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.video-banner .loaded + .text:after {
  content: none;
}
.page-products-full-width .breadcrumbs .container,
.page-products-full-width #maincontent {
  width: 100%;
}
.active-loading-gallery .product.media.product-gallery-grid {
  position: relative;
}
.active-loading-gallery .product.media.product-gallery-grid:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../images/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
}
.active-loading-gallery .product.media.product-gallery-list .image-item {
  position: relative;
}
.active-loading-gallery .product.media.product-gallery-list .image-item:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../images/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
}
.active-loading-gallery .product.media .product-image-base,
.active-loading-gallery .product.media.swatched-image {
  position: relative;
}
.active-loading-gallery .product.media .product-image-base:after,
.active-loading-gallery .product.media.swatched-image:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../images/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
}
.image-item.video-thumbnail a:after {
  position: absolute;
  content: "";
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.twitter-item {
  text-align: center;
}
.twitter-item + .twitter-item {
  margin-top: 30px;
}
.twitter-item a {
  color: #222;
  font-weight: 500;
}
.twitter-item img {
  width: auto !important;
  margin: 0 auto 10px;
}
.btn-loadmore {
  border: 2px solid #222;
  border-radius: 40px;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 45px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  font-weight: 600;
}
.btn-loadmore .icon {
  display: none;
}
.btn-loadmore .icon .fa {
  font-size: 20px;
  line-height: 46px;
  text-align: center;
}
.btn-loadmore:hover {
  background-color: #56cfe1;
  color: #fff;
  border-color: #56cfe1;
}
.btn-loadmore.loading {
  background-color: #56cfe1;
  color: #fff;
  border-color: #56cfe1;
}
.btn-loadmore.loading .text {
  display: none;
}
.btn-loadmore.loading .icon {
  display: block;
}
.block-customer-login .fieldset.login .actions-toolbar .action.remind {
  margin-left: 0;
  margin-right: 15px;
}
.boxed .breadcrumbs ul.items {
  margin-right: 15px;
}
.lazy-loading-img .products-grid .product-item-info .product-top,
.lazy-loading-img .list-products .product-item-info .product-image,
.lazy-loading-img .promobanner,
.lazy-loading-img .thumbnail-post,
.lazy-loading-img .instagram-item {
  background-image: url('../images/loader_black.svg');
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.white-text .content-heading h3.title,
.white-text .content-heading .block-note {
  color: #fff;
}
.white-text .content-heading h3.title:before,
.white-text .content-heading .block-note:before,
.white-text .content-heading h3.title:after,
.white-text .content-heading .block-note:after {
  background-color: #fff;
}
.white-text .testimonial-list-block .testimonial-content .content blockquote {
  color: #fff;
}
.white-text .testimonial-list-block .testimonial-content .content blockquote:before {
  color: #fff !important;
}
.white-text .testimonial-list-block.center_content .testimonial-item .author-info .name,
.white-text .testimonial-list-block.center_content .testimonial-item .author-info .infomation {
  color: #fff;
}
.service-boxed {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #56cfe1;
}
.service-boxed:after {
  content: "";
  display: table;
  clear: both;
}
.service-boxed .icon-service {
  float: right;
  width: 25%;
  padding: 47px 30px 43px;
}
.service-boxed .icon-service:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.service-boxed .icon-service .icon {
  padding-right: 0;
  color: #fff;
}
.service-boxed .icon-service .icon i {
  font-weight: 600;
}
.use-header10 #placeholder-header {
  display: none !important;
}
.header.header10 {
  background-color: #222;
  border-color: #222;
}
.header.header10 .action.nav-toggle img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.header.header10 .search-form .actions-search .action-search,
.header.header10 .dropdown-toplinks .dropdown-toggle,
.header.header10 .header-wl a,
.header.header10 .minicart-wrapper .action.showcart:before {
  color: #fff;
}
.header.header10 .search-form .actions-search .action-search:hover:before,
.header.header10 .dropdown-toplinks .dropdown-toggle:hover:before,
.header.header10 .header-wl a:hover:before,
.header.header10 .minicart-wrapper .action.showcart:before:hover:before,
.header.header10 .search-form .actions-search .action-search:active:before,
.header.header10 .dropdown-toplinks .dropdown-toggle:active:before,
.header.header10 .header-wl a:active:before,
.header.header10 .minicart-wrapper .action.showcart:before:active:before {
  color: #56cfe1;
}
.header.header10 .minicart-wrapper .action.showcart:hover:before,
.header.header10 .minicart-wrapper .action.showcart:active:before {
  color: #56cfe1;
}
.header.header10 .minicart-wrapper .action.showcart > .counter.qty,
.header.header10 .header-wl .count-wl {
  color: #000000;
  background-color: #ffffff;
}
.slider_item {
  position: relative;
}
.slider_item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.slider_item:hover:after {
  background-color: #56cfe1;
  opacity: 0.2;
}
.slider_item .text-slider {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 15px;
  z-index: 1;
}
.slider_item .text-slider h2 {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 1px;
  margin: 10px 0;
}
.slider_item .text-slider p {
  max-width: 500px;
  display: block;
  margin: 0 auto 20px;
}
#slider_jewelry.owl-carousel .owl-dots {
  display: table;
  margin: 20px auto 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: 0 0 20px;
}
body > .loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('../images/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}
body > .loading-mask .loader {
  display: none !important;
}
/* DEV_LUUNV */
.slider_comestics a {
  transition: all 0ms;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
}
.slider_comestics h2 {
  font-size: 50px;
}
.slider_comestics .slider-item:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.slider_comestics .slider-item:hover .text-slider {
  top: 50%;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.slider_comestics .slider-item:hover .bottom {
  bottom: -100px;
}
.slider_comestics .slider-item:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 430ms;
  -webkit-transition: all 430ms;
  -moz-transition: all 430ms;
  -o-transition: all 430ms;
}
.slider_comestics .slider-item .text-slider {
  position: absolute;
  top: 10%;
  visibility: hidden;
  opacity: 0;
  padding: 0 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 430ms;
  -webkit-transition: all 430ms;
  -moz-transition: all 430ms;
  -o-transition: all 430ms;
}
.slider_comestics .slider-item .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: all 430ms;
  -webkit-transition: all 430ms;
  -moz-transition: all 430ms;
  -o-transition: all 430ms;
}
.slider_comestics .slider-item .bottom h2 {
  line-height: 35px;
}
.rorate .banner-text {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.rorate .banner-text > div {
  margin-right: -200px;
  padding-left: 70px;
}
.simple-product .products-grid .product-item-info .product-item-details {
  position: absolute;
  bottom: 45px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.simple-product .products-grid .product-item-info .product-item-details .price-box .price {
  color: #ddd;
}
.simple-product .products-grid .product-item-info .product-item-details .price-box .special-price .price {
  color: red;
}
.simple-product .products-grid .product-item-info .product-item-details .product-item-name a {
  color: #fff;
}
.simple-product .products-grid .product-item-info .product-item-details .product-item-name a:hover {
  color: #56cfe1;
}
.simple-product .products-grid .product-item-info:hover .product-item-details {
  visibility: visible;
  opacity: 1;
}
.simple-product .products-grid .product-item-info:hover a.photo:after {
  opacity: 0.3;
  visibility: visible;
}
.simple-product .single-product .products-grid .product-item-info .product-top a.photo {
  padding-top: calc(123.3333%) !important;
}
.title-instagram .instagram-block {
  position: relative;
}
.title-instagram .instagram-block .content-heading .block-note {
  font-size: 16px;
  color: #222;
  display: inline-block;
  font-weight: 600;
}
.title-instagram .instagram-block .content-heading .name {
  visibility: visible !important;
  display: inline-block !important;
  line-height: 22px;
}
/***/
/* 360 Button video */
.outside .no-padding.container-fluid {
  padding: 0 15px !important;
}
.catalog-product-view .product.media {
  position: relative;
}
.rotate-image {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 80px;
  height: 38px;
  display: block;
  background-image: url('../images/media_360.png');
  background-repeat: no-repeat;
  background-size: 80px 77px;
  background-position: 0 0;
  transition-property: transform;
  transition-duration: 1s;
  z-index: 10;
}
.rotate-image:hover {
  background-position: 0 -38.5px;
}
.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;
}
.rotate-image-container .rotate-j360#mgs_j360 {
  background-color: #fff;
}
.rotate-image-container .rotate-j360 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  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%);
}
.rotate-image-container .close-rotate {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #000;
  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: #01bad4;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.cms-index-index .page-title-wrapper {
  display: none;
}
/* Cookie */
.message.global.cookie {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.message.global.cookie a {
  font-weight: 600;
}
.message.global.cookie .content {
  padding: 15px 15px 0px;
  text-align: center;
}
.message.global.cookie .content strong {
  font-weight: 600;
}
.message.global.cookie .content .actions {
  padding-top: 5px;
}
.message.global.cookie .content .actions button {
  border: none;
  background: none !important;
  white-space: nowrap;
  font-weight: 600;
  text-decoration: underline;
}
.message.global.cookie .content .actions button:hover {
  color: #56cfe1;
}
/* Shopping Cart Dropdown */
.minicart-wrapper.minicart-wrapper--dropdown:after {
  content: none !important;
}
.minicart-wrapper.minicart-wrapper--dropdown .block-minicart {
  position: absolute;
  right: auto;
  left: 0;
  top: 100%;
  bottom: auto;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
}
.minicart-wrapper.minicart-wrapper--dropdown .block-minicart .block-content {
  max-height: unset;
  overflow: hidden;
}
.minicart-wrapper.minicart-wrapper--dropdown .block-minicart .block-content .minicart-items-wrapper {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: -20px;
  height: auto !important;
}
.minicart-wrapper.minicart-wrapper--dropdown .block-minicart .block-content ol.minicart-items {
  height: auto !important;
}
.minicart-wrapper.minicart-wrapper--dropdown .block-content > .actions {
  padding-bottom: 25px;
}
.minicart-wrapper.minicart-wrapper--dropdown .block-content .subtitle.empty {
  padding: 20px 0;
}
.minicart-wrapper.minicart-wrapper--dropdown .close-minicart {
  display: none;
}
.minicart-wrapper.minicart-wrapper--dropdown:hover .block-minicart,
.minicart-wrapper.minicart-wrapper--dropdown.active .block-minicart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}
/* Gallery Popup */
.product-gallery-popup img:not(.img-thumbs) {
  cursor: zoom-in;
}
.header .logo-left-header {
  padding: 5px 0 !important;
  height: 62px;
}
.header .logo-left-header > strong {
  line-height: 52px;
}
.header .logo-left-header > strong img {
  max-height: 52px;
  width: auto;
}
.header.header9 .table-icon-menu > div {
  padding: 12px 0px 9px 20px;
}
@media (min-width: 1200px) {
  .menu_vertical_fixed .header.header5 .navigation .nav-main-menu {
    display: block;
  }
  .menu_vertical_fixed .header.header5 .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns.hover-right > ul.dropdown-menu,
  .menu_vertical_fixed .header.header5 .navigation .nav-main-menu > li.hover-right > ul.dropdown-menu {
    right: 100% !important;
    left: auto !important;
  }
}
