.color-theme {
  color: #ff0000;
}
/* Key Frame - Create Animation */
@-webkit-keyframes dot-amimation {
  0% {
    -webkit-transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
  }
}
@keyframes dot-amimation {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
body.boxed > .page-wrapper {
  background: #f2f2f2 none repeat scroll 0 0;
  margin: 30px auto;
  overflow-x: hidden;
  position: relative;
  width: 1200px;
}
@media (max-width: 767px) {
  body.boxed > .page-wrapper {
    width: calc(100% - 30px) !important;
    margin: 15px auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  body.boxed:not(.fullwidth) > .page-wrapper {
    width: 960px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.boxed:not(.fullwidth) > .page-wrapper {
    width: 700px !important;
  }
}
@media (min-width: 1200px) {
  body.boxed.width1024 > .page-wrapper {
    width: 1024px;
  }
}
@media (min-width: 1426px) {
  body.boxed.width1366 > .page-wrapper {
    width: 1366px;
  }
}
body.boxed.fullwidth > .page-wrapper {
  width: calc(100% - 60px);
  margin: 30px;
}
body.boxed .container {
  width: 100%;
}
body.wide.fullwidth .container {
  width: 100%;
}
@media (min-width: 1370px) {
  body.wide.width1366 .container {
    width: 1366px;
  }
}
@media (min-width: 1200px) {
  body.wide.width1024 .container {
    width: 1024px;
  }
}
/******** SHORT CODE ********/
/* RESET CSS */
*:focus {
  outline: none !important;
}
/* DEFAULT CSS */
body {
  font-size: 14px;
  color: #515151;
  line-height: 1.6;
}
body .loading-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.5);
}
body .loading-mask .loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
body .loading-mask .loader:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url('../images/oval.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
body .loading-mask .loader > img,
body .loading-mask .loader > p {
  display: none;
}
body .loading-mask > img,
body .loading-mask > p {
  display: none;
}
body .loading-mask .rotate-image-container {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
ul,
ol {
  padding-left: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
blockquote {
  color: #333333;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 0 0 0 60px;
  position: relative;
  border: 0;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 18px;
    padding: 0 0 0 40px;
  }
}
blockquote:after {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #ff0000;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}
blockquote:before {
  content: "";
  width: 1px;
  top: 53px;
  bottom: 8px;
  left: 15px;
  background-color: #ff0000;
  position: absolute;
  display: block;
}
/* LINK */
button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
a {
  color: #000;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #ff0000;
}
/* BUTTON */
.btn,
.action.primary,
.action.secondary,
.cart.main.actions .action,
.shipping-address-items .action,
.checkout-shipping-address > .step-content .action.action-show-popup,
.form-discount .action.action-apply,
.page-title-wrapper a.print,
.minicart-wrapper .action.viewcart,
.action-secondary.action-dismiss,
.action-primary.action-accept,
.authentication-wrapper .action-auth-toggle,
.multicheckout .actions-toolbar .secondary .action,
.form.send.friend .action.back,
.form.send.friend .action.add,
#compare-clear-all,
.sidebar .block-wishlist .action.details,
.block-dashboard-orders .action.view,
.block-dashboard-orders .action.order,
.block-dashboard-info .action.edit,
.block-dashboard-info .action.change-password,
.block-dashboard-addresses .action.edit,
.block-reviews-dashboard .action.view,
.block-reorder .action.view,
.table-order-items .action.view,
.table-order-items .action.order,
.gift-options .action.action-cancel {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 28px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
}
.btn.btn-primary,
.action.primary,
.cart.main.actions .action.continue,
.shipping-address-items .action,
.page-title-wrapper a.print,
.action-secondary.action-dismiss,
.multicheckout .actions-toolbar .secondary .action.update,
.sidebar .block-wishlist .action.details,
.block-dashboard-orders .action.view,
.block-dashboard-info .action.edit,
.block-dashboard-addresses .action.edit,
.block-reviews-dashboard .action.view,
.block-reorder .action.view,
.table-order-items .action.view,
.gift-options .action.action-cancel {
  color: #fff;
  background-color: #000;
  box-shadow: inset 0 0 0 0 #ff0000;
}
.btn.btn-primary:hover,
.action.primary:hover,
.cart.main.actions .action.continue:hover,
.shipping-address-items .action:hover,
.page-title-wrapper a.print:hover,
.action-secondary.action-dismiss:hover,
.multicheckout .actions-toolbar .secondary .action.update:hover,
.sidebar .block-wishlist .action.details:hover,
.block-dashboard-orders .action.view:hover,
.block-dashboard-info .action.edit:hover,
.block-dashboard-addresses .action.edit:hover,
.block-reviews-dashboard .action.view:hover,
.block-reorder .action.view:hover,
.table-order-items .action.view:hover,
.gift-options .action.action-cancel:hover {
  box-shadow: inset 0 50px 0 0 #ff0000;
}
.btn.btn-default,
.action.secondary,
.cart.main.actions .action.clear,
.checkout-shipping-address > .step-content .action.action-show-popup,
.form-discount .action.action-apply,
.action-primary.action-accept,
.authentication-wrapper .action-auth-toggle,
.multicheckout .actions-toolbar .secondary .action.add,
.form.send.friend .action.back,
#compare-clear-all,
.block-dashboard-orders .action.order,
.block-dashboard-info .action.change-password,
.table-order-items .action.order {
  color: #fff;
  background-color: #ff0000;
  box-shadow: inset 0 0 0 0 #000;
}
.btn.btn-default:hover,
.action.secondary:hover,
.cart.main.actions .action.clear:hover,
.checkout-shipping-address > .step-content .action.action-show-popup:hover,
.form-discount .action.action-apply:hover,
.action-primary.action-accept:hover,
.authentication-wrapper .action-auth-toggle:hover,
.multicheckout .actions-toolbar .secondary .action.add:hover,
.form.send.friend .action.back:hover,
#compare-clear-all:hover,
.block-dashboard-orders .action.order:hover,
.block-dashboard-info .action.change-password:hover,
.table-order-items .action.order:hover {
  box-shadow: inset 0 100px 0 0 #000;
}
.btn.btn-secondary,
.cart.main.actions .action.update,
.minicart-wrapper .action.viewcart,
.multicheckout .actions-toolbar .secondary .action.back,
.form.send.friend .action.add {
  border: 2px solid #000;
  box-shadow: inset 0 0 0 0 #000;
  color: #000;
  background-color: #fff;
  padding: 7px 28px;
}
.btn.btn-secondary:hover,
.cart.main.actions .action.update:hover,
.minicart-wrapper .action.viewcart:hover,
.multicheckout .actions-toolbar .secondary .action.back:hover,
.form.send.friend .action.add:hover {
  box-shadow: inset 0 100px 0 0 #000;
  color: #fff;
}
.btn-white {
  box-shadow: inset 0 0 0 0 #ff0000;
  color: #000;
  background-color: #fff;
}
.btn-white:hover {
  box-shadow: inset 0 100px 0 0 #ff0000;
  color: #fff;
}
.btn-full {
  width: 100%;
}
.table-wrapper.orders-recent .action.order,
.block-addresses-default .box-actions .action,
.block-addresses-list .item.actions .action,
.customer-account-index .column.main .block .action.edit,
.customer-account-index .column.main .block .action.change-password,
.customer-account-index .column.main .block .action.view,
.table-order-items .action.view,
.table-order-items .action.order,
.shipping-address-items .action,
.action-primary.action-accept,
.action-secondary.action-dismiss,
.authentication-wrapper .action-auth-toggle,
.multicheckout .actions-toolbar .secondary .action,
.form.send.friend .action.add,
#compare-clear-all,
.sidebar .action.compare.primary,
.block-reorder .actions-toolbar .action,
.btn-xs {
  font-size: 12px;
  padding: 7px 15px;
}
/* FORM */
.fieldset .field {
  margin-bottom: 15px;
}
.fieldset .field legend.label {
  margin-bottom: 0;
}
.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;
}
.fieldset .field .label,
.form-group .control-label {
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0 0 8px;
  font-size: 13px;
  display: block;
  text-align: left;
}
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;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  box-sizing: border-box;
  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: #000;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: .5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  opacity: .5;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  height: 40px;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background: url('../images/select_bgr.png') no-repeat right 10px center;
}
select:focus {
  border-color: #000;
}
select:disabled {
  opacity: .5;
}
select[multiple="multiple"] {
  height: auto;
  background-image: none;
  padding: 0;
}
select[multiple="multiple"] option {
  padding: 5px 10px;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  box-shadow: none !important;
}
textarea:focus {
  border-color: #000;
}
textarea:disabled {
  opacity: .5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 12px;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.field.choice {
  padding-left: 20px;
  position: relative;
}
.field.choice .label {
  color: #000;
  font-weight: 400;
  padding: 0;
  font-size: 13px;
  display: block;
  text-align: left;
  cursor: pointer;
}
.field.choice input[type="checkbox"],
.field.choice input[type="radio"] {
  position: absolute;
  left: 0;
  bottom: -2px;
  margin: 0;
}
/* TABLE */
table .table-caption,
table.table .table-caption {
  display: none;
}
table thead tr th,
table.table thead tr th {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  text-align: center;
  border: 1px solid #ddd !important;
  background-color: #f0efef;
}
table tbody tr td,
table.table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
}
/* HEADING */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  letter-spacing: 0.1em;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
/* HTML ELEMENT */
address {
  margin-bottom: 15px;
  line-height: 1.8;
}
/* CUSTOM CLASS */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bg-center {
  background-position: center center;
}
.bg-height {
  background-size: auto 100%;
}
.no-display {
  display: none;
}
.margin-auto {
  margin: 0 auto;
}
/* MESSAGE */
.cms-index-index .page.messages {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 97;
  background-color: rgba(0, 0, 0, 0.6);
}
.cms-index-index .page.messages .message {
  margin: 10px;
}
.cms-index-index .page.messages .message > * {
  margin: 0;
}
.messages .message {
  position: relative;
}
.messages .message > div {
  padding-right: 35px;
}
.messages .message .cl-mes {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px !important;
  padding: 0 !important;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.messages .message .cl-mes:after {
  content: "\f00d";
  font-family: "FontAwesome";
}
.messages .message .cl-mes:before {
  content: none;
}
.messages .message + .message {
  margin-top: 10px;
}
.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;
}
.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: #ff0000;
}
.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';
}
/* SCROLL TO TOP BUTTON */
.scroll-to-top {
  border: 1px solid #999;
  color: #fff;
  background-color: #999;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  width: 40px;
  z-index: 96;
}
@media (max-width: 767px) {
  .scroll-to-top {
    display: none !important;
  }
}
.scroll-to-top i {
  display: block;
  line-height: 40px;
}
.scroll-to-top:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.scroll-to-top:focus {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
/* BLOCK HOME PAGE TITLE */
.content-heading {
  text-align: center;
  color: #000000;
  margin-bottom: 63px;
  position: relative;
}
.content-heading .sub-title {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin: 0;
}
.content-heading .title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.content-heading .title + p {
  margin-top: 8px;
}
.content-heading p {
  font-size: 14px;
  color: #8e8e8f;
  max-width: 750px;
  margin: 0 auto;
}
.content-heading .social-link {
  font-size: 24px;
}
.content-heading .social-link li:last-child {
  padding-right: 0;
}
/* Div Display Table */
.dp-table {
  display: table;
  width: 100%;
}
.dp-table .dp-row {
  display: table-row;
}
.dp-table .dp-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* SHOP NOW BUTTON (With right arrow) */
.action-shop-now {
  padding: 0 0 3px 0;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #ff0000;
  background: none;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
}
.action-shop-now span {
  padding-right: 25px;
  display: inline-block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.action-shop-now span:after,
.action-shop-now span:before {
  content: "\f178";
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  width: 25px;
}
.action-shop-now span:after {
  right: 0;
  text-align: right;
}
.action-shop-now span:before {
  right: 100%;
  text-align: left;
}
.action-shop-now:hover {
  color: #ff0000;
}
.action-shop-now:hover span {
  transform: translateX(25px);
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -o-transform: translateX(25px);
}
.content-heading .action-shop-now {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 100px;
}
/* SERVICE ICON BLOCK */
.service-icon {
  text-align: center;
  letter-spacing: 0.1em;
}
.service-icon .icon {
  font-size: 48px;
  line-height: 1;
  color: #ff0000;
  margin-bottom: 10px;
}
.service-icon h1,
.service-icon h2,
.service-icon h3,
.service-icon h4,
.service-icon h5 {
  margin-bottom: 0;
  margin-top: 2px;
}
/* MGS_BLOG WIDGET */
.widget.mgs-blog-lastest-posts .owl-carousel .owl-item {
  padding: 0 15px;
}
.widget.mgs-blog-lastest-posts .thumbnail-post .post-image {
  position: relative;
  overflow: hidden;
}
.widget.mgs-blog-lastest-posts .thumbnail-post .post-image img {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.widget.mgs-blog-lastest-posts .thumbnail-post .post-image .popup-youtube {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
}
.widget.mgs-blog-lastest-posts .post-item-content {
  margin-bottom: 30px;
}
.widget.mgs-blog-lastest-posts .post-item-content .img-link img {
  min-width: 100%;
  background-color: #fff;
}
.widget.mgs-blog-lastest-posts .post-item-content:hover .thumbnail-post .post-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.widget.mgs-blog-lastest-posts .post-item-detail {
  padding-top: 25px;
}
.widget.mgs-blog-lastest-posts .post-item-detail .post-create-date {
  color: #a0a0a1;
}
.widget.mgs-blog-lastest-posts .post-item-detail .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 4px;
  letter-spacing: 0;
}
.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: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  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: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
.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;
}
@font-face {
  font-family: 'Linearicons-Free';
  src: url('../fonts/Linearicons-Free.eot?w118d');
  src: url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'), url('../fonts/Linearicons-Free.woff?w118d') format('woff'), url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'), url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding25 {
  padding: 25px;
}
.padding30 {
  padding: 30px;
}
.padding35 {
  padding: 35px;
}
.padding40 {
  padding: 40px;
}
.padding45 {
  padding: 45px;
}
.padding50 {
  padding: 50px;
}
.padding55 {
  padding: 55px;
}
.padding60 {
  padding: 60px;
}
.padding65 {
  padding: 65px;
}
.padding70 {
  padding: 70px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top25 {
  padding-top: 25px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top35 {
  padding-top: 35px;
}
.padding-top40 {
  padding-top: 40px;
}
.padding-top45 {
  padding-top: 45px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top55 {
  padding-top: 55px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top65 {
  padding-top: 65px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right25 {
  padding-right: 25px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right35 {
  padding-right: 35px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-right45 {
  padding-right: 45px;
}
.padding-right50 {
  padding-right: 50px;
}
.padding-right55 {
  padding-right: 55px;
}
.padding-right60 {
  padding-right: 60px;
}
.padding-right65 {
  padding-right: 65px;
}
.padding-right70 {
  padding-right: 70px;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-left25 {
  padding-left: 25px;
}
.padding-left30 {
  padding-left: 30px;
}
.padding-left35 {
  padding-left: 35px;
}
.padding-left40 {
  padding-left: 40px;
}
.padding-left45 {
  padding-left: 45px;
}
.padding-left50 {
  padding-left: 50px;
}
.padding-left55 {
  padding-left: 55px;
}
.padding-left60 {
  padding-left: 60px;
}
.padding-left65 {
  padding-left: 65px;
}
.padding-left70 {
  padding-left: 70px;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom25 {
  padding-bottom: 25px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom35 {
  padding-bottom: 35px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom45 {
  padding-bottom: 45px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom55 {
  padding-bottom: 55px;
}
.padding-bottom60 {
  padding-bottom: 60px;
}
.padding-bottom65 {
  padding-bottom: 65px;
}
.padding-bottom70 {
  padding-bottom: 70px;
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin25 {
  margin: 25px;
}
.margin30 {
  margin: 30px;
}
.margin35 {
  margin: 35px;
}
.margin40 {
  margin: 40px;
}
.margin45 {
  margin: 45px;
}
.margin50 {
  margin: 50px;
}
.margin55 {
  margin: 55px;
}
.margin60 {
  margin: 60px;
}
.margin65 {
  margin: 65px;
}
.margin70 {
  margin: 70px;
}
.margin-top5 {
  margin-top: 5px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-top15 {
  margin-top: 15px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top25 {
  margin-top: 25px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top35 {
  margin-top: 35px;
}
.margin-top40 {
  margin-top: 40px;
}
.margin-top45 {
  margin-top: 45px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top55 {
  margin-top: 55px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top65 {
  margin-top: 65px;
}
.margin-top70 {
  margin-top: 70px;
}
.margin-right5 {
  margin-right: 5px;
}
.margin-right10 {
  margin-right: 10px;
}
.margin-right15 {
  margin-right: 15px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin-right25 {
  margin-right: 25px;
}
.margin-right30 {
  margin-right: 30px;
}
.margin-right35 {
  margin-right: 35px;
}
.margin-right40 {
  margin-right: 40px;
}
.margin-right45 {
  margin-right: 45px;
}
.margin-right50 {
  margin-right: 50px;
}
.margin-right55 {
  margin-right: 55px;
}
.margin-right60 {
  margin-right: 60px;
}
.margin-right65 {
  margin-right: 65px;
}
.margin-right70 {
  margin-right: 70px;
}
.margin-left5 {
  margin-left: 5px;
}
.margin-left10 {
  margin-left: 10px;
}
.margin-left15 {
  margin-left: 15px;
}
.margin-left20 {
  margin-left: 20px;
}
.margin-left25 {
  margin-left: 25px;
}
.margin-left30 {
  margin-left: 30px;
}
.margin-left35 {
  margin-left: 35px;
}
.margin-left40 {
  margin-left: 40px;
}
.margin-left45 {
  margin-left: 45px;
}
.margin-left50 {
  margin-left: 50px;
}
.margin-left55 {
  margin-left: 55px;
}
.margin-left60 {
  margin-left: 60px;
}
.margin-left65 {
  margin-left: 65px;
}
.margin-left70 {
  margin-left: 70px;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom25 {
  margin-bottom: 25px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom35 {
  margin-bottom: 35px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}
.margin-bottom45 {
  margin-bottom: 45px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.margin-bottom55 {
  margin-bottom: 55px;
}
.margin-bottom60 {
  margin-bottom: 60px;
}
.margin-bottom65 {
  margin-bottom: 65px;
}
.margin-bottom70 {
  margin-bottom: 70px;
}
.social-link {
  font-size: 16px;
}
.social-link li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.social-link li a {
  color: #989898;
}
.social-link li a:hover {
  color: #f00;
}
.middle-header-content .navigation {
  flex-basis: 60%;
  -webkit-flex-basis: 60%;
}
.middle-header-content .flex-header {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  position: relative;
}
.middle-header-content .logo {
  padding: 40px 0;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}
.middle-header-content .logo img {
  max-width: 100%;
  height: auto;
}
.middle-header-content--right {
  text-align: right;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}
.middle-header-content--right .top-search,
.middle-header-content--right .minicart-wrapper,
.middle-header-content--right .enable-setting-menu {
  display: inline-block;
  vertical-align: top;
}
.middle-header-content--right .switcher {
  position: relative;
}
.middle-header-content--right .switcher-currency,
.middle-header-content--right .switcher-language {
  display: inline-block;
  vertical-align: top;
}
.middle-header-content--right .switcher-currency .switcher-label,
.middle-header-content--right .switcher-language .switcher-label {
  display: none;
}
.middle-header-content--right .switcher-currency .switcher-trigger,
.middle-header-content--right .switcher-language .switcher-trigger {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding: 40px 15px;
}
.middle-header-content--right .switcher-currency .switcher-trigger strong,
.middle-header-content--right .switcher-language .switcher-trigger strong {
  font-weight: inherit;
}
.middle-header-content--right .switcher-currency .switcher-trigger:after,
.middle-header-content--right .switcher-language .switcher-trigger:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-left: 7px;
}
.middle-header-content--right .switcher-myaccount {
  display: inline-block;
  vertical-align: top;
}
.middle-header-content--right .switcher-myaccount .switcher-trigger {
  font-size: 24px;
  line-height: 24px;
  padding-left: 5px;
}
.middle-header-content--right .switcher-trigger {
  cursor: pointer;
}
.middle-header-content--right .switcher .ui-widget.ui-widget-content {
  position: absolute;
  right: 15px;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  z-index: 2;
  min-width: 100%;
}
.middle-header-content--right .switcher .ui-widget.ui-widget-content ul li a:not(.no-display) {
  padding: 6px 15px;
  white-space: nowrap;
  text-align: left;
  display: block;
}
.middle-header-content--right .switcher.myaccount .ui-widget.ui-widget-content {
  right: 0;
}
.middle-header-content--setting {
  flex: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  width: 475px;
  padding: 100px 50px;
  z-index: 1002;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.middle-header-content--setting .close-setting-menu {
  height: auto;
  background: 0 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  color: #999;
  left: 10px;
}
.middle-header-content--setting .close-setting-menu span {
  font-size: 50px;
  height: 100px;
  width: 100px;
  text-align: center;
  display: block;
  line-height: 100px;
}
.middle-header-content--setting .close-setting-menu:hover {
  color: #f00;
}
.middle-header-content--setting ul li {
  padding: 7px 0;
}
.middle-header-content--setting ul li.link.compare {
  padding: 0;
}
.middle-header-content--setting ul li.link.compare a:not(.no-display) {
  display: block;
  padding: 7px 0;
}
.middle-header-content--setting .switcher {
  margin-top: 40px;
}
.middle-header-content--setting .switcher .switcher-label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  line-height: inherit;
}
.middle-header-content--setting .switcher .ui-dialog {
  display: block !important;
  font-weight: 300;
}
.middle-header-content--setting .switcher .switcher-trigger strong {
  color: #f00;
  font-weight: 300;
  display: block;
  padding: 7px 0;
}
.middle-header-content--setting .title-myac {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.active_setting_menu {
  overflow: hidden !important;
}
.active_setting_menu .header:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}
.active_setting_menu .middle-header-content--setting {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.enable-setting-menu {
  background: none;
  border: none;
  box-shadow: none;
  height: 22px;
  padding: 0 0 0 10px;
}
.enable-setting-menu span {
  height: 2px;
  width: 20px;
  background-color: #444444;
  display: block;
  position: relative;
}
.enable-setting-menu span:before,
.enable-setting-menu span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-color: #444444;
  top: -8px;
}
.enable-setting-menu span:after {
  top: 8px;
}
.flex-top-content {
  position: relative;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.flex-top-content .left-top-content {
  flex-basis: calc(100% - 160px);
  -webkit-flex-basis: calc(100% - 160px);
  padding: 12px 0;
}
.flex-top-content .right-top-content {
  flex-basis: 160px;
  -webkit-flex-basis: 160px;
  text-align: right;
}
.flex-top-content .right-top-content .top-search,
.flex-top-content .right-top-content .minicart-wrapper,
.flex-top-content .right-top-content .switcher-myaccount {
  display: inline-block;
  vertical-align: top;
}
.flex-top-content .switcher-myaccount .switcher-trigger {
  font-size: 24px;
  color: #444444;
  line-height: 1;
  padding-left: 10px;
  cursor: pointer;
}
.flex-top-content .right-top-content .top-search .enable_search_form,
.flex-top-content .minicart-wrapper .action.showcart,
.flex-top-content .switcher-myaccount .switcher-trigger {
  padding-top: 12px;
  padding-bottom: 12px;
}
.flex-top-content .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -22px;
}
.flex-top-content .switcher .ui-widget.ui-widget-content {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  z-index: 2;
  min-width: 100%;
}
.flex-top-content .switcher .ui-widget.ui-widget-content ul li a:not(.no-display) {
  padding: 6px 15px;
  white-space: nowrap;
  text-align: left;
  display: block;
}
.flex-top-content .social-link li:last-child {
  padding: 0 0 0 10px;
}
.flex-top-content .left-top-content {
  flex-basis: 60%;
  -webkit-flex-basis: 60%;
}
.flex-top-content .right-top-content {
  flex-basis: 40%;
  -webkit-flex-basis: 40%;
}
.mobile-navigation {
  height: 100%;
  overflow: auto;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  padding: 0;
  top: 0;
  bottom: 0;
  display: block;
  left: calc(-1 * (100% - 54px));
  width: calc(100% - 54px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mobile-navigation .icon-plus:before {
  content: "+";
  font-size: 24px;
}
.mobile-navigation .active > .icon-plus:before {
  content: "-";
}
.mobile-navigation .navigation .nav-main-menu .label-menu {
  position: static !important;
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 20px;
}
.mobile-navigation #menu_navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.mobile-navigation #menu_navigation_setting {
  margin-top: 40px;
}
.mobile-navigation #menu_navigation_setting .switcher {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation #menu_navigation_setting .switcher-label {
  display: block;
  color: #222;
  font-size: 14px;
  text-align: left;
  padding: 15px 40px 15px 15px;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.mobile-navigation #menu_navigation_setting .switcher-label:after {
  content: "\f107";
  font-size: 16px;
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.mobile-navigation #menu_navigation_setting .switcher .switcher-options {
  display: none;
}
.mobile-navigation #menu_navigation_setting .switcher .switcher-options ul li {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  display: block;
}
.mobile-navigation #menu_navigation_setting .switcher .switcher-options .switcher-trigger strong {
  border-top: 1px solid #eee;
  font-weight: 400;
  display: block;
  color: #f00;
  padding: 10px 15px;
}
.mobile-navigation #menu_navigation_setting .switcher.active .switcher-label:after {
  content: "\f106";
}
.mobile-navigation #menu_navigation_setting .switcher .ui-dialog,
.mobile-navigation #menu_navigation_setting .switcher .switcher-dropdown {
  display: block !important;
}
.mobile-navigation #mobile_navigation_account {
  margin-top: 40px;
}
.mobile-navigation #mobile_navigation_account .top-links li a {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  display: block;
}
.mobile-navigation #mobile_navigation_account .top-links li a.no-display {
  display: none;
}
.mobile-action.nav-toggle span {
  display: block;
  width: 24px;
  height: 20px;
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
  position: relative;
  cursor: pointer;
}
.mobile-action.nav-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-color: #444444;
  top: 50%;
  margin-top: -1px;
}
.mobile-navigation--tabs {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.mobile-navigation--tabs > li {
  flex: 1;
  margin: 0;
  float: none;
}
.mobile-navigation--tabs > li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation--tabs > li > a {
  background: none;
  padding: 25px 0;
  display: block;
  margin: 0;
  font-weight: 600;
  border: none !important;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.mobile-navigation--tabs > li > a:hover,
.mobile-navigation--tabs > li > a:focus {
  background-color: #e3e3e3;
  color: #f00;
}
.mobile-navigation--tabs > li.active a,
.mobile-navigation--tabs > li.active a:hover,
.mobile-navigation--tabs > li.active a:focus {
  background-color: #e3e3e3;
  color: #f00;
}
.action.nav-toggle {
  display: none;
}
.header {
  position: relative;
  z-index: 99;
}
.header.header-sticky {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  box-shadow: 0px 1px 3px #ddd;
  z-index: 99;
  background-color: #fff !important;
}
.header.header-sticky .middle-header-content .logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header1 {
  background-color: #fff;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.header.header1 .mobile-action {
  display: none;
}
.header.header2 .flex-header {
  position: relative;
}
.header.header2 .flex-header .menu-navigation,
.header.header2 .flex-header .middle-header-content--right {
  flex-basis: 40%;
  -webkit-flex-basis: 40%;
}
.header.header2 .flex-header .nav.nav-main-menu > li > a {
  padding: 40px 20px;
}
.header.header2 .flex-header .nav.nav-main-menu > li:first-child > a {
  padding-left: 0;
}
.header.header2 .desktop-navigation .navigation .nav-main-menu {
  margin: 0;
  position: static;
}
.header.header2 .desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
  margin-left: 0 !important;
  left: 0 !important;
}
.header.header2 .logo {
  text-align: center;
}
.header.header2 .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding: 40px 0 40px 5px;
  line-height: 1;
}
.header.header2 .top-search .enable_search_form {
  padding: 40px 10px;
  height: auto;
  line-height: 1;
}
.header.header2 .minicart-wrapper .action.showcart:before {
  padding: 40px 0;
  line-height: 1;
}
.header.header2 .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -48px;
}
.header.header2.header-sticky .nav.nav-main-menu > li > a,
.header.header2.header-sticky .middle-header-content--right .switcher-currency .switcher-trigger,
.header.header2.header-sticky .middle-header-content--right .switcher-language .switcher-trigger,
.header.header2.header-sticky .top-search .enable_search_form,
.header.header2.header-sticky .minicart-wrapper .action.showcart:before,
.header.header2.header-sticky .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header2.header-sticky .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -28px;
}
.header.header2.header-sticky .desktop-navigation .label-menu {
  top: 10px;
}
.header.header4 .top-header-content {
  color: #626262;
  background-color: #f1f1f1;
}
.header.header4 .middle-header-content--right .switcher:last-child .switcher-trigger {
  padding-right: 0;
}
.header.header4 .middle-header-content--right .switcher:last-child .ui-widget.ui-widget-content {
  right: 0;
}
.header.header4 .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding: 40px 0 40px 5px;
  line-height: 1;
}
.header.header4 .mobile-actions {
  display: none;
}
.header.header4 .flex-header {
  position: relative;
}
.header.header4 .flex-header .menu-navigation,
.header.header4 .flex-header .middle-header-content--right {
  flex-basis: 40%;
  -webkit-flex-basis: 40%;
}
.header.header4 .nav.nav-main-menu > li > a {
  padding: 40px 20px;
}
.header.header4 .nav.nav-main-menu > li:first-child > a {
  padding-left: 0;
}
.header.header4 .desktop-navigation .navigation .nav-main-menu {
  margin: 0;
  position: static;
}
.header.header4 .desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
  margin-left: 0 !important;
  left: 0 !important;
}
.header.header4 .logo {
  text-align: center;
}
.header.header4 .minicart-wrapper .action.showcart {
  margin: 0 18px 0 16px;
}
.header.header4.header-sticky .top-header-content {
  display: none;
}
.header.header4.header-sticky .nav.nav-main-menu > li > a,
.header.header4.header-sticky .middle-header-content--right .switcher-currency .switcher-trigger,
.header.header4.header-sticky .middle-header-content--right .switcher-language .switcher-trigger {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header4.header-sticky .desktop-navigation .label-menu {
  top: 10px;
}
.header.header5 .top-header-content {
  background-color: #f1f1f1;
}
.header.header5 .mobile-actions {
  display: none;
}
.header.header5 .desktop-navigation .nav.nav-main-menu > li > a {
  padding-top: 0;
  padding-bottom: 33px;
}
.header.header5 .desktop-navigation .label-menu {
  top: -10px;
}
.header.header5 .middle-header-content .middle-header-content--right,
.header.header5 .middle-header-content .logo {
  -webkit-flex-basis: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.header.header5 .middle-header-content .middle-header-content--right.left--content {
  text-align: left;
}
.header.header5 .middle-header-content .middle-header-content--right.left--content .switcher .switcher-trigger {
  padding-bottom: 30px;
}
.header.header5 .middle-header-content .middle-header-content--right.left--content .switcher .ui-widget.ui-widget-content {
  left: 15px;
  right: auto;
}
.header.header5 .middle-header-content .middle-header-content--right.left--content .switcher:first-child .switcher-trigger {
  padding-left: 0;
}
.header.header5 .middle-header-content .middle-header-content--right.left--content .switcher:first-child .ui-widget.ui-widget-content {
  left: 0;
}
.header.header5 .middle-header-content .logo {
  text-align: center;
  padding-bottom: 30px;
}
.header.header5.header-sticky .top-header-content {
  display: none;
}
.header.header5.header-sticky .desktop-navigation .nav.nav-main-menu > li > a {
  padding-bottom: 13px;
}
.header.header6 .mobile-action {
  display: none;
}
.header.header6.header-sticky .label-menu {
  top: 10px;
}
.header.header6.header-sticky .nav.nav-main-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header7 .mobile-action {
  display: none;
}
.header.header7 .top-search .enable_search_form {
  padding: 40px 10px;
  height: auto;
  line-height: 1;
}
.header.header7 .minicart-wrapper .action.showcart:before {
  padding: 40px 0;
  line-height: 1;
}
.header.header7 .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -48px;
}
.header.header7 .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding: 40px 0 40px 5px;
  line-height: 1;
}
.header.header7.header-sticky .nav.nav-main-menu > li > a,
.header.header7.header-sticky .middle-header-content--right .switcher-currency .switcher-trigger,
.header.header7.header-sticky .middle-header-content--right .switcher-language .switcher-trigger,
.header.header7.header-sticky .top-search .enable_search_form,
.header.header7.header-sticky .minicart-wrapper .action.showcart:before,
.header.header7.header-sticky .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header7.header-sticky .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -28px;
}
.header.header7.header-sticky .desktop-navigation .label-menu {
  top: 10px;
}
.header.header8 {
  padding: 0 60px;
}
.header.header8 .mobile-actions {
  display: none;
}
.header.header8 .middle-header-content .logo {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.header.header8 .middle-header-content .middle-header-content--right,
.header.header8 .middle-header-content .logo {
  -webkit-flex-basis: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.header.header8 .middle-header-content .no-store-setting .middle-header-content--right,
.header.header8 .middle-header-content .no-store-setting .logo {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.header.header8 .middle-header-content .no-store-setting .logo {
  text-align: left;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content {
  text-align: left;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content .switcher:first-child .switcher-trigger {
  padding-left: 0;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content .switcher:first-child .ui-widget.ui-widget-content {
  left: 0;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content .switcher .switcher-trigger {
  padding-bottom: 30px;
  line-height: 24px;
  padding-top: 30px;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content .switcher .ui-widget.ui-widget-content {
  left: 15px;
  right: auto;
}
.header.header8 .desktop-navigation .nav.nav-main-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header8 .desktop-navigation .label-menu {
  top: 10px;
}
.header.header8 .bottom-header-content {
  border-top: 1px solid #ddd;
}
.header.header8.header-sticky .top-header-content {
  display: none;
}
.header.header8.header-sticky .desktop-navigation .nav.nav-main-menu > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}
.header.header8.header-sticky .desktop-navigation .label-menu {
  top: 1px;
}
.header.header9 .flex-top-content .left-top-content,
.header.header9 .right-top-content.middle-header-content--right .switcher-currency .switcher-trigger,
.header.header9 .right-top-content.middle-header-content--right .switcher-language .switcher-trigger {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: inherit;
}
.header.header9 .mobile-actions {
  display: none;
}
.header.header9 .top-header-content .flex-top-content {
  border-bottom: 1px solid #f1f1f1;
}
.header.header9 .top-header-content.no-store-setting .flex-top-content {
  display: block;
  text-align: center;
}
.header.header9 .middle-header-content--right .switcher-myaccount .switcher-trigger,
.header.header9 .minicart-wrapper .action.showcart,
.header.header9 .top-search .enable_search_form {
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
}
.header.header9 .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -50px;
}
.header.header9 .right-top-content.middle-header-content--right .switcher:last-child .switcher-trigger {
  padding-right: 0;
}
.header.header9.header-sticky .top-header-content {
  display: none;
}
/* HEADER ABSOLUTE */
.absolute_header .cms-index-index .header:not(.header-sticky) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 999;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.absolute_header .cms-index-index .header:not(.header-sticky):hover {
  background-color: #fff;
}
/******** FOOTER ********/
.top-footer .top-footer--content {
  border-top: 1px solid #e1e1e1;
  padding-top: 66px;
  padding-bottom: 70px;
  letter-spacing: 0.1em;
}
.cms-index-index .footer {
  margin-top: 0 !important;
}
.middle-footer h1,
.middle-footer h2,
.middle-footer h3,
.middle-footer h4,
.middle-footer h5,
.middle-footer h6 {
  margin-top: 0;
  margin-bottom: 9px;
}
.middle-footer .middle-footer--content {
  border-top: 1px solid #e1e1e1;
  padding: 40px 0 25px;
}
.bottom-footer .bottom-footer--content {
  border-top: 1px solid #e1e1e1;
  padding-top: 23px;
  padding-bottom: 20px;
}
.footer {
  font-weight: 300;
  color: #474d52;
  margin-top: 70px;
}
.footer-horizontal-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.footer-horizontal-menu ul li:first-child {
  margin-left: 0;
}
.footer-horizontal-menu ul li:last-child {
  margin-right: 0;
}
.footer-social--content:after {
  content: "";
  display: table;
  clear: both;
}
.footer-social--content .ft-social {
  width: 20%;
  float: left;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
}
.footer-social--content .ft-social:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.footer-social--content .ft-social a {
  color: #fff;
  position: relative;
  display: block;
  padding: 62px 0;
  z-index: 2;
}
.footer-social--content .ft-social a:hover {
  color: #fff;
}
.footer-social--content .ft-social.instagram {
  background-color: #e2405e;
}
.footer-social--content .ft-social.facebook {
  background-color: #3b5998;
}
.footer-social--content .ft-social.twitter {
  background-color: #00aaed;
}
.footer-social--content .ft-social.pinterest {
  background-color: #bd081c;
}
.footer-social--content .ft-social.youtube {
  background-color: #ff0000;
}
.footer-social--content .ft-social:hover:after {
  opacity: 0.3;
}
.footer ul li {
  padding: 4px 0;
}
.footer p {
  margin-bottom: 20px;
}
.footer a {
  color: #474d52;
}
.footer a:hover {
  color: #ff0000;
}
.footer .payment-icons {
  text-align: right;
  font-size: 20px;
  color: #8b8b8b;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer .payment-icons li {
  display: inline-block;
  vertical-align: middle;
}
.footer .payment-icons:hover {
  color: #000000;
}
.footer address {
  color: #656565;
  margin-bottom: 0;
  line-height: 1.8;
}
.footer address a {
  color: #ff0000;
}
.footer address a:hover {
  text-decoration: underline;
}
.footer .social-link li {
  margin-bottom: 12px;
  padding: 0 10px;
}
.footer .social-link li:first-child {
  padding: 0 10px 0 0;
}
.footer .list-icon .fa {
  color: #ff0000;
  min-width: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer .list-icon li {
  margin-top: 11px;
  padding: 0 0 0 30px;
  color: #989898;
  position: relative;
}
.footer .list-icon a {
  color: #989898;
}
.footer .list-icon a:hover {
  color: #ff0000;
}
.footer.footer2 .bottom-footer {
  padding: 0 45px;
}
.footer.footer2 .bottom-footer .bottom-footer--content {
  padding-top: 36px;
  padding-bottom: 33px;
}
.footer.footer2 .social-link {
  text-align: right;
}
.footer.footer2 .social-link li {
  margin-bottom: 0;
  padding: 0 10px;
}
.footer.footer2 .social-link li a {
  color: #474d52;
}
.footer.footer2 .social-link li a:hover {
  color: #ff0000;
}
.footer.footer3 {
  background-color: #efefef;
}
.footer.footer3 .footer-aboutus {
  text-align: center;
  padding-top: 68px;
}
.footer.footer3 .footer-aboutus p {
  margin-left: auto;
  margin-right: auto;
}
.footer.footer3 .top-footer .top-footer--content {
  border: none;
  padding-top: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}
.footer.footer4 {
  background-color: #111111;
}
.footer.footer4 a {
  color: #fff;
}
.footer.footer4 a:hover {
  color: #f00;
}
.footer.footer4 address a {
  color: #fff;
}
.footer.footer4 .bottom-footer .bottom-footer--content {
  border-top-color: rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  padding-bottom: 50px;
}
.footer.footer4 .middle-footer--content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 65px 0;
  border: 0;
}
.footer.footer4 .middle-footer--content .logo-footer {
  flex-basis: 200px;
  text-align: center;
}
.footer.footer4 .middle-footer--content .footer-horizontal-menu {
  flex-basis: calc(50% - 100px);
  -webkit-flex-basis: calc(50% - 100px);
}
.footer.footer4 .payment-icons:hover {
  color: #fff;
}
.footer.footer5 .top-footer--content {
  padding: 0;
}
.footer.footer5 .middle-footer .middle-footer--content {
  padding-top: 78px;
  padding-bottom: 45px;
}
.footer.footer5 .top-footer--content .home-newsletter {
  border-top: 0;
}
.footer.footer6 .middle-footer--content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 40px 0;
  border: 0;
}
.footer.footer6 .middle-footer--content .logo-footer {
  flex-basis: 200px;
  text-align: center;
}
.footer.footer6 .middle-footer--content .footer-horizontal-menu {
  flex-basis: calc(50% - 100px);
  -webkit-flex-basis: calc(50% - 100px);
}
/******** END FOOTER ********/
/******** OWL SLIDER BANNER********/
.fullscreen-slider .row {
  height: 100%;
  position: relative;
}
.fullscreen-slider .owl-carousel {
  height: 100%;
  position: relative;
}
.fullscreen-slider .owl-carousel div:not(.owl-controls) {
  height: 100%;
}
.fullscreen-slider .owl-carousel .owl-nav {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-nav .owl-prev,
.fullscreen-slider .owl-carousel .owl-nav .owl-next {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots .owl-dot {
  height: auto !important;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div i {
  font-weight: inherit;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  background: transparent;
  border: 2px solid #8b8b8b;
  width: 15px;
  height: 15px;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span,
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot:hover span {
  border-color: #000;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span:after,
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot:hover span:after {
  background-color: #000;
}
.slider_mgs_carousel.owl-carousel .item.fullscreen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.template-1 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  background: none;
  border: none;
  border-radius: 0;
  font-size: 40px;
  color: #8b8b8b;
}
.template-1 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover {
  color: #000;
}
.template-1 .slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 80px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  border: none;
  background: none;
  border-radius: 0;
  position: static;
  opacity: 0.1;
  visibility: visible;
  margin: 0;
  display: block;
  color: #000;
  padding: 10px 0;
  height: auto;
  line-height: 1;
  width: auto;
  font-size: 30px;
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div i {
  line-height: 40px;
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover {
  opacity: 1;
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 80px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-nav,
.template-3 .slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  border: none;
  background: none;
  border-radius: 0;
  position: static;
  visibility: visible;
  margin: 0;
  display: block;
  color: #959595;
  opacity: 1;
  padding: 0;
  height: auto;
  line-height: 1;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  writing-mode: tb-rl;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev:after {
  content: "/";
  margin: 15px 0;
  display: inline-block;
  color: #959595;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover {
  color: #000000;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-dots {
  left: auto;
  right: 40px;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot {
  display: block;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  margin: 8px 0;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav:after {
  content: "";
  display: table;
  clear: both;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  border: none;
  background-color: #141519;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  position: static;
  float: left;
  visibility: visible;
  margin: 0;
  display: block;
  color: #ffffff;
  opacity: 1;
  padding: 0;
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div i {
  line-height: inherit;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover {
  background-color: #000;
  color: #ff0000;
}
/******** END OWL SLIDER BANNER********/
.product-label {
  text-align: center;
  font-size: 12px;
  top: 10px;
  z-index: 8;
  line-height: 1;
  background: #ff0000;
  color: #fff;
  right: 10px;
  position: absolute;
  display: block;
  text-transform: uppercase;
  padding: 6px 10px;
  font-weight: 500;
  min-width: 50px;
  border-radius: 2px;
}
.product-label:after {
  border: 1px dotted #fff;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  content: "";
  position: absolute;
}
.product-label.new-label {
  background-color: #50d209;
}
.product-label.sold-out-label {
  background-color: #808080;
  font-size: 10px;
  padding: 7px 10px;
}
.product-label.multiple-label {
  margin-top: 34px;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #aeaeae;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  margin-left: 10px;
}
.price-box .old-price .price {
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #ff0000;
}
.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;
  color: #696969;
}
.price-box .minimal-price .price-label:after {
  content: ":";
  margin-right: 3px;
}
.swatch-input.super-attribute-select {
  display: none;
}
.products-grid {
  /* Owl carousel */
}
.products-grid .product-item {
  margin-bottom: 30px;
}
.products-grid .product-item-photo {
  display: block;
  position: relative;
}
.products-grid .product-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
}
.products-grid .product-item-photo img.img-thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.products-grid .product-top {
  position: relative;
}
.products-grid .product-detail-action:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid .product-detail-action button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  border: 1px solid #b9e6d1;
  background-color: #b9e6d1;
  text-align: center;
  padding: 0;
  line-height: 32px;
  margin: 0 5.5px;
}
.products-grid .product-detail-action button i,
.products-grid .product-detail-action button span {
  display: block;
  line-height: 32px;
}
.products-grid .product-detail-action button:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.products-grid .product-item-details .product-item-name {
  margin-top: 0;
  margin-bottom: 6px;
  letter-spacing: 0;
}
.products-grid .product-item-details .tocart span:not(.fa) {
  font-weight: bold;
}
.products-grid .product-item-details .tocart.disabled {
  pointer-events: none;
}
.products-grid .product-item-details .tocart:hover,
.products-grid .product-item-details .tocart:focus {
  color: #ff0000;
  background-color: transparent;
}
.products-grid .product-item-details .product-reviews-summary.short {
  margin-top: 12px;
}
.products-grid .product-item-details .product-reviews-summary.short.empty {
  display: none;
}
.products-grid .product-item-details .product-reviews-summary.short .reviews-actions {
  display: none;
}
.products-grid .product-item-details .product-reviews-summary.short .rating-summary .rating-result {
  display: block;
}
.products-grid .grid-template-1 .product-detail-action {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
}
.products-grid .grid-template-1 .product-detail-action button {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.products-grid .grid-template-1 .product-item-info:hover .product-detail-action button {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.products-grid .grid-template-1 .product-item-details {
  position: relative;
  min-height: 55px;
  padding-right: 42px;
  padding-top: 14px;
}
.products-grid .grid-template-1 .product-item-details .tocart .text {
  display: none;
}
.products-grid .grid-template-1 .product-item-details .ct-attribute-text {
  margin-bottom: 5px;
}
.products-grid .grid-template-1 .product-item-details .ct-attribute-text.empty {
  display: none;
}
.products-grid .grid-template-1 .product-item-details div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 0;
  margin-top: 4px;
}
.products-grid .grid-template-1 .product-item-details .tocart {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #ff0000;
  text-align: center;
  padding: 0;
  line-height: 32px;
  background-color: #ff0000;
  color: #fff;
  position: absolute;
  right: 0;
  top: 24px;
}
.products-grid .grid-template-1 .product-item-details .tocart:hover {
  background-color: #000;
  border-color: #000;
}
.products-grid .grid-template-1 .product-item-details .tocart.disabled {
  color: #898989;
  background-color: #eee;
  border-color: #eee;
}
.products-grid .grid-template-1 .product-item-details .product-reviews-summary.short {
  margin-bottom: 8px;
}
.products-grid .grid-template-2 .product-item-info {
  position: relative;
  overflow: hidden;
}
.products-grid .grid-template-2 .product-item-details .ct-attribute-text {
  margin-top: 6px;
}
.products-grid .grid-template-2 .product-item-details .product-item-name {
  margin-bottom: 3px;
}
.products-grid .grid-template-2 .product-item-details .product-reviews-summary.short {
  margin-bottom: 4px;
}
.products-grid .grid-template-2 .product-item-details .tocart.disabled {
  opacity: 0.3;
}
.products-grid .grid-template-2 .product-detail-action {
  margin-bottom: 9px;
}
.products-grid .grid-template-2 .product-detail-action form {
  display: inline-block;
}
.products-grid .grid-template-2 .product-detail-action .action.tocart {
  margin-left: 0;
}
.products-grid .grid-template-2 .product-detail-action button {
  color: #000000;
  background-color: #fff;
  margin: 0 10px 10px 0;
}
.products-grid .grid-template-2 .product-detail-action button:hover {
  color: #fff;
  background-color: #ff0000;
}
.products-grid .grid-template-2 .product-detail-action button i {
  font-weight: 700;
}
.products-grid .grid-template-2 .product-detail-action > button:last-child {
  margin-right: 0;
}
.products-grid .grid-template-3 div[class*="swatch-opt-"] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 6px;
  z-index: 2;
}
.products-grid .grid-template-3 div[class*="swatch-opt-"] .swatch-attribute {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.products-grid .grid-template-3 div[class*="swatch-opt-"] .swatch-option {
  min-width: 16px;
  height: 16px;
}
.products-grid .grid-template-3 .product-reviews-summary.short.empty,
.products-grid .grid-template-3 .product-reviews-summary.short .reviews-actions {
  display: none;
}
.products-grid .grid-template-3 .product-item-details {
  padding: 14px 10px 0;
}
.products-grid .grid-template-3 .product-item-details .product-item-name {
  margin-bottom: 14px;
  font-weight: 400;
}
.products-grid .grid-template-3 .product-item-details .product-reviews-summary.short {
  margin-top: 15px;
}
.products-grid .grid-template-3 .product-detail-action {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 2;
}
.products-grid .grid-template-3 .product-detail-action button {
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #d3d3d3;
  transform: translateY(30px) scale(0);
  -webkit-transform: translateY(30px) scale(0);
  -moz-transform: translateY(30px) scale(0);
  -o-transform: translateY(30px) scale(0);
}
.products-grid .grid-template-3 .product-detail-action button i {
  font-weight: 700;
}
.products-grid .grid-template-3 .product-detail-action button:hover {
  background-color: #ff0000;
  color: #fff;
}
.products-grid .grid-template-3 .product-detail-action form {
  display: inline-block;
}
.products-grid .grid-template-3 .product-detail-action form button {
  margin-left: 0;
  background-color: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
.products-grid .grid-template-3 .product-detail-action form button.disabled {
  color: #898989;
  background-color: #eee;
  opacity: 0.7;
  border-color: #000;
}
.products-grid .grid-template-3 .product-detail-action > button:last-child {
  margin-right: 0;
}
.products-grid .grid-template-3 .product-detail-action > button:nth-child(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.products-grid .grid-template-3 .product-detail-action > button:nth-child(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.products-grid .grid-template-3 .product-detail-action > button:nth-child(4) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.products-grid .grid-template-3 .product-item-info {
  text-align: center;
  padding-bottom: 21px;
  box-shadow: 0 0 5px 5px rgba(215, 215, 215, 0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.products-grid .grid-template-3 .product-item-info:hover {
  box-shadow: 0 0 5px 5px rgba(215, 215, 215, 0.8);
}
.products-grid .grid-template-3 .product-item-info:hover .product-detail-action button {
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
}
.products-grid .grid-template-3 .product-item-info .rating-summary {
  display: table;
  margin: 0 auto 10px;
}
.products-grid .grid-template-4 .product-detail-action {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 15px;
  text-align: center;
  z-index: 2;
}
.products-grid .grid-template-4 .product-detail-action form {
  display: inline-block;
}
.products-grid .grid-template-4 .product-detail-action form button {
  margin-left: 0;
  background-color: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
.products-grid .grid-template-4 .product-detail-action button {
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #d3d3d3;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}
.products-grid .grid-template-4 .product-detail-action button.disabled {
  color: #898989;
  background-color: #eee;
  opacity: 0.7;
  border-color: #000;
}
.products-grid .grid-template-4 .product-detail-action button:hover {
  background-color: #ff0000;
  color: #fff;
}
.products-grid .grid-template-4 .product-detail-action button i {
  font-weight: 700;
}
.products-grid .grid-template-4 .product-detail-action > button:last-child {
  margin-right: 0;
}
.products-grid .grid-template-4 .product-detail-action > button:nth-child(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.products-grid .grid-template-4 .product-detail-action > button:nth-child(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.products-grid .grid-template-4 .product-detail-action > button:nth-child(4) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.products-grid .grid-template-4 div[class*="swatch-opt-"] .swatch-attribute {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.products-grid .grid-template-4 .product-item-info:hover .product-detail-action button {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.products-grid .grid-template-4 .product-detail-price {
  font-size: 16px;
}
.products-grid .grid-template-4 .product-detail-price .price-box .price {
  color: #ff0000;
}
.products-grid .grid-template-4 .product-detail-price .price-box .old-price .price {
  color: #aeaeae;
}
.products-grid .grid-template-4 .product-item-details {
  text-align: center;
  padding-top: 10px;
}
.products-grid .grid-template-4 .product-item-details .product-item-name {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.products-grid .grid-template-4 .ct-attribute-text {
  margin-bottom: 5px;
}
.products-grid .grid-template-5 .actions-and-attr {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  width: 100%;
  margin-bottom: 5px;
}
.products-grid .grid-template-5 .actions-and-attr .ct-attribute-text {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.products-grid .grid-template-5 .actions-and-attr .ct-attribute-text.empty {
  display: none;
}
.products-grid .grid-template-5 .actions-and-attr .actions-link {
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.products-grid .grid-template-5 .actions-and-attr .actions-link .action.tocart {
  border: none;
  background: none;
  color: #000;
  font-weight: 400;
  padding: 0;
}
.products-grid .grid-template-5 .actions-and-attr .actions-link .action.tocart:hover {
  color: #ff0000;
}
.products-grid .grid-template-5 .actions-and-attr .actions-link .action.tocart span {
  font-weight: 400;
}
.products-grid .grid-template-5 .actions-and-attr.no-attribute .actions-link {
  position: static;
}
.products-grid .grid-template-5 .product-detail-action {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
}
.products-grid .grid-template-5 .product-detail-action button {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.products-grid .grid-template-5 .product-item-info:hover .product-detail-action button {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.products-grid .grid-template-5 .product-item-info:hover .actions-and-attr:not(.ost-product) .ct-attribute-text {
  opacity: 0;
  visibility: hidden;
}
.products-grid .grid-template-5 .product-item-info:hover .actions-and-attr .actions-link {
  left: 0;
}
.products-grid .grid-template-5 .product-item-details {
  position: relative;
  display: table;
}
.products-grid .grid-template-5 .product-item-details .product-detail-content,
.products-grid .grid-template-5 .product-item-details .product-detail-price {
  display: table-cell;
  vertical-align: top;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price {
  text-align: right;
  padding-top: 12px;
  width: 1%;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box p {
  display: block !important;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box .minimal-price .price-label {
  font-size: 12px;
  white-space: nowrap;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box .price-from:after {
  content: none;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box .special-price,
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box .old-price {
  margin: 0;
  display: block;
}
.products-grid .grid-template-5 .product-item-details .product-detail-content {
  padding-right: 10px;
  padding-top: 14px;
}
.products-grid .grid-template-5 .product-item-details div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 0;
  margin-top: 4px;
}
.products-grid .grid-template-5 .product-reviews-summary + .actions-and-attr {
  margin-top: 8px;
}
.products-grid .grid-template-6 .product-detail-action {
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
}
.products-grid .grid-template-6 .product-detail-action button {
  display: block;
  margin: 0;
}
.products-grid .grid-template-6 .product-detail-action button + button {
  margin-top: 15px;
}
.products-grid .grid-template-6 .product-item-details {
  position: relative;
  padding-top: 14px;
}
.products-grid .grid-template-6 .product-item-details .tocart:hover,
.products-grid .grid-template-6 .product-item-details .tocart:focus {
  color: #fff;
  background-color: #000;
}
.products-grid .grid-template-6 .product-detail-content .product-reviews-summary + .price-box {
  margin-top: 8px;
}
.products-grid .grid-template-6 .actions-link {
  padding-top: 10px;
}
.products-grid .grid-template-6 .ct-attribute-text.empty {
  display: none;
}
.products-grid .owl-carousel .owl-dots {
  margin: 0 auto;
}
.products-grid.slider-1-row .items.owl-carousel .owl-item {
  padding: 0 15px;
}
/* Product Tabs Menu */
.menu-product-tabs.nav-tabs {
  display: table;
  border: none;
  margin: 0 auto 70px;
  max-width: 100%;
}
.menu-product-tabs.nav-tabs > li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 50px;
  letter-spacing: 0.3em;
}
.menu-product-tabs.nav-tabs > li a {
  color: #8e8e8f;
  background: none;
  border: none;
  padding: 0 0 4px;
  border-radius: 0;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
}
.menu-product-tabs.nav-tabs > li a:after {
  content: "";
  left: 0;
  right: 0.3em;
  bottom: 0;
  height: 1px;
  background-color: #ff0000;
  position: absolute;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.menu-product-tabs.nav-tabs > li a:hover {
  color: #000000;
  background: none;
  border: none;
}
.menu-product-tabs.nav-tabs > li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.menu-product-tabs.nav-tabs > li.active > a,
.menu-product-tabs.nav-tabs > li.active > a:hover,
.menu-product-tabs.nav-tabs > li.active > a:focus {
  color: #000000;
  background: none;
  border: none;
}
.menu-product-tabs.nav-tabs > li.active > a:after,
.menu-product-tabs.nav-tabs > li.active > a:hover:after,
.menu-product-tabs.nav-tabs > li.active > a:focus:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.product-detail-container {
  position: relative;
}
.rotate-image {
  font-size: 12px;
  padding: 9px;
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 10px;
}
.rotate-image:hover {
  opacity: 1;
}
.rotate-image-container .rotate-j360 {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  cursor: move;
  z-index: 1000 !important;
}
.rotate-image-container .rotate-j360#mgs_j360 {
  background-color: #fff;
  z-index: 999 !important;
}
.rotate-image-container .rotate-j360#view_overlay img.loader {
  display: none !important;
}
.rotate-image-container .rotate-j360:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url('../images/oval.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.rotate-image-container .rotate-j360 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.rotate-image-container .close-rotate {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #333;
  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: #ff0000;
}
/* Review */
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 65px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #eee;
  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 {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff9600;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  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;
  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: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.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';
}
/* PARRALLAX HOME */
.parallax-home {
  min-height: 100vh;
  position: relative;
}
.parallax-home .controls-parallax {
  position: absolute;
  top: 50%;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.parallax-home .controls-parallax:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.parallax-home .controls-parallax > div {
  opacity: 0.1;
  visibility: visible;
  margin: 0;
  display: block;
  color: #000;
  padding: 10px 0;
  line-height: 1;
  cursor: pointer;
  font-size: 36px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.parallax-home .controls-parallax > div:hover {
  opacity: 1;
}
.parallax-home:hover .controls-parallax {
  opacity: 1;
  visibility: visible;
}
.parallax-home .content-heading {
  height: 75vh;
  display: flex;
  align-items: flex-end;
  padding-left: 150px;
}
.parallax-home .content-heading .text-left p {
  margin: 8px 0 0;
}
.parallax-home .content-heading .text-left .action-shop-now {
  position: static;
  margin: 30px 0 0;
}
/* PROMO BANNER */
.promobanner .content-heading .text-left .action-shop-now {
  position: static;
  margin: 10px 0 0;
}
.promo-banner-slider .owl-item {
  padding: 0 15px;
}
/* INSTAGRAM WIDGET */
.instagram-block .owl-carousel .owl-nav > div {
  border-color: #fff;
  color: #fff;
}
.instagram-block .owl-carousel .owl-nav > div:hover {
  border-color: #ff0000;
  background-color: #ff0000;
}
.instagram-block .owl-carousel .owl-nav .owl-next {
  left: 100%;
  right: auto;
  margin-left: -45px;
}
.instagram-block .owl-carousel .owl-nav .owl-prev {
  right: 100%;
  left: auto;
  margin-right: -45px;
}
.instagram-item {
  position: relative;
}
.instagram-item img {
  min-width: 100%;
  height: auto;
}
.instagram-item-row .instagram-item-col {
  margin-bottom: 30px;
}
.instagram-item.hover-effect:not(.enable-link):before,
.instagram-item.hover-effect.enable-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instagram-item.hover-effect:not(.enable-link):after,
.instagram-item.hover-effect.enable-link a:after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  content: "\f16d";
  font-family: FontAwesome;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instagram-item.hover-effect:not(.enable-link):hover:before,
.instagram-item.hover-effect.enable-link a:hover:before,
.instagram-item.hover-effect:not(.enable-link):hover:after,
.instagram-item.hover-effect.enable-link a:hover:after {
  opacity: 1;
}
.instagram-item:not(.hover-effect) > a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.instagram-item:not(.hover-effect) .social-count {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.instagram-item:not(.hover-effect) .social-count > span {
  margin: 0 5px;
}
.instagram-item:not(.hover-effect) .social-count > span .fa {
  margin-right: 5px;
}
.instagram-item:not(.hover-effect):hover .social-count {
  opacity: 1;
  visibility: visible;
}
.instagram-item:not(.hover-effect):hover > a:after {
  opacity: .5;
  visibility: visible;
}
.no-padding .instagram-item-row,
.no-padding .instagram-item-row .instagram-item-col {
  margin: 0;
  padding: 0;
}
.container-fluid .instagram-widget-wrapper.slider-wg {
  margin-left: -15px;
  margin-right: -15px;
}
.instagram-widget-wrapper:not(.slider-wg) > h5.name {
  text-align: center;
  font-size: 36px;
  color: #000000;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  margin-top: 80px;
}
.instagram-widget-wrapper:not(.slider-wg) > h5.name:after {
  content: "\f16d";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 80px;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.instagram-widget-wrapper.slider-wg {
  position: relative;
}
.instagram-widget-wrapper.slider-wg:after {
  content: "";
  display: table;
  clear: both;
}
.instagram-widget-wrapper.slider-wg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
}
.instagram-widget-wrapper.slider-wg:hover:before {
  opacity: 0;
  visibility: hidden;
}
.instagram-widget-wrapper.slider-wg .name {
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: visible;
  opacity: 1;
  font-size: 32px;
  color: #ffffff;
  z-index: 3;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.instagram-widget-wrapper.slider-wg:hover .name {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}
/* NEW SLETTER BLOCK */
.home-newsletter {
  border-top: 1px solid #e1e1e1;
  padding-top: 66px;
  padding-bottom: 70px;
  letter-spacing: 0.1em;
}
.home-newsletter h1,
.home-newsletter h2,
.home-newsletter h3,
.home-newsletter h4,
.home-newsletter h5,
.home-newsletter h6 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 37px;
}
.home-newsletter h2 {
  font-size: 32px;
}
.home-newsletter .block.newsletter .title,
.home-newsletter .field.newsletter .label,
.home-newsletter .form.subscribe .actions {
  display: none;
}
.home-newsletter .form.subscribe input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000;
  color: #000000;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  height: 42px;
  line-height: 1;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.home-newsletter .form.subscribe input::-webkit-input-placeholder {
  color: #000000;
}
.home-newsletter .form.subscribe input::-moz-placeholder {
  color: #000000;
}
.home-newsletter .form.subscribe input:-ms-input-placeholder {
  color: #000000;
}
.home-newsletter .form.subscribe input:-moz-placeholder {
  color: #000000;
}
.home-newsletter .form.subscribe input + .mage-error {
  margin-top: 10px;
}
.home-newsletter.white-block {
  background-color: #ff0000;
  margin-top: -40px;
  padding: 34px 20px 45px;
  border: none;
  position: relative;
  z-index: 2;
}
.home-newsletter.white-block .form.subscribe input {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.home-newsletter.white-block .form.subscribe input::-webkit-input-placeholder {
  color: #fff;
}
.home-newsletter.white-block .form.subscribe input::-moz-placeholder {
  color: #fff;
}
.home-newsletter.white-block .form.subscribe input:-ms-input-placeholder {
  color: #fff;
}
.home-newsletter.white-block .form.subscribe input:-moz-placeholder {
  color: #fff;
}
.home-newsletter.white-block h1,
.home-newsletter.white-block h2,
.home-newsletter.white-block h3,
.home-newsletter.white-block h4,
.home-newsletter.white-block h5,
.home-newsletter.white-block h6 {
  color: #fff;
}
/* Loadmore Button */
.loadmore-action {
  text-align: center;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  margin-top: 30px;
}
.loadmore-action .btn-loadmore {
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  opacity: 0.9;
}
.loadmore-action .btn-loadmore .text.loading,
.loadmore-action .btn-loadmore .load-text {
  display: none;
}
.loadmore-action .btn-loadmore .load-text.loading {
  display: inline-block;
  color: #999;
}
.loadmore-action .btn-loadmore:hover {
  opacity: 1;
}
.loadmore-action .btn-loadmore span.dot {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: dot-amimation;
  display: inline-block;
  color: #999;
  font-size: 18px;
  padding: 0;
  opacity: 0;
  text-align: center;
}
.loadmore-action .btn-loadmore span.dot.loading {
  opacity: 1;
}
.loadmore-action .btn-loadmore span.dot:nth-child(1) {
  animation-delay: 0.2s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(2) {
  animation-delay: 0.4s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(3) {
  animation-delay: 0.6s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(4) {
  animation-delay: 0.8s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(5) {
  animation-delay: 1s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(6) {
  animation-delay: 1.2s;
}
/* Login or Create an Account  */
.login-container:after {
  content: "";
  display: table;
  clear: both;
}
.login-container > .block {
  width: calc(50% - 15px);
  float: left;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  min-height: 380px;
}
.login-container > .block + .block {
  margin-left: 30px;
}
.login-container > .block .block-title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}
.login-container > .block .block-title strong {
  font-weight: inherit;
}
.login-container > .block .block-content {
  padding: 25px 15px;
}
.login-container .block-customer-login .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.login-container .block-customer-login .actions-toolbar > .primary,
.login-container .block-customer-login .actions-toolbar > .secondary {
  float: left;
  vertical-align: top;
}
.login-container .block-customer-login .actions-toolbar > .secondary {
  padding: 9px 28px;
}
.login-container .block-new-customer {
  padding-bottom: 80px;
  position: relative;
}
.login-container .block-new-customer .actions-toolbar {
  position: absolute;
  left: 20px;
  bottom: 25px;
}
#remember-me-box {
  z-index: 1;
}
#remember-me-box .label {
  display: inline-block;
  margin: 0;
}
#remember-me-box .tooltip {
  position: static;
  opacity: 1;
  display: inline-block;
}
#remember-me-box .tooltip.wrapper {
  position: relative;
}
#remember-me-box .tooltip.wrapper:hover .tooltip.content {
  opacity: 1;
  visibility: visible;
}
#remember-me-box .tooltip.toggle {
  text-decoration: underline;
  margin-left: 10px;
  padding-right: 10px;
}
#remember-me-box .tooltip.content {
  position: absolute;
  left: 100%;
  background-color: #eee;
  border-radius: 4px;
  padding: 8px;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
#remember-me-box .tooltip.content:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #eee;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: -10px;
  top: 5px;
}
/* Page Title */
.page-title-wrapper {
  padding: 58px 15px 55px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.page-title-wrapper.background-color {
  background-color: #f7f7f7;
}
.page-title-wrapper.background-image {
  background-image: url('../images/shop-category.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}
.page-title-wrapper h1,
.page-title-wrapper .h1 {
  font-weight: 700;
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.page-title-wrapper .breadcrumbs {
  position: relative;
}
.page-title-wrapper a.print {
  margin-top: 10px;
}
.page-title-wrapper .order-status {
  color: #000;
  margin-top: 15px;
}
.page-title-wrapper .order-date .label {
  padding: 0;
  color: #000;
  font-size: inherit;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.3em;
  font-size: 12px;
  padding-top: 4px;
}
.breadcrumbs li a,
.breadcrumbs li strong {
  font-weight: 500;
  color: #686767;
}
.breadcrumbs li a:hover {
  color: #ff0000;
}
.breadcrumbs li + li:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 24px;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-wrapper {
  position: relative;
  z-index: 999;
}
.modals-overlay {
  z-index: 899;
}
.modal-popup.confirm .modal-inner-wrap {
  width: 300px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding: 20px;
  border-top: 0;
}
.modal-popup.confirm .modal-inner-wrap .modal-header {
  padding: 0;
  border: none;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 20px 20px;
}
.modal-slide .modal-header {
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-popup .modal-inner-wrap {
  margin: 0 auto;
  width: 1140px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  top: 50%;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-popup .modal-inner-wrap {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-popup .modal-inner-wrap {
    width: 750px;
  }
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90vh;
}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
  border-radius: 0;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 50px;
  color: #8f8f8f;
  content: '\e680';
  font-family: "Pe-icon-7-stroke";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  padding: 0;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
@media (max-width: 767px) {
  .modal-popup .modal-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .modal-popup .modal-footer .action {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: .5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  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%;
}
.account form .fieldset,
.form-create-account .fieldset {
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  padding: 0 20px 25px;
}
.account form .fieldset + .fieldset,
.form-create-account .fieldset + .fieldset {
  margin-top: 50px;
}
.account form .fieldset .legend,
.form-create-account .fieldset .legend {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  float: left;
}
.account form .fieldset .legend + br,
.form-create-account .fieldset .legend + br {
  clear: both;
}
.fieldset .field .nested .field {
  margin-top: 10px;
}
.account .actions-toolbar {
  margin-top: 30px;
}
.account .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.account .actions-toolbar > .primary,
.account .actions-toolbar > .secondary {
  float: left;
  vertical-align: top;
}
.account .actions-toolbar > .primary + .secondary {
  margin-left: 10px;
}
.account .actions-toolbar > .secondary .action.back {
  box-shadow: inset 0 0 0 0 #000;
  color: #fff;
  background-color: #ff0000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 28px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.account .actions-toolbar > .secondary .action.back:hover {
  box-shadow: inset 0 100px 0 0 #000;
}
.sidebar > .block + .sidebar-additional > .block:first-child .block-title,
.sidebar > .block + .block .block-title {
  margin-top: 50px;
}
.sidebar > .block > .block-title,
.sidebar > .block > .title {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.sidebar > .block > .content,
.sidebar > .block > .block-content,
.sidebar > .block > .empty {
  padding: 15px 0 0;
}
.sidebar > .block .account-nav li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.sidebar > .block .account-nav li:last-child {
  border: 0;
}
.sidebar > .block .account-nav li strong {
  font-weight: 600;
  color: #000;
}
.sidebar > .block .account-nav li a {
  padding: 0;
  background: none;
}
.sidebar > .block .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.sidebar > .block.block-reorder .product-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 15px;
}
.sidebar > .block.block-reorder .product-item .product-item-name {
  font-weight: 600;
}
.sidebar > .block.block-reorder .actions-toolbar {
  padding-top: 15px;
  margin-top: 0;
}
.sidebar > .block.block-reorder .actions-toolbar > .primary,
.sidebar > .block.block-reorder .actions-toolbar > .secondary {
  float: none;
  margin-left: 0;
}
.sidebar > .block.block-reorder .actions-toolbar .action {
  width: 100%;
}
.sidebar > .block.block-reorder .actions-toolbar > .primary:not(.no-display) {
  margin-bottom: 10px;
}
.sidebar > .block.product-brand .brand-image a {
  display: block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.sidebar > .block.product-brand .brand-image a img {
  margin: 0 auto;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.sidebar > .block.product-brand .brand-image a:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.sidebar > .block.block-compare .block-title {
  white-space: nowrap;
}
.sidebar > .block.block-compare .block-title .counter.qty {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
}
.sidebar > .block.block-compare .block-title .counter.qty:after {
  content: ")";
  display: inline-block;
}
.sidebar > .block.block-compare .block-title .counter.qty:before {
  content: "(";
  display: inline-block;
}
.sidebar > .block.block-compare ol.product-items li.product-item {
  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: right;
}
.sidebar > .block.block-compare ol.product-items li.product-item .action.delete:after {
  content: "\f1f8";
  font-family: "FontAwesome";
  display: inline-block;
}
.sidebar > .block.block-compare ol.product-items li.product-item .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar > .block.block-compare .actions-toolbar {
  padding-top: 30px;
}
.sidebar > .block.block-compare .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar > .block.block-compare .actions-toolbar > div {
  float: left;
  margin-right: 10px;
}
.sidebar > .block.block-wishlist .block-content > .subtitle {
  display: none;
}
.sidebar > .block.block-wishlist .block-title .counter {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
}
.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 .product-items .product-item .product-item-info {
  margin-bottom: 30px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-photo {
  float: left;
  width: 80px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-photo span {
  display: block;
  width: 100% !important;
  padding: 0 !important;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-photo img {
  height: auto !important;
  width: 100% !important;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details {
  float: left;
  padding-left: 20px;
  width: calc(100% - 80px);
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name {
  font-weight: 600;
  margin-bottom: 10px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .tocart.primary {
  padding: 2px 5px 3px;
  width: 100%;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .tocart.primary span {
  display: none;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .tocart.primary:before {
  content: "\e66e";
  font-family: Pe-icon-7-stroke;
  font-size: 20px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 35px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove span {
  display: none;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove:hover {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove:after {
  content: "\f014";
  font-family: FontAwesome;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin-top: 15px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-actions:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .actions-primary {
  width: calc(100% - 50px);
  padding-right: 10px;
  float: left;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .actions-secondary {
  float: left;
}
.sidebar > .block.block-wishlist .action.details {
  width: 100%;
}
.sidebar > .block.block-blog-categories .block-content ul li {
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 0 9px;
}
.sidebar > .block.block-blog-posts .post-image {
  position: relative;
  overflow: hidden;
}
.sidebar > .block.block-blog-posts .post-image .popup-youtube {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.sidebar > .block.block-blog-posts .post-image img {
  transition: all 300ms;
  min-width: 100%;
  transform: scale(1);
}
.sidebar > .block.block-blog-posts .post-image:hover img {
  transform: scale(1.1);
}
.sidebar > .block.block-blog-posts .title a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 12px;
  margin-bottom: 7px;
}
.sidebar > .block.block-blog-posts li.item {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
.sidebar > .block.account-nav .account-nav-content {
  padding-top: 0;
}
.sidebar > .block.account-nav .account-nav-content .nav.items .nav.item a,
.sidebar > .block.account-nav .account-nav-content .nav.items .nav.item strong {
  display: block;
  padding: 8px 0 9px;
  background: none !important;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar > .block.account-nav .account-nav-content .nav.items .nav.item strong {
  font-weight: 600;
  color: #000;
}
.customer-account-index .column.main .block {
  border: 1px solid #ddd;
}
.customer-account-index .column.main .block + .block {
  margin-top: 50px;
}
.customer-account-index .column.main .block .block-title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.customer-account-index .column.main .block .block-title .action {
  vertical-align: top;
}
.customer-account-index .column.main .block .block-title strong {
  font-weight: inherit;
}
.block.block-addresses-default,
.block.block-addresses-list {
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}
.block.block-addresses-default .block-title,
.block.block-addresses-list .block-title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.block.block-addresses-list {
  margin-top: 50px;
}
.block.block-addresses-list .item + .item {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 25px;
}
.block.block-addresses-list .block-content {
  padding: 20px 15px 25px;
}
.block.block-dashboard-info .block-content:after,
.block.block-dashboard-addresses .block-content:after,
.block.block-addresses-default .block-content:after {
  content: "";
  display: table;
  clear: both;
}
.block.block-dashboard-info .block-content > .box,
.block.block-dashboard-addresses .block-content > .box,
.block.block-addresses-default .block-content > .box {
  float: left;
  width: 50%;
  padding: 20px 15px 25px;
}
.block.block-dashboard-info .block-content > .box .box-title,
.block.block-dashboard-addresses .block-content > .box .box-title,
.block.block-addresses-default .block-content > .box .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.block.block-dashboard-info .block-content > .box .box-actions .action + .action,
.block.block-dashboard-addresses .block-content > .box .box-actions .action + .action,
.block.block-addresses-default .block-content > .box .box-actions .action + .action {
  margin-left: 10px;
}
.block.block-reviews-dashboard .block-content {
  padding: 20px 15px 25px;
}
.block.block-reviews-dashboard .block-content .items .item + .item {
  margin-top: 15px;
}
.block.block-reviews-dashboard .block-content .items .item .product-name {
  font-weight: 600;
}
.block.block-reviews-dashboard .block-content .items .item .rating-summary .label {
  color: #222;
  padding: 0;
  margin: 0;
}
.table-wrapper.orders-recent {
  padding: 20px 15px;
}
.table-wrapper.orders-recent table {
  margin-bottom: 0;
}
/* MINI CART */
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  color: #444444;
  content: '\e615';
  font-family: 'Pe-icon-7-stroke';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close {
  display: none;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 13px 15px 15px;
  list-style: none none;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 100%;
  text-align: left;
  right: 0;
  position: absolute;
  width: 320px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  left: auto;
  right: 55px;
  top: -20px;
}
.minicart-wrapper .block-minicart:after {
  border: 11px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
  left: auto;
  right: 54px;
  top: -22px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .action.primary.checkout {
  width: 100%;
  height: 50px;
}
.minicart-wrapper .subtitle {
  display: none;
}
.minicart-wrapper .block-content > .items-total,
.minicart-wrapper .block-content > .subtotal {
  width: 50%;
  float: left;
  vertical-align: top;
  margin-bottom: 10px;
}
.minicart-wrapper .block-content > .items-total {
  color: #000;
  font-weight: 600;
}
.minicart-wrapper .block-content > .subtotal {
  text-align: right;
}
.minicart-wrapper .block-content > .subtotal .label {
  color: #000;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.minicart-wrapper .block-content > .subtotal .price {
  color: #ff0000;
  font-weight: 600;
}
.minicart-wrapper .block-content > .actions {
  clear: left;
  margin-bottom: 15px;
}
.minicart-wrapper .block-content .subtitle.empty {
  text-align: center;
  display: block;
  font-weight: 400;
  padding: 10px 0;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  content: '\e680';
  font-family: 'Pe-icon-7-stroke';
  margin: 0;
  vertical-align: top;
  display: block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before,
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 18px 0 16px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff0000;
  color: #fff;
  height: 18px;
  line-height: 18px;
  border-radius: 4px;
  display: block;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  position: absolute;
  right: -5px;
  top: 100%;
  margin-top: -10px;
}
.minicart-wrapper .action.showcart .counter.qty.empty > * {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty:after {
  content: "0";
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.viewcart {
  width: 100%;
  height: 50px;
  line-height: 36px;
}
.minicart-wrapper .minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -15px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  max-height: 290px;
}
.minicart-wrapper .minicart-items-wrapper + .actions {
  margin: 15px 0 0;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  height: auto !important;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:after {
  content: "";
  display: table;
  clear: both;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name a {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details > .product.options {
  margin-bottom: 10px;
}
.minicart-items .product-item-details .price {
  color: #ff0000;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
  width: 50%;
  display: table;
  position: relative;
}
.minicart-items .product-item-details .details-qty .update-cart-item {
  position: absolute;
  margin-left: 10px;
  top: 0;
  height: 100%;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  left: 100%;
  width: calc(100% - 10px);
}
.minicart-items .product-item-details .details-qty .update-cart-item:hover {
  background-color: #000;
  border: 1px solid #000;
}
.minicart-items .product-item-details .details-qty .label {
  color: #000;
  padding: 0;
  margin: 0;
  width: 1%;
  font-weight: 500;
  font-size: 12px;
  padding-right: 5px;
}
.minicart-items .product-item-details .details-qty .label:after {
  content: ":";
}
.minicart-items .product > .product-item-photo {
  overflow: hidden;
  display: block;
  float: left;
  width: 80px;
}
.minicart-items .product > .product-item-photo > .product-image-container {
  display: block;
  width: auto !important;
}
.minicart-items .product > .product-item-photo > .product-image-container .product-image-photo {
  width: 100% !important;
  height: auto !important;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
  font-family: "FontAwesome";
}
.minicart-items .product .active > .toggle:after {
  content: '\f106';
}
.minicart-items .product-item-details .details-qty .label,
.minicart-items .item-qty {
  display: table-cell;
  vertical-align: middle;
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'FontAwesome';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\f1f8';
}
.product.options.list {
  margin: 0;
  display: table;
}
.product.options.list:after {
  content: "";
  display: table;
  clear: both;
}
.product.options.list dt,
.product.options.list dd {
  float: left;
  vertical-align: top;
  line-height: inherit;
}
.product.options.list dd + dt {
  clear: left;
}
.product.options.list dt.label {
  color: #000;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  margin-right: 4px;
  line-height: inherit;
}
.product.options.list dt.label:after {
  content: ":";
}
.vertical-menu li {
  display: block;
  position: relative;
  float: none !important;
}
.vertical-menu li a {
  display: block;
  padding: 12px 40px 12px 25px;
  font-size: 14px;
  background: none;
  position: relative;
  line-height: 1.75;
  background: none !important;
  color: #878787;
}
.vertical-menu li a:hover {
  color: #222;
}
.vertical-menu li a .label-menu {
  margin-left: 5px;
  top: 4px;
  position: static !important;
  display: inline-block;
  vertical-align: top;
}
.vertical-menu li:first-child > a {
  border-bottom: 1px solid #eee !important;
}
@media (min-width: 1200px) {
  .vertical-menu > li > a {
    color: #222;
  }
  .vertical-menu > li:hover > a {
    color: #ff0000;
  }
  .vertical-menu li:not(:last-child) > a {
    border-bottom: 1px solid #eee;
  }
  .vertical-menu li.mega-menu-fullwidth > ul.dropdown-menu {
    border-top: 1px solid #efefef;
    padding: 14px 30px 16px;
  }
  .vertical-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a {
    padding: 10px 0 6px;
  }
  .vertical-menu li.mega-menu-fullwidth.menu-2columns > .dropdown-menu {
    min-width: 500px;
  }
  .vertical-menu li a .mega-menu-sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
  }
  .vertical-menu li .toggle-menu {
    display: none !important;
  }
  .vertical-menu li .icon-next {
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 12px;
  }
  .vertical-menu li .icon-next .fa:before {
    content: "\f105";
  }
  .vertical-menu li > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0;
    display: block !important;
    padding: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-width: 250px;
    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;
    opacity: 0;
    visibility: hidden;
  }
  .vertical-menu li:hover > .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .vertical-menu ul.sub-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .vertical-menu li > a {
    border-bottom: 1px solid #eee;
  }
  .vertical-menu li .icon-next {
    display: none !important;
  }
  .vertical-menu li .toggle-menu {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 0px;
    width: 40px;
  }
  .vertical-menu li .toggle-menu a.active .fa-plus:before {
    content: "\f068";
  }
  .vertical-menu li > .dropdown-menu {
    position: static !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .vertical-menu li[class*="level"] > ul > li > a {
    padding-left: 25px;
  }
  .vertical-menu [class*="col-md"] {
    width: 100%;
  }
}
.page-products-full-width .page-main {
  width: auto;
}
.category-view .category-image {
  margin-bottom: 30px;
}
.category-view .category-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.category-view .category-description {
  margin-bottom: 35px;
}
/* TOP SEARCH FORM */
.top-search .block.block-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background-color: #fff;
  border-top: 2px solid #000;
  z-index: 1;
  display: block;
  opacity: 0;
  width: 100%;
  max-width: 800px;
  visibility: hidden;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
.top-search .block.block-search .block-title,
.top-search .block.block-search .field.search .label {
  display: none;
}
.top-search .block.block-search .field.search input {
  border: none;
  color: #000000;
  text-align: left;
  font-size: 16px;
  height: 46px;
  padding: 0 15px;
  box-shadow: none;
}
.top-search .block.block-search .field.search input::-webkit-input-placeholder {
  color: #aeaeae;
}
.top-search .block.block-search .field.search input::-moz-placeholder {
  color: #aeaeae;
}
.top-search .block.block-search .field.search input:-ms-input-placeholder {
  color: #aeaeae;
}
.top-search .block.block-search .field.search input:-moz-placeholder {
  color: #aeaeae;
}
.top-search .block.block-search .form.minisearch {
  position: relative;
}
.top-search .block.block-search .form.minisearch .action.search {
  position: absolute;
  top: 7px;
  right: 10px;
  background: none;
  border: none;
  font-size: 30px;
  color: #000;
  padding: 0;
  line-height: 1;
}
.top-search .block.block-search .form.minisearch .action.search[disabled] {
  opacity: 0.4;
}
.top-search .block.block-search .form.minisearch .action.search span {
  display: none;
}
.top-search .block.block-search .form.minisearch .action.search:after {
  content: "\e618";
  font-family: 'Pe-icon-7-stroke';
  display: block;
}
.top-search .enable_search_form {
  font-size: 24px;
  height: 24px;
  color: #444444;
  line-height: 24px;
  background: none;
  border: none;
  box-shadow: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.active-top-search.absolute_header .cms-index-index .header:not(.header-sticky) {
  background-color: #fff;
}
.active-top-search .top-search .block.block-search {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.header-sticky .desktop-navigation .mgt-menu .navigation .level0 > .level-top {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
/* DEALS */
.big-deal-products .product-item {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.big-deal-products .product-item:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 40%;
  background-color: #ffe6da;
  position: absolute;
}
.big-deal-products .product-item .product-item-info {
  position: relative;
  z-index: 2;
}
.big-deal-products .product-item .product-item-info .product-item-name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  margin-top: 0;
}
.big-deal-products .product-item .product-item-info .product-left a.product-item-photo {
  display: block;
  position: relative;
}
.big-deal-products .product-item .product-item-info .product-left img.product-image-photo {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.big-deal-products .price-box {
  font-size: 20px;
}
.big-deal-products .price-box .special-price {
  font-weight: 700;
}
.big-deal-products .product-item-description {
  margin-top: 50px;
}
.big-deal-products .owl-carousel .product-item {
  margin-bottom: 0;
}
.big-deal-products .owl-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.big-deal-products .owl-carousel .owl-nav > div {
  position: static;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  border-radius: 0;
  border: none;
  font-size: 16px;
  letter-spacing: 0.3em;
  background: none !important;
  padding: 0;
  height: auto;
  margin: 0;
}
.big-deal-products .owl-carousel .owl-nav > div + div:before {
  content: "/";
  margin: 0 15px;
  color: #c2c2c2;
}
.big-deal-products .owl-carousel .owl-nav > div:hover {
  color: #ff0000;
}
.big-deal-products .owl-carousel .owl-nav:not(.disabled) + .owl-dots {
  display: none;
}
.big-deal-products .owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.deal-timer {
  display: table;
  width: 100%;
  margin: 40px 0;
}
.deal-timer .countdown,
.deal-timer .time-note {
  display: table-row;
}
.deal-timer .countdown span,
.deal-timer .time-note span {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  border-left: 1px solid #ffd3be;
  line-height: 1;
}
.deal-timer .countdown span:last-child,
.deal-timer .time-note span:last-child {
  border-right: 1px solid #ffd3be;
}
.deal-timer .countdown span {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .deal-timer .countdown span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .deal-timer .countdown span {
    font-size: 24px;
  }
}
.text-banner-clt {
  color: #000;
  letter-spacing: 0.1em;
  padding-left: 50%;
}
.text-banner-clt .sm-heading {
  font-size: 48px;
  line-height: 1.2;
}
.text-banner-clt .lg-heading {
  font-size: 64px;
  line-height: 1.3;
}
.text-banner-clt .action-shop-now {
  margin-top: 40px;
}
.list-products .product-item-info {
  margin-bottom: 30px;
}
.list-products .product-item-info:after {
  display: table;
  clear: both;
  content: "";
}
.list-products .product-item-info .product-image {
  width: 135px;
  float: left;
  vertical-align: top;
  position: relative;
}
.list-products .product-item-info .product-item-details {
  width: calc(100% - 135px);
  float: left;
  vertical-align: top;
  padding-left: 30px;
}
.list-products .product-item-info:hover .action.mgs-quickview {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.list-products .product-item-photo {
  position: relative;
  display: block;
}
.list-products .product-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.list-products .action.mgs-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.list-products .action.mgs-quickview,
.list-products .actions-link .action {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
  background-color: #fff;
  font-size: 16px;
  line-height: 32px;
  padding: 0;
}
.list-products .action.mgs-quickview span,
.list-products .actions-link .action span {
  font-weight: bold;
}
.list-products .action.mgs-quickview:hover,
.list-products .actions-link .action:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.list-products .product-item-name {
  margin-top: 0;
  margin-bottom: 6px;
}
.list-products .actions-link:after {
  content: "";
  display: table;
  clear: both;
}
.list-products .actions-link li {
  float: left;
}
.list-products .actions-link li + li {
  margin-left: 10px;
}
.list-products .price-box + .actions-link {
  margin-top: 10px;
}
.list-products .owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: -102px;
}
.list-products .owl-carousel .owl-nav:before {
  content: "";
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #c2c2c2;
  left: 50%;
  position: absolute;
}
.list-products .owl-carousel .owl-nav:after {
  content: "";
  display: table;
  clear: both;
}
.list-products .owl-carousel .owl-nav > div {
  width: 40px;
  height: 40px;
  position: static;
  display: block;
  float: left;
  opacity: 1;
  visibility: visible;
  border: none;
  border-radius: 0;
  font-size: 40px;
  background: none !important;
  text-align: center;
  line-height: 40px;
  margin: 0;
}
.list-products .owl-carousel .owl-nav > div + div {
  margin-left: 30px;
}
.list-products .owl-carousel .owl-nav > div + div i {
  font-weight: inherit;
}
.list-products .owl-carousel .owl-nav > div:hover {
  color: #ff0000;
}
.list-products .owl-carousel .owl-item {
  padding: 0 15px;
}
.clt-video {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.1px;
}
.clt-video .clt-video--text {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 50%;
  bottom: 190px;
  padding: 80px;
  font-size: 16px;
  font-weight: 300;
  margin-top: -80px;
  margin-left: -80px;
}
.clt-video .clt-video--text h2 {
  margin-top: 0;
}
.clt-video .video-popup-link {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  min-height: 80px;
  padding-top: 14px;
  display: inline-block;
  padding-left: 170px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.clt-video .video-popup-link:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 80px;
  top: 0;
  position: absolute;
  transition: all 300ms;
}
.clt-video .video-popup-link:after {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 116px;
  line-height: 1;
  margin-top: -12px;
  transition: all 300ms;
}
.clt-video .video-popup-link:hover {
  color: #000;
}
.clt-video .video-popup-link:hover:before {
  border-color: #000;
}
.clt-video .video-popup-link span,
.clt-video .video-popup-link strong {
  display: block;
  line-height: 1;
}
.clt-video .video-popup-link strong {
  font-size: 32px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .clt-video .clt-video--text {
    margin-top: -1px;
    margin-left: 0;
  }
}
/* PRODUCT TAB TITLE V2 */
.tab-titlev2 {
  display: table;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 60px;
}
.width1024 .tab-titlev2 {
  max-width: 994px;
}
.width1366 .tab-titlev2 {
  max-width: 1336px;
}
.fullwidth .tab-titlev2 {
  max-width: 100%;
}
/* About Us block (Home Brand) */
.about-cms-block .dp-table .dp-table-cell {
  width: 50%;
}
.about-cms-block .dp-table .dp-table-cell > img {
  float: right;
}
.about-cms-block .dp-table .dp-table-cell:first-child {
  padding-right: 50px;
}
.about-cms-block .dp-table .dp-table-cell:last-child {
  padding-left: 15px;
}
.show-menu-product-tabs {
  padding: 10px 50px 10px 10px;
  position: relative;
  border: 1px solid #ddd;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.show-menu-product-tabs:after {
  content: "\f0c9";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  width: 50px;
  display: block;
  top: 0;
  text-align: center;
  bottom: 0;
  line-height: 45px;
  font-size: 17px;
  border-left: 1px solid #ddd;
}
/* Lazy Load */
.owl-item img.owl-lazy {
  opacity: 1 !important;
}
.lazysvg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .promobanner > .text {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 0;
}
.atv_lazyload .promobanner > .lz-loaded + .text {
  opacity: 1;
}
.atv_lazyload .promobanner .lazy {
  border: 1px solid #eee !important;
}
.atv_lazyload .promobanner .lazy + span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .instagram-item-col > a:not(.lz-loaded),
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded) {
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.atv_lazyload .instagram-item-col > a:not(.lz-loaded):before,
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded):before,
.atv_lazyload .instagram-item-col > a:not(.lz-loaded):after,
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded):after {
  content: none;
}
.atv_lazyload .instagram-item-col > a:not(.lz-loaded) img,
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded) img {
  opacity: 0 !important;
}
.atv_lazyload .instagram-item-col > a:not(.lz-loaded) span:before,
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded) span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .list-products .lazy,
.atv_lazyload .products-grid .lazy,
.atv_lazyload .big-deal-products .lazy,
.atv_lazyload .products.list .lazy {
  border: 1px solid #eee !important;
}
.atv_lazyload .list-products .lazy + div.product-image-photo:after,
.atv_lazyload .products-grid .lazy + div.product-image-photo:after,
.atv_lazyload .big-deal-products .lazy + div.product-image-photo:after,
.atv_lazyload .products.list .lazy + div.product-image-photo:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .list-products .owl-item .product-item-photo:not(.lz-loaded) img,
.atv_lazyload .products-grid .owl-item .product-item-photo:not(.lz-loaded) img,
.atv_lazyload .big-deal-products .owl-item .product-item-photo:not(.lz-loaded) img,
.atv_lazyload .products.list .owl-item .product-item-photo:not(.lz-loaded) img {
  border: 1px solid #eee !important;
}
.atv_lazyload .list-products .owl-item .product-item-photo:not(.lz-loaded) div.product-image-photo:after,
.atv_lazyload .products-grid .owl-item .product-item-photo:not(.lz-loaded) div.product-image-photo:after,
.atv_lazyload .big-deal-products .owl-item .product-item-photo:not(.lz-loaded) div.product-image-photo:after,
.atv_lazyload .products.list .owl-item .product-item-photo:not(.lz-loaded) div.product-image-photo:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .widget.mgs-blog-lastest-posts .thumbnail-post .post-image .img-link:not(.lz-loaded) {
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.atv_lazyload .widget.mgs-blog-lastest-posts .thumbnail-post .post-image .img-link:not(.lz-loaded):after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.limiter {
  white-space: nowrap;
}
.limiter select {
  display: inline-block;
  width: auto;
}
.limiter .limiter-text {
  display: none;
}
.limiter .limiter-label {
  font-weight: 400;
  margin-right: 3px;
}
.toolbar .toolbar-sorter .sorter-action {
  font-size: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  border-left: 1px solid #e3e6e9;
  color: #bdbdbd;
}
.toolbar .toolbar-sorter .sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .toolbar-sorter .sorter-action:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.toolbar .toolbar-sorter .sorter-action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: "\f160";
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: "\f161";
}
.toolbar .modes:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  width: 40px;
  height: 40px;
  border: 1px solid #bdbdbd;
  text-align: center;
  line-height: 40px;
  color: #bdbdbd;
  border-radius: 3px;
  font-size: 18px;
  transition: all 300ms;
  display: block;
  float: left;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .modes .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .modes .modes-mode + .modes-mode {
  margin-left: 15px;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: "\f009";
  line-height: 40px;
}
.toolbar .modes .modes-mode.mode-list:before {
  content: "\f00b";
  line-height: 40px;
}
.toolbar .modes strong.modes-mode,
.toolbar .modes a.modes-mode:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.toolbar .pages .pages-label {
  display: none;
}
.toolbar .pages .items:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar .pages .items .item {
  float: left;
  margin: 0 5px;
  text-align: center;
}
.toolbar .pages .items .item .label {
  display: none;
}
.toolbar .pages .items .item .page,
.toolbar .pages .items .item .action {
  height: 40px;
  min-width: 40px;
  padding: 0 10px;
  line-height: 40px;
  display: block;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 300ms;
  border: 1px solid #ddd;
}
.toolbar .pages .items .item.current .page,
.toolbar .pages .items .item .page:hover,
.toolbar .pages .items .item .action:hover {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  border-color: #000;
}
.toolbar-products {
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e6e9;
  margin-bottom: 40px;
}
.toolbar-products:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar-products .modes {
  float: right;
  margin-bottom: 15px;
  vertical-align: top;
}
.toolbar-products .limiter,
.toolbar-products .sorter {
  vertical-align: top;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #e3e6e9;
  border-radius: 3px;
  white-space: nowrap;
  padding: 0 0 0 20px;
}
.toolbar-products .limiter label,
.toolbar-products .sorter label {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #a1b1bc;
  font-weight: 400;
  font-size: 14px;
}
.toolbar-products .limiter label:after,
.toolbar-products .sorter label:after {
  content: ":";
}
.toolbar-products .limiter select,
.toolbar-products .sorter select {
  width: auto;
  border: none;
  height: 38px;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.toolbar-products .sorter {
  margin-left: 20px;
}
.toolbar-products .toolbar-amount {
  display: none;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper + .toolbar-products {
  padding-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #e3e6e9;
  border-bottom: 0;
  margin-bottom: 0;
}
.products.wrapper + .toolbar-products .pages,
.products.wrapper + .toolbar-products .modes {
  margin-top: 15px;
}
.products.wrapper + .toolbar-products .pages .items .item:first-child {
  margin-left: 0;
}
.products.wrapper + .toolbar-products .limiter,
.products.wrapper + .toolbar-products .sorter {
  display: none;
}
.products.wrapper + .toolbar-products .pages {
  display: block;
}
/* Product List */
.products.list .product-item {
  margin-bottom: 30px;
}
.products.list .product-item .product-top {
  position: relative;
}
.products.list .product-item .product-top .product-item-photo {
  display: block;
  position: relative;
}
.products.list .product-item .product-top .product-item-photo img {
  border-radius: 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
}
.products.list .product-item .product-item-details .ct-attribute-text {
  margin-bottom: 5px;
}
.products.list .product-item .product-item-details .ct-attribute-text.empty {
  display: none;
}
.products.list .product-item .product-item-details .product-item-name {
  margin-top: 0;
  letter-spacing: inherit;
  margin-bottom: 5px;
}
.products.list .product-item div[class*="swatch-opt-"] {
  margin-top: 20px;
}
.products.list .product-item .product-reviews-summary {
  margin-top: 10px;
}
.products.list .product-item .product-reviews-summary .rating-summary,
.products.list .product-item .product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: top;
}
.products.list .product-item .product-item-description {
  margin-top: 20px;
  font-weight: 300;
}
.products.list .product-item .product-detail-action {
  margin-top: 30px;
}
.products.list .product-item .product-detail-action .actions-link {
  display: inline-block;
}
.products.list .product-item .product-detail-action .action {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  text-align: center;
  padding: 0;
  line-height: 32px;
  background-color: transparent;
  margin: 0 5.5px;
}
.products.list .product-item .product-detail-action .action.tocart {
  margin-left: 0;
}
.products.list .product-item .product-detail-action .action.tocart .text {
  display: none;
}
.products.list .product-item .product-detail-action .action.tocart.disabled {
  color: #898989;
  background-color: #eee;
  border-color: #eee;
  pointer-events: none;
}
.products.list .product-item .product-detail-action .action span[class*="pe-7s-"],
.products.list .product-item .product-detail-action .action i[class*="pe-7s-"] {
  font-weight: bold;
}
.products.list .product-item .product-detail-action .action:hover {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
}
.swatch-option-loading {
  content: none !important;
}
div.product-image-photo.swatch-option-loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center center;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-image: url('../images/three-dots-white.svg');
  opacity: 1;
  visibility: visible;
}
/* Product Detail */
.product-detail-container .product.media,
.product-detail-container .product-info-main {
  float: left;
  padding: 0 15px;
  vertical-align: top;
  margin: 0;
  width: 50%;
}
.product-detail-container .product-info-main {
  float: right;
}
.product-detail-container .product-info-main.is_stuck {
  padding-top: 70px;
}
.product.media .imgzoom .zoomImg {
  cursor: move;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav:not(.disabled) + .owl-dots {
  display: none;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav > div {
  position: static;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  background: none !important;
  padding: 0;
  height: auto;
  margin: 0;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav > div + div:before {
  content: "/";
  margin: 0 15px;
  color: #c2c2c2;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav > div:hover {
  color: #ff0000;
}
.product.media #owl-carousel-gallery.owl-carousel.gallery-vertical .owl-nav {
  left: 50px;
}
.product.media .gallery-list .item-image + .item-image {
  margin-top: 30px;
}
.product.media .horizontal-thumbnail {
  margin-top: 29px;
  padding: 0 20px;
}
.product.media .horizontal-thumbnail .owl-stage-outer {
  padding: 1px 0;
}
.product.media .horizontal-thumbnail .owl-item {
  padding: 0 10px;
}
.product.media .horizontal-thumbnail .owl-item .item-thumb {
  border: 1px solid transparent;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .horizontal-thumbnail .owl-item .item-thumb.active {
  border-color: #ff0000;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav > div {
  opacity: 1;
  visibility: visible;
  width: 30px;
  border-radius: 0;
  border: none;
  background: none !important;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav > div:hover {
  color: #ff0000;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav > div.owl-prev {
  left: 0;
  text-align: left;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav > div.owl-next {
  right: 0;
  text-align: right;
}
.product.media .vertical-gallery {
  height: 100%;
}
.product.media .vertical-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  width: 70px;
  float: left;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical {
  width: calc(100% - 70px);
  padding-left: 25px;
  float: left;
}
.product.media .vertical-gallery .slick-vertical > .slick-list.draggable {
  overflow: hidden;
}
.product.media .vertical-gallery .vertical-thumbnail {
  display: none;
  position: relative;
}
.product.media .vertical-gallery .vertical-thumbnail.slick-initialized {
  display: block;
}
.product.media .vertical-gallery .slick-arrow {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5));
}
.product.media .vertical-gallery .slick-arrow.pe-7s-angle-down {
  bottom: 0;
  top: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ffffff);
}
.product.media .vertical-gallery .slick-arrow:hover {
  color: #ff0000;
}
.product.media .vertical-gallery .item-thumb:after,
.product.media .vertical-gallery .item-thumb:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
}
.product.media .vertical-gallery .item-thumb img {
  border: 1px solid transparent;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .vertical-gallery .item-thumb.active img {
  border-color: #ff0000;
}
.product.media .item-image {
  position: relative;
}
.product.media .item-image img {
  min-width: 100%;
}
.product.media .item-image .lb {
  cursor: zoom-in;
}
.product.media .item-image .lb.video-link {
  cursor: pointer;
}
.product.media .item-image .lb.video-link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  z-index: 1;
}
.product.media .item-image .lb.video-link:before {
  content: "\f03d";
  font-size: 50px;
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #282828;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product.media .item-image .lb.video-link:after,
.product.media .item-image .lb.video-link:before {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .item-image:hover .lb.video-link:after,
.product.media .item-image:hover .lb.video-link:before {
  opacity: 1;
  visibility: visible;
}
.product.media .item-image .popup-youtube {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  padding: 9px;
  z-index: 99;
}
.product.media .item-thumb {
  position: relative;
  cursor: pointer;
}
.product.media .item-thumb img {
  min-width: 100%;
}
.product.media .item-thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.product.media .item-thumb a:before {
  content: "\f03d";
  font-size: 30px;
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #666;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-data-items-menu {
  border: 1px solid #d8d8d8;
  margin-top: 70px;
}
.product-data-items-menu:after {
  content: "";
  display: table;
  clear: both;
}
.product-data-items-menu .data.item.title {
  float: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-right: 1px solid #d8d8d8;
  text-transform: uppercase;
}
.product-data-items-menu .data.item.title a {
  color: #707070;
  display: block;
  padding: 21px 30px 17px;
  border-bottom: 3px solid transparent;
}
.product-data-items-menu .data.item.title a .counter {
  font-size: 75%;
}
.product-data-items-menu .data.item.title a .counter:before {
  content: "(";
}
.product-data-items-menu .data.item.title a .counter:after {
  content: ")";
}
.product-data-items-menu .data.item.title a:hover,
.product-data-items-menu .data.item.title.active a {
  color: #ff0000;
  border-color: #ff0000;
}
.product-data-items-content .data.item.content {
  padding-top: 32px;
}
.product-data-items-content .title-accordion {
  display: none;
}
.product-data-items-content .table.additional-attributes tbody tr:nth-child(2n) {
  background-color: #f6f6f6;
}
.product-data-items-content .table.additional-attributes tbody tr th {
  display: table-cell;
  width: 30%;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
}
.product-data-items-content .table.additional-attributes tbody tr td {
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
}
.product-data-items-content #reviews .block-title strong {
  display: block;
  letter-spacing: 0.1em;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.std ul {
  padding-left: 13px;
}
.std ul li {
  list-style-type: square;
  padding: 5px 7px;
}
.review-field-ratings legend.label {
  display: none !important;
}
.review-field-ratings legend.label + br {
  display: none !important;
}
.legend.review-legend {
  border-bottom: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.legend.review-legend span {
  margin-right: 5px;
}
.legend.review-legend + br {
  display: none !important;
}
.block.review-list .review-toolbar {
  display: none;
}
.block.review-list .review-toolbar .pager {
  margin: 0;
}
.block.review-list .review-toolbar .pages {
  display: table;
  margin: 0 auto;
}
.block.review-list .review-toolbar .limiter {
  display: none;
}
.block.review-list .review-items + .review-toolbar {
  display: block;
}
#product-review-container {
  margin-bottom: 40px;
}
.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-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: 16px;
  color: #ff0000;
  font-weight: 700;
}
.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 .rating-label {
  font-weight: 600;
  color: #2a2a2a;
  margin-right: 15px;
  font-size: 15px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label:after {
  content: ":";
}
.review-field-rating {
  display: table-row;
}
.review-field-rating > .label {
  color: #2a2a2a;
  display: table-cell;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
  padding: 0 20px 15px 0;
}
.review-field-rating > .label:after {
  content: ":";
}
.review-control-vote {
  height: 22px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 120px;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  position: absolute;
  color: #ff5501;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  top: 0;
  left: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.detail-page-grid-products {
  margin-top: 70px;
}
.detail-page-grid-products + .detail-page-grid-products {
  margin-top: 40px;
}
.detail-page-grid-products .content-heading {
  margin-bottom: 36px;
}
.detail-page-grid-products .content-heading .title {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
.detail-page-grid-products .owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: -68px;
}
.detail-page-grid-products .owl-carousel .owl-nav:before {
  content: "";
  display: block;
  width: 1px;
  bottom: 0;
  height: 22px;
  background-color: #c2c2c2;
  left: 50%;
  position: absolute;
}
.detail-page-grid-products .owl-carousel .owl-nav:after {
  content: "";
  display: table;
  clear: both;
}
.detail-page-grid-products .owl-carousel .owl-nav > div {
  width: 30px;
  height: 30px;
  position: static;
  display: block;
  float: left;
  opacity: 1;
  visibility: visible;
  border: none;
  border-radius: 0;
  font-size: 30px;
  background: none !important;
  text-align: center;
  line-height: 30px;
  margin: 0;
}
.detail-page-grid-products .owl-carousel .owl-nav > div + div {
  margin-left: 30px;
}
.detail-page-grid-products .owl-carousel .owl-nav > div i {
  font-weight: inherit;
}
.detail-page-grid-products .owl-carousel .owl-nav > div:hover {
  color: #ff0000;
}
.detail-page-grid-products .block-actions {
  text-align: left;
}
.detail-page-grid-products .block-actions button {
  border: none;
  background: none;
  padding: 0;
  font-style: italic;
  font-weight: 600;
}
.related-product-main .product-item {
  position: relative;
}
.related-product-main .product-item .product-item-inner {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.related-product-main .product-item .product-item-inner .field {
  padding: 0;
  margin: 0;
}
.related-product-main .product-item .product-item-inner .label {
  display: block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
  padding: 0;
  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 .product-item-inner .label:hover {
  background-color: #fff;
}
.related-product-main .product-item .product-item-inner input {
  position: absolute;
  left: -9999px;
}
.related-product-main .product-item .product-item-inner input:checked + .label {
  background-color: green;
  color: #fff;
  font-size: 20px;
}
.related-product-main .product-item .product-item-inner input:checked + .label span:before {
  content: "\e66c";
}
.related-product-main .product-item.grid-template-6 .product-detail-action {
  top: 15px;
  left: 15px;
}
.related-product-main .products-grid .grid-template-6 .product-detail-action {
  top: 60px;
}
.lookbook-container .content-heading {
  margin-bottom: 36px;
}
.lookbook-container .content-heading .title {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
.product-info-stock-sku:after {
  content: "";
  display: table;
  clear: both;
}
.product-info-stock-sku .product.attribute.sku,
.product-info-stock-sku .product-brand {
  margin-top: 8px;
}
.product-info-stock-sku .product.attribute.sku strong,
.product-info-stock-sku .product-brand strong,
.product-info-stock-sku .product.attribute.sku .brand-name strong,
.product-info-stock-sku .product-brand .brand-name strong {
  font-weight: 400;
  color: #aeaeae;
}
.product-info-stock-sku .product.attribute.sku strong:after,
.product-info-stock-sku .product-brand strong:after,
.product-info-stock-sku .product.attribute.sku .brand-name strong:after,
.product-info-stock-sku .product-brand .brand-name strong:after {
  content: ":";
}
.product-info-stock-sku .product.attribute.sku .value {
  display: inline;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .product.attribute.overview {
  margin-top: 30px;
}
.product-info-main .product.attribute.overview + .product-add-form {
  margin-top: 40px;
}
.product-info-main .price-box {
  margin-bottom: 15px;
}
.product-info-main .price-box .price {
  font-size: 24px;
  color: #ff0000;
}
.product-info-main .price-box .old-price .price {
  color: #aeaeae;
}
.product-info-main .product-reviews-summary .rating-summary,
.product-info-main .product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-reviews-summary .rating-result:before,
.product-info-main .product-reviews-summary .rating-result > span:before {
  font-size: 14px;
  height: 14px;
  letter-spacing: 4px;
  line-height: 14px;
}
.product-info-main .product-info-stock-sku .stock {
  color: #8bc500;
}
.product-info-main .product-info-stock-sku .stock:not(.available) {
  color: #ff0000;
}
.product-info-main .product-info-stock-sku .stock:before {
  content: attr(title);
  color: #aeaeae;
}
.product-info-main .product-options-wrapper {
  margin-top: 30px;
}
.product-info-main .product-options-wrapper .field.downloads > label.label {
  display: none;
}
.product-info-main .product-options-wrapper + .product-options-bottom {
  margin-top: 40px;
}
.product-info-main .product-options-wrapper .swatch-opt > .swatch-attribute {
  margin-bottom: 25px;
}
.product-info-main .product-options-wrapper .fieldset > .field {
  margin-bottom: 25px;
}
.product-info-main .product-options-wrapper .fieldset > .field.date select {
  width: calc((100% / 3) - 13px) !important;
  margin-bottom: 10px;
  margin-right: 10px;
}
.product-info-main .product-options-wrapper .fieldset > .field.date select + b {
  margin-left: -8px;
  display: inline-block;
  width: 6px;
}
.product-info-main .product-options-wrapper .items.samples .samples-item-link {
  color: #ff0000;
  text-decoration: underline;
}
.product-info-main .product-options-wrapper .legend.links-title + br {
  display: none;
}
.product-info-main .table-wrapper.grouped {
  margin: 30px 0;
}
.product-info-main .table-wrapper.grouped .product-item-name {
  font-weight: 400;
  font-size: 15px;
}
.product-info-main .table-wrapper.grouped .price-box {
  margin-top: 10px;
  margin-bottom: 0;
}
.product-info-main .table-wrapper.grouped .price-box .old-price .price {
  color: #838383;
}
.product-info-main .table-wrapper.grouped .price-box .price {
  font-size: 16px;
}
.product-info-main .table-wrapper.grouped .col.qty {
  width: 1%;
}
.product-info-main .table-wrapper.grouped .col.item {
  text-align: left;
}
.product-info-main .table-wrapper.grouped .input-text.qty {
  width: 90px;
}
.product-social-links {
  margin-top: 30px;
}
.product-social-links:after {
  content: "";
  display: table;
  clear: both;
}
.product-social-links a {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 10px;
}
.product-social-links a:hover {
  color: #ff0000;
}
.product-social-links a:before {
  font-family: "Pe-icon-7-stroke";
  line-height: 1;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 400;
}
.product-social-links a.towishlist:before {
  content: "\e642";
}
.product-social-links a.friend:before {
  content: "\e63a";
}
.product-social-links a.tocompare:before {
  content: "\e64b";
}
.product-social-links .product-addto-links {
  display: inline-block;
}
.product-social-links .product-addto-links a {
  margin-right: 30px;
}
.box-tocart:after {
  content: "";
  display: table;
  clear: both;
}
.box-tocart .input-text {
  -moz-appearance: textfield;
  background-color: transparent;
  border-width: 0;
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  height: 48px;
}
.box-tocart .actions .action.tocart {
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0;
  font-size: 20px;
}
.box-tocart .edit-qty {
  color: #999;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  width: 48px;
  line-height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.box-tocart .edit-qty:hover {
  background-color: #f0efef;
  color: #ff0000;
}
.box-tocart .edit-qty.plus {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.box-tocart .field.qty {
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
  margin: 0 20px 0 0;
  padding: 0 48px;
  position: relative;
  width: 190px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.box-tocart .field.qty + .actions {
  float: left;
  width: calc(100% - 210px);
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.product-options-wrapper .items.samples .samples-item-title,
.product-options-wrapper .legend.links-title,
.product-options-wrapper .fieldset > .field > .label,
.product-options-wrapper .fieldset > .field > .fieldset > .legend,
.product-options-wrapper .swatch-opt > .swatch-attribute .swatch-attribute-label,
.block-bundle-summary > .title strong {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  border: 0;
  text-transform: uppercase;
}
.bundle-options-wrapper .fieldset-bundle-options > #customizeTitle {
  display: none;
}
.bundle-options-wrapper .fieldset-bundle-options > #customizeTitle + br {
  display: none;
}
.bundle-options-wrapper .product-options-bottom {
  margin: 0;
}
.bundle-options-wrapper .product-options-wrapper > .fieldset > .required {
  display: none;
}
.bundle-summary .bundle.items li {
  margin-top: 10px;
}
.bundle-summary .bundle.items li > div {
  padding-left: 10px;
}
.bundle-summary .bundle.items .label {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.bundle-summary + .bundle-info {
  margin-top: 20px;
}
.bundle-info .product-details .stock span {
  color: #8bc500;
}
.bundle-info .product-details .stock.unavailable span {
  color: #ff0000;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  font-size: 15px;
  padding: 24px 15px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.checkout-cart-index .column.main .cart-empty a {
  color: #ff0000;
}
.checkout-cart-index .column.main .cart-empty a:hover {
  text-decoration: underline;
}
.checkout-cart-index #shopping-cart-table {
  margin: 0;
}
.checkout-cart-index #shopping-cart-table .product-item-photo img {
  position: static;
}
.checkout-cart-index #shopping-cart-table .table-caption {
  display: none;
}
.checkout-cart-index #shopping-cart-table thead tr th {
  padding: 14px 30px;
}
.checkout-cart-index #shopping-cart-table thead tr th.col.item {
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody {
  border-top: 1px solid #d6d6d6;
}
.checkout-cart-index #shopping-cart-table tbody:last-child {
  border-bottom: 1px solid #eaeaea;
}
.checkout-cart-index #shopping-cart-table tbody tr td {
  vertical-align: top;
  border: none !important;
  padding: 30px 25px;
  text-align: center;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
  display: block;
  float: left;
  overflow: hidden;
  width: 100px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo span {
  display: block;
  width: 100% !important;
  padding: 0 !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo span img {
  width: 100% !important;
  height: auto !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
  float: left;
  vertical-align: top;
  margin-left: 20px;
  width: calc(100% - 130px);
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options:after {
  content: "";
  clear: both;
  display: table;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt {
  margin-top: 10px;
  color: #2a2a2a;
  font-weight: 400;
  float: left;
  clear: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt:after {
  content: ":";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price {
  color: #2a2a2a;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:before {
  content: "(";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:after {
  content: ")";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .label {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
  color: #000000;
  border: 1px solid #cccccc;
  font-size: 14px;
  height: 37px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 74px;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td {
  padding: 0 0 25px;
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
  padding: 15px 25px 0;
  border-top: 1px dotted #ddd;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a {
  color: #6c6c6c;
  height: 40px;
  font-size: 13px;
  min-width: 40px;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  float: right;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -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-right: 15px;
}
.checkout-cart-index #shopping-cart-table .cart-price .price {
  color: #ff0000;
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
  float: left;
  width: calc(100% - 160px);
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift {
  color: #222;
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  float: right;
  margin-left: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-message .gift-options-title {
  margin-bottom: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar {
  margin-bottom: 6px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar .btn + .btn {
  margin-left: 12px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:hover {
  color: #ff0000;
}
.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 .cart.main.actions .action.continue {
  float: left;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals {
  margin-top: 92px;
  position: relative;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals {
  margin: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals .table-caption {
  color: #000;
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
  font-size: 14px;
  vertical-align: middle;
  background: none !important;
  font-weight: 400;
  color: #969696;
  border: none;
  padding: 15px 0px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td {
  width: 1%;
  text-align: right;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th .label {
  font-weight: 400;
  color: #646464;
  padding: 0;
  font-size: inherit;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th {
  border-bottom: 1px solid #bfbfbf;
  color: #000;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  border-top: 1px solid #bfbfbf;
  font-size: 20px;
  color: #2a2a2a;
  padding: 23px 15px 24px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  padding-left: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td {
  padding-right: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals strong {
  font-weight: 400;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  border: 1px solid #ddd;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask img {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.checkout-cart-index .cart-summary {
  margin-top: 10px;
}
.checkout-cart-index .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  text-align: right;
  padding: 10px 0;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  width: 100%;
  font-size: 16px;
  height: 60px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
  box-shadow: inset 0 60px 0 0 #f00;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.multicheckout {
  font-size: 15px;
}
.checkout-cart-index .block.crosssell {
  margin-top: 57px;
}
.checkout-cart-index .checkout-extra {
  margin-left: -15px;
  margin-right: -15px;
}
.checkout-cart-index .checkout-extra:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index .checkout-extra > div {
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.checkout-cart-index .checkout-extra #block-summary form {
  display: block;
}
.checkout-cart-index .checkout-extra #block-summary form .field.note {
  color: #555555;
  margin-bottom: 10px;
  font-style: normal;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .legend,
.checkout-cart-index .checkout-extra #block-summary .estimate br {
  display: none;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .message {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods {
  margin: 0;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dt {
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dd + dt {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra .block {
  margin-top: 92px;
}
.checkout-cart-index .checkout-extra .block .title strong {
  color: #000;
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-cart-index .checkout-extra .block > .content {
  display: block !important;
}
.page-layout-checkout .page-header {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-layout-checkout .page-header .header {
  padding: 30px 0;
}
.page-layout-checkout .page-header .logo img {
  margin: 0 auto;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.checkout-index-index .modal-popup .modal-header {
  min-height: unset;
}
.checkout-index-index .modal-popup .modal-header .action-close {
  top: 15px;
  right: 15px;
}
.checkout-index-index .modal-popup .modal-content {
  padding: 15px;
}
.checkout-index-index .loading-mask {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
}
.checkout-index-index .loading-mask p {
  display: none;
}
.checkout-index-index .loading-mask .loader {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.checkout-index-index > .loading-mask {
  z-index: 10000;
}
.checkout-index-index .checkout-shipping-method {
  position: relative;
}
.checkout-index-index .checkout-shipping-method .loading-mask {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  border: 1px solid #f0f0f0;
}
.opc-wrapper {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
}
.opc-wrapper:before {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #f0f0f0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.opc-sidebar.opc-summary-wrapper {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
}
.checkout-shipping-address .form.form-login {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 18px;
  padding-bottom: 4px;
}
.checkout-shipping-address > .step-content .action.action-show-popup {
  margin: 20px 20px 0 0;
}
.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: #ff0000;
  border-color: #ff0000;
}
.shipping-address-items .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.shipping-address-items .action {
  margin-top: 10px;
  margin-right: 10px;
}
.checkout-shipping-method {
  margin-top: 50px;
}
.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method thead tr th {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
}
.table-checkout-shipping-method tbody tr td {
  border: 1px solid #eaeaea;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.table-checkout-shipping-method tbody tr td.col-method input {
  margin: 0 auto;
}
#shipping-method-buttons-container,
.payment-method-content .actions-toolbar {
  margin-top: 25px;
  text-align: right;
}
#shipping-method-buttons-container .action,
.payment-method-content .actions-toolbar .action,
#shipping-method-buttons-container button.action,
.payment-method-content .actions-toolbar button.action {
  min-width: 200px;
}
.authentication-wrapper {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.authentication-wrapper .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 .block-authentication > .block {
  float: none;
  width: 100%;
  margin: 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;
  z-index: 1;
  background: none;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
  opacity: 0.8;
  line-height: 1;
  margin: 0;
  right: 10px;
  top: -15px;
}
.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-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  text-align: left;
}
.authentication-wrapper .block-customer-login .block-title strong {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
ul.credit-card-types:after {
  content: "";
  display: table;
  clear: both;
}
ul.credit-card-types li {
  border: 1px solid #f0f0f0;
  float: left;
  margin-right: 5px;
}
form.payments > .fieldset > legend.legend {
  display: none;
}
form.payments > .fieldset legend + br {
  display: none;
}
.fieldset.payment .legend {
  border: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.opc-payment .payment-methods .payment-method {
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.opc-payment .payment-methods .payment-method .payment-method-title .label {
  font-size: 16px;
}
.opc-payment .payment-methods .payment-method .payment-method-content {
  display: none;
}
.opc-payment .payment-methods .payment-method .payment-method-content .actions-toolbar {
  margin-top: 10px;
  margin-bottom: 12px;
  text-align: left;
}
.opc-payment .payment-methods .payment-method._active .payment-method-content {
  display: block;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice {
  margin-top: 15px;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice input {
  top: 3px;
}
.opc-sidebar .minicart-items .product-item .product-item-details .details-qty .label:after {
  content: ":";
}
.opc-sidebar .minicart-items .product-item .product-item-details .product-item-name {
  color: #1a1a1a;
  font-weight: 400;
}
.opc-sidebar .modal-inner-wrap .modal-header {
  display: none;
}
.opc-sidebar .modal-inner-wrap .modal-content {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}
.opc-block-summary {
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
}
.opc-block-summary .minicart-items-wrapper .product-item {
  padding: 15px 0;
}
.opc-block-summary .minicart-items-wrapper .product-item .product:after {
  content: "";
  display: table;
  clear: both;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container {
  display: block;
  float: left;
  width: 80px !important;
  height: auto !important;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container img {
  max-width: 100%;
  height: auto !important;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details {
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
}
.opc-block-summary > .title {
  text-transform: uppercase;
  color: #2a2a2a;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  padding-bottom: 1px;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 0 40px 0 0;
  position: relative;
  text-decoration: none;
  padding-bottom: 10px;
}
.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: 18px;
  display: block;
  font-weight: 300;
  color: #2a2a2a;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\f106";
}
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.opc-block-summary .table-totals tr th,
.opc-block-summary .table-totals tr td {
  background: none !important;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ddd !important;
}
.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;
  padding: 0;
  font-size: inherit;
}
.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;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.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: #ff0000;
}
.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #ff0000;
  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: 18px;
  font-weight: 300;
  padding-bottom: 10px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  display: inline-block;
  margin: 0;
  position: absolute;
  height: auto;
  right: 0;
  top: 8px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-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: #ff0000;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .ship-via {
  margin: 20px 0 0;
}
.payment-option.discount-code .payment-option-title {
  cursor: pointer;
  padding-left: 0;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.payment-option.discount-code .payment-option-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.payment-option.discount-code .form-discount .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.payment-option.discount-code .form-discount .actions-toolbar > div {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: top;
}
.payment-option.discount-code._active .payment-option-title:after {
  content: "\f106";
}
.multicheckout.success,
.checkout-success {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-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 .actions-toolbar,
.checkout-success .actions-toolbar {
  margin-top: 20px;
}
.multicheckout.success + #registration,
.checkout-success + #registration {
  border: 1px solid #f0f0f0;
  margin-top: 50px;
  padding: 30px 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.multicheckout.success + #registration .action.primary,
.checkout-success + #registration .action.primary {
  background: none;
  border: 2px solid #ff0000;
  color: #ff0000;
}
.multicheckout.success + #registration .action.primary:hover,
.checkout-success + #registration .action.primary:hover {
  color: #fff;
}
.multicheckout.success + #registration form,
.checkout-success + #registration form {
  margin-top: 20px;
}
/* Braintree Form */
.payment-method-braintree .payment-method-content > form.form {
  max-width: 500px;
}
.payment-method-braintree .hosted-control {
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px;
}
.payment-method-braintree ._with-tooltip .field-tooltip.toggle span span span {
  display: none;
}
.payment-method-braintree .hosted-date-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.payment-method-braintree .hosted-date-wrap .hosted-error {
  clear: left;
}
.payment-method-braintree .hosted-date-wrap .hosted-date {
  float: left;
  width: calc(50% - 15px);
}
.payment-method-braintree .hosted-date-wrap .hosted-date + .hosted-date {
  margin-left: 30px;
}
.payment-method-braintree .hosted-error {
  color: red;
  font-style: italic;
  font-size: 12px;
  display: none;
}
.payment-method-braintree .braintree-hosted-fields-invalid + .hosted-error {
  display: block;
}
.page-layout-checkout .page-main {
  padding-top: 100px;
  padding-bottom: 100px;
}
#multiship-addresses-table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table thead tr th.qty,
#multiship-addresses-table tbody tr th.qty,
#multiship-addresses-table thead tr td.qty,
#multiship-addresses-table tbody tr td.qty,
#multiship-addresses-table thead tr th.actions,
#multiship-addresses-table tbody tr th.actions,
#multiship-addresses-table thead tr td.actions,
#multiship-addresses-table tbody tr td.actions {
  width: 1%;
  padding-left: 15px;
  padding-right: 15px;
}
#multiship-addresses-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table tbody tr td.actions .action.delete {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-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 {
  margin: 0;
}
#multiship-addresses-table tbody tr td .field.qty input {
  width: 80px;
  text-align: center;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .field.address {
  margin: 0;
}
#multiship-addresses-table tbody tr td.product {
  text-align: left;
  padding: 15px;
}
#multiship-addresses-table tbody tr td.product .product-item-name {
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a {
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a:hover {
  color: #ff0000;
}
.multishipping-checkout-shipping table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-shipping table thead tr th.item {
  text-align: left;
}
.multishipping-checkout-shipping table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-shipping table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  padding: 15px 30px;
}
.multishipping-checkout-shipping table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-shipping table tbody tr td.product,
.multishipping-checkout-shipping table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a:hover {
  color: #ff0000;
}
.multishipping-checkout-shipping table tbody tr td .item-options {
  margin: 0;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt:after {
  content: ":";
}
.multishipping-checkout-shipping .actions-toolbar {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 30px;
}
.multishipping-checkout-shipping .block.block-other {
  margin-top: 50px;
}
.multishipping-checkout-shipping .block.block-shipping + .block-shipping {
  margin-top: 50px;
}
.multishipping-checkout-shipping h4.box-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
.multishipping-checkout-shipping .box-shipping-method dt {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}
.multishipping-checkout-shipping .box-shipping-method dt + dt {
  margin-top: 10px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend {
  border: none;
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend + br {
  display: none;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .options-items {
  margin-top: 10px;
}
.gift-message .options-items .items .item {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  margin-top: 15px;
}
.gift-message .options-items .items .item .product .number {
  font-weight: 700;
  color: #2a2a2a;
}
.gift-message .options-items .items .item .product .img.photo.container {
  width: 100px !important;
  padding: 0;
  margin: 10px 0 0;
}
.gift-message .options-items .items .item .product .product-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  color: #1a1a1a;
}
.gift-message .options-items .items .item .options .action.activate {
  padding: 0;
  margin: 0;
}
.gift-message .options-items .items .item .options .action.activate:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.gift-message .options-items .items .item .options .action.activate.active:after {
  content: "\f106";
}
.gift-message .options-items .items .item .block.message {
  padding: 0;
  margin-top: 10px;
}
.gift-message .options-items .items .item .block.message .fieldset {
  padding: 0 !important;
}
.block-billing .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.multicheckout .item-options:after {
  content: "";
  display: table;
  clear: both;
}
.multicheckout .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  float: left;
  vertical-align: top;
  margin-right: 5px;
  color: #2a2a2a;
}
.multicheckout .item-options dt:after {
  content: ":";
}
.multicheckout .item-options dd {
  float: left;
  vertical-align: top;
  margin-top: 10px;
}
.multicheckout .item-options dd + dt {
  clear: left;
}
.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: #ff0000;
}
.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: #ff0000;
}
.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;
}
.page-print.sales-order-print .copyright {
  display: none;
}
.page-print.sales-order-print .logo {
  display: none;
}
.page-print.sales-order-print .main-wrapper {
  padding-bottom: 30px;
}
.page-print.sales-order-print .order-details-items .order-title,
.page-print.sales-order-print .block-order-details-view .block-title {
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}
.page-print.sales-order-print .block-order-details-view .block-content:after {
  content: "";
  display: table;
  clear: both;
}
.page-print.sales-order-print .block-order-details-view .block-content > .box {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.page-print.sales-order-print .block-order-details-view .block-content > .box .payment-method .title {
  font-weight: 500;
}
.page-print.sales-order-print .block-order-details-view .block-content > .box .box-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #000;
  font-size: 20px;
}
.page-print.sales-order-print .block-order-details-view .block-content > .box:nth-child(2n + 1) {
  clear: left;
}
.page-print.sales-order-print .table-order-items thead tr th.col.name,
.page-print.sales-order-print .table-order-items tbody tr td.col.name {
  text-align: left;
}
.page-print.sales-order-print .table-order-items .product-item-name {
  font-weight: 500;
  color: #000;
}
.page-print.sales-order-print .table-order-items tbody tr td.col.qty .title {
  display: none;
}
.page-print.sales-order-print .table-order-items dl.item-options:after {
  content: "";
  clear: both;
  display: table;
}
.page-print.sales-order-print .table-order-items dl.item-options dt {
  margin-top: 10px;
  color: #2a2a2a;
  font-weight: 400;
  float: left;
  clear: left;
}
.page-print.sales-order-print .table-order-items dl.item-options dt:after {
  content: ":";
  display: inline-block;
}
.page-print.sales-order-print .table-order-items dl.item-options dd {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
.page-print.sales-order-print .table-order-items dl.item-options dd .price {
  color: #2a2a2a;
}
.page-print.sales-order-print .table-order-items dl.item-options dd .price:before {
  content: "(";
  display: inline-block;
}
.page-print.sales-order-print .table-order-items dl.item-options dd .price:after {
  content: ")";
  display: inline-block;
}
.page-print.sales-order-print .table-order-items tfoot tr td,
.page-print.sales-order-print .table-order-items tfoot tr th {
  background: none;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.page-print.sales-order-print .table-order-items tfoot tr td {
  text-align: center;
  font-size: 20px;
  color: #ff0000;
}
.page-print.sales-order-print .table-order-items tfoot tr th {
  color: #000;
  text-transform: uppercase;
}
.page-print.sales-order-print .actions-toolbar {
  display: none;
}
.popup-authentication .modal-header {
  border: none;
  padding: 0;
  position: relative;
  z-index: 5;
}
.popup-authentication .modal-content {
  border: none;
  padding-bottom: 40px;
  z-index: 2;
}
.block-authentication {
  margin-left: -15px;
  margin-right: -15px;
}
.block-authentication:after {
  content: "";
  display: table;
  clear: both;
}
.block-authentication > .block {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
.block-authentication > .block.block-new-customer .actions-toolbar {
  margin-top: 30px;
}
.block-authentication > .block.block-customer-login .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.block-authentication > .block.block-customer-login .actions-toolbar > .secondary,
.block-authentication > .block.block-customer-login .actions-toolbar > .primary {
  float: left;
}
.block-authentication > .block.block-customer-login .actions-toolbar > .secondary {
  margin-top: 9px;
  margin-left: 20px;
}
.block-authentication .block-title strong {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 15px;
}
/* NEW SLETTER POPUP */
.newsletter_popup {
  margin: 0 auto;
  border-bottom: 3px solid #ff0000;
  padding: 46px 30px 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsletter_popup .form-group.newsletter {
  position: relative;
}
.newsletter_popup .form-group.newsletter .action.subscribe {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  height: 40px;
  width: 40px;
  border: none;
  font-size: 20px;
  background-color: transparent;
  box-shadow: none;
}
.newsletter_popup .form-group.newsletter .action.subscribe:hover {
  background-color: #ff0000;
  color: #fff;
}
.newsletter_popup .block-popup-subscribe {
  padding-left: 200px;
}
.contact-index-index .form.contact legend.legend {
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-index-index .row-contact > form,
.contact-index-index .row-contact > .contact-static {
  display: block;
  padding: 0 15px;
  float: left;
  margin-bottom: 70px;
  width: 50%;
}
.contact-index-index .contact-static ul.list-icon li {
  padding-left: 70px;
  margin-bottom: 30px;
  position: relative;
}
.contact-index-index .contact-static ul.list-icon li .icon {
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-portfolio {
  margin-top: 50px;
}
.portfolio-top-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-top-content img {
  min-width: 100%;
}
.portfolio-top-content .portfolio-bottom-content {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.portfolio-top-content .portfolio-bottom-content .category-link a {
  margin-right: 12px;
}
.portfolio-top-content .portfolio-bottom-content .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.portfolio-top-content .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.portfolio-top-content:after,
.portfolio-top-content:before {
  position: absolute;
  content: "";
  border: 2px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.portfolio-top-content:hover .image:after {
  opacity: 1;
  visibility: visible;
}
.portfolio-top-content:hover .portfolio-bottom-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.portfolio-top-content:hover:before {
  border-top-color: #4f67b7;
  border-right-color: #4f67b7;
  width: 100%;
  height: 100%;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.portfolio-top-content:hover:after {
  border-bottom-color: #4f67b7;
  border-left-color: #4f67b7;
  width: 100%;
  height: 100%;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  -moz-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  -o-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.portfolio-widget .owl-item {
  padding: 0 15px;
}
.portfolio-widget .portfolio-top-content .image .image-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.portfolio-widget .portfolio-top-content .image .image-item a {
  display: block;
  padding-bottom: 100%;
  background-color: transparent;
}
.portfolio-widget .portfolio-top-content .image .image-item a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.portfolio-widget .portfolio-top-content .image .image-item img {
  opacity: 0;
  width: 0;
  height: 0;
}
.portfolio-detail--content {
  padding-top: 70px;
}
.portfolio-detail--content .portfolio-table tr td {
  text-align: left;
}
.portfolio-detail--content .portfolio-table tr td:first-child {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div {
  line-height: 34px;
}
/* BANNER HOME */
.page-header-sliders {
  position: relative;
  min-height: 300px;
}
.page-header-sliders:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaeaea;
  opacity: 1;
  visibility: visible;
  transition: all 500ms;
  z-index: 999;
}
.page-header-sliders.loaded {
  min-height: unset;
}
.page-header-sliders.loaded:before,
.page-header-sliders.loaded:after {
  opacity: 0;
  visibility: hidden;
}
.page-header-sliders:after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url('../images/oval.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
  opacity: 1;
  visibility: visible;
  transition: all 500ms;
  z-index: 999;
}
.page-header-sliders.full-width:before {
  left: -15px;
  right: -15px;
}
.multicheckout > .title {
  color: #000;
  margin-bottom: 30px;
  font-size: 18px;
}
.multicheckout > .title strong {
  font-weight: 600;
}
.multicheckout.address .action.delete:after {
  content: "\f1f8";
  font-family: "FontAwesome";
}
.multicheckout.address .action.delete span {
  display: none;
}
.multicheckout .actions-toolbar .secondary {
  margin-top: 15px;
}
.multicheckout .actions-toolbar .secondary .action {
  margin-right: 15px;
}
/* HOME EYEWEAR */
.watch-banner1 .banner-text .h1 {
  font-size: 48px;
}
.watch-banner1 .banner-text .actions {
  margin-top: 50px;
}
.clt-banner .promobanner > .text {
  padding: 0 80px 80px;
}
.clt-banner .promobanner > .text .small-text {
  font-size: 56px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.clt-banner .promobanner > .text .big-text {
  font-size: 72px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.clt-banner .promobanner > .text .actions {
  margin-top: 50px;
}
.clt-banner .promobanner > .text .count {
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #979797;
  line-height: 36px;
  margin-bottom: 20px;
}
.clt-banner .promobanner > .text .count span {
  font-size: 36px;
  vertical-align: middle;
}
.eye-banner .promobanner > .text {
  padding: 0 60px 60px;
}
.eye-banner .small-text {
  font-size: 16px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  line-height: 1.2;
}
/* BLOG MODULE */
.blog-list.list-mode .blog-post.post-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.blog-list.list-mode .blog-post.post-item-info:not(.featured-post) .post-detail {
  float: left;
  width: 55%;
  padding-left: 30px;
  padding-top: 0;
  vertical-align: top;
}
.blog-list.list-mode .blog-post.post-item-info:not(.featured-post) .post-image {
  float: left;
  width: 45%;
  vertical-align: top;
}
.blog-list + .bottom-pagination .pager {
  margin: 0;
}
.blog-list + .bottom-pagination .limiter,
.blog-list + .bottom-pagination .toolbar-amount {
  display: none;
}
.blog-list + .bottom-pagination .toolbar .pages .items .item:first-child {
  margin-left: 0;
}
.post-item-info {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.post-item-info.featured-post {
  border-width: 3px;
}
.post-item-info .post-image {
  position: relative;
  overflow: hidden;
}
.post-item-info .post-image img {
  min-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.post-item-info .post-image .popup-youtube {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
.post-item-info:hover .post-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.post-item-info .post-detail {
  padding-top: 31px;
}
.post-item-info .post-detail .entry-metas {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.post-item-info .post-detail .entry-metas .entry-author:before {
  content: " - ";
}
.post-item-info .post-title {
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 27px;
}
.post-item-info .post-short-description + .action-shop-now {
  margin-top: 10px;
}
.blog-main-info .post-thumbnail {
  position: relative;
}
.blog-main-info .post-thumbnail .popup-youtube {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.blog-main-info .gallery-image-carousel .gallery_image {
  cursor: zoom-in;
}
.blog-main-info .bottom-pagination {
  padding-top: 25px;
  border-top: 1px solid #e1e1e1;
}
.blog-main-info .bottom-pagination .pager {
  margin: 0;
}
.blog-main-info .bottom-pagination .limiter,
.blog-main-info .bottom-pagination .toolbar-amount {
  display: none;
}
.blog-main-info .bottom-pagination .toolbar .pages .items .item:first-child {
  margin-left: 0;
}
.blog-main-info .entry-metas {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
  font-style: italic;
  color: #989898;
}
.blog-main-info .entry-metas .entry-author:before {
  content: " - ";
}
.blog-main-info .post-short-description p {
  margin-bottom: 20px;
}
.blog-main-info .post-comments {
  margin-top: 70px;
}
.blog-main-info .comment-list {
  margin-bottom: 80px;
}
.blog-main-info .comment-list .comment-list-container .item {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0;
  position: relative;
  word-break: break-all;
}
.blog-main-info .comment-list .comment-list-container .item .info {
  margin-bottom: 20px;
}
.blog-main-info .comment-list .comment-list-container .item .info .name {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.blog-main-info .comment-list .comment-list-container .item .info .posted-on {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 10px;
  color: #666;
}
.blog-main-info .post-actions {
  display: table;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 32px;
}
.blog-main-info .post-actions .action {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 23px 15px;
  font-size: 15px;
}
.blog-main-info .post-actions .action a:after {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 21px;
}
.blog-main-info .post-actions .action.next-action {
  text-align: right;
  padding-right: 15px;
}
.blog-main-info .post-actions .action.next-action a:after {
  content: "\f0da";
  left: auto;
  right: 0;
}
.blog-main-info .blog-sharethis {
  margin-top: 25px;
  text-align: center;
}
.blog-main-info .blog-sharethis .share-this-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.mgs-quickview-catalog-product-view {
  overflow: hidden !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}
.mgs-quickview-catalog-product-view .product-info-stock-sku .product-brand {
  display: none;
}
.mgs-quickview-catalog-product-view #maincontent {
  width: 100% !important;
  padding: 0;
}
.mgs-quickview-catalog-product-view .page-title-wrapper.product {
  background: none !important;
  padding: 0;
  text-align: left;
  margin-bottom: 15px;
}
.mgs-quickview-catalog-product-view .page-title-wrapper.product .page-title {
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: inherit;
}
.mgs-quickview-catalog-product-view .product-detail-container .product-info-main {
  padding: 0 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mgs-quickview-catalog-product-view .product-detail-container .product.media {
  padding: 0;
}
.mgs-quickview-catalog-product-view .product-detail-container > .row {
  margin: 0;
}
.mgs-quickview-catalog-product-view .product-info-main:before,
.mgs-quickview-catalog-product-view .product-info-main:after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}
.mgs-quickview-catalog-product-view .popup-youtube,
.mgs-quickview-catalog-product-view .rotate-image {
  display: none;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-preloader {
  content: '';
  display: block !important;
  position: fixed;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #0b0b0b;
  opacity: 0;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content {
  width: 300px !important;
  margin: 0 auto;
  max-height: calc(40%);
  background-color: #fff;
  position: relative;
  overflow: auto;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__columns {
  padding: 15px;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__related {
  background-color: #fff;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__table .popup__table-col + .popup__table-col {
  padding-left: 10px;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__table .popup__table-col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0 0;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__result-title {
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .message p {
  text-align: center;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .message > *:before {
  display: none;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .message > * {
  margin-bottom: 0;
  padding: 12px 20px;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .mfp-close {
  display: none;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__action-redirect--checkout {
  width: 100%;
}
.mfp-mgs-quickview .mfp-iframe-holder .mfp-content {
  max-width: 940px;
}
.mfp-mgs-quickview.ratio-1 .mfp-iframe-scaler {
  padding-top: 50%;
}
.mfp-mgs-quickview.ratio-2 .mfp-iframe-scaler {
  padding-top: 100%;
}
.mfp-mgs-quickview.ratio-3 .mfp-iframe-scaler {
  padding-top: 75%;
}
.mfp-mgs-quickview.ratio-4 .mfp-iframe-scaler {
  padding-top: calc(400% / 6);
}
.mfp-mgs-quickview.ratio-5 .mfp-iframe-scaler {
  padding-top: 25%;
}
.mfp-mgs-quickview.ratio-6 .mfp-iframe-scaler {
  padding-top: calc(100% / 3);
}
.mfp-mgs-quickview.ratio-7 .mfp-iframe-scaler {
  padding-top: 37.5%;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close {
  position: absolute;
  border: 0;
  width: 60px;
  height: 60px;
  opacity: 1;
  right: 10px;
  top: 10px !important;
  color: transparent;
  font-size: 0px;
  left: auto;
  padding: 0;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:before {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
  font-size: 60px;
  color: #222;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:hover:before {
  color: #ff0000;
}
.popup__related {
  border-top: 1px solid #ddd;
  padding: 20px 10px;
}
.popup__related .products-grid .product-item-photo img {
  position: static;
}
.popup__related .products-grid .product-item {
  margin: 0;
}
.popup__related .products-grid .owl-carousel.owl-loaded .owl-item {
  padding: 0 10px;
}
.popup__related .products-grid .product-item-details {
  padding-top: 9px;
}
.popup__related .products-grid .product-item-details .product-item-name {
  font-weight: 600;
}
.popup__related .products-grid .product-item-details .price-box {
  display: block;
  margin-top: 9px;
  padding: 0;
}
.popup__related .products-grid .product-item-details .price-box .old-price {
  display: none;
}
.popup__related .owl-carousel .owl-dots {
  margin-top: 10px;
}
.success-ajax--popup .mfp-inline-holder .mfp-content {
  width: 300px !important;
  margin: 0 auto;
  max-height: calc(100% - 60px);
  background-color: #fff;
  position: relative;
}
.success-ajax--popup .mfp-iframe-holder .mfp-content {
  position: relative;
  width: 320px !important;
  margin: 0 auto;
  background-color: #fff;
  min-height: 400px;
}
.success-ajax--popup .popup__columns {
  padding: 20px;
}
.success-ajax--popup .popup__columns .product-image-container {
  width: 100% !important;
}
.success-ajax--popup .popup__columns .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 100% !important;
  width: 120px !important;
  margin: 0 auto;
  display: block;
  height: auto !important;
}
.success-ajax--popup .popup__result-view-cart {
  margin: 0 !important;
}
.success-ajax--popup .popup__actions-wrapper button {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.success-ajax--popup .popup__result-title {
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.success-ajax--popup .mfp-close {
  position: absolute;
  border: 0;
  background-color: #222;
  width: 20px;
  height: 20px;
  font-size: 26px;
  opacity: 1;
  color: #fff;
  line-height: 20px;
  display: block;
  right: 0;
  top: 0 !important;
}
.success-ajax--popup .mfp-content .popup__main {
  max-height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.success-ajax--popup .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: 15px 0 0;
}
.success-ajax--popup .popup__table .popup__table-col + .popup__table-col {
  padding-left: 10px;
}
/* Fly Cart */
.cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
.cart-footer.number:empty {
  display: none;
}
.cart-footer .subtitle {
  display: none;
}
.cart-footer .subtitle.empty {
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 35px 15px;
}
.cart-footer .cart-qty {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  display: inline-block;
  cursor: pointer;
}
.cart-footer .fixed-mini-cart {
  background-color: #fff;
  box-shadow: 0 0px 3px #ddd;
}
.cart-footer .fixed-mini-cart:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .fixed-mini-cart .fixed-cart-col {
  float: left;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.empty {
  display: none;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.cart-items {
  width: calc(100% - 500px);
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions {
  border-left: 1px solid #ddd;
  padding: 43px 20px;
  float: right;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions button {
  white-space: nowrap;
}
.cart-footer .fixed-mini-cart .cart-items-inner {
  white-space: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding: 20px;
}
.cart-footer .fixed-mini-cart .cart-items .item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: #ff0000;
  text-align: center;
  color: #fff;
  line-height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.cart-footer .fixed-mini-cart .cart-items .item .edit-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
}
.cart-footer .fixed-mini-cart .item-actions {
  background-color: #ddd;
  bottom: 0;
  left: 100%;
  padding: 8px;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.cart-footer .fixed-mini-cart .item-actions.show-actions {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions {
  white-space: nowrap;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions > div {
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action {
  line-height: 20px;
  height: 20px;
  display: block;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action span {
  font-size: 0;
  line-height: 0;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action:after {
  color: #999;
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 30px;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action.edit:after {
  content: "\e62c";
  font-size: 18px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .label {
  display: none;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .item-qty {
  width: 40px;
  padding: 0;
  text-align: center;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item {
  width: 40px;
  height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  padding: 0;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item:hover {
  background-color: #000;
  border-color: #000;
}
.fixed-cart-summary {
  border-left: 1px solid #ddd;
  padding: 30px 20px;
}
.fixed-cart-summary .summary-content {
  display: table;
  width: 100%;
}
.fixed-cart-summary .summary-content .summary-field {
  display: table-row;
}
.fixed-cart-summary .summary-content .summary-field > span {
  display: table-cell;
  padding: 5px 0;
}
.fixed-cart-summary .summary-content .summary-field > span.title {
  padding-right: 20px;
  color: #000;
}
.fixed-cart-summary .summary-content .summary-field > span.title:after {
  content: ":";
}
.fixed-cart-summary .summary-content .summary-field > span .price {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.filter-current {
  margin-bottom: 20px;
}
.filter-current-subtitle {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.filter-current ol.items .item {
  border-bottom: 1px solid #ecf0f1;
  padding: 10px 20px 10px 0;
  position: relative;
}
.filter-current ol.items .item:after {
  content: "";
  display: table;
  clear: both;
}
.filter-current ol.items .item .action.remove {
  position: absolute;
  right: 0;
  bottom: 9px;
  margin-left: 15px;
}
.filter-current ol.items .item .action.remove span {
  display: none;
}
.filter-current ol.items .item .action.remove:after {
  content: "\f014";
  font-family: "FontAwesome";
  font-size: 16px;
}
.filter-actions {
  margin-bottom: 50px;
}
.filter.block .filter-title {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
.filter.block .filter-title:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  bottom: 9px;
  background-color: #4f67b7;
  border-bottom: 4px solid #46d1ff;
}
.filter.block .filter-content > .filter-subtitle {
  display: none;
}
.filter-options .filter-options-title {
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.filter-options .filter-options-content ol.items .item {
  border-bottom: 1px solid #ecf0f1;
  padding: 10px 0;
}
.filter-options .filter-options-content ol.items .item .count:before {
  content: "(";
}
.filter-options .filter-options-content ol.items .item .count:after {
  content: ")";
}
.filter-options .filter-options-content ol.items .item .count .filter-count-label {
  display: none;
}
.filter-options .filter-options-content + .filter-options-title {
  margin-top: 50px;
}
.filter-installed.category-actions {
  position: relative;
}
.filter-installed.category-actions .toolbar-products {
  padding-left: 60px;
}
.filter-installed .action-filter {
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  color: #000;
  border: 1px solid #000;
  padding: 0;
  background: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.filter-installed .action-filter:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.filter-installed .action-filter span {
  font-weight: bold;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.filter-installed .action-filter:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.filter:not(.filter-toggle) .filter-options .filter-options-content {
  display: block !important;
}
.filter-toggle .filter-options .filter-options-content {
  display: none;
  padding-bottom: 20px;
}
.filter-toggle .filter-options .filter-options-content ol.items .item:last-child {
  border-bottom: none;
}
.filter-toggle .filter-options .filter-options-title {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 12px 20px 12px 0;
  cursor: pointer;
  position: relative;
}
.filter-toggle .filter-options .filter-options-title:first-child {
  border-top: 0;
}
.filter-toggle .filter-options .filter-options-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-weight: normal;
}
.filter-toggle .filter-options .filter-options-title.active:after {
  content: "\f106";
}
.column.main .block.filter {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  background-color: #fff;
  padding-bottom: 40px;
  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;
  opacity: 0;
  visibility: hidden;
}
.column.main .block.filter > .filter-title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 50px;
}
.column.main .block.filter > .filter-title .action-filter.close {
  font-size: 36px;
  opacity: .5;
  margin-right: 10px;
}
.column.main .block.filter > .filter-title .action-filter.close:hover {
  opacity: 1;
}
.column.main .block.filter > .filter-title:after {
  left: 20px;
  bottom: 19px;
}
.column.main .block.filter .filter-content {
  padding: 20px;
}
.active-filter .filter-installed .action-filter:after {
  opacity: 0.6;
  visibility: visible;
}
.active-filter .column.main .block.filter {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.scroll_loading .btn-loadmore {
  display: block;
  margin-top: 30px;
  background-image: url(../images/three-dots.svg);
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}
.products.ajax_scroll.wrapper + .toolbar-products {
  display: none !important;
}
.product-detail-deals .deal-timer .countdown span,
.product-detail-deals .deal-timer .time-note span {
  border-color: rgba(0, 0, 0, 0.1);
}
.form.send.friend .legend {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 36px;
  border: 0;
}
.form.send.friend .legend + br {
  display: none;
}
.form.send.friend .fieldset + .fieldset {
  margin-top: 30px;
}
.form.send.friend #recipients-options > .fields {
  position: relative;
  padding-right: 50px;
}
.form.send.friend #recipients-options > .fields .action.remove {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  right: 0;
  top: 21px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.form.send.friend #recipients-options > .fields .action.remove:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.form.send.friend #recipients-options > .fields .action.remove span {
  display: none;
}
.form.send.friend #recipients-options > .fields .action.remove:after {
  content: "\f014";
  font-family: "FontAwesome";
}
.form.send.friend #recipients-options > .fields + .fields {
  margin-top: 30px;
}
.form.send.friend > .actions-toolbar {
  margin-top: 30px;
}
.form.send.friend > .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.form.send.friend > .actions-toolbar > .primary,
.form.send.friend > .actions-toolbar > .secondary {
  float: left;
  margin-right: 10px;
}
.tag-cloud:after {
  content: "";
  display: table;
  clear: both;
}
.tag-cloud li {
  float: left;
}
.tag-cloud li a {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  box-shadow: inset 0 0 0 0 #000;
}
.tag-cloud li a:hover {
  color: #fff;
  box-shadow: inset 0 50px 0 0 #000;
}
.twitter-feed-block .twitter-item {
  margin-bottom: 30px;
}
.twitter-feed-block .twitter-item .twitter-content.default {
  display: table;
  width: 100%;
}
.twitter-feed-block .twitter-item .twitter-content.default .twitter-user {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}
.twitter-feed-block .twitter-item .twitter-content.default .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.twitter-feed-block .twitter-item .twitter-content .content a {
  color: #ff0000;
}
.twitter-feed-block .owl-item .twitter-item {
  text-align: center;
}
.twitter-feed-block .owl-item .twitter-item .twitter-user img {
  width: auto;
  margin: 0 auto 15px;
}
.snapppt_store_block .snptwdgt__ftr {
  display: none;
}
.testimonial-grid .testimonial-item {
  margin-bottom: 30px;
}
.testimonial-grid .testimonial-content {
  position: relative;
  padding-left: 120px;
}
.testimonial-grid .testimonial-content .author-thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-grid .testimonial-content blockquote {
  font-size: 16px;
}
.testimonial-grid .testimonial-content .author-info {
  font-size: 16px;
}
.testimonial-grid .testimonial-content .author-info .name {
  font-weight: 600;
  color: #000;
}
.testimonial-grid.owl-carousel .testimonial-content {
  padding: 0;
}
.testimonial-grid.owl-carousel .testimonial-content blockquote {
  padding-left: 0;
  text-align: center;
}
.testimonial-grid.owl-carousel .testimonial-content blockquote:before,
.testimonial-grid.owl-carousel .testimonial-content blockquote:after {
  content: none;
}
.testimonial-grid.owl-carousel .testimonial-content .author-info {
  text-align: center;
}
.testimonial-grid.owl-carousel .author-thumbnail {
  position: static;
  margin: 0 auto 20px;
}
.ajaxcart-catalog-product-view {
  overflow-y: auto !important;
  padding: 20px 0;
}
.ajaxcart-catalog-product-view main {
  min-height: unset !important;
}
.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 #maincontent {
  width: 100%;
  min-height: 0;
}
.ajaxcart-catalog-product-view .page-title-wrapper {
  padding: 0 15px;
  background: none !important;
  text-align: left;
  margin: 0;
}
.ajaxcart-catalog-product-view .page-title-wrapper h1 {
  text-transform: none;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: inherit;
}
.ajaxcart-catalog-product-view .product-detail-container .product-info-main {
  margin-top: 10px;
}
.ajaxcart-catalog-product-view .product-detail-container .product-info-main .price-from,
.ajaxcart-catalog-product-view .product-detail-container .product-info-main .price-to,
.ajaxcart-catalog-product-view .product-detail-container .product-info-main .bundle-actions {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper {
  padding-top: 0 !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title,
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title + br + .margin-top20,
.ajaxcart-catalog-product-view .bundle-options-wrapper .fieldset > p.required {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper.product {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .product.name,
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .stock,
.ajaxcart-catalog-product-view .block-bundle-summary .bundle-summary,
.ajaxcart-catalog-product-view .block-bundle-summary > .title,
.ajaxcart-catalog-product-view .block-bundle-summary > .content .box-tocart .field.qty {
  display: none !important;
}
#mgs-ajax-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/oval.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.share-this-wrapper {
  margin-top: 10px;
}
.share-this-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.share-this-wrapper .title {
  float: left;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 32px;
  margin-right: 5px;
}
.share-this-wrapper .sharethis-inline-share-buttons {
  float: left;
}
.share-this-wrapper .sharethis-inline-share-buttons .st-btn {
  background: none !important;
  height: auto !important;
  top: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}
.share-this-wrapper .sharethis-inline-share-buttons .st-btn > svg {
  fill: #222 !important;
  width: 20px !important;
  height: 20px !important;
  top: 5px !important;
}
.share-this-wrapper .sharethis-inline-share-buttons .st-btn:hover > svg {
  fill: #ff0000 !important;
}
.page-products .share-this-wrapper {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}
.page-products .share-this-wrapper .title,
.page-products .share-this-wrapper .sharethis-inline-share-buttons {
  display: inline-block !important;
  float: none !important;
  vertical-align: top !important;
}
/* Change Image */
.product-item-photo .img-hover-show {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.product-item-info:hover .img-hover-show {
  opacity: 1;
  visibility: visible;
}
/* Display Overlay */
.display_overlay .product-top .product-item-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 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: 1;
}
.display_overlay .product-item-info:hover .product-top .product-item-photo:after {
  opacity: 0.08;
  visibility: visible;
}
.display_overlay .grid-template-2 .product-item-name .product-item-link {
  color: #fff;
}
.display_overlay .grid-template-2 .product-item-name .product-item-link:hover {
  color: #d2d2d2;
}
.display_overlay .grid-template-2 .product-item-details .ct-attribute-text {
  color: #d7d7d7;
}
.display_overlay .grid-template-3 div[class*="swatch-opt-"] .swatch-option:hover,
.display_overlay .grid-template-3 div[class*="swatch-opt-"] .swatch-option.selected {
  box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5);
}
.control.captcha-image .captcha-img {
  vertical-align: top;
}
.control.captcha-image .captcha-reload {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #222;
  font-size: 18px;
  border: 1px solid #222;
  border-radius: 4px;
  margin-left: 10px;
}
.control.captcha-image .captcha-reload span {
  display: none;
}
.control.captcha-image .captcha-reload:after {
  content: "\f021";
  font-family: "FontAwesome";
}
.control.captcha-image .captcha-reload:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
/* DEV_LUNV */
/* Compare list */
@media (min-width: 1200px) {
  .clt-video {
    margin-left: 64px;
  }
}
.table-comparison {
  margin-bottom: 0;
}
.table-comparison .list-products .product-item-details {
  text-align: left;
}
.table-comparison .list-products .product-item-photo {
  margin-bottom: 0;
}
.table-comparison .list-products .product-item-photo img {
  position: static;
}
.table-comparison td,
.table-comparison th {
  border: 1px solid #f0f0f0 !important;
  vertical-align: middle !important;
  text-align: left !important;
  background: none !important;
}
.table-comparison .product-item-actions {
  margin-top: 5px;
}
.btn-print {
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-product-compare-index .table-wrapper {
  border: 1px solid #f0f0f0;
  max-width: 100%;
  overflow-y: hidden;
  padding: 15px;
  overflow-x: auto;
}
/* MGS Owl Slider Style */
.slider_mgs_carousel.owl-grab .owl-item .slide-text {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.slider_mgs_carousel:not(.owl-grab) .owl-item .slide-text {
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item.active .slide-text {
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
}
.slider_mgs_carousel .owl-item:not(.active) {
  /* SlideInDown effect */
  /* SlideInUp effect */
  /* SlideInLeft effect */
  /* SlideInRight effect */
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  top: calc(50% - 150px);
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.top_center {
  opacity: 0;
  visibility: hidden;
  top: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInDown .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  bottom: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  top: calc(50% + 150px);
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.top_center {
  opacity: 0;
  visibility: hidden;
  top: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInUp .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  bottom: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_center,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  left: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInLeft .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  right: -150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_left,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_center,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_center {
  opacity: 0;
  visibility: hidden;
  left: 150px;
}
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.top_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.bottom_right,
.slider_mgs_carousel .owl-item:not(.active) .slideInRight .slide-text.middle_right {
  opacity: 0;
  visibility: hidden;
  right: 150px;
}
/* Zoom In effect */
.slider_mgs_carousel .owl-item.active .zoomIn .inner-text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0ms;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
}
.slider_mgs_carousel .owl-item .zoomIn .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all 0ms;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
}
/* Zoom Out effect */
.slider_mgs_carousel .owl-item.active .zoomOut .inner-text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
}
.slider_mgs_carousel .owl-item .zoomOut .inner-text {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transition: all 0ms;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
}
.slider_mgs_carousel .owl-item .slide-text {
  transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
  opacity: 1;
  visibility: visible;
  padding: 15px;
}
.slider_mgs_carousel .owl-item .slide-text.middle {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.slider_mgs_carousel .owl-item .slide-text.top_center {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_center {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
}
.slider_mgs_carousel .owl-item .slide-text.middle_right {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.slider_mgs_carousel .owl-item .slide-text.middle_left {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.slider_mgs_carousel .owl-item .slide-text.top_left {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
}
.slider_mgs_carousel .owl-item .slide-text.top_right {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_right {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.slider_mgs_carousel .owl-item .slide-text.bottom_left {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
}
/* Style silder */
.slide-text .content-heading.text-left {
  margin-left: 20%;
  text-align: left;
}
.slide-text .content-heading.text-right {
  margin-right: 20%;
  text-align: right;
}
.slide-text .content-heading .action-shop-now {
  margin-top: 40px;
  position: static;
}
/***/
