/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  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;
}
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*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.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*="date"]::-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*="date"]::-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*="date"]:-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;
}
select {
  background: #ffffff;
  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: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  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: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.multishipping-checkout-success .multicheckout.success ul.orders-list,
.our-right ul,
.store-contact .store_info {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.multishipping-checkout-success .multicheckout.success ul.orders-list > li,
.our-right ul > li,
.store-contact .store_info > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5px;
}
.products-list .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-wishlist .block-title,
.block-reorder .block-title,
.widget .block-title {
  margin-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-wishlist .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.cart.table-wrapper .col.qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 47px;
  text-align: center;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.form.wishlist.items .actions-toolbar,
.fieldset .review-legend.legend {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.modal-popup .action-close > span,
.modal-slide .action-close > span,
.modes-mode span,
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.edit span,
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.delete span,
.multicheckout.address table tbody td.col.actions .action.delete span,
.contact-form .fieldset .label,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.multicheckout .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .action.delete span,
.account .toolbar .limiter,
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty .label,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 10px;
  width: calc(100% - (40px + 10px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - (24px + 10px + 5px));
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0%;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 25px;
  display: block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.paypal-review-discount .block > .title,
.cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-weight: 400;
}
.paypal-review-discount .block > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e617';
}
.paypal-review-discount .block.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Roboto-Custom';
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: 'Roboto-Custom';
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto-Custom';
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: bold;
}
/* Comfortaa */
@font-face {
  font-family: 'Comfortaa-Custom';
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/comfortaa/Comfortaa-Light.woff2') format('woff2'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/comfortaa/Comfortaa-Light.ttf') format('truetype');
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: 'Comfortaa-Custom';
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/comfortaa/Comfortaa-Regular.woff2') format('woff2'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/comfortaa/Comfortaa-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'Comfortaa-Custom';
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/comfortaa/Comfortaa-Bold.woff2') format('woff2'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/comfortaa/Comfortaa-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: bold;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 40px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Winoa/southkoreachildtheme/ko_KR/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  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: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ": ";
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.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: #ffffff;
  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%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s 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 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  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;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .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: 3rem;
  padding-right: 3rem;
}
.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: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close {
  padding: 3rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.hide {
  display: none;
}
body.bss-popup-opened {
  overflow-y: hidden;
}
body.safari-context {
  width: 100%;
  height: 100%;
}
.mfp-wrap.safari-context-wrap {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.popup_wrapper {
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 10px 15px;
  border: 1px solid gray;
  border-radius: 2px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  position: relative;
  margin: auto;
  max-width: 70%;
}
.bss_popup .opened {
  overflow-y: hidden;
}
#template-contact-form {
  max-width: 309px;
}
#template-contact-form .popup_content {
  width: 100%;
  margin: 12px auto;
  border-radius: 10px;
  border: 2px solid #1979c3;
  padding: 15px;
  box-sizing: border-box;
}
#template-contact-form .popup_content .legend {
  border: none;
  text-align: center;
  color: #1979c3;
  font-weight: bold;
  margin-bottom: 10px;
}
#template-contact-form .popup_content .fieldset {
  margin: 0;
}
#template-contact-form .popup_content .fieldset > .field {
  margin: 0 0 10px;
}
#template-age-verification {
  width: 700px;
  max-width: 90vw;
  height: auto;
  text-align: center;
  background-image: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Bss_Popup/images/bg-popup-ageverification.png');
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
}
#template-age-verification .popup-title {
  margin-top: 40px;
  font-size: 50px;
  text-transform: uppercase;
}
#template-age-verification .popup-title:before {
  content: "";
  width: 40px;
  height: 45px;
  background-image: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Bss_Popup/images/lock.png');
  display: inline-block;
  background-position: center;
  position: relative;
  top: 5px;
  padding-right: 5px;
}
#template-age-verification .popup-description {
  font-size: 18px;
  margin: 20px auto;
  padding: 0 15px;
  max-width: 410px;
  box-sizing: border-box;
}
#template-age-verification button {
  width: 270px;
  height: 60px;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#template-age-verification button#age_verification_yes {
  background: #00b14f;
}
#template-age-verification button#age_verification_no {
  background: #069ef7;
  margin-left: 10px;
}
#template-age-verification #age_verification_redirect {
  margin: 10px 58px 60px 0;
  max-width: 270px;
  float: right;
}
#template-newsletter {
  max-width: 600px;
  padding: 0;
  border-radius: 25px;
  text-align: center;
}
#template-newsletter .popup_content > .newsletter {
  width: 100%;
  max-width: 100%;
}
#template-newsletter .popup_content > .newsletter:before {
  content: "";
  background: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Bss_Popup/images/banner-newletter.png');
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 290px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
#template-newsletter .popup_content > .newsletter .title-popup {
  font-size: 30px;
  color: #000;
  padding: 30px 0 10px;
}
#template-newsletter .popup_content > .newsletter .description-popup {
  padding: 0 40px;
}
#template-newsletter .popup_content > .newsletter .subscribe {
  margin-top: 20px;
  max-width: 300px;
  margin: 20px auto 0;
}
#template-newsletter .popup_content > .newsletter .subscribe .actions,
#template-newsletter .popup_content > .newsletter .subscribe .newsletter {
  display: block;
  width: 100%;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control:before {
  display: none;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter {
  border: 1px solid #ececec;
  padding: 25px 50px;
  border-radius: 30px;
  font-style: italic;
  color: #222;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter::placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter:-ms-input-placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter::-ms-input-placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-newsletter .popup_content > .newsletter .subscribe .actions .subscribe {
  background: #3fa9f5;
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  text-transform: uppercase;
  border: none;
  margin: 12px 0 0;
}
#template-newsletter .mfp-close {
  display: none;
}
#template-social-sharing {
  background-image: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Bss_Popup/images/bg-popup-social.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  max-width: 650px;
  padding: 70px 25px;
  box-sizing: border-box;
}
#template-social-sharing .title-popup {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}
#template-social-sharing .mfp-close {
  display: none;
}
#template-social-sharing .des-popup {
  font-size: 22px;
  margin-top: 50px;
}
#template-social-sharing .social {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
#template-social-sharing .social li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}
#template-social-sharing .social li a {
  display: block;
}
#template-hot-deals {
  max-width: 754px;
  border-radius: 10px;
}
#template-hot-deals .block-products-list {
  text-align: center;
}
#template-hot-deals .block-products-list .block-title {
  margin: 40px 0;
}
#template-hot-deals .block-products-list .block-title strong {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
#template-hot-deals .block-products-list .product-item {
  width: 23%;
}
.popup_content {
  display: grid;
}
.popup_content .products-grid .product-item-actions {
  margin: 0;
}
.popup_content .products-grid .product-item-actions .block-title {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
.popup_content p {
  margin-top: 0;
  margin-bottom: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: unset !important;
  left: unset !important;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
  line-height: 2;
  padding: 30px;
  margin: 0;
  display: block;
  z-index: 10;
  padding: 15px;
}
.magepow-gdpr-cookie-notice.message.global h3 {
  margin-top: 0;
}
.magepow-gdpr-cookie-notice.gdpr-box-shadow {
  -webkit-box-shadow: -2px 2px 82px -26px #000000;
  box-shadow: -2px 2px 82px -26px #000000;
}
.magepow-gdpr-cookie-notice.text-align-center {
  text-align: center;
}
.magepow-gdpr-cookie-notice.text-align-left {
  text-align: left;
}
.magepow-gdpr-cookie-notice.text-align-right {
  text-align: right;
}
.iass-spinner {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: block;
}
.ias-noneleft {
  text-align: center;
  color: #333;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 400;
}
.iass-spinner img,
.ias-noneleft img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.iass-spinner,
.ias-noneleft {
  display: inline-block;
  width: 100%;
}
.ias-trigger-next {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.load-more {
  font-size: 15px;
  border: none;
}
.load-more::hover {
  background: #0491ff;
}
.ias-trigger-prev {
  text-align: center;
  cursor: pointer;
}
.iass-spinner img {
  height: 40px;
  width: 40px;
  margin-bottom: 7px;
}
.layered_overlay {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.layered_overlay div {
  height: 100%;
  width: 100%;
  position: relative;
}
.layered_overlay div img {
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
}
.loading_body .preloading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  opacity: .8;
  z-index: 9999999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.loading_body .loading {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-repeat: no-repeat;
  background-size: 100%;
}
.loading_img .lazyload {
  background-image: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/Magepow_SpeedOptimizer/images/loader.svg");
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.loading_img img.loaded {
  background-image: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Winoa/southkoreachildtheme/ko_KR/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icons-blank-theme';
  font-size: inherit;
  line-height: 1;
  color: inherit;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'icons-blank-theme';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Social icons */
.social-icons {
  right: 0;
  position: fixed;
  top: 80px;
  width: 45px;
  z-index: 9;
}
.social-icon {
  background-color: #33353B;
  background-image: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Magiccart_Alothemes/images/social-icons.png');
}
.social-icon {
  transition: background-color 0.4s ease-in 0s;
  -webkit-transition: background-color 0.4s ease-in 0s;
  border-radius: 3px 0 0 3px;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 43px;
  margin-bottom: 2px;
  width: 43px;
}
.social-text {
  float: left;
  font-size: 11px;
  margin: 13px 0 11px 44px;
  white-space: nowrap;
  color: #FFFFFF;
}
.social-icons a:hover {
  text-decoration: none;
}
#facebook-btn span {
  background-position: 13px 7px;
}
#linkedin-btn span {
  background-position: 12px -266px;
}
#twitter-btn span {
  background-position: 13px -39px;
}
#youtube-btn span {
  background-position: 12px -230px;
}
#pinterest-btn span {
  background-position: 12px -181px;
}
#googleplus-btn span {
  background-position: 13px -132px;
}
#instagram-btn span {
  background-position: 10px -300px;
}
#flickr-btn span {
  background-position: 10px -335px;
}
#web-btn span {
  background-position: 10px -403px;
}
#mail-btn span {
  background-position: 10px -369px;
}
#facebook-btn .social-icon {
  background-color: #3B5998;
}
#linkedin-btn .social-icon {
  background-color: #6eb8da;
}
#twitter-btn .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn .social-icon {
  background-color: #DB4A39;
}
#pinterest-btn .social-icon {
  background-color: #DB4A39;
}
#youtube-btn .social-icon {
  background-color: #C4302B;
}
#instagram-btn .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn .social-icon {
  background-color: #E4006B;
}
#mail-btn .social-icon {
  background-color: #2A056F;
}
#web-btn .social-icon {
  background-color: #000;
}
#facebook-btn:hover .social-icon {
  background-color: #3B5998;
}
#linkedin-btn:hover .social-icon {
  background-color: #6eb8da;
}
#twitter-btn:hover .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn:hover .social-icon {
  background-color: #DB4A39;
}
#pinterest-btn:hover .social-icon {
  background-color: #DB4A39;
}
#youtube-btn:hover .social-icon {
  background-color: #C4302B;
}
#instagram-btn:hover .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn:hover .social-icon {
  background-color: #E4006B;
}
#web-btn:hover .social-icon {
  background-color: #000;
}
#mail-btn:hover .social-icon {
  background-color: #2A056F;
}
/* Style override for Left*/
.social-icons.left {
  left: 0;
}
.social-icons.left .social-icon {
  background-image: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/Magiccart_Alothemes/images/social-icons-left.png');
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -o-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}
.social-icons.left .social-icon {
  float: left;
}
.social-icons.left .social-text {
  float: left;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}
.content-quickview .social-icons {
  display: none;
}
/* recent order */
.suggest-slider.close {
  display: none;
}
.suggest-slider .x-close {
  float: right;
}
.notify-slider-wrapper {
  width: 300px;
  position: fixed;
  bottom: 15px;
  left: 25px;
  background: transparent;
  display: none;
}
.notify-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.notify-slider .slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  list-style: none;
}
.notify-slider .slider > .item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 120px;
  background: #ccc;
  text-align: center;
  line-height: 100px;
}
.product-image-container {
  /*display: block;*/
  max-width: 100%;
}
.notify-slider-wrapper {
  background-color: #ffffff;
  z-index: 9999;
  width: 320px;
  -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item {
  background-color: #ffffff;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-reviews-summary,
.notify-slider-wrapper .products.wrapper.grid .product-item .price-box {
  display: none !important;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  border-left: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:hover {
  box-shadow: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  content: "";
  display: table;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  clear: both;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  max-width: 85px;
  width: 85px;
  float: left;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-image-wrapper .product-image-photo.thumbnail {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: calc(100% - 85px);
  float: left;
  text-align: left;
  padding: 0px 10px 12px 10px;
  font-size: 13px;
  margin-top: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased {
  /* padding-top: 13px;*/
  margin-bottom: 7px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  margin-bottom: 11px;
  letter-spacing: .3px;
  font-family: 'Lato', sans-serif;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a {
  color: #222222;
  height: auto;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .flex {
  display: flex;
  justify-content: space-between;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 0;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box {
  display: block;
  margin: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .address-purchased {
  display: block;
  font-size: 11px;
  color: #333333;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased {
  margin: 0;
  margin-bottom: 7px;
}
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before,
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result > span:before {
  font-size: 12px;
}
.notify-slider-wrapper .reviews-actions .action {
  font-size: 12px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  transform: scale(1) !important;
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  box-shadow: none;
  width: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview span {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview:hover {
  color: red;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links {
  top: auto;
  bottom: -4px;
  right: 6px;
}
.notify-slider-wrapper .product-item .link-view {
  text-align: right;
}
.notify-slider-wrapper .product-item .link-view .quickview {
  padding: 0;
  background-color: transparent;
  color: #222;
  position: relative;
  font-size: 20px;
  border: 0px;
  margin-top: -10px;
}
.block.related .product .product-item-info .products-textlink .product-name a,
.block.crosssell .product .product-item-info .products-textlink .product-name a,
.block.upsell .product .product-item-info .products-textlink .product-name a {
  height: 36px;
}
.suggest-slider .x-close {
  position: absolute;
  font-size: 0;
  top: 5px;
  right: -2px;
  z-index: 999;
}
.suggest-slider .x-close:before {
  content: '\e616';
  font-size: 14px;
  font-family: 'icons-blank-theme';
}
.suggest-slider .x-close:hover {
  color: #000;
}
.notify-slider {
  margin-top: 0;
}
.notify-slider .slider > .item {
  line-height: 1.5;
  width: 320px;
  /*height: auto;*/
}
.notify-slider-wrapper .product-items .product-item:nth-child(n) {
  clear: none !important;
}
.wishlist-index-index .notify-slider-wrapper .products-grid .product-item {
  width: 320px;
  margin-left: 0;
}
.alothemes {
  display: block;
}
.fotorama__fullscreen .zoomImg {
  display: none !important;
}
.lookbook .easypin-marker {
  color: #fff;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ff5555;
  text-align: center;
}
.lookbook .easypin-marker:hover {
  background-color: #ff5555;
  color: #fff;
}
.lookbook .easypin-marker:hover .easypin-popover {
  opacity: 1;
  visibility: visible;
}
.lookbook .easypin-marker:before,
.lookbook .easypin-marker .icon:before {
  /* font-family: "FontAwesome"; */
  content: "+";
  font-size: 26px;
  display: block;
}
.lookbook .easypin-popover {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: 180px;
  left: -70px;
  background: transparent;
  z-index: 20;
}
.lookbook .easypin-popover .product-pin-wrap {
  line-height: normal;
  background: #fff;
  padding: 0px 0px 15px;
  position: relative;
  z-index: 1;
}
.lookbook .easypin-popover .product-pin-wrap a {
  text-decoration: none;
}
.lookbook .easypin-popover .product-pin-wrap:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  -webkit-filter: drop-shadow(0 1px 2px #000000);
  filter: drop-shadow(0 1px 1px #dfdfdf);
}
.lookbook .image-wrap {
  margin-bottom: 15px;
}
.lookbook .title-wrap,
.lookbook .price-wrap {
  padding-left: 20px;
}
.lookbook .title-wrap h5 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0 0 5px;
}
.lookbook .title-wrap h5:focus {
  text-decoration: none;
}
.lookbook .price-label {
  display: none;
}
.lookbook .price-box .price {
  color: #ff5555;
}
.main-product-pin {
  margin-bottom: 48px;
}
.magictabs .item.activated,
.magictabs .item:hover {
  border-color: #ff3366;
}
.content-products .mage-magictabs {
  display: none;
  /*visibility: hidden;*/
  /*opacity: 0;*/
}
.content-products .mage-magictabs.activated {
  display: block;
  /*visibility: visible;*/
  /*opacity: 1;*/
}
.magicslider {
  text-align: center;
  display: block;
}
.magicslider img {
  display: block;
  max-width: 100%;
  height: auto;
}
.magicslider > .item:nth-child(n+2) {
  display: none;
}
.magicslider > .item .figcaption {
  display: none;
}
.magicslider > .item.slick-slide {
  display: block;
}
.magicslider > .item.slick-slide .figcaption {
  display: block;
}
.magicslider .external-video:after {
  background: rgba(0, 0, 0, 0) url("../../frontend/Winoa/southkoreachildtheme/ko_KR/images/gallery-sprite.png") repeat scroll right bottom;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.magicslider .external-video.embed:after {
  display: none;
}
.magicslider .magicslider-caption {
  display: none;
}
.magicslider .magicslider-caption.mobile.desktop {
  display: block;
}
.magicslider .slick-next {
  transition: all 0.3s ease-in-out;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  right: 15px;
}
.magicslider .slick-next:before {
  font-family: 'icons-blank-theme';
  color: #333;
  content: '\e608';
}
.magicslider .slick-prev {
  transition: all 0.3s ease-in-out;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  left: 15px;
}
.magicslider .slick-prev:before {
  font-family: 'icons-blank-theme';
  color: #333;
  content: '\e617';
}
.magicslider .slick-slider:hover .slick-prev,
.magicslider .slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.magicslider button:not(.primary):active {
  box-shadow: none;
}
.magicslider button:hover {
  border: none;
}
.magicslider button:focus {
  border: none;
}
.magicslider button:active {
  border: none;
}
.magicslider .slick-dots {
  bottom: 20px;
  text-align: right;
  right: 10px;
}
.magicslider .slick-dots li button {
  background: #ccc;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
}
.magicslider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.magicslider .slick-dots li:hover button,
.magicslider .slick-dots li.slick-active button {
  background: #666;
}
.magicslider .slick-dots.slick-active button {
  background: #666;
}
@media only screen and (max-width: 480px) {
  .magicslider .slick-dots {
    bottom: 10px;
    right: 3px;
  }
}
.shopbrand {
  text-align: center;
  display: block;
}
.testimonial .field-summary_rating .rating-box .rating:before {
  content: '\e605';
  font-family: 'icons-blank-theme';
  color: #f2c800;
  z-index: 2;
  position: relative;
  font-size: 28px;
  height: 12px;
  display: block;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}
.testimonial .rating-result {
  text-align: center;
}
.testimonial .customer {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 60px 0;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial .inner-customer {
  text-align: center;
}
.testimonial.center-mode {
  margin-bottom: 50px;
}
.testimonial.center-mode .item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.testimonial.center-mode .item .testimonial_text {
  display: none;
}
.testimonial.center-mode .slick-center .item img {
  width: 150px;
  height: 150px;
}
.testimonial.center-mode .slick-list {
  margin-bottom: 50px;
}
.testimonial-caption.center-mode {
  display: block;
  width: 85%;
  color: #494949;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.testimonial-caption.center-mode .sub-text {
  display: block;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.testimonial-caption.center-mode .product-reviews-summary {
  display: block;
  text-align: center;
}
.testimonial-caption .zoomIn {
  animation: zoomIn 0.9s ease-out;
  -moz-animation: zoomIn 0.9s ease-out;
  -webkit-animation: zoomIn 0.9s ease-out;
  -o-animation: zoomIn 0.9s ease-out;
}
.testimonial-index-index .button-o {
  margin-bottom: 30px;
}
.testimonial-form-index .std-input-box .product-review-box #product-review-table {
  width: auto;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.phpro-cookie-notice {
  width: 100vw;
  padding: 30px;
  background: #cccccc;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
}
.phpro-cookie-notice .notice-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}
.phpro-cookie-notice .notice-wrapper .notice__description span {
  display: block;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap {
  background-color: #cccccc;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .modal-header {
  height: 0;
  padding: 0;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .modal-header .action-close:before {
  color: #000000;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .modal-content {
  padding-left: 0;
  padding-right: 0;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal {
  display: flex;
  flex-direction: column;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs .consent-tab {
  background-color: #cccccc;
  width: 100%;
  cursor: pointer;
  padding: 5px 5px 5px 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs .consent-tab.active {
  background-color: #1979c3;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs .consent-tab span {
  font-weight: 700;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  padding: 20px 20px 0;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content {
  position: relative;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content p.title {
  margin-bottom: 20px;
  font-size: 18px;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper .cookie-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper .cookie-toggle input {
  display: none;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper .cookie-toggle input:checked + .cookie-toggle-slider {
  background-color: #1979c3;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper .cookie-toggle input:focus + .cookie-toggle-slider {
  box-shadow: 0 0 1px #1979c3;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper .cookie-toggle input:checked + .cookie-toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper .cookie-toggle .cookie-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  background-color: #666666;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper .cookie-toggle .cookie-toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .phpro-cookie-consent-modal .consent-tabs-content .consent-tab-content .cookie-toggle-wrapper .cookie-toggle .cookie-toggle-slider.disabled {
  opacity: 0.5;
}
.modals-wrapper .modal-popup.cookie-consent-newsletter-modal .modal-inner-wrap .modal-footer {
  text-align: right;
  background-color: #ffffff;
}
.cookie-consent-overview p.title {
  margin-bottom: 20px;
}
.cookie-consent-overview .cookie-group-description {
  margin-bottom: 30px;
}
.btn-cookie-preferences-show {
  cursor: pointer;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-cart-failed .actions .action.tocart {
  margin-right: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ":";
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-weight: bold;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  white-space: nowrap;
  display: block;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  width: 100%;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 4px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label] .price {
  font-size: 1.1rem;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ": ";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attibute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attibute.sku > .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attibute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attibute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 14px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ": ";
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-tier_price {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: -6px;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  text-align: center;
  padding: 10px 0 15px;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  display: block;
  text-transform: lowercase;
  font-size: 1rem;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: block;
}
.block-category-event .dates .date {
  font-size: 5rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start:after {
  content: "\2013";
  font-size: 5rem;
  display: block;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 5px 40px 5px 10px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.login-container .fieldset {
  margin: 0;
  padding: 0;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id,
.country.required .required-entry {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content,
.box-order-shipping-address .box-content,
.box-address-shipping .box-content,
.box-order-billing-address .box-content,
.block-addresses-list .block-content {
  line-height: 26px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .action-gift:hover:after {
  color: inherit;
}
.cart.table-wrapper .action-gift:active:after {
  color: inherit;
}
.cart.table-wrapper .action-gift._active:after {
  content: '\e621';
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 0px;
}
.block.filter .filter-title strong {
  font-size: 18px;
  text-transform: uppercase;
}
.filter-subtitle {
  display: none;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  word-break: break-all;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  position: absolute;
  left: -6px;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item:last-child {
  background: #e2e2e2;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
  margin: 7px 0 0;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
#magepow_ajaxcart_popup {
  display: none;
  position: relative;
  width: 515px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 999;
  text-align: center;
}
#magepow_ajaxcart_popup .popup .action {
  margin-top: 10px;
}
#magepow_ajaxcart_popup .btn-viewcart {
  width: 50%;
  float: left;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-viewcart .viewcart {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-viewcart .viewcart:hover {
  background: #006bb4;
}
#magepow_ajaxcart_popup .btn-continue {
  width: 50%;
  float: left;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-continue .continue {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-continue .continue:hover {
  background: #006bb4;
}
#magepow_ajaxcart_popup .product-item-info button {
  padding: 8px 5px;
  font-size: 10px;
}
.ajaxcart-wrapper-main .full-width {
  width: 100% !important;
}
#ajax-suggest ol {
  padding: 0;
}
#ajax-suggest .item {
  padding-top: 10px;
  padding-bottom: 15px;
}
#ajax-suggest .item .product-item-info {
  margin-left: auto;
  margin-right: auto;
}
#ajax-suggest .product.details.product-item-details {
  min-height: 65px;
}
.freeShipping_message {
  background-color: #d6e4f9;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}
.freeShipping_message .needMore {
  font-weight: bold;
}
.congratulation {
  background-color: #f7747c;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
}
div.minprogress {
  border: 1px solid #a5a5a5;
  height: 10px;
  border-radius: 5px;
  position: relative;
}
div.minprogress .minprogress-active {
  position: absolute;
  background-color: #000000;
  height: 10px;
  border-radius: 5px;
}
.stickyCart {
  position: fixed;
  background-color: #000000;
  width: 100%;
  bottom: 0;
  height: 90px;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}
.stickyCart .stickyChild {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.stickyCart .stickyChild #parentQtySticky {
  height: 43px;
}
.stickyCart .stickyChild #timerSticky {
  position: relative;
}
.stickyCart .stickyChild .clSticky {
  padding: 10px;
}
.stickyCart .stickyChild .clSticky #btnSticky:hover {
  background-color: #b59677;
  color: #fff;
}
.stickyCart .stickyChild .clSticky .stickyProductName {
  color: #eee;
}
.stickyCart .stickyChild .clSticky #btnSticky {
  background-color: transparent;
  height: 42px;
  border-color: #fff;
}
.stickyCart .stickyChild .clSticky .imgBorder {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: solid 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg .stickyImg {
  width: 100%;
  max-width: 100%;
}
.stickyCart .quantity input {
  background-color: transparent;
  color: #eee;
  height: 42px;
  float: left;
  width: 5em;
}
.stickyCart .quantity input:focus {
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .contentHide {
    display: none;
  }
  .contentShow #btnSticky {
    width: 100%;
  }
}
.cart-summary {
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px;
  padding: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 90px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.block.crosssell {
  margin-top: 30px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 12px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -35px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline-block;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  min-width: 18px;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  margin: 0 0 5px;
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/*
 * @@Create Date: Friday July 5th 2019
 * @@Modify Date: Friday July 5th 2019 4:09:30 pm
 * 
 * @filename: _module.less
 * 
 * +-------------------------------------------------------------------------------------------+
 * | MAGENPOW                                                                                  |
 * | @category: Magepow                                                                        |
 * | @copyright: Copyright (c) 2014 Magepow (http://www.magepow.com/)                          |
 * | @license: http://www.magepow.com/license-agreement                                        |
 * | @Author: Nguyen Ba Cuong                                                                  |
 * | @Position: Web design                                                                     |
 * +-------------------------------------------------------------------------------------------+
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 100%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 100%;
}
/*
 * @@Create Date: Friday July 5th 2019
 * @@Modify Date: Friday July 5th 2019 4:09:13 pm
 * 
 * @filename: _module.less
 * 
 * +-------------------------------------------------------------------------------------------+
 * | MAGENPOW                                                                                  |
 * | @category: Magepow                                                                        |
 * | @copyright: Copyright (c) 2014 Magepow (http://www.magepow.com/)                          |
 * | @license: http://www.magepow.com/license-agreement                                        |
 * | @Author: Nguyen Ba Cuong                                                                  |
 * | @Position: Web design                                                                     |
 * +-------------------------------------------------------------------------------------------+
 */
.block.newsletter .title {
  display: none;
}
.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;
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 6px;
  padding-right: 10px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-top: 10px;
  margin-bottom: 48px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-reorder .actions-toolbar .primary .action {
  line-height: unset;
}
.block-reorder .actions-toolbar .primary .action:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  color: #ffffff;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #dddddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #dddddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  color: #ff5555;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #ff5555;
  font-weight: 500;
}
.block-collapsible-nav .item.current a {
  color: #ff5555;
}
body {
  background-color: #ffffff;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
  float: left;
  max-width: 50%;
  margin: 0 0 10px 40px;
}
.logo img {
  max-width: 100%;
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
/* styles common for person deverlop */
html body {
  overflow-x: hidden;
}
img {
  height: auto;
  max-width: 100%;
}
.btn {
  /*padding: 0 35px;*/
}
.hidden {
  display: none !important;
}
.table tr td,
.table tr th {
  border-top: 0;
}
/*.loading_img {
        .products.wrapper.grid .product-item .product-item-info .product-hover, .products.wrapper.list .product-item .product-item-info .product-hover, .sidebar .social-instagram, .modal-slide.alo-video .product-video {
            background-image: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/images/loader_black.svg);
            background-size: 30px auto;
            background-position: center center;
            background-repeat: no-repeat;
            overflow: hidden;
        }
    }*/
.checkout-index-index .sections.nav-sections {
  display: block;
}
.toggle-tab {
  cursor: pointer;
}
.cms-sale-products .columns {
  position: relative;
  z-index: 1;
}
.cart.table-wrapper .table tbody + tbody {
  border-top: 0;
}
label[for="accept_gdpr"] {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.magepow-gdpr-checkbox.choice {
  display: table;
  position: relative;
  margin-bottom: 30px !important;
}
.magepow-gdpr-checkbox.choice > .checkbox,
.magepow-gdpr-checkbox.choice > .label {
  display: table-cell;
}
.magepow-gdpr-checkbox.choice > .label ~ .mage-error {
  position: absolute;
  left: 0;
  top: 16px;
}
.region.required select {
  background-position: 98% 50%;
  height: 40px;
}
.page-layout-1column.cms-sale-products .block_widget .product-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.page-layout-1column.cms-sale-products .block_widget .product-items .product-item .actions-secondary {
  padding-left: 16px;
  padding-right: 16px;
}
.actions-toolbar .action.login {
  padding: 0 35px;
  height: 40px;
  line-height: 36px;
  font-size: 1.4rem;
  font-weight: 600;
}
.nav-open .nav-sections .switcher-options .switcher-trigger span:after {
  display: none;
}
.nav-open .nav-sections-item-content .top-link-mywishlist:before {
  display: none;
}
.vmagicmenu .block-title .vmagicmenu-subtitle:after {
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  content: "\f107";
}
.hot-categories {
  padding-top: 30px;
}
.blog-page .page-title-wrapper {
  display: none;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-item-photo .post-ftimg-hld .blog-image img {
  width: 100%;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-header .post-title-holder {
  margin-bottom: 20px;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-header .post-title-holder .post-title {
  font-size: 26px;
  text-transform: capitalize;
  padding-top: 12px;
  margin-bottom: 5px;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-header .post-title-holder .post-info .post-posed-date {
  font-size: 14px;
  color: #666666;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-header .post-title-holder .post-author .post-author {
  font-size: 14px;
  color: #666666;
  padding-left: 13px;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-text-hld p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-read-more {
  margin-top: 9px;
  background-color: #63ab04;
  border-color: #63ab04;
  transition: all .1s;
  width: 168px;
  line-height: 40px;
  height: auto;
  font-size: 14px;
  text-transform: none;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-read-more:hover {
  text-decoration: none;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
}
.blog-page .column.main .post-view .post-bottom .block .block-content .item {
  list-style-type: none;
}
.blog-page .sidebar .blog-search .block-content .form .search .control .input-text {
  height: 46px;
  border-radius: 3px;
  border: 2px solid #e6e6e6;
}
.blog-page .sidebar .blog-search .block-content .form .actions .action {
  width: 50px;
  height: 50px;
}
.blog-page .sidebar .blog-search .block-content .form .actions .action:before {
  content: "\e921";
  font-family: 'Gokko-Icon';
  font-size: 17px;
  color: #aaaaaa;
}
.blog-page .sidebar .blog-search .block-content .form .actions .action:hover:before {
  color: #63ab04;
}
.blog-page .sidebar .block-recent-posts .block-content .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 0;
}
.blog-page .sidebar .block-recent-posts .block-content .item .post-item-link {
  width: 80px;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info {
  width: calc(100% - 80px - 10px);
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .title {
  margin-bottom: -5px;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .title h3 {
  font-size: 16px;
  color: #333333;
  margin-top: -4px;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .title h3:hover {
  color: #549104;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta {
  display: flex;
  flex-wrap: wrap;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta .post-author {
  font-size: 13px;
  color: #666666;
  line-height: normal;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta .post-posed-date {
  justify-content: flex-end;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta .post-posed-date .label {
  display: none;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta .post-posed-date .value {
  font-size: 13px;
  color: #888888;
  line-height: normal;
}
.blog-page .sidebar .block-archive .block-content {
  display: flex;
  flex-wrap: wrap;
}
.blog-page .sidebar .block-archive .block-content .item {
  border-bottom: none;
  margin-right: 20px;
}
.blog-page .sidebar .block-tagclaud .tagclaud-hld {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.blog-page .sidebar .block-tagclaud .tagclaud-hld .largest {
  border: 0;
  line-height: unset;
  margin-right: 9px;
  margin-bottom: 12px;
}
.blog-page .sidebar .block-tagclaud .tagclaud-hld .largest a {
  border: 1px solid #e6e6e6;
  padding: 6px 18px;
  border-radius: 3px;
  line-height: 27px;
  color: #888888;
}
.blog-page .sidebar .block-tagclaud .tagclaud-hld .largest a:hover {
  color: #333333;
  text-decoration: none;
}
.blog-page .widget.block.block-categories .block-title {
  background-color: #63ab04;
  text-align: left;
  padding: 0;
  border: none;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.blog-page .widget.block.block-categories .block-title strong {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 49px;
}
.blog-page .widget.block.block-categories .accordion {
  padding-top: 0;
  padding-left: 19px;
  padding-right: 19px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top: 0px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}
.blog-page .widget.block.block-categories .accordion li {
  position: relative;
  padding-left: 25px;
}
.blog-page .widget.block.block-categories .accordion li:before {
  content: "\f096";
  font-family: fontawesome;
  position: absolute;
  font-size: 14px;
  color: #dddddd;
  left: 0;
}
.blog-page .widget.block.block-categories .accordion li ul {
  margin: 0;
}
.blog-page .widget.block.block-categories .accordion li ul li {
  padding-left: 25px;
  border: none;
}
.blog-page .widget.block.block-categories .accordion li ul li:before {
  content: "\f147";
  font-family: fontawesome;
  position: absolute;
  font-size: 14px;
  color: #dddddd;
  left: 0;
}
/* check out */
.table.table-totals .mark {
  background: transparent;
}
.methods-shipping .table-checkout-shipping-method .row {
  display: table-row;
}
.methods-shipping .table-checkout-shipping-method .row .col {
  display: table-cell;
  border-right: 1px solid #e6e6e6;
}
.field-tooltip .label {
  position: absolute;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.field-tooltip .label:after {
  content: "";
  position: absolute;
  border-top: solid 5px #000;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
}
.field-tooltip:hover .label {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.shopbrand .item a:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
/* mailto */
.action.mailto {
  display: none;
}
.product-addto-links {
  display: inline-block;
  margin-bottom: 10px;
}
.product-addto-links .action {
  display: inline-block;
}
.product-addto-links .action.towishlist {
  margin-right: 40px;
}
.product-info-main .price-box {
  /*> .product-addto-links {
            margin-bottom: 5px;
        }*/
}
.product-info-main .price-box .price-to {
  margin-bottom: 0;
}
.bundle-actions {
  margin-bottom: 20px;
  display: inline-block;
  max-width: 270px;
  margin-right: 16px;
}
.bundle-actions .action {
  min-width: 270px;
}
.bundle-actions .action span {
  font-weight: 500;
  font-size: 1.5rem;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: block;
}
.bundle-options-container .legend.title {
  font-size: 2.3rem;
}
.bundle-options-container .nested .field.qty .label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  text-transform: capitalize;
}
.bundle-options-container .bundle-info .product-details .product.name {
  font-size: 1.7rem;
  color: #222222;
  font-weight: normal;
}
.bundle-options-container .legend.title,
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 2.3rem;
}
.alo-social-links .title-social {
  display: inline-block;
}
.alo-social-links .icon-share {
  display: inline-block;
}
.alo-social-links .icon-share:before {
  display: none;
}
.alo-social-links .icon-share li {
  display: inline-block;
  font-size: 18px;
}
.alo-social-links .icon-share li:not(:last-child) {
  margin-right: 10px;
}
/* post view */
.post-actions {
  display: table;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 65px !important;
}
.post-actions .action {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 23px 15px;
  font-size: 15px;
}
.post-actions .action a {
  color: #000;
}
.post-actions .action a:hover {
  color: #63ab04;
}
.post-actions .action a:after {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 21px;
}
.post-actions .action.next-action {
  text-align: right;
  padding-right: 15px;
}
.post-actions .action.next-action a:after {
  content: "\f0da";
  left: auto;
  right: 0;
}
.post-comments .fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important;
}
.post-view .block.comments {
  margin-bottom: 48px;
}
.blog-page .column.main .post-view .post-bottom .block.related-post .block-content {
  margin-left: -15px;
  margin-right: -15px;
}
.related-post .block-title {
  margin-bottom: 20px;
}
.post-bottom .block-content .products.wrapper .item a {
  font-size: inherit;
}
.post-view .block.related.related-post ol.block-content .post-item-link,
.post-view .block.crosssell.related-post ol.block-content .post-item-link,
.post-view .block.upsell.related-post ol.block-content .post-item-link {
  display: block;
  margin-bottom: 6px;
  text-transform: capitalize;
  line-height: 1.3;
  font-size: 14px;
}
.post-view .block.related.related-post ol.block-content .value,
.post-view .block.crosssell.related-post ol.block-content .value,
.post-view .block.upsell.related-post ol.block-content .value {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #788188;
}
.blog-image {
  margin-bottom: 10px;
}
.page-header {
  position: relative;
  z-index: 6;
}
/* price slider */
.ui-slider-horizontal {
  height: 5px;
  margin-left: 7px;
  margin-right: 7px;
  background-color: #dddddd;
}
.ui-slider .ui-slider-range {
  height: 4px;
  background-color: #63ab05;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
}
.ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  top: -4px;
  background-color: #63ab05;
  margin-left: -6px;
}
.filter-current .filter-current-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  display: inline-block;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0;
}
.bundle-options-wrapper .fieldset p.required {
  margin-top: 18px;
  color: #e02b27;
}
.block-bundle-summary .product-details > .product-addto-links {
  display: none;
}
/* related upsell crosssell*/
.related .choice.related {
  display: none;
}
.related {
  z-index: 2;
}
.upsell,
.crosssell {
  z-index: 1;
}
.related.related-post .slick-slider {
  display: block;
  width: auto;
}
.related,
.upsell,
.crosssell {
  position: relative;
}
.related .slick-slider,
.upsell .slick-slider,
.crosssell .slick-slider {
  display: inline-block;
  width: 100%;
}
.related .slick-slider .slick-list,
.upsell .slick-slider .slick-list,
.crosssell .slick-slider .slick-list {
  /*transition: all .3s ease 0s;*/
}
.related .slick-slider:hover .slick-list,
.upsell .slick-slider:hover .slick-list,
.crosssell .slick-slider:hover .slick-list {
  margin-bottom: -82px;
  padding-bottom: 82px;
  padding: 5px 5px 82px;
  margin: -5px -5px -82px;
}
.related .block-title,
.upsell .block-title,
.crosssell .block-title {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.related .block-title strong,
.upsell .block-title strong,
.crosssell .block-title strong {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
}
.related .block-subtitle,
.upsell .block-subtitle,
.crosssell .block-subtitle {
  display: none;
}
.related .products.wrapper .product-item .product-item-info:hover,
.upsell .products.wrapper .product-item .product-item-info:hover,
.crosssell .products.wrapper .product-item .product-item-info:hover {
  margin-bottom: -65px;
  padding-bottom: 65px;
}
.related .products.wrapper .product-item .product-item-info .hover-box .add-to-links .icon,
.upsell .products.wrapper .product-item .product-item-info .hover-box .add-to-links .icon,
.crosssell .products.wrapper .product-item .product-item-info .hover-box .add-to-links .icon {
  margin-right: 2px;
}
.related .products.wrapper .product-item.slick-active .product-item-info .product-hover:after,
.upsell .products.wrapper .product-item.slick-active .product-item-info .product-hover:after,
.crosssell .products.wrapper .product-item.slick-active .product-item-info .product-hover:after {
  content: "";
  position: absolute;
  height: 100%;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e6e6e6;
  left: -11px;
  top: 20px;
}
.related .products.wrapper .product-item.slick-current .product-item-info .product-hover:after,
.upsell .products.wrapper .product-item.slick-current .product-item-info .product-hover:after,
.crosssell .products.wrapper .product-item.slick-current .product-item-info .product-hover:after {
  opacity: 0;
  visibility: hidden;
}
.related .products.list.items > .item,
.upsell .products.list.items > .item,
.crosssell .products.list.items > .item {
  display: none;
}
.related .products.list.items .slick-list,
.upsell .products.list.items .slick-list,
.crosssell .products.list.items .slick-list {
  /*margin-bottom: -82px;
                padding-bottom: 82px;*/
}
.related .products.list.items .slick-arrow,
.upsell .products.list.items .slick-arrow,
.crosssell .products.list.items .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.related .products.list.items:hover .slick-arrow,
.upsell .products.list.items:hover .slick-arrow,
.crosssell .products.list.items:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.related .products.list.items:hover .slick-prev,
.upsell .products.list.items:hover .slick-prev,
.crosssell .products.list.items:hover .slick-prev {
  left: -25px;
}
.related .products.list.items:hover .slick-next,
.upsell .products.list.items:hover .slick-next,
.crosssell .products.list.items:hover .slick-next {
  right: -25px;
}
.post-view .product-items {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.post-view .product-items .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*.related .product-item.slick-active + .product-item.slick-active + .product-item.slick-active + .product-item.slick-active + .product-item.slick-active + .product-item.slick-slide .product-item-info .product-hover:after {
        display: none;
    }*/
/* popup quickview */
.modal-popup._show {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.modal-popup.modals-quickview .additional-timer-block {
  max-width: 460px;
  width: 100%;
}
.modal-popup.modals-quickview .additional-timer-block .slogan-countdown {
  color: #222222;
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down {
  margin-bottom: 15px;
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down .countdown {
  display: flex;
  margin-top: 21px;
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down .countdown .timer-box {
  margin-left: 23px;
  text-align: center;
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down .countdown .timer-box:first-child {
  margin-left: 0;
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down .countdown .timer-box span:first-child {
  line-height: 39px;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  background-color: #e6e6e6;
  width: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #222222;
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down .countdown .timer-box span:first-child b {
  font-weight: 400 !important;
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down .countdown .timer-box span:first-child:before {
  content: ":";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translate(0, -50%);
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down .countdown .timer-box:last-child span:first-child:before {
  display: none;
}
.modal-popup.modals-quickview .additional-timer-block .alo-count-down .countdown .timer-box .title {
  font-size: 14px;
  color: #666666;
  display: block;
}
.modal-popup.modals-quickview .additional-timer-block .product-deal-special-progress .deal-stock-label {
  display: flex;
  justify-content: space-between;
}
.modal-popup.modals-quickview .additional-timer-block .product-deal-special-progress .deal-progress {
  background-color: #f2f2f2;
  border-radius: 999px;
  width: 100%;
  margin-top: 5px;
}
.modal-popup.modals-quickview .additional-timer-block .product-deal-special-progress .deal-progress .deal-progress-bar {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #63ab04;
  transition: width .6s ease;
  font-size: 0;
  height: 13px;
  border-radius: 999px;
}
.modal-popup.modals-quickview .container {
  width: 100%;
  max-width: none;
}
.page-layout-1column .modal-popup.modals-quickview .columns .column.main,
.page-layout-2columns-left .modal-popup.modals-quickview .columns .column.main,
.page-layout-2columns-right .modal-popup.modals-quickview .columns .column.main,
.page-layout-3columns .modal-popup.modals-quickview .columns .column.main {
  padding-bottom: 0;
}
.page-layout-2columns-left .modals-quickview .columns .column.main,
.page-layout-2columns-right .modals-quickview .columns .column.main {
  width: 100%;
}
.page-layout-1column .modal-popup.modals-quickview .product-view > .row,
.page-layout-2columns-left .modal-popup.modals-quickview .product-view > .row,
.page-layout-2columns-right .modal-popup.modals-quickview .product-view > .row,
.page-layout-3columns .modal-popup.modals-quickview .product-view > .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box,
.page-layout-2columns-left .modal-popup.modals-quickview .product.media.product-img-box,
.page-layout-2columns-right .modal-popup.modals-quickview .product.media.product-img-box,
.page-layout-3columns .modal-popup.modals-quickview .product.media.product-img-box {
  float: left;
  display: block;
  width: 50%;
  padding-left: 0;
}
.page-layout-1column .modals-quickview .product-info-main.product-shop,
.page-layout-2columns-left .modals-quickview .product-info-main.product-shop,
.page-layout-2columns-right .modals-quickview .product-info-main.product-shop,
.page-layout-3columns .modals-quickview .product-info-main.product-shop {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-right: 0;
}
.fotorama__dot {
  width: 10px !important;
  height: 10px !important;
  background-color: #858585;
}
.gallery-placeholder {
  min-height: 210px;
}
.modal-popup.modals-quickview .modal-inner-wrap {
  width: auto;
  max-width: 920px;
}
.modal-popup.modals-quickview .swatch-opt {
  margin-top: 20px;
}
.modal-popup.modals-quickview .product-info-main.product-shop {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.modal-popup.modals-quickview .product-info-main.product-shop::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.modal-popup.modals-quickview .product-info-main.product-shop::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.modal-popup.modals-quickview .product-info-main.product-shop::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851;
}
.modal-popup.modals-quickview .product-info-main.product-shop::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modal-popup.modals-quickview .page-title-wrapper.product .page-title {
  margin-top: 25px;
}
.modal-popup.modals-quickview .product-view {
  margin-bottom: 0;
}
.modal-popup.modals-quickview .product {
  margin-top: 0;
}
.modal-popup.modals-quickview .modal-content {
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  scrollbar-width: thin;
}
.modal-popup.modals-quickview .modal-content::-webkit-scrollbar {
  width: 0px;
}
.modal-popup.modals-quickview .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-popup.modals-quickview .modal-content::-webkit-scrollbar-thumb {
  background: #788188;
}
.modal-popup.modals-quickview .modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modal-popup.modals-quickview .bundle-options-container {
  position: relative;
  padding-left: 30px;
  padding-top: 30px;
  padding-top: 0;
  margin-bottom: 0;
}
.modal-popup.modals-quickview .bundle-options-container .product-options-wrapper {
  width: 65%;
}
.modal-popup.modals-quickview .bundle-options-container .product-options-wrapper .legend.title {
  font-size: 2rem;
}
.modal-popup.modals-quickview .bundle-options-container .product-add-form {
  padding-top: 30px;
}
.modal-popup.modals-quickview .product-shop-content {
  padding-right: 15px;
  padding-bottom: 30px;
}
/* subcrible */
.block.newsletter .input-box .visible {
  position: relative;
}
.block.newsletter .form.subscribe .control input + .mage-error {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  left: 35px;
  top: 100%;
  margin-top: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 11px 15px 9px;
  width: 200px;
  z-index: 1;
}
.block.newsletter .form.subscribe .control input + .mage-error:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  top: -16px;
  left: 15px;
}
.block.newsletter .form.subscribe .control input + .mage-error:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  top: -14px;
  left: 16px;
}
/* Ajax cart */
.modal-popup.modal-slide.modals-ajaxcart .action-close {
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0) !important;
}
.modal-popup.modal-slide.modals-ajaxcart .action-close:before,
.modal-popup.modal-slide.modals-ajaxcart .action-close:after {
  height: 15px;
  border-left: solid 1px #333333;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item:before,
.modal-popup.modal-slide.modals-ajaxcart .product-item:after {
  content: "";
  display: table;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item:after {
  clear: both;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-photo {
  float: left;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-details {
  width: calc(100% - 80px);
  float: left;
  padding-left: 15px;
  text-align: left;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-details .product-item-name {
  font-weight: normal;
  color: #555;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-details .fakeUpdateCart {
  font-size: 1.1rem;
  vertical-align: top;
  display: none;
  height: 33px;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-item-details .fakeUpdateCart:hover {
  opacity: .8;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .fakeQtycart {
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 33px;
}
.modal-popup.modal-slide.modals-ajaxcart .product-item .product-price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 9px;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 450px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
  position: absolute;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .modal-header {
  border-bottom: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .header {
  font-size: 22px;
  font-family: "poppins", sans-serif;
  display: none;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .header strong {
  font-weight: 400;
  color: #000;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .cart-info {
  display: none;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .message {
  margin-top: 0;
  padding: 5px;
  padding-left: 30px;
  background-color: #e5efe5;
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #006400;
  position: relative;
  line-height: 25px;
  font-family: 'lato', sans-serif;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .message a {
  color: #000;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .message:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: -5px;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .product-image > img {
  /*width: 80px;
                        height: 80px;
                        object-fit: cover;
                        border-radius: 50%;*/
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .items-count {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .items-count a {
  color: #222;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .congratulation {
  margin-bottom: 20px;
  background-color: #63ab04;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .subtotal {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .products-ordered {
  margin-bottom: 30px;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .products-ordered .block-title strong {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #4d5959;
  text-transform: capitalize;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .popup > .action {
  padding-top: 20px;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .popup > .action .btn-viewcart {
  margin-bottom: 15px;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .popup > .action button {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 41px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 15px;
  background-color: #63ab04;
  border-radius: 3px;
  color: #fff;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .popup > .action button:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .popup > .action button.checkout {
  color: #333333;
  background-color: #dddddd;
  border-color: #dddddd;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .popup > .action button.checkout:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  color: #fff;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .popup > .block {
  margin-bottom: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .ajaxcart-wrapper-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.modal-popup.modal-slide.modals-ajaxcart .ajaxcart-wrapper-main .product-image {
  width: 85px;
}
.modal-popup.modal-slide.modals-ajaxcart .actions {
  padding-left: 10px;
  width: calc(100% - 85px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-popup.modal-slide.modals-ajaxcart .actions .action {
  border-width: 1px;
  display: inline-block;
  line-height: 32px;
  height: 35px;
  padding: 0 20px;
  width: 100%;
  text-transform: uppercase;
  border-style: solid;
  border-color: #63ab04;
  background-color: #63ab04;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 13px;
}
.modal-popup.modal-slide.modals-ajaxcart .actions .checkout-link {
  margin-right: 15px;
}
.modal-popup.modal-slide.modals-ajaxcart .actions .full-width {
  width: auto !important;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-content {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-content .block-content {
  padding-left: 0;
  padding-right: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .modal-content .block-content .ajax-cart-slick-slider {
  padding: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .freeShipping_message {
  background-color: #e5efe5;
  color: #006400;
  margin-bottom: 15px;
}
.modal-popup.modal-slide.modals-ajaxcart .action a {
  display: block;
  text-decoration: none;
}
.modal-popup.modal-slide.modals-ajaxcart .action a:hover {
  opacity: .8;
}
.modal-popup.modal-slide.modals-ajaxcart .product-reviews-summary {
  display: block;
}
.modal-popup.modal-slide.modals-ajaxcart .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.modal-popup.modal-slide.modals-ajaxcart .product-reviews-summary .reviews-actions {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.modal-popup.modal-slide.modals-ajaxcart .product-reviews-summary .reviews-actions .action {
  font-size: 12px;
  margin-right: 0;
}
.modal-popup.modal-slide.modals-ajaxcart .products-products-ordered .slick-arrow {
  display: none !important;
}
.modal-popup.modal-slide.modals-ajaxcart .products-products-ordered:hover .slick-arrow {
  display: block !important;
}
#ajax-suggest .ajax-cart-slick-slider {
  display: none;
}
#ajax-suggest .slick-initialized {
  display: block;
}
.products.wrapper.grid .product-item .add-to-links {
  margin-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
}
/* confirm remove product minicart */
.modal-popup.confirm .modal-inner-wrap {
  max-width: 32rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding: 20px 15px;
  font-size: 16px;
  font-style: italic;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: none;
}
/* message register newsletter popup*/
.modal-popup.popup-messages .modal-content {
  padding: 0;
  margin-bottom: 0;
}
.modal-popup.popup-messages .modal-content .message.success,
.modal-popup.popup-messages .modal-content .message.error {
  margin-bottom: 0;
}
.modal-popup.popup-messages .action-close {
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0) !important;
}
/* mini cart */
.minicart-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
}
.minicart-wrapper .block {
  margin-bottom: 0;
}
.minicart-wrapper .product.product-item .actions {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2;
}
.minicart-wrapper .action.showcart {
  background-color: #ffffff;
  padding: 0;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  padding-top: 28px;
  color: #666;
}
.minicart-wrapper .action.showcart:hover .minicart-text .cart-title {
  color: #63ab04;
}
.minicart-wrapper .action.showcart:hover,
.minicart-wrapper .action.showcart:focus {
  text-decoration: none;
}
.minicart-wrapper .action.showcart .crat-icon {
  font-size: 20px;
  /*color: #333333;*/
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.minicart-wrapper .action.showcart .crat-icon:before {
  content: "\e939";
  font-family: Gokko-Icon;
  font-size: 2.4rem;
  line-height: 32px;
}
.minicart-wrapper .action.showcart .crat-icon .counter.qty {
  position: absolute;
  width: 22px;
  height: 22px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  background-color: #63ab04;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  top: -7px;
  right: -15px;
}
.minicart-wrapper .action.showcart .minicart-text {
  vertical-align: middle;
  display: block;
}
.minicart-wrapper .action.showcart .minicart-text .cart-title {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  font-weight: 400;
}
.minicart-wrapper .action.showcart .minicart-text .price {
  display: none;
}
.minicart-wrapper div.minprogress {
  border: none;
  background-color: #eee;
}
.minicart-wrapper .minprogress .minprogress-active {
  background-color: #63ab04;
  top: 0;
  left: 0;
}
.minicart-wrapper dl.product.options.list dt,
.minicart-wrapper dl.product.options.list dd {
  display: inline-block;
}
.minicart-wrapper dl.product.options.list dt:after {
  content: ":";
  display: inline-block;
}
.minicart-wrapper dl.product.options.list dd {
  margin-bottom: 8px;
  line-height: 21px;
  margin-left: 3px;
  margin-right: 8px;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart {
  z-index: 799;
  position: absolute;
  top: 116%;
  border-width: 0;
  border-style: solid;
  width: 300px;
  margin: 0;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  display: none;
  border-top: 2px solid #63ab04;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #549104;
  color: #fff;
}
.minicart-wrapper .block-minicart .block-content .subtotal + .actions > .secondary {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content .actions + .actions > .primary {
  margin: 0 0 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  max-height: 245px;
  overflow-y: auto;
  height: auto !important;
  scrollbar-width: thin;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 2px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #788188;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #e6e6e6;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item > .product {
  margin-top: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options > .toggle:after {
  color: #2a2a2a;
  margin: 0 0 0 5px;
  position: static;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 0px 6px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item:first-child {
  border-top: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .action.edit {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .action.delete {
  position: absolute;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #dddddd;
  color: #727272;
  border-radius: 50%;
  text-decoration: none;
  bottom: -8px;
  right: -8px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .action.delete:hover {
  color: #000;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .action.delete:after {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details {
  padding-left: 103px;
  text-align: left;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions {
  margin: -25px 0 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-name a {
  font-size: 14px;
  font-weight: normal;
  color: #555;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-name a:hover {
  color: #63ab04;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .price-container .price {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty label {
  color: #555;
  font-size: 14px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions .primary {
  margin-right: 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions .edit > span,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions .delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions .edit:before,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions .delete:before {
  color: #000;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  opacity: .3;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions .delete:before {
  content: "\f00d";
}
.minicart-wrapper .block-minicart .block-content .actions .secondary {
  margin: 0 10px 0;
}
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 15px;
  background-color: #63ab04;
  color: #fff;
  border: 0px solid #dfdfdf;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover {
  background-color: #549104;
  text-decoration: none;
  color: #fff;
}
.minicart-wrapper .block-minicart .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  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;
  color: #333;
  display: none;
}
.minicart-wrapper .block-minicart .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 .block-minicart .action.close:before {
  color: inherit;
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.minicart-wrapper .block-minicart .items-total {
  float: right;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  display: none;
}
.minicart-wrapper .block-minicart .subtotal {
  padding: 15px 0;
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #e6e6e6;
  margin-top: 10px;
}
.minicart-wrapper .block-minicart .subtotal .label {
  font-size: 14px;
  font-weight: normal;
  color: #555;
}
.minicart-wrapper .block-minicart .subtotal .amount.price-container {
  display: inline-block;
}
.minicart-wrapper .block-minicart .subtotal .amount.price-container .price {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  bottom: 11px;
}
.minicart-items .product > .product-item-photo {
  border: 1px solid #f7f7f7;
  position: relative;
}
.minicart-items .product .item-qty {
  margin-right: 5px;
}
.minicart-items .product .update-cart-item {
  padding: 7px 7px;
}
.minicart-wrapper .block-minicart {
  padding: 28px 20px;
}
body.loading_img .lazyload {
  background-size: unset;
}
/* cookies */
.message.global.cookie.magepow-gdpr-cookie-notice {
  -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  background-color: #000;
  color: #ffffff;
}
.message.global.cookie.magepow-gdpr-cookie-notice #privacyLink {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  line-height: 1.6;
}
.message.global.cookie.magepow-gdpr-cookie-notice #privacyLink:hover {
  border-bottom-style: dashed;
}
.magepow-gdpr-cookie-notice.message.global h3 {
  display: none;
}
.magepow-gdpr-cookie-notice.message.global {
  line-height: 25px !important;
}
.magepow-gdpr-cookie-notice.message.global .content > div {
  display: inline-block;
}
.magepow-gdpr-cookie-notice.message.global .content > .actions {
  margin-top: 0;
  line-height: 18px;
  margin-left: 30px;
}
.magepow-gdpr-cookie-notice.message.global .content .btn-cookie {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0 10px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #63ab04;
  background-color: #63ab04;
  color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.magepow-gdpr-cookie-notice.message.global .content .btn-cookie:hover {
  opacity: .8;
}
.magepow-gdpr-cookie-notice.message.global .notice-cookie-content {
  font-family: "Poppins", sans-serif;
}
.catalog-product-view .magepow-gdpr-cookie-notice.message.global {
  display: none !important;
}
.cookie-message .notify-slider-wrapper {
  bottom: 75px;
}
.show-add-cart-bottom .notify-slider-wrapper {
  bottom: 110px;
}
.close-menu {
  display: none;
}
/* modal popup, modal slide common */
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
  overflow-y: visible;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.modal-popup .modal-header,
.modal-slide .modal-header {
  padding: 0;
}
.modal-popup .action-close,
.modal-slide .action-close,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close {
  width: 24px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  background-color: transparent;
  right: 0;
  top: 3px;
  z-index: 99999;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #333;
}
.modal-popup .action-close:before,
.modal-slide .action-close:before,
.modal-popup .action-close:after,
.modal-slide .action-close:after,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close:before,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close:after {
  content: "";
  height: 24px;
  border-left: solid 2px #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .action-close:before,
.modal-slide .action-close:before,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-popup .action-close:after,
.modal-slide .action-close:after,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-popup.confirm .modal-content,
.modal-slide.confirm .modal-content {
  padding: 30px;
}
/* modal newsletter */
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] {
  padding: 0 46px;
  top: 38%;
  transform: translateY(-50%);
}
.modal-popup.modal-slide.popup-newsletter #popup-newsletter {
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  line-height: 1;
  padding-top: 59px;
}
.modal-popup.modal-slide.popup-newsletter .modal-content {
  padding: 0;
  position: static;
  background-color: rgba(0, 0, 0, 0);
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content {
  /*max-width: 408px;
                padding: 0 30px;*/
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .block-title {
  display: none;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content > .caption {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  padding: 0;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.5;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content > .caption span {
  color: #63ab04;
  text-decoration: underline;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subcribe-box {
  padding: 0;
  margin-bottom: 18px;
  max-width: 330px;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .input-box {
  margin-bottom: 15px;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .input-box .input-text {
  height: 45px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .actions {
  margin-bottom: 18px;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .actions .action.button {
  width: 100%;
  height: 45px;
  line-height: 43px;
  padding: 0 9px;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all .3s;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .actions .action.button span {
  font-size: 14px;
  font-weight: 600;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .actions .action.button:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  color: #ffffff;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .caption.coupon {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-align: center;
  text-decoration: underline;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subscribe-bottom > label {
  color: #666;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subscribe-bottom input.no-view {
  display: none;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subscribe-bottom input.no-view + span {
  width: 13px;
  height: 13px;
  display: inline-block;
  float: left;
  margin-right: 8px;
  border: 1px solid #666;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subscribe-bottom input.no-view:checked + span {
  position: relative;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subscribe-bottom input.no-view:checked + span:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .block-content .vaild {
  font-size: 13px;
  font-weight: normal;
  color: #888;
  margin-bottom: 0;
  margin-top: 10px;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .banner-newsletter-popup {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.modal-popup.modal-slide.popup-newsletter .modal-content .banner-newsletter-popup img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.modal-popup.modal-slide.popup-newsletter .promo-text {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
}
.stickyCart {
  padding: 10px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.stickyCart .stickyChild {
  height: auto;
}
.stickyCart .stickyChild .contentHide {
  margin-right: 10px;
}
.stickyCart .stickyChild .contentHide:first-child {
  margin-right: 18px;
}
.stickyCart .stickyChild .contentHide .btn-cart-bottom {
  height: 35px;
  line-height: 33px;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 500;
  background-color: #64ab05;
  color: #fff;
  border-color: #64ab05;
  border-radius: 3px;
}
.stickyCart .stickyChild .contentHide .btn-cart-bottom:hover {
  background-color: #64ab05;
  opacity: .8;
}
.stickyCart .custom-qty.control .input-text {
  background-color: #ffffff;
  color: #000;
}
.stickyCart .stickyChild .clSticky {
  padding: 0;
}
.stickyCart .stickyChild .clSticky #btnSticky {
  height: 35px;
  line-height: 33px;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 500;
  background-color: #64ab05;
  color: #fff;
  border-color: #64ab05;
  border-radius: 3px;
}
.stickyCart .stickyChild .clSticky #btnSticky:hover {
  background-color: #64ab05;
  opacity: .8;
}
.stickyCart .stickyChild #parentQtySticky {
  padding: 0;
  height: auto;
}
.stickyCart .alo-count-down {
  margin-bottom: 0;
}
.stickyCart .alo-count-down .countdown .timer-box {
  width: auto;
  height: auto;
  background-color: transparent;
  display: inline-block;
}
.stickyCart .alo-count-down .countdown .timer-box b,
.stickyCart .alo-count-down .countdown .timer-box .title {
  color: #ffffff;
}
.stickyCart .alo-count-down .countdown .timer-box b {
  font-size: 20px;
  margin-top: 0;
  letter-spacing: 1px;
}
.stickyCart .alo-count-down .countdown .timer-box .title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  display: block;
}
.stickyCart .alo-count-down .countdown .timer-box:not(:last-child) {
  margin-right: 15px;
}
.product-reviews-summary {
  display: block;
}
.product-reviews-summary .rating-summary,
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
}
.header .search-area .searchsuite-autocomplete,
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
  max-height: 350px;
  overflow-y: auto;
  margin-top: 0;
  scrollbar-width: thin;
}
.header .search-area .searchsuite-autocomplete::-webkit-scrollbar,
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.header .search-area .searchsuite-autocomplete::-webkit-scrollbar-track,
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.header .search-area .searchsuite-autocomplete::-webkit-scrollbar-thumb,
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851;
}
.header .search-area .searchsuite-autocomplete::-webkit-scrollbar-thumb:hover,
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* product video */
.modal-popup.alo-video .modal-inner-wrap {
  height: 100%;
  height: calc(100vh - 100px);
  width: auto;
  max-width: 900px;
}
.modal-popup.alo-video .product-video {
  height: 100%;
  width: 100%;
}
.modal-popup.alo-video .modal-content {
  margin-bottom: 0;
  height: 100%;
}
.modal-popup.alo-video .modal-footer {
  display: none;
}
.fotorama.fotorama--fullscreen {
  z-index: 900 !important;
}
.page-footer .footer-links-company .footer-copyright #backtotop {
  z-index: 99999;
}
/* related post */
.catalog-product-view .block.related-posts {
  margin-bottom: 30px;
}
.catalog-product-view .block.related-posts .block-content {
  padding: 0 15px !important;
}
.catalog-product-view .block.related.related-posts ol.block-content {
  margin-left: 0;
  margin-right: 0;
}
/* related product */
.block.related-products .choice.related {
  display: none;
}
/* menu have icon menu, account, setting lengueage, currency*/
.nav-open .container-fluid .header-right-menu {
  text-align: left;
}
.nav-open .nav-sections .switcher {
  padding: 0;
  font-weight: normal;
}
.nav-open .page-header .switcher strong,
.nav-open .page-footer .switcher strong {
  font-weight: 400;
}
.nav-open .nav-sections .top-form-language .switcher .switcher-options .switcher-dropdown li a,
.nav-open .nav-sections .currency_top .switcher .switcher-options .switcher-dropdown li a {
  font-size: 1.4rem;
  font-weight: 400;
}
.nav-open .close-menu {
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #63ab04;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.6rem;
  z-index: 90;
}
.nav-open .close-menu i {
  position: absolute;
  font-size: 40px;
  top: 0;
  right: 0;
  width: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  opacity: 1;
}
.nav-open .nav-sections-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-open .nav-sections-item-title {
  display: none;
  order: 0;
  margin: 20px 0;
  border: 0;
  width: auto;
  background-color: transparent;
  padding-top: 0;
  height: auto;
  margin-bottom: 5px;
}
.nav-open .nav-sections-item-title.active + .nav-sections-item-content {
  display: block !important;
}
.nav-open .nav-sections-item-title:not(:first-child) {
  margin-left: 15px;
}
.nav-open .nav-sections-item-title a {
  color: #000;
  font-size: 0;
}
.nav-open .nav-sections-item-title a:hover {
  color: #222;
}
.nav-open .nav-sections-item-title a:before {
  content: "";
  font-size: 2.8rem;
}
.nav-open .nav-sections-item-title a[href="#store.menu"]:before {
  content: '\e609';
  font-family: 'icons-blank-theme';
}
.nav-open .nav-sections-item-title a[href="#store.links"]:before {
  content: "\e605";
  font-family: "Pe-icon-7-stroke";
}
.nav-open .nav-sections-item-title a[href="#store.settings"]:before {
  content: "\e666";
  font-family: "Pe-icon-7-stroke";
}
.nav-open .nav-sections-item-title.active a {
  color: #222;
  text-decoration: none;
}
.nav-open .nav-sections-item-content {
  width: 100%;
  order: 1;
  display: none !important;
}
.nav-open .nav-sections-item-content > * {
  display: block;
}
.nav-open .nav-sections-item-content > div {
  padding: 0 34px;
}
.nav-open .nav-sections-item-content > div:not(:first-child) {
  margin-top: 20px;
}
.nav-open .nav-sections {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -sand-transform: translate3d(0, 0, 0);
}
.nav-open .nav-sections .switcher-trigger strong:after {
  display: none;
}
.nav-open .nav-sections .switcher {
  border: 0;
}
.nav-open .nav-sections .nav-sections-item-title {
  display: block;
}
.nav-open .nav-sections .top-form-language .toggle strong span,
.nav-open .nav-sections .currency_top .toggle strong span {
  color: #000;
  font-size: 1.4rem;
}
.nav-open .nav-sections .top-form-language .switcher,
.nav-open .nav-sections .currency_top .switcher {
  display: block;
}
.nav-open .nav-sections .top-form-language .switcher .switcher-options .action.toggle,
.nav-open .nav-sections .currency_top .switcher .switcher-options .action.toggle {
  position: relative;
  cursor: pointer;
  color: #000;
}
.nav-open .nav-sections .top-form-language .switcher .switcher-options .action.toggle:before,
.nav-open .nav-sections .currency_top .switcher .switcher-options .action.toggle:before {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.nav-open .nav-sections .top-form-language .switcher .switcher-options .action.toggle.active:before,
.nav-open .nav-sections .currency_top .switcher .switcher-options .action.toggle.active:before {
  content: "\f106";
}
.nav-open .nav-sections .top-form-language .switcher .switcher-options .switcher-dropdown,
.nav-open .nav-sections .currency_top .switcher .switcher-options .switcher-dropdown {
  margin: 0;
  margin-top: 5px;
  padding: 5px 10px;
  border-top: solid 1px #ddd;
}
.nav-open .nav-sections .top-form-language .switcher .switcher-options .switcher-dropdown li a,
.nav-open .nav-sections .currency_top .switcher .switcher-options .switcher-dropdown li a {
  color: #000;
  padding: 0;
  font-size: 1.5rem;
}
.nav-open .nav-sections .top-form-language .switcher .switcher-options .switcher-dropdown li a:hover,
.nav-open .nav-sections .currency_top .switcher .switcher-options .switcher-dropdown li a:hover {
  color: #222;
}
.nav-open .nav-sections .top-form-language .toggle strong span {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 23px;
}
.nav-open .nav-sections .top-form-language .switcher .switcher-options .switcher-dropdown li a {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 23px;
}
.nav-open .nav-sections .header2.links2 {
  margin-bottom: 0;
  padding: 0 34px;
  text-align: left;
}
.nav-open .nav-sections .header2.links2 li {
  margin-bottom: 0;
}
.nav-open .nav-sections .header2.links2 li:not(:first-child) {
  margin-top: 20px;
}
.nav-open .nav-sections .header2.links2 a {
  color: #000;
  display: block;
  font-size: 1.4rem;
}
.nav-open .nav-sections .header2.links2 a:hover {
  color: #222;
}
.nav-open .nav-toggle:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 92;
  cursor: pointer;
}
.nav-open .nav-toggle span:before {
  content: "";
  display: block;
  position: fixed;
  z-index: 100;
  width: 20px;
  height: 20px;
  background: #000;
  top: 0;
  left: 0;
}
.search-area .toggle-tab {
  display: none;
}
.bundle-options-container .nested .field.qty {
  margin-top: 10px;
}
.opc-block-summary {
  margin-bottom: 0;
}
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
  z-index: 99999999 !important;
  top: 126% !important;
}
.modal-custom .action-close:before {
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  margin-left: 1px;
}
body.loading_img .block-recent-posts .lazyload {
  min-height: 200px;
}
body.loading_img .block-recent-posts img.loaded {
  min-height: unset;
}
.megashop {
  position: relative;
}
.megashop .ajax_loading {
  top: calc(50% - 25px);
}
.catalog-category-view .products.wrapper.grid .product-item,
.cms-sale-products .widget-product-grid .product-item {
  padding-bottom: 18px;
}
.catalog-category-view .products.wrapper.grid .product-item .product-item-info,
.cms-sale-products .widget-product-grid .product-item .product-item-info {
  padding-bottom: 0;
}
.catalog-category-view .products.wrapper.grid .product-item .product-item-info:hover,
.cms-sale-products .widget-product-grid .product-item .product-item-info:hover {
  margin-bottom: -84px;
  padding-bottom: 84px;
}
.catalog-category-view .sidebar-additional .products.wrapper.grid .product-item .product-item-info:hover {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cms-sale-products .block_widget.block-products-list.grid + .pager {
  clear: both;
}
.cms-sale-products .block_widget.block-products-list.grid + .pager .pages-label {
  display: none;
}
.cms-sale-products .block_widget.block-products-list.grid + .pager .toolbar-amount {
  display: none;
}
.product .product-item-info {
  background-color: #ffffff;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.magicproduct {
  position: relative;
}
.wishlist-index-index .product-item-inner > .product-item-actions {
  z-index: 2;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.edit:hover,
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.delete:hover {
  color: #64ab05;
}
.cms-index-index .page.messages {
  display: none;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .header-bottom .row {
    justify-content: center;
  }
  .header .content-cart .tool-header ul {
    width: auto;
  }
  .header .top-link-mywishlist,
  .header .top-link-mycompare,
  .minicart-wrapper .showcart .minicart-text .cart-title {
    font-size: 0;
  }
  /* search */
  .search-area .toggle-tab {
    display: block;
    cursor: pointer;
  }
  .search-area .toggle-tab .pe-7s-search {
    font-family: 'Gokko-Icon';
  }
  .search-area .toggle-tab .pe-7s-search:before {
    content: "\e921";
    font-size: 2.2rem;
  }
  .search-area .toggle-content {
    position: fixed;
    display: none;
    z-index: 99;
    width: 500px;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99999;
  }
  .search-area .toggle-content.visible {
    display: block;
  }
  .search-area.toggle-visible .toggle-tab:before {
    content: "";
    position: fixed;
    z-index: 98;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .nav-toggle-mobile {
    width: 26%;
  }
  .content-logo {
    width: 48%;
  }
  .content-logo .logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .switch-link-main {
    width: 26%;
  }
  .switch-link-main .header-setting > .top-links {
    display: none;
  }
  /* menu mobile */
  .header-vertical-menu {
    display: none;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-open .page-wrapper {
    /*left: 80%;
            left: calc(~"100% - 54px");*/
  }
  .nav-open .page-wrapper .recentorder {
    display: none;
  }
  .nav-open .page-wrapper .navigation-mobile {
    padding: 10px !important;
  }
  .nav-toggle {
    display: block !important;
    position: static;
  }
  .nav-toggle::before {
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
  }
  .row-header-content > .content-search {
    /*display: none;*/
  }
  .nav-sections-item-content > .navigation .nav-mobile,
  .sections .nav-sections-item-content > .navigation {
    display: block !important;
    padding: 0;
  }
  .magicmenu .nav-desktop {
    display: none !important;
  }
  .nav-before-open.nav-open .nav-toggle img {
    display: none;
  }
  .nav-before-open.nav-open .nav-toggle:before {
    color: #fff;
  }
  .nav-sections .navigation-mobile ul li a span.ui-menu-icon,
  .nav-sections .navigation-mobile ul li .level-top span.ui-menu-icon {
    display: none;
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc(100% - 54px);
    width: 300px;
    left: 0;
    transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate3d(-320px, 0, 0);
    -sand-transform: translate3d(-320px, 0, 0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    background-color: #ffffff;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 900;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
  }
  .nav-open .nav-toggle::after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .checkout-index-index .columns .column.main {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-sale-products .product .product-item-info .hover-box .add-to-links .action {
    font-size: 0;
  }
  .cms-sale-products .product .product-item-info .hover-box .add-to-links .icon {
    margin-right: 0;
  }
  .cms-sale-products .plus:before {
    content: "\e92d";
    font-family: 'Gokko-Icon';
  }
  .cart-container .cart-summary {
    width: 100%;
    float: none;
    top: 0 !important;
  }
  .cart-container .form.form-cart {
    width: 100%;
  }
  .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-container .cart-summary {
    order: 1;
    margin-top: 45px;
  }
  .opc-wrapper,
  .opc-sidebar {
    width: 100% !important;
  }
  .opc-wrapper {
    padding-right: 0 !important;
  }
  .magepow-gdpr-cookie-notice.message.global .notice-cookie-content {
    font-size: 1.4rem;
  }
  .modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] {
    width: 766px !important;
  }
}
@media screen and (max-width: 768px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff !important;
  }
}
@media screen and (max-width: 767px) {
  .modal-popup.modal-slide.modals-ajaxcart {
    left: 0;
  }
  .modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .show-add-cart-bottom .notify-slider-wrapper {
    bottom: 70px;
  }
  .stickyCart .stickyChild {
    display: block;
  }
  .page-products .sorter {
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 1;
  }
  .category-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .opc-wrapper,
  .opc-sidebar {
    width: auto !important;
  }
  .methods-shipping .actions-toolbar > .primary {
    display: block;
    margin-right: 0;
  }
  .opc-block-summary .items-in-cart > .title:after {
    right: 25px !important;
  }
  .page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box,
  .page-layout-2columns-left .modal-popup.modals-quickview .product.media.product-img-box,
  .page-layout-2columns-right .modal-popup.modals-quickview .product.media.product-img-box,
  .page-layout-3columns .modal-popup.modals-quickview .product.media.product-img-box {
    width: 100%;
  }
  .page-layout-1column .modals-quickview .product-info-main.product-shop,
  .page-layout-2columns-left .modals-quickview .product-info-main.product-shop,
  .page-layout-2columns-right .modals-quickview .product-info-main.product-shop,
  .page-layout-3columns .modals-quickview .product-info-main.product-shop {
    width: 100%;
  }
  .modal-popup.modals-quickview .product-info-main {
    height: auto !important;
  }
  .modal-popup.modals-quickview .modal-content::-webkit-scrollbar {
    width: 2px;
  }
  .stickyCart {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-footer .footer-links-company .footer-copyright #backtotop {
    bottom: 9px;
  }
  .stickyCart .stickyChild .contentHide:not(:last-child) {
    display: none;
  }
  .stickyCart .stickyChild .contentHide:last-child {
    width: 100%;
  }
  .stickyCart .stickyChild .contentHide .btn-cart-bottom {
    width: 100%;
  }
  .toolbar-top .toolbar {
    padding: 0 !important;
  }
  .toolbar-top .toolbar .modes {
    display: none !important;
  }
  .nav-sections {
    width: 300px !important;
  }
  .nav-open .page-wrapper {
    left: 0 !important;
  }
  .modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] {
    width: 100% !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subcribe-box {
    max-width: none;
  }
  .modal-popup.modal-slide.popup-newsletter .banner-newsletter-popup {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .modal-popup.modal-slide.modals-ajaxcart .ajaxcart-wrapper-main .product-image {
    display: none;
  }
  .modal-popup.modal-slide.modals-ajaxcart .actions {
    width: 100%;
    padding-left: 0;
  }
  .cms-sale-products .product-item:before {
    display: none;
  }
  .cart-container .field.qty .custom-qty.control .input-text {
    width: 47px;
  }
  .methods-shipping .table-checkout-shipping-method thead th,
  .methods-shipping .table-checkout-shipping-method tbody td {
    padding: 15px 0;
    text-align: center;
  }
  .fieldset.coupon .actions-toolbar > .primary {
    display: block;
    margin-right: 0;
  }
  .checkout-index-index .page-title-wrapper {
    padding-top: 0;
  }
  .magepow-gdpr-cookie-notice.message.global .notice-cookie-content {
    font-size: 1.2rem;
  }
  .modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] {
    padding: 0 15px;
  }
  .modal-popup.modal-slide.popup-newsletter .modal-content .block-content > .caption {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 360px) {
  .magepow-gdpr-cookie-notice.message.global .content > .actions {
    margin-left: 0;
  }
  .modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .message {
    font-size: 11px;
  }
  .modal-popup.modal-slide.modals-ajaxcart .actions .action {
    font-size: 11px;
  }
}
/* right to left */
.nav-open .rtl .nav-sections .top-form-language .toggle strong span,
.nav-open .rtl .nav-sections .top-form-language .switcher .switcher-options .switcher-dropdown li a {
  padding-left: 0;
  padding-right: 23px;
  background-position: center right;
}
.nav-open .rtl .nav-sections .switcher:last-child {
  border-bottom: 0;
}
.nav-open .rtl .top-form-language .switcher .switcher-options .action.toggle:before,
.nav-open .rtl .currency_top .switcher .switcher-options .action.toggle:before {
  right: auto;
  left: 0;
}
.nav-open .rtl .header .switcher-options .switcher-trigger span:after {
  display: none;
}
.rtl .modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .message {
  padding-left: 0;
  padding-right: 30px;
}
.rtl .modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap[class] .content-ajaxcart .message:before {
  left: auto;
  right: -5px;
}
.rtl .modal-popup.modal-slide.modals-ajaxcart .actions {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .brand-bottom .main .slick-active:before {
  left: auto;
  right: 0;
}
.rtl .shopbrand .item.slick-slide {
  float: right;
}
.rtl .testimonial .item.slick-slide {
  float: right;
}
.rtl .magicproduct.magiccategory.autoplay .content-products .product-item {
  float: right;
}
.rtl .magicproduct .product-item {
  float: right;
}
.rtl .random-products .product-item.slick-active:before {
  left: auto;
  right: 0;
}
.rtl.blog-page .sidebar .block-archive .block-content .item {
  margin-right: 0;
  margin-left: 20px;
}
.rtl.blog-page .sidebar .block-tagclaud .tagclaud-hld .largest {
  margin-right: 0;
  margin-left: 9px;
}
.rtl.blog-page .widget.block.block-categories .accordion li {
  padding-left: 0;
  padding-right: 25px;
}
.rtl.blog-page .widget.block.block-categories .accordion li:before {
  left: auto;
  right: 0;
}
.rtl.blog-page .widget.block.block-categories .block-title {
  text-align: right;
  padding-left: 0;
  padding-right: 20px;
}
.rtl .checkout-shipping-method .actions-toolbar > .primary {
  float: left;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega {
  padding: 0 30px 0 0;
}
.rtl .header .banner-menu-bottom .img-menu {
  right: auto;
  left: 0;
}
.rtl .header .banner-menu-bottom {
  padding-left: 0;
  padding-right: 100px;
  right: auto;
  left: 0;
}
.rtl .plus:before {
  margin-right: 0;
  margin-left: 2px;
}
.rtl .product-addto-links .action.towishlist {
  margin-left: 40px;
  margin-right: 0;
}
.rtl .ajax_loading {
  margin-left: 0;
  margin-right: 46%;
}
.rtl .modal-popup.modal-slide.popup-newsletter .modal-content .banner-newsletter-popup {
  right: auto;
  left: 0;
  transform: rotateY(180deg);
}
.rtl .modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subscribe-bottom input.no-view + span {
  float: right;
  margin-right: 0;
  margin-left: 8px;
}
.rtl .modal-popup .action-close,
.rtl .modal-slide .action-close,
.rtl .cms-home .widget.block.block-static-block .contact-form-wrapper .action-close {
  right: auto;
  left: 8px;
}
.rtl .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .action.delete {
  right: auto;
  left: -8px;
}
.rtl .header .content-cart .tool-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details {
  padding-left: 0;
  padding-right: 103px;
  text-align: right;
}
.rtl .minicart-wrapper .product .actions {
  float: left;
  text-align: left;
}
.rtl .bundle-options-container .bundle-options-wrapper,
.rtl .bundle-options-container .product-options-wrapper {
  float: right;
}
.rtl .bundle-options-container .block-bundle-summary {
  float: left;
}
.rtl .bundle-actions {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .stickyCart .stickyChild .contentHide:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .alo-social-links .icon-share {
  padding-right: 0;
}
.rtl .alo-social-links .icon-share li:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product .product-item-info .sticker .labelnew:after,
.rtl .product .product-item-info .sticker .labelsale:after {
  left: auto;
  right: 100%;
}
.rtl .product .product-item-info .sticker .labelnew:before,
.rtl .product .product-item-info .sticker .labelsale:before {
  right: auto;
  left: -8px;
}
.rtl .slick-prev:before {
  content: "\f105";
}
.rtl .slick-next:before {
  content: "\f104";
}
.rtl .slick-slider .slick-next {
  right: auto;
  left: 20px;
}
.rtl .slick-slider .slick-prev {
  left: auto;
  right: 20px;
}
.rtl .static-home-slide .magicslider:hover .slick-prev {
  left: auto;
  right: 0;
}
.rtl .static-home-slide .magicslider:hover .slick-next {
  left: 0;
  right: auto;
}
.rtl .content-products:hover .slick-prev {
  left: auto;
  right: -20px;
}
.rtl .content-products:hover .slick-next {
  right: auto;
  left: -20px;
}
.rtl .cms-static-blog .magicblog:hover .slick-prev {
  left: auto;
  right: -22px;
}
.rtl .cms-static-blog .magicblog:hover .slick-next {
  right: auto;
  left: -22px;
}
.rtl .vmagicmenu .block-title .vmagicmenu-subtitle:after {
  display: none;
}
.rtl .vmagicmenu .block-title .vmagicmenu-subtitle:before {
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 400;
  content: "\f107";
  margin-right: 5px;
}
.rtl .product .product-item-info .hover-box .add-to-links .icon {
  margin-right: 0;
  margin-left: 7px;
}
.rtl .magepow-gdpr-cookie-notice.text-align-left {
  text-align: right;
}
.rtl .magepow-gdpr-cookie-notice.message.global .content > .actions {
  margin-left: 0;
  margin-right: 30px;
}
/* responsive right to left */
@media screen and (max-width: 1199px) {
  .rtl .nav-sections {
    left: auto;
    right: 0;
    transform: translate3d(320px, 0, 0);
    webkit-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    -sand-transform: translate3d(320px, 0, 0);
  }
  .nav-open .rtl .close-menu i {
    right: auto;
    left: 0;
  }
  .nav-open .rtl .nav-sections {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
  }
  .nav-open .rtl .nav-sections-item-title:not(:first-child) {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rtl .fieldset.coupon .actions-toolbar .primary {
    float: none;
  }
  .rtl .opc-block-summary .items-in-cart > .title:after {
    right: auto !important;
    left: 25px !important;
  }
  .rtl .bundle-options-container .block-bundle-summary {
    float: none;
  }
  .rtl .bundle-options-container .bundle-options-wrapper,
  .rtl .bundle-options-container .product-options-wrapper {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .rtl .header .content-search {
    right: auto;
    left: 0;
  }
  .rtl .modal-popup.modal-slide.modals-ajaxcart .actions {
    padding-right: 0;
  }
}
/*
 * @@Create Date: Friday July 5th 2019
 * @@Modify Date: Friday July 5th 2019 4:05:48 pm
 * 
 * @filename: _module.less
 * 
 * +-------------------------------------------------------------------------------------------+
 * | MAGENPOW                                                                                  |
 * | @category: Magepow                                                                        |
 * | @copyright: Copyright (c) 2014 Magepow (http://www.magepow.com/)                          |
 * | @license: http://www.magepow.com/license-agreement                                        |
 * | @Author: Nguyen Ba Cuong                                                                  |
 * | @Position: Web design                                                                     |
 * +-------------------------------------------------------------------------------------------+
 */
.sections .nav-sections-item-content > .navigation {
  display: none;
}
.nav-sections-item-content .magicmenu {
  position: static;
  display: block;
  text-align: left;
}
.magicmenu .nav-desktop {
  position: static;
  margin: 0;
  padding: 0;
  margin-top: 2px;
}
.magicmenu .nav-desktop .level0 {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}
.magicmenu .nav-desktop .level0.home .level-top {
  padding: 13px 5px 12px;
}
.magicmenu .nav-desktop .level0.logo.display {
  display: none;
  border: 0;
}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a {
  border: 0;
  padding: 10px;
  width: 71px;
}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a img {
  max-width: 100%;
}
.magicmenu .nav-desktop .level0.over > a,
.magicmenu .nav-desktop .level0.active > a,
.magicmenu .nav-desktop .level0.active > a span.icon-text,
.magicmenu .nav-desktop .level0 > a:hover,
.magicmenu .nav-desktop .level0 > a:hover.icon-text {
  color: #fff;
  background-color: #ff5555;
}
.magicmenu .nav-desktop .level0 > a:hover .short_desc {
  color: #888888;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 16px 16.5px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  outline: medium none;
  display: block;
  text-align: center;
  line-height: 17px;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  padding: 0;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: none;
  outline: medium none;
  text-align: left;
  margin-right: 10px;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  right: 20px;
  top: -8px;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  vertical-align: top;
  font-weight: 700;
}
.magicmenu .nav-desktop .level0.home .level-top .icon {
  font-size: 25px;
  color: #24aa4b;
  display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top > img {
  display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
  font-size: 17px;
}
.magicmenu .nav-desktop .level0.active .level-top span {
  /* font-weight: bold; */
}
.magicmenu .nav-desktop .level0.active .level-top span:after {
  content: "";
  border-bottom: 2px solid #aaa;
  width: 20px;
  display: none;
  margin-top: 5px;
}
.magicmenu .nav-desktop .level0 .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  border-style: solid;
  border-width: 0;
  padding: 0 0 0px 30px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  top: 71%;
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
  min-width: 175px;
  padding: 20px 25px 25px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {
  font-size: 14px;
  line-height: 27px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a,
.magicmenu .nav-desktop p {
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  text-transform: capitalize;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span,
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a {
  font-size: 14px;
}
.magicmenu .nav-desktop .level-top a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 32px 0 0;
  display: block;
  line-height: 23px;
  margin: 0px 25px 0 0 px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before,
.vmagicmenu .level0 .level-top-mega .children > a:before {
  background-color: #dfdfdf;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 145px;
}
.vmagicmenu .level-top-mega {
  bottom: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child {
  border: 0 none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img {
  margin-top: 10px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top,
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  padding: 74px 0 0;
  width: 100%;
  clear: both;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  text-align: center;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom .img-responsive {
  display: inline;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal {
  overflow: hidden;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega {
  padding-bottom: 20px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: left;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: left;
  text-align: left;
  padding: 0;
  width: 222px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .mage-column .children {
  float: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  margin-right: 20px;
  padding: 10px 0 35px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.mage-column.mega-block-left {
  float: left;
}
.mage-column.mega-block-right {
  height: 483px;
}
.banner-menu-position img {
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.block-left,
.block-right,
.cat-mega {
  float: left;
}
.block-bottom {
  clear: both;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top {
  margin: 0px;
  overflow: hidden;
}
.magicmenu .nav-desktop .level0 .level-top .short_desc {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  text-transform: capitalize;
  color: #999;
}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.menu-banner-sale .menu-products-sale,
.menu-banner-sale .banner-menu {
  float: left;
  width: 50%;
}
.menu-banner-sale .banner-menu {
  float: right;
}
.menu-banner-sale .count-down-time,
.menu-banner-sale .product-hover .sticker,
.menu-banner-sale .link-view {
  display: none;
}
.menu-banner-sale .magictabs .item.activated .title,
.menu-banner-sale .magictabs .item:hover .title,
.menu-banner-sale .magictabs .item .title {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
.menu-banner-sale .block-title-tabs {
  border: 0;
}
.menu-banner-sale .magictabs {
  border: 0;
  margin-top: 23px !important;
  padding: 0 !important;
  float: none;
}
.menu-banner-sale .magictabs .item {
  line-height: 40px;
}
.menu-banner-sale .products-grid .item .per-product {
  margin: 0;
}
.menu-banner-sale .magicproduct {
  padding: 0 15px;
}
.menu-banner-sale .actions-cart {
  display: block;
}
.menu-banner-sale .content-products {
  margin-bottom: 0;
}
.magicmenu .nav-desktop .menu-banner-sale .product-item-name .product-item-link,
.magicmenu .nav-desktop .level0.over .menu-banner-sale a,
.magicmenu .nav-desktop .product-item-name .product-item-link:hover {
  color: #333;
}
.menu-banner-sale .products-grid .item:hover .per-product {
  box-shadow: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .menu-banner-sale p.old-price,
.magicmenu .nav-desktop .menu-banner-sale p.special-price {
  display: inline-block;
}
.magicmenu .nav-desktop .menu-banner-sale .special-price .price {
  font-size: 18px;
}
.menu-banner-sale .item .actions-no .button.btn-cart:before {
  display: none;
}
.menu-banner-sale .item .actions-no .button.btn-cart span {
  display: block;
  font-size: 14px;
}
.menu-banner-sale .item .actions-cart .button.btn-cart {
  margin-top: 20px;
  width: 100%;
  background-color: #eeeeee;
  color: #555;
  border-color: #eee;
  height: 38px;
  line-height: 38px;
}
/**
		dropdown
	**/
.magicmenu .nav-desktop .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown > .level0,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
  width: 250px;
  min-width: 250px;
  padding: 20px 0px;
  line-height: 23px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 14px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: FontAwesome;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 250px;
  z-index: 1;
  list-style: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a {
  padding: 0 30px;
  display: block;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li {
  margin: 0;
}
/**
		ul leve2
	**/
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  content: "";
  display: block;
  line-height: 32px;
  font-size: 14px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: FontAwesome;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
/* Vertical Menu*/
.vmagicmenu {
  display: block !important;
  position: relative;
  padding: 0px;
  z-index: 1;
  float: left;
}
.vmagicmenu .block-vmagicmenu-content {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #dfdfdf;
  margin-top: 2px;
  padding: 0px;
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out 0s;
}
.vmagicmenu .vmagicmenu-narrow {
  margin: 0px;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  width: 100%;
}
.vmagicmenu:hover .block-vmagicmenu-content {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .block-title {
  text-align: left;
  padding: 0 24px;
  line-height: 45px;
  overflow: hidden;
  border-radius: 3px;
}
.vmagicmenu .block-title span {
  font-size: 15px;
  font-weight: 500;
}
.vmagicmenu .block-title .icon-menu {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 17px;
}
.vmagicmenu .block-title .icon-menu span {
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
}
.vmagicmenu .block-title .icon-menu span:nth-child(2) {
  margin-top: 3px;
  margin-bottom: 3px;
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  /* float: left; */
  letter-spacing: 1px;
  padding: 0;
  /* text-transform: uppercase; */
  display: inline-block;
  position: relative;
  /* margin-right: calc(18%); */
  font-size: 16px;
  font-weight: bold;
  margin-left: 24px;
}
.vmagicmenu .block-title .fa {
  background-image: url("../../frontend/Winoa/winoatheme/ko_KR/images/alothemes/icon-vmenu.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 10px;
  text-indent: -999em;
}
.vmagicmenu .level0 {
  margin: 0;
  float: left;
  line-height: 40px;
  width: 100%;
  list-style: none;
  /*position: relative;*/
}
.vmagicmenu li.level0 {
  padding: 0 20px;
}
.vmagicmenu .level0.last {
  border: none;
}
.vmagicmenu .level0:hover .level0 {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.vmagicmenu .level0 .level-top {
  padding: 0 9px 0 9px;
  font-size: 100%;
  text-decoration: none;
  display: block;
  outline: medium none;
  border-bottom: 1px solid #e6e6e6;
  line-height: 43px;
}
.vmagicmenu .level0 .level-top img {
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}
.vmagicmenu .level0.hasChild .level-top:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: middle;
  font-size: 14px;
}
.vmagicmenu .level0 .level-top span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0px !important;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  /* left: 100%; transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s; -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;-webkit-transition: all 0.45s ease-out 0s;-moz-transition: all 0.45s ease-out 0s;-o-transition: all 0.45s ease-out 0s;transition: all 0.45s ease-out 0s;-moz-transform: translate(100px, 0);-webkit-transform: translate(100px, 0);transform: translate(100px, 0); */
}
.vmagicmenu .level0:hover .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
  /*  -webkit-transform: translate(0,0);-moz-transform: translate(0,0);-o-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0); */
}
.vmagicmenu .level0 .level-top-mega .content-mega {
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
.vmagicmenu .level0 .level-top-mega .children a,
.vmagicmenu p {
  line-height: 34px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .children a span,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children > a {
  display: block;
  padding-top: 32px;
  position: relative;
  font-weight: bold;
}
.vmagicmenu .level0 .level-top-mega .children > a span {
  font-size: 14px;
}
.vmagicmenu .level-top a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  line-height: 34px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 {
  font-size: 100%;
  padding: 0 0 5px;
  line-height: 30px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.vmagicmenu .level0 .level-top-mega .children .nav {
  line-height: 26px;
  border-bottom: 1px solid #ececec;
}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children > .nav {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .nav a {
  font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .mega-block-top,
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  clear: both;
  padding-top: 133px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 15px 25px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu,
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom,
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li {
  float: left;
  line-height: 40px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li {
  padding: 0 10px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu strong {
  font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu span {
  font-size: 14px;
  color: #888888;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a {
  color: #888888;
  text-decoration: none;
  padding: 8px 10px;
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a:hover {
  background-color: #8ac28f;
  color: #ffffff;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: left;
  width: 233px;
  text-align: left;
  padding-left: 30px;
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul {
  list-style: outside none none;
  padding: 10px 0 29px;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li {
  margin: 0;
}
.vmagicmenu .banner-menu-position img {
  margin-left: -30px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: -4px;
}
/*.vmagicmenu .vmagicmenu-narrow >li:nth-of-type(n+8) { display: none; }*/
.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+11) {
  display: none;
}
.all-cat {
  display: block;
  text-align: left;
  padding: 0;
  margin-top: 24px;
}
.all-cat span {
  background-color: #ff8400;
  color: #ffffff;
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 37px;
  padding: 0 15px;
  font-weight: 500;
}
.vmagicmenu .all-cat span::after {
  content: "\f101";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-left: 20px;
}
.accordion-container .level0 .level-top img,
ul.nav-accordion li a img {
  display: none;
}
.sidebar .accordion-container {
  margin-bottom: 30px;
}
.accor-title {
  border-bottom: 2px solid #dfdfdf;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 37px;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 3px;
}
.sidebar .nav-accordion {
  background-color: #fff;
  padding: 0;
  border: 0px solid #dfdfdf;
}
ul.nav-accordion {
  line-height: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}
ul.nav-accordion li {
  position: relative;
  margin: 10px 0;
}
/* ul.nav-accordion li ul li.parent > a{padding-left: 25px;} */
ul.nav-accordion li.last {
  border-bottom: 0 none;
}
ul.nav-accordion li a {
  text-transform: capitalize;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 23px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  color: #666;
  outline: medium none;
}
ul.nav-accordion li a span {
  font-size: 14px;
}
ul.nav-accordion li.active > a,
ul.nav-accordion li.active .expand:before {
  color: #333;
}
ul.nav-accordion li a:hover,
ul.nav-accordion ul ul li:hover a:before {
  color: #888;
}
ul.nav-accordion li ul li a {
  /*padding:0 0 0 25px;*/
}
ul.nav-accordion li ul li ul li.parent > a {
  padding: 0 0 0 20px;
}
ul.nav-accordion li ul li.parent > a span:before {
  display: none;
}
ul.nav-accordion ul {
  margin: 0;
  padding: 0 0 0 15px;
}
ul.nav-accordion ul.submenu {
  display: none;
}
ul.nav-accordion ul li {
  clear: both;
  margin: 10px 0;
  padding: 0;
}
ul.nav-accordion ul li a {
  outline: none;
}
ul.nav-accordion ul li.active {
  font-weight: normal;
}
ul.nav-accordion ul ul li a:before {
  color: #cccccc;
  content: "\f0da";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  padding-right: 12px;
  text-align: right;
}
ul.nav-accordion ul ul ul li a {
  margin-left: 20px;
}
ul.nav-accordion .expand,
ul.nav-accordion .collapse {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion li.level0 > a > span > .cat-label {
  position: inherit;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  position: inherit;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0;
}
ul.nav-accordion .expand:before {
  content: "\f105";
  color: #888;
}
ul.nav-accordion .collapse:before {
  content: "\f105";
  color: #ccc;
}
ul.nav-accordion .collapse:before,
ul.nav-accordion .expand:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 8px;
  text-align: center;
  width: 18px;
  line-height: 23px;
  font-weight: bold;
}
ul.nav-accordion .collapse:hover:before {
  color: #333;
}
.nav-accordion > li:nth-child(n+10) {
  display: none;
}
/*Test*/
.level-top-mega .mage-column.cat-mega {
  margin: 0;
  list-style: outside none none;
}
.fixed {
  z-index: 999;
  width: 100%;
}
.fixed .custom-menu {
  padding-bottom: 7px;
  padding-top: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.fixed .quick-access {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-sections-item-content > .navigation .nav-mobile,
  .sections .nav-sections-item-content > .navigation {
    display: block !important;
    padding: 0;
  }
}
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}
/* when under viewport size,.nav-sections is added to body */
.nav-sections .mean-bar {
  position: static;
  float: right;
}
.nav-sections a.meanmenu-reveal {
  width: 20px;
  height: 20px;
  padding: 9px 6px;
  position: relative;
  z-index: 32;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: medium none;
  color: #242628;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
  margin-top: 68px;
}
.nav-sections a.meanmenu-reveal span {
  display: block;
  background: #242628;
  height: 3px;
  margin-top: 3px;
}
.nav-sections .navigation-mobile {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
}
.nav-sections .navigation-mobile .mobi-title {
  color: #242628;
  font-size: 16px;
  line-height: 52px;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: -56px;
  z-index: 0;
  display: none;
}
.nav-sections .navigation-mobile ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.nav-sections .navigation-mobile ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.nav-sections .navigation-mobile ul li a {
  padding: 10px 0;
  margin: 0;
  text-align: left;
  color: #333;
  text-decoration: none;
  line-height: 23px;
}
.nav-sections .navigation-mobile ul li a span,
.nav-sections .navigation-mobile ul li .level-top span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .navigation-mobile ul li li a {
  font-size: 14px;
  padding: 10px 0 10px 25px;
  filter: alpha(opacity=75);
  visibility: visible;
}
.nav-sections .navigation-mobile ul li.mean-last a {
  margin-bottom: 0;
}
.nav-sections .navigation-mobile ul li li li a {
  font-size: 14px;
  padding: 10px 0 10px 40px;
}
.nav-sections .navigation-mobile ul li li li li a {
  padding: 1em 20%;
}
.nav-sections .navigation-mobile ul li li li li li a {
  padding: 1em 25%;
}
.nav-sections .navigation-mobile ul li .expand,
.nav-sections .navigation-mobile ul li .collapse {
  cursor: pointer;
  top: 0;
  right: 0px;
  width: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0px !important;
  text-align: center;
  position: absolute;
  z-index: 2;
  font-weight: 300;
  border: none !important;
  display: block;
  font-size: 0;
}
.nav-sections .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.navigation-mobile .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.nav-sections .navigation-mobile ul li .expand:before,
.nav-sections .navigation-mobile ul li .collapse:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  width: 18px;
  line-height: 45px;
  font-weight: normal;
}
.nav-sections .navigation-mobile ul li .expand:before {
  content: "\f106";
  color: #ccc;
}
.nav-sections .navigation-mobile ul li .collapse:before {
  content: "\f107";
  color: #ccc;
}
.nav-sections .navigation .parent .level-top:after,
.nav-sections .navigation-mobile ul li a img {
  display: none !important;
}
/* Fix for box sizing on Foundation Framework etc. */
.nav-sections .mean-bar,
.nav-sections .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
/**
		rest main-container
	*/
.main-container {
  clear: both;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label,
.magicmenu .nav-desktop .level0 .cat_label,
.nav-sections .navigation-mobile ul li a span.cat_label,
.vmagicmenu .level0 .cat_label,
.vmagicmenu .level0 .level-top-mega .children .cat_label,
ul.nav-accordion li a span.cat_label {
  background-color: #009966;
  border-radius: 20px;
  color: #fff;
  font-size: 11px !important;
  line-height: 18px;
  padding: 0px 5px;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
}
/* Update */
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: 0;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  display: inline-block;
}
.magicmenu .nav-desktop .level0 .cat_label:before,
.vmagicmenu .level0 .cat_label:before,
.nav-sections .navigation-mobile ul li a span.cat_label:before,
.nav-sections .navigation-mobile ul li span.level-top span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
}
.magicmenu .nav-desktop .level0 .cat_label.New:before,
.vmagicmenu .level0 .cat_label.New {
  border-top-color: #009966;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before,
.magicmenu .nav-desktop .level0 .cat_label.Hot:before,
.magicmenu .nav-desktop .level0 .cat_label.hot:before,
.vmagicmenu .level0 .cat_label.HOT:before,
.vmagicmenu .level0 .cat_label.Hot:before,
.vmagicmenu .level0 .cat_label.hot:before,
.nav-sections .navigation-mobile ul li a .cat_label.HOT:before,
.nav-sections .navigation-mobile ul li a .cat_label.Hot:before,
.nav-sections .navigation-mobile ul li a .cat_label.hot:before,
.nav-sections .navigation-mobile ul li span.level-top span.cat_label.HOT:before,
.nav-sections .navigation-mobile ul li span.level-top span.cat_label.Hot:before,
.nav-sections .navigation-mobile ul li span.level-top span.cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before,
.magicmenu .nav-desktop .level0 .cat_label.Sale:before,
.magicmenu .nav-desktop .level0 .cat_label.sale:before,
.vmagicmenu .level0 .cat_label.SALE:before,
.vmagicmenu .level0 .cat_label.Sale:before,
.vmagicmenu .level0 .cat_label.sale:before,
.nav-sections .navigation-mobile ul li a .cat_label.SALE:before,
.nav-sections .navigation-mobile ul li a .cat_label.Sale:before,
.nav-sections .navigation-mobile ul li a .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.SALE,
.magicmenu .nav-desktop .level0 .cat_label.Sale,
.magicmenu .nav-desktop .level0 .cat_label.sale,
.vmagicmenu .level0 .cat_label.SALE,
.vmagicmenu .level0 .cat_label.Sale,
.vmagicmenu .level0 .cat_label.sale,
.nav-sections .navigation-mobile ul li a .cat_label.SALE,
.nav-sections .navigation-mobile ul li a .cat_label.Sale,
.nav-sections .navigation-mobile ul li a .cat_label.sale,
ul.nav-accordion li a span.cat_label.SALE,
ul.nav-accordion li a span.cat_label.Sale,
ul.nav-accordion li a span.cat_label.sale {
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot,
.magicmenu .nav-desktop .level0 .cat_label.hot,
.vmagicmenu .level0 .cat_label.Hot,
.vmagicmenu .level0 .cat_label.hot,
.nav-sections .navigation-mobile ul li a .cat_label.HOT,
.nav-sections .navigation-mobile ul li a .cat_label.Hot,
.nav-sections .navigation-mobile ul li a .cat_label.hot,
.nav-sections .navigation-mobile ul li span.level-top span.cat_label.HOT,
.nav-sections .navigation-mobile ul li span.level-top span.cat_label.Hot,
.nav-sections .navigation-mobile ul li span.level-top span.cat_label.hot,
ul.nav-accordion li a span.cat_label.HOT,
ul.nav-accordion li a span.cat_label.Hot,
ul.nav-accordion li a span.cat_label.hot {
  background-color: #dc1212;
}
/* Custom Font */
/* ----- header smartsearch ------ */
.vmagicmenu .vmagicmenu-narrow {
  list-style: none;
}
.header .block-search .search-autocomplete {
  top: 54px !important;
  z-index: 105 !important;
}
.header .c-smartsearch__wrapper--inner {
  max-width: 100% !important;
}
.header .content-seach .form-search .search-autocomplete ul {
  border: 1px solid #e1e1e1;
  padding: 15px 15px 15px;
}
.header .form-search .search-autocomplete li {
  padding: 10px 15px;
}
.header .form-search .search-autocomplete ul li.full-search {
  padding: 2px 15px 10px;
  margin-left: -15px;
  margin-right: -15px;
  border: 0;
}
.header .form-search .search-autocomplete .c-smartsearch__image {
  float: left;
}
.header .form-search .search-autocomplete .c-smartsearch__description {
  padding: 10px 0 0 110px;
}
.header .form-search .search-autocomplete .c-smartsearch__description .c-smartsearch__title a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #555;
}
.header .form-search .search-autocomplete .c-smartsearch__description .option-reviews .product-reviews-summary {
  margin: 5px 0 5px;
}
.header .form-search .search-autocomplete .c-smartsearch__description .product-reviews-summary .reviews-actions {
  line-height: inherit;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
}
.header .form-search .search-autocomplete .c-smartsearch__description .option-price {
  font-size: 16px;
  color: #222;
}
.header .form-search .search-autocomplete .row:last-child li {
  border: 0;
}
.header .form-search .search-autocomplete .action.close {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  display: inline-block;
  font-weight: 400;
  height: 20px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  width: 20px;
  color: #000000;
  opacity: 0.2;
  font-size: 0;
  float: right;
}
.header .form-search .search-autocomplete .action.close:before {
  color: inherit;
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.header .form-search .search-autocomplete .action.close:hover {
  opacity: 1;
  background-color: transparent;
}
.header .form-search .search-autocomplete li.selected,
.header .form-search .search-autocomplete ul li:hover {
  background-color: transparent !important;
}
.header .content-seach .form-search .search-autocomplete li {
  cursor: default;
  padding: 2px 20px 1px;
}
.header .form-search .search-autocomplete .c-smartsearch__title {
  display: block;
  clear: inherit;
}
.header .form-search {
  background-color: #fff;
}
/* list-style: initial */
.page-header ul,
.page-header ol,
.page-footer ul,
.page-footer ol,
.sidebar ul,
.sidebar ol,
.content-popup-inner ul,
.brand-cms-static {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.product.info.detailed ul,
.product.info.detailed ol,
.product.attribute ul,
.product.attribute ol,
.post-list-wrapper ul,
.post-list-wrapper ol,
.post-view ul,
.post-view ol {
  padding: 0 0 0 30px;
}
.product-info-main .product.attribute ul,
.product-info-main .product.attribute ol,
.product.detailed .product.description ol,
.product.detailed .product.description ul,
.product-item-description ul,
.post-text-hld ul,
.post-text-hld ol,
.catalog-product-view .block.related ul.block-content,
.catalog-product-view .block.related ol.block-content,
.post-view .block.related ul.block-content,
.post-view .block.related ol.block-content {
  list-style: disc outside;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.product-info-main .product.attribute ol,
.product.detailed .product.description ol,
.post-text-hld ol,
.catalog-product-view .block.related ul.block-content,
.catalog-product-view .block.related ol.block-content,
.post-view .block.related ol.block-content {
  list-style: decimal outside none;
}
.product-info-main .product.attribute ul li,
.product-info-main .product.attribute ol li,
.product.detailed .product.description ol li,
.product.detailed .product.description ul li,
.product-item-description ul li,
.post-text-hld ul li,
.post-text-hld ol li {
  margin: 0;
  padding: 0;
  color: #7d7d7d;
  line-height: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .header .form-search .search-autocomplete .product-reviews-summary .reviews-actions {
    display: none;
  }
}
/* End _ module.less*/
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  margin: 10px 0;
  display: block;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: top;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  content: "\2013";
  font-size: 1.8rem;
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  font-weight: 300;
  display: block;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0%;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    margin-bottom: 25px;
    float: none;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .navigation,
  .page-header .header.panel,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .popup_wrapper {
    max-width: 100%;
  }
  #template-age-verification #age_verification_redirect {
    float: none;
    margin: 10px 0px 40px 0;
  }
  #template-age-verification .popup-title {
    font-size: 35px;
  }
  #template-age-verification .popup-title:before {
    display: none;
  }
  #template-age-verification button {
    width: 250px;
  }
  #template-age-verification #age_verification_redirect {
    max-width: 250px;
  }
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper,
  .sales-order-view .page-title-wrapper,
  .customer-address-index .page-title-wrapper,
  .multishipping-checkout-shipping .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 10px 0 0;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  #magepow_ajaxcart_popup .btn-viewcart {
    width: 48%;
    float: left;
  }
  #magepow_ajaxcart_popup .btn-continue {
    width: 48%;
    float: right;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  #template-age-verification button#age_verification_no {
    display: block;
    margin: 0 auto;
  }
  #template-age-verification button#age_verification_yes {
    margin-bottom: 10px;
    margin: 10px auto;
    display: block;
  }
  #template-newsletter .popup_content > .newsletter:before {
    height: 200px;
  }
  #template-hot-deals {
    max-height: 400px;
    overflow-y: scroll;
  }
  #template-hot-deals .block-products-list .product-item {
    width: 49%;
  }
  #template-hot-deals .block-products-list .block-title {
    margin: 30px 0;
  }
  #template-hot-deals .block-products-list .block-title strong {
    font-size: 20px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .order-details-items .action.print {
    display: none;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  #template-age-verification button {
    width: 100%;
  }
  #template-age-verification #age_verification_redirect {
    max-width: 100%;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .product-item-actions {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: left;
  }
  .limiter {
    float: left;
    padding: 4px 0 0;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .review-form {
    max-width: 100%;
  }
  .review-ratings {
    max-width: 240px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
}
html body.cms-sitemap .page-title {
  margin: 0;
  padding: 30px 0;
  display: block;
  color: inherit;
}
.cms-sitemap .page-title-wrapper {
  background-color: #000;
  text-align: center;
  margin: 0;
  color: #ffffff;
  margin-top: 1.25rem;
}
.cms-sitemap .level0-title {
  color: #f15a24;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  text-transform: uppercase;
}
.cms-sitemap .level0-section {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 15px;
  width: 100%;
}
.cms-sitemap .level0-section-card {
  flex: 0 1 100%;
}
@media only screen and (min-width: 480px) {
  .cms-sitemap .level0-section-card {
    flex-basis: calc(100% / 2 - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .cms-sitemap .level0-section-card {
    flex-basis: calc(100% / 3 - 15px);
  }
}
.cms-sitemap .level1-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
  color: #333333;
  margin-bottom: 10px;
}
.cms-sitemap .level1-title a {
  color: inherit;
}
.cms-sitemap .level1-section-card {
  margin-bottom: 20px;
}
.cms-sitemap .level2-title {
  font-size: 15px;
  color: #00aeef;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cms-sitemap .level2-title a {
  color: inherit;
}
.cms-sitemap .level2-section a {
  display: table;
  margin-bottom: 5px;
  font-size: 15px;
  color: #777;
}
.cms-noroute-index .page-title-wrapper {
  display: none;
}
.page-not-found-section {
  padding: 45px 0;
}
.page-not-found-section .page-not-found-wrapper {
  background: rgba(233, 238, 242, 0.23);
  border: 1px solid rgba(134, 190, 246, 0.23);
  border-radius: 4px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
  z-index: 1;
}
.page-not-found-section .page-not-found-wrapper::before {
  content: '404';
  position: absolute;
  font-size: 150px;
  font-family: "Roboto-Custom", sans-serif;
  color: #ffffff;
  width: 100%;
  text-align: center;
  z-index: -1;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  color: rgba(233, 238, 242, 0.23);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px rgba(58, 82, 132, 0.12);
}
.page-not-found-section .page-not-found-wrapper .page-not-found-text {
  text-align: center;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}
.page-not-found-section .page-not-found-wrapper .go-home-btn-wrapper .go-home-link {
  display: inline-block;
  padding: 10px 40px;
}
.page-not-found-section .page-not-found-wrapper .go-home-btn-wrapper .go-home-link:hover {
  text-decoration: none;
}
.category-section {
  padding: 30px 0;
}
.category-section .categories-link:hover {
  text-decoration: none;
}
.category-section .category-section-heading {
  text-align: center;
  font-size: 25px;
  font-family: "Comfortaa-Custom", sans-serif;
  color: #333333;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .category-section .category-section-heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .category-section .category-section-heading {
    font-size: 18px;
  }
}
.category-section .categories-card-wrapper .categories-image-wrapper {
  margin-bottom: 15px;
}
.category-section .categories-card-wrapper .categories-image-wrapper img {
  width: 100%;
}
.category-section .categories-card-title-wrapper .category-name {
  text-align: center;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.page-footer {
  display: flex;
  flex-direction: column;
}
.page-footer .box-up-sell {
  order: 1;
  margin-bottom: 0;
}
.page-footer .related-article-section {
  order: 3;
}
@media only screen and (max-width: 991px) {
  .page-footer .related-article-section .owl-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  .page-footer .related-article-section .owl-dots .owl-dot {
    display: flex;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
  }
}
.page-footer .footer.content {
  order: 2;
}
.page-footer .footer.content .block-static-block {
  float: none;
}
.page-footer .block-products-list {
  padding: 45px 0;
  order: 2;
}
.page-footer .block-products-list .block-title {
  text-align: center;
  margin-bottom: 15px;
  border: none;
}
.page-footer .block-products-list .block-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}
.page-footer .block-products-list .block-content {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-footer .block-products-list .block-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-footer .block-products-list .block-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-footer .block-products-list .block-content {
    width: 1170px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-footer .block-products-list .products-grid {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .page-footer .block-products-list .products-grid {
    width: 85%;
    margin: 0 auto;
  }
}
.page-footer .block-products-list .products-grid #we-also-serve .owl-height {
  height: auto !important;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item {
  width: 100% !important;
  text-align: center;
  margin-top: 0;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .product-item-info:hover {
  box-shadow: none;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .product-item-info:hover .hover-box {
  bottom: auto;
  left: auto;
  transform: none;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .product-item-info .images-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .product-item-details {
  margin-top: 0;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .product-item-details .product-item-name .product-item-link {
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px !important;
  min-height: 41px;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .product-item-details .price-final_price {
  padding: 23px 0;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .product-item-details .price-final_price .tax.weee .price-wrapper .price {
  letter-spacing: 0px;
  color: #4A9EDB;
  font-size: 20px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .hover-box {
  position: relative;
  opacity: 1;
  visibility: visible;
  bottom: auto;
  left: auto;
  transform: none;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .hover-box .product {
  margin-top: 0px;
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .hover-box .tocart {
  padding: 6px 30px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .page-footer .block-products-list .products-grid #we-also-serve .product-item .hover-box .tocart {
    height: auto;
  }
}
.page-footer .block-products-list .products-grid #we-also-serve .product-item .hover-box .tocart a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.page-footer .block-products-list .products-grid #we-also-serve .owl-dots .owl-dot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
}
.page-footer .block-products-list .products-grid .owl-nav {
  position: absolute;
  transform: translateY(-50%);
  top: 45%;
  width: 100%;
  margin-top: 0 !important;
}
.page-footer .block-products-list .products-grid .owl-nav .owl-prev {
  position: absolute;
  left: -24px;
  font-size: 34px !important;
  margin: 0 !important;
  color: #3F5086 !important;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .page-footer .block-products-list .products-grid .owl-nav .owl-prev {
    left: -39px;
    height: 48px;
    width: 48px;
  }
}
.page-footer .block-products-list .products-grid .owl-nav .owl-prev:hover {
  background-color: transparent !important;
}
.page-footer .block-products-list .products-grid .owl-nav .owl-prev:focus {
  outline: none;
}
.page-footer .block-products-list .products-grid .owl-nav .owl-prev span:focus {
  outline: none;
}
.page-footer .block-products-list .products-grid .owl-nav .owl-next {
  position: absolute;
  right: -24px;
  font-size: 34px !important;
  margin: 0 !important;
  color: #3F5086 !important;
  opacity: 1;
}
.page-footer .block-products-list .products-grid .owl-nav .owl-next:hover {
  background-color: transparent !important;
}
.page-footer .block-products-list .products-grid .owl-nav .owl-next:focus {
  outline: none;
}
.page-footer .block-products-list .products-grid .owl-nav .owl-next span:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .page-footer .block-products-list .products-grid .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    right: -39px;
  }
}
.page-footer .block-products-list .products-grid .owl-theme .owl-dots .owl-dot.active span,
.page-footer .block-products-list .products-grid .owl-theme .owl-dots .owl-dot:hover span {
  background: #009FE1;
}
.page-footer .block-products-list .products-grid .owl-theme .owl-dots {
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .page-footer .block-products-list .products-grid .owl-theme .owl-dots button {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.page-footer .block-products-list .products-grid .owl-theme .owl-dots .owl-dot span {
  background: #ADDFF3;
}
.page-footer .footer-links-company {
  order: 5;
}
.page-footer .block-footer-top {
  order: 4;
}
.page-footer .block-footer-top .footer-top-wrapper {
  background-color: #333333;
  padding-top: 30px;
  padding-bottom: 5px;
  border-top: 6px solid #f15a24;
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick a.introduce-logo {
  display: block;
  margin-top: 25px;
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick a.introduce-logo img {
  aspect-ratio: 2.55813953;
}
@media screen and (max-width: 991px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick a.introduce-logo img {
    width: 220px;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick p {
  font-size: 12px;
  font-weight: bold;
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick ul.bullet li {
  margin: 25px 0;
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick ul.bullet li a {
  font-size: 14px;
  color: #f15a24;
  text-transform: uppercase;
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick ul.bullet li a:hover {
  color: #ffffff;
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .footer-address {
  display: flex;
  margin: 25px 0;
}
@media screen and (max-width: 991px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .footer-address {
    position: relative;
    right: 15px;
  }
  .page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .footer-address .add-text,
  .page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .footer-address a {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .add-img {
  display: inline-block;
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .add-img .address-img {
  width: 18px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .add-img .address-img {
    width: 23px;
  }
}
@media screen and (max-width: 991px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .add-img .address-img {
    width: 14px;
  }
}
@media screen and (max-width: 359px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .add-img .address-img {
    width: 17px;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .add-text {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #ffffff;
}
.page-footer .block-footer-top .footer-top-content .collapsible .block-content-statick .address-text {
  display: inline-block;
  margin-left: 14px;
  font-size: 12px;
  color: #ffffff;
}
.page-footer .block-footer-top .footer-top-content .collapsible .contact-title p {
  margin-top: 25px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title p {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title p {
    display: block;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet {
  display: flex;
  border-bottom: 1px solid #4d4d4a;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet {
    position: relative;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet {
    border-bottom: none;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li {
    width: unset;
    height: unset;
    margin: 0 !important;
    margin-right: 8px !important;
  }
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li:nth-child(1) {
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li:nth-child(2) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li:first-child {
    align-self: center;
    color: #ffffff;
    font-family: "Roboto-Custom", sans-serif;
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li:first-child {
    display: none;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li span {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title ul.bullet li span {
    display: block;
    color: #ffffff;
    font-family: "Roboto-Custom", sans-serif;
    font-size: 12px;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .contact-title p.sub-title {
  margin: 20px 0;
  font-weight: bold;
  color: #f15a24;
}
@media screen and (max-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title p.sub-title {
    display: block !important;
    margin: 10px 0;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .contact-title p.sub-title a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-footer .block-footer-top .footer-top-content .collapsible .contact-title p.sub-title a {
    min-width: 48px;
    min-height: 48px;
  }
}
.page-footer .block-footer-top .footer-top-content .collapsible .contact-title p.sub-title a img {
  height: 25px;
  width: 20px;
  margin-right: 5px;
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 {
    margin-top: 5px;
  }
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li {
  border-right: #ccc solid 1px;
  padding: 0 15px;
  margin-left: 0;
}
@media screen and (max-width: 479px) {
  .page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li {
    border-right: unset;
    position: relative;
  }
  .page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li::before {
    content: "";
    height: 19px;
    border-right: 1px solid #ccc ;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li:last-child {
  border-right: none;
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li a,
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li span {
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li a,
  .page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li span {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li a:hover,
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li span:hover {
  text-decoration: underline;
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li button.newsletter {
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li button.newsletter {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright .main2 .footer-menu li button.newsletter:hover {
  text-decoration: underline;
}
.page-footer .footer-links-company .company-inner .company-top .footer-copyright #backtotop {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background: #89a0b0;
  color: #ffffff;
  bottom: 10px;
  border: none;
}
#Certificate-banners {
  background-color: #FFF;
  text-align: center;
  max-width: 80%;
}
#Certificate-banners img {
  width: 123px;
  height: 54px;
}
@media only screen and (max-width: 991px) {
  #Certificate-banners {
    max-width: 220px;
  }
}
.cms-about-us .breadcrumbs,
.cms-chi-siamo .breadcrumbs,
.cms-acerca-de-nosotros .breadcrumbs,
.cms-sobre-nos .breadcrumbs,
.cms-o-nas .breadcrumbs {
  display: none;
}
.cms-about-us .main-wrapper .banner-wrapper,
.cms-chi-siamo .main-wrapper .banner-wrapper,
.cms-acerca-de-nosotros .main-wrapper .banner-wrapper,
.cms-sobre-nos .main-wrapper .banner-wrapper,
.cms-o-nas .main-wrapper .banner-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
}
.cms-about-us .main-wrapper .banner-wrapper .text-wrapper .banner-title,
.cms-chi-siamo .main-wrapper .banner-wrapper .text-wrapper .banner-title,
.cms-acerca-de-nosotros .main-wrapper .banner-wrapper .text-wrapper .banner-title,
.cms-sobre-nos .main-wrapper .banner-wrapper .text-wrapper .banner-title,
.cms-o-nas .main-wrapper .banner-wrapper .text-wrapper .banner-title {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 8px;
  color: #ffffff;
}
.cms-about-us .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
.cms-chi-siamo .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
.cms-acerca-de-nosotros .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
.cms-sobre-nos .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
.cms-o-nas .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle {
  width: 100%;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}
.cms-about-us .main-wrapper .about-us-info-wrapper,
.cms-chi-siamo .main-wrapper .about-us-info-wrapper,
.cms-acerca-de-nosotros .main-wrapper .about-us-info-wrapper,
.cms-sobre-nos .main-wrapper .about-us-info-wrapper,
.cms-o-nas .main-wrapper .about-us-info-wrapper,
.cms-about-us .main-wrapper .reason-wrapper,
.cms-chi-siamo .main-wrapper .reason-wrapper,
.cms-acerca-de-nosotros .main-wrapper .reason-wrapper,
.cms-sobre-nos .main-wrapper .reason-wrapper,
.cms-o-nas .main-wrapper .reason-wrapper,
.cms-about-us .main-wrapper .adding-value-wrapper,
.cms-chi-siamo .main-wrapper .adding-value-wrapper,
.cms-acerca-de-nosotros .main-wrapper .adding-value-wrapper,
.cms-sobre-nos .main-wrapper .adding-value-wrapper,
.cms-o-nas .main-wrapper .adding-value-wrapper,
.cms-about-us .main-wrapper .commitment-wrapper,
.cms-chi-siamo .main-wrapper .commitment-wrapper,
.cms-acerca-de-nosotros .main-wrapper .commitment-wrapper,
.cms-sobre-nos .main-wrapper .commitment-wrapper,
.cms-o-nas .main-wrapper .commitment-wrapper {
  padding: 30px 0;
}
.cms-about-us .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text,
.cms-chi-siamo .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text,
.cms-acerca-de-nosotros .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text,
.cms-sobre-nos .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text,
.cms-o-nas .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 15px;
  color: #000;
  text-align: justify;
}
.cms-about-us .main-wrapper .commitment-wrapper,
.cms-chi-siamo .main-wrapper .commitment-wrapper,
.cms-acerca-de-nosotros .main-wrapper .commitment-wrapper,
.cms-sobre-nos .main-wrapper .commitment-wrapper,
.cms-o-nas .main-wrapper .commitment-wrapper,
.cms-about-us .main-wrapper .reason-wrapper,
.cms-chi-siamo .main-wrapper .reason-wrapper,
.cms-acerca-de-nosotros .main-wrapper .reason-wrapper,
.cms-sobre-nos .main-wrapper .reason-wrapper,
.cms-o-nas .main-wrapper .reason-wrapper {
  background: #E9E9E9;
}
.cms-about-us .main-wrapper .reason-wrapper .reason-text,
.cms-chi-siamo .main-wrapper .reason-wrapper .reason-text,
.cms-acerca-de-nosotros .main-wrapper .reason-wrapper .reason-text,
.cms-sobre-nos .main-wrapper .reason-wrapper .reason-text,
.cms-o-nas .main-wrapper .reason-wrapper .reason-text {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 24px;
  color: #fa7a2a;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.cms-about-us .main-wrapper .reason-wrapper .reason-text::after,
.cms-chi-siamo .main-wrapper .reason-wrapper .reason-text::after,
.cms-acerca-de-nosotros .main-wrapper .reason-wrapper .reason-text::after,
.cms-sobre-nos .main-wrapper .reason-wrapper .reason-text::after,
.cms-o-nas .main-wrapper .reason-wrapper .reason-text::after,
.cms-about-us .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-chi-siamo .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-acerca-de-nosotros .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-sobre-nos .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-o-nas .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-about-us .main-wrapper .adding-value-wrapper .adding-text:after,
.cms-chi-siamo .main-wrapper .adding-value-wrapper .adding-text:after,
.cms-acerca-de-nosotros .main-wrapper .adding-value-wrapper .adding-text:after,
.cms-sobre-nos .main-wrapper .adding-value-wrapper .adding-text:after,
.cms-o-nas .main-wrapper .adding-value-wrapper .adding-text:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cms-about-us .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-chi-siamo .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-acerca-de-nosotros .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-sobre-nos .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-o-nas .main-wrapper .commitment-wrapper .commitment-text:after,
.cms-about-us .main-wrapper .reason-wrapper .reason-text::after,
.cms-chi-siamo .main-wrapper .reason-wrapper .reason-text::after,
.cms-acerca-de-nosotros .main-wrapper .reason-wrapper .reason-text::after,
.cms-sobre-nos .main-wrapper .reason-wrapper .reason-text::after,
.cms-o-nas .main-wrapper .reason-wrapper .reason-text::after,
.cms-about-us .main-wrapper .adding-value-wrapper .adding-text:after,
.cms-chi-siamo .main-wrapper .adding-value-wrapper .adding-text:after,
.cms-acerca-de-nosotros .main-wrapper .adding-value-wrapper .adding-text:after,
.cms-sobre-nos .main-wrapper .adding-value-wrapper .adding-text:after,
.cms-o-nas .main-wrapper .adding-value-wrapper .adding-text:after {
  background: #fa7a2a;
}
.cms-about-us .main-wrapper .reason-wrapper .reason-info-text,
.cms-chi-siamo .main-wrapper .reason-wrapper .reason-info-text,
.cms-acerca-de-nosotros .main-wrapper .reason-wrapper .reason-info-text,
.cms-sobre-nos .main-wrapper .reason-wrapper .reason-info-text,
.cms-o-nas .main-wrapper .reason-wrapper .reason-info-text,
.cms-about-us .main-wrapper .adding-value-wrapper .adding-value-discription,
.cms-chi-siamo .main-wrapper .adding-value-wrapper .adding-value-discription,
.cms-acerca-de-nosotros .main-wrapper .adding-value-wrapper .adding-value-discription,
.cms-sobre-nos .main-wrapper .adding-value-wrapper .adding-value-discription,
.cms-o-nas .main-wrapper .adding-value-wrapper .adding-value-discription,
.cms-about-us .main-wrapper .commitment-wrapper .commitment-discription,
.cms-chi-siamo .main-wrapper .commitment-wrapper .commitment-discription,
.cms-acerca-de-nosotros .main-wrapper .commitment-wrapper .commitment-discription,
.cms-sobre-nos .main-wrapper .commitment-wrapper .commitment-discription,
.cms-o-nas .main-wrapper .commitment-wrapper .commitment-discription {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #000;
}
.cms-about-us .main-wrapper .reason-wrapper .reason-info-text,
.cms-chi-siamo .main-wrapper .reason-wrapper .reason-info-text,
.cms-acerca-de-nosotros .main-wrapper .reason-wrapper .reason-info-text,
.cms-sobre-nos .main-wrapper .reason-wrapper .reason-info-text,
.cms-o-nas .main-wrapper .reason-wrapper .reason-info-text {
  color: #000;
}
.cms-about-us .main-wrapper .commitment-wrapper .commitment-text,
.cms-chi-siamo .main-wrapper .commitment-wrapper .commitment-text,
.cms-acerca-de-nosotros .main-wrapper .commitment-wrapper .commitment-text,
.cms-sobre-nos .main-wrapper .commitment-wrapper .commitment-text,
.cms-o-nas .main-wrapper .commitment-wrapper .commitment-text,
.cms-about-us .main-wrapper .adding-value-wrapper .adding-text,
.cms-chi-siamo .main-wrapper .adding-value-wrapper .adding-text,
.cms-acerca-de-nosotros .main-wrapper .adding-value-wrapper .adding-text,
.cms-sobre-nos .main-wrapper .adding-value-wrapper .adding-text,
.cms-o-nas .main-wrapper .adding-value-wrapper .adding-text {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #fa7a2a;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.cms-about-us .main-wrapper .adding-value-wrapper .additing-wrapper-container,
.cms-chi-siamo .main-wrapper .adding-value-wrapper .additing-wrapper-container,
.cms-acerca-de-nosotros .main-wrapper .adding-value-wrapper .additing-wrapper-container,
.cms-sobre-nos .main-wrapper .adding-value-wrapper .additing-wrapper-container,
.cms-o-nas .main-wrapper .adding-value-wrapper .additing-wrapper-container {
  text-align: center;
}
.cms-about-us .main-wrapper .accord-text,
.cms-chi-siamo .main-wrapper .accord-text,
.cms-acerca-de-nosotros .main-wrapper .accord-text,
.cms-sobre-nos .main-wrapper .accord-text,
.cms-o-nas .main-wrapper .accord-text {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.cms-about-us .main-wrapper .accord-text .fa-play,
.cms-chi-siamo .main-wrapper .accord-text .fa-play,
.cms-acerca-de-nosotros .main-wrapper .accord-text .fa-play,
.cms-sobre-nos .main-wrapper .accord-text .fa-play,
.cms-o-nas .main-wrapper .accord-text .fa-play {
  margin-left: 3px;
}
.cms-about-us .main-wrapper .accord-container,
.cms-chi-siamo .main-wrapper .accord-container,
.cms-acerca-de-nosotros .main-wrapper .accord-container,
.cms-sobre-nos .main-wrapper .accord-container,
.cms-o-nas .main-wrapper .accord-container {
  margin-top: 15px;
}
.cms-about-us .main-wrapper .accord-container.noData .accord-text .fa-play,
.cms-chi-siamo .main-wrapper .accord-container.noData .accord-text .fa-play,
.cms-acerca-de-nosotros .main-wrapper .accord-container.noData .accord-text .fa-play,
.cms-sobre-nos .main-wrapper .accord-container.noData .accord-text .fa-play,
.cms-o-nas .main-wrapper .accord-container.noData .accord-text .fa-play {
  transition: 0.3s all ease-in;
}
.cms-about-us .main-wrapper .accord-container.availableData .accord-text .fa-play,
.cms-chi-siamo .main-wrapper .accord-container.availableData .accord-text .fa-play,
.cms-acerca-de-nosotros .main-wrapper .accord-container.availableData .accord-text .fa-play,
.cms-sobre-nos .main-wrapper .accord-container.availableData .accord-text .fa-play,
.cms-o-nas .main-wrapper .accord-container.availableData .accord-text .fa-play {
  transform: rotate(90deg);
  transition: 0.3s all ease-in;
}
.cms-about-us .main-wrapper .accord-container.noData .accord-data,
.cms-chi-siamo .main-wrapper .accord-container.noData .accord-data,
.cms-acerca-de-nosotros .main-wrapper .accord-container.noData .accord-data,
.cms-sobre-nos .main-wrapper .accord-container.noData .accord-data,
.cms-o-nas .main-wrapper .accord-container.noData .accord-data {
  height: 0;
  overflow: hidden;
  transition: 0.3s all ease-in;
}
.cms-about-us .main-wrapper .accord-container.availableData .accord-data,
.cms-chi-siamo .main-wrapper .accord-container.availableData .accord-data,
.cms-acerca-de-nosotros .main-wrapper .accord-container.availableData .accord-data,
.cms-sobre-nos .main-wrapper .accord-container.availableData .accord-data,
.cms-o-nas .main-wrapper .accord-container.availableData .accord-data {
  height: auto;
  transition: 0.3s all ease-in;
}
.cms-about-us .main-wrapper .adding-value-wrapper .row img,
.cms-chi-siamo .main-wrapper .adding-value-wrapper .row img,
.cms-acerca-de-nosotros .main-wrapper .adding-value-wrapper .row img,
.cms-sobre-nos .main-wrapper .adding-value-wrapper .row img,
.cms-o-nas .main-wrapper .adding-value-wrapper .row img {
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  .cms-about-us .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-chi-siamo .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-acerca-de-nosotros .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-sobre-nos .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-o-nas .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .cms-about-us .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-chi-siamo .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-acerca-de-nosotros .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-sobre-nos .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-o-nas .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .cms-about-us .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text,
  .cms-chi-siamo .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text,
  .cms-acerca-de-nosotros .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text,
  .cms-sobre-nos .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text,
  .cms-o-nas .main-wrapper .about-us-info-wrapper .about-us-container .about-us-text {
    font-size: 14px;
  }
  .cms-about-us .main-wrapper .reason-wrapper .reason-text,
  .cms-chi-siamo .main-wrapper .reason-wrapper .reason-text,
  .cms-acerca-de-nosotros .main-wrapper .reason-wrapper .reason-text,
  .cms-sobre-nos .main-wrapper .reason-wrapper .reason-text,
  .cms-o-nas .main-wrapper .reason-wrapper .reason-text,
  .cms-about-us .main-wrapper .commitment-wrapper .commitment-text,
  .cms-chi-siamo .main-wrapper .commitment-wrapper .commitment-text,
  .cms-acerca-de-nosotros .main-wrapper .commitment-wrapper .commitment-text,
  .cms-sobre-nos .main-wrapper .commitment-wrapper .commitment-text,
  .cms-o-nas .main-wrapper .commitment-wrapper .commitment-text,
  .cms-about-us .main-wrapper .adding-value-wrapper .adding-text,
  .cms-chi-siamo .main-wrapper .adding-value-wrapper .adding-text,
  .cms-acerca-de-nosotros .main-wrapper .adding-value-wrapper .adding-text,
  .cms-sobre-nos .main-wrapper .adding-value-wrapper .adding-text,
  .cms-o-nas .main-wrapper .adding-value-wrapper .adding-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .cms-about-us .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-chi-siamo .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-acerca-de-nosotros .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-sobre-nos .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-o-nas .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .cms-about-us .main-wrapper .banner-wrapper .text-wrapper .banner-title,
  .cms-chi-siamo .main-wrapper .banner-wrapper .text-wrapper .banner-title,
  .cms-acerca-de-nosotros .main-wrapper .banner-wrapper .text-wrapper .banner-title,
  .cms-sobre-nos .main-wrapper .banner-wrapper .text-wrapper .banner-title,
  .cms-o-nas .main-wrapper .banner-wrapper .text-wrapper .banner-title {
    font-size: 40px;
  }
  .cms-about-us .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-chi-siamo .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-acerca-de-nosotros .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-sobre-nos .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle,
  .cms-o-nas .main-wrapper .banner-wrapper .banner-container .text-wrapper .banner-subtitle {
    font-size: 18px;
  }
}
.cms-about-us .column.main,
.cms-chi-siamo .column.main,
.cms-acerca-de-nosotros .column.main,
.cms-sobre-nos .column.main,
.cms-o-nas .column.main {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cms-services .consulting-text,
.cms-servizi .consulting-text,
.cms-servicios .consulting-text,
.cms-servicos .consulting-text,
.cms-uslugi .consulting-text {
  margin-top: 10px;
}
.cms-services .need-for-info,
.cms-servizi .need-for-info,
.cms-servicios .need-for-info,
.cms-servicos .need-for-info,
.cms-uslugi .need-for-info {
  padding: 40px 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
}
.cms-services .need-for-info .need-for-info-wrapper .need-for-info-title,
.cms-servizi .need-for-info .need-for-info-wrapper .need-for-info-title,
.cms-servicios .need-for-info .need-for-info-wrapper .need-for-info-title,
.cms-servicos .need-for-info .need-for-info-wrapper .need-for-info-title,
.cms-uslugi .need-for-info .need-for-info-wrapper .need-for-info-title {
  text-align: left;
  font-style: normal;
  font-size: 24px;
  line-height: normal;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  letter-spacing: 0.24px;
  color: #ffffff;
  text-shadow: 0px 3px 30px #003b7681;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.cms-services .need-for-info .need-for-info-wrapper .need-for-info-link,
.cms-servizi .need-for-info .need-for-info-wrapper .need-for-info-link,
.cms-servicios .need-for-info .need-for-info-wrapper .need-for-info-link,
.cms-servicos .need-for-info .need-for-info-wrapper .need-for-info-link,
.cms-uslugi .need-for-info .need-for-info-wrapper .need-for-info-link {
  text-align: left;
  font-style: normal;
  font-size: 13px;
  line-height: normal;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
  text-transform: uppercase;
  padding: 9px 8px;
  border: 1px solid #4A9EDB;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
}
.cms-services .need-for-info .need-for-info-wrapper .need-for-info-link:hover,
.cms-servizi .need-for-info .need-for-info-wrapper .need-for-info-link:hover,
.cms-servicios .need-for-info .need-for-info-wrapper .need-for-info-link:hover,
.cms-servicos .need-for-info .need-for-info-wrapper .need-for-info-link:hover,
.cms-uslugi .need-for-info .need-for-info-wrapper .need-for-info-link:hover {
  background-color: #F18907;
  color: #ffffff;
  text-decoration: none;
  border-color: #F18907;
}
.cms-services .need-for-info .need-for-info-wrapper .need-for-info-link::after,
.cms-servizi .need-for-info .need-for-info-wrapper .need-for-info-link::after,
.cms-servicios .need-for-info .need-for-info-wrapper .need-for-info-link::after,
.cms-servicos .need-for-info .need-for-info-wrapper .need-for-info-link::after,
.cms-uslugi .need-for-info .need-for-info-wrapper .need-for-info-link::after {
  content: '>>';
  padding-left: 5px;
  color: #4A9EDB;
}
.cms-services .need-for-info .need-for-info-wrapper .need-for-info-link:hover::after,
.cms-servizi .need-for-info .need-for-info-wrapper .need-for-info-link:hover::after,
.cms-servicios .need-for-info .need-for-info-wrapper .need-for-info-link:hover::after,
.cms-servicos .need-for-info .need-for-info-wrapper .need-for-info-link:hover::after,
.cms-uslugi .need-for-info .need-for-info-wrapper .need-for-info-link:hover::after {
  color: #ffffff;
}
.cms-services .consulting-text,
.cms-servizi .consulting-text,
.cms-servicios .consulting-text,
.cms-servicos .consulting-text,
.cms-uslugi .consulting-text,
.cms-services .services-heading,
.cms-servizi .services-heading,
.cms-servicios .services-heading,
.cms-servicos .services-heading,
.cms-uslugi .services-heading {
  text-align: left;
  font-size: 22px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
}
.cms-services .services-subheading,
.cms-servizi .services-subheading,
.cms-servicios .services-subheading,
.cms-servicos .services-subheading,
.cms-uslugi .services-subheading {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 6px;
}
.cms-services .consulting-discription,
.cms-servizi .consulting-discription,
.cms-servicios .consulting-discription,
.cms-servicos .consulting-discription,
.cms-uslugi .consulting-discription,
.cms-services .services-discription,
.cms-servizi .services-discription,
.cms-servicios .services-discription,
.cms-servicos .services-discription,
.cms-uslugi .services-discription {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
  letter-spacing: 0px;
  color: #333333;
}
.cms-services .nav-wrapper,
.cms-servizi .nav-wrapper,
.cms-servicios .nav-wrapper,
.cms-servicos .nav-wrapper,
.cms-uslugi .nav-wrapper {
  background: #dbe2e7;
  padding-bottom: 15px;
}
.cms-services .nav-wrapper-title,
.cms-servizi .nav-wrapper-title,
.cms-servicios .nav-wrapper-title,
.cms-servicos .nav-wrapper-title,
.cms-uslugi .nav-wrapper-title {
  text-align: left;
  font-size: 20px;
  font-family: "Comfortaa-Custom", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 3px solid #F4F6F8;
  padding: 15px 0 10px 22px;
}
.cms-services .nav.nav-pills,
.cms-servizi .nav.nav-pills,
.cms-servicios .nav.nav-pills,
.cms-servicos .nav.nav-pills,
.cms-uslugi .nav.nav-pills {
  padding-left: 22px;
  margin-top: 25px;
}
.cms-services .nav-wrapper .nav-pills .nav-link,
.cms-servizi .nav-wrapper .nav-pills .nav-link,
.cms-servicios .nav-wrapper .nav-pills .nav-link,
.cms-servicos .nav-wrapper .nav-pills .nav-link,
.cms-uslugi .nav-wrapper .nav-pills .nav-link,
.cms-services .enquiry,
.cms-servizi .enquiry,
.cms-servicios .enquiry,
.cms-servicos .enquiry,
.cms-uslugi .enquiry {
  text-decoration: none !important;
  font-family: "Roboto-Custom", sans-serif;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0px;
  color: #333333;
  margin: 5px 0;
  line-height: 25px;
  padding: 0px 8px 0px 0;
}
.cms-services .enquiry,
.cms-servizi .enquiry,
.cms-servicios .enquiry,
.cms-servicos .enquiry,
.cms-uslugi .enquiry {
  padding-left: 22px;
}
@media only screen and (max-width: 767px) {
  .cms-services .main-content-wrapper .data-container .consulting-wrapper,
  .cms-servizi .main-content-wrapper .data-container .consulting-wrapper,
  .cms-servicios .main-content-wrapper .data-container .consulting-wrapper,
  .cms-servicos .main-content-wrapper .data-container .consulting-wrapper,
  .cms-uslugi .main-content-wrapper .data-container .consulting-wrapper {
    margin-top: 15px;
  }
}
.cms-services .main-content-wrapper .data-container .consulting-wrapper img,
.cms-servizi .main-content-wrapper .data-container .consulting-wrapper img,
.cms-servicios .main-content-wrapper .data-container .consulting-wrapper img,
.cms-servicos .main-content-wrapper .data-container .consulting-wrapper img,
.cms-uslugi .main-content-wrapper .data-container .consulting-wrapper img {
  height: 145px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .cms-services .main-content-wrapper .data-container .consulting-wrapper img,
  .cms-servizi .main-content-wrapper .data-container .consulting-wrapper img,
  .cms-servicios .main-content-wrapper .data-container .consulting-wrapper img,
  .cms-servicos .main-content-wrapper .data-container .consulting-wrapper img,
  .cms-uslugi .main-content-wrapper .data-container .consulting-wrapper img {
    height: 105px;
  }
}
@media only screen and (max-width: 420px) {
  .cms-services .main-content-wrapper .data-container .consulting-wrapper img,
  .cms-servizi .main-content-wrapper .data-container .consulting-wrapper img,
  .cms-servicios .main-content-wrapper .data-container .consulting-wrapper img,
  .cms-servicos .main-content-wrapper .data-container .consulting-wrapper img,
  .cms-uslugi .main-content-wrapper .data-container .consulting-wrapper img {
    height: 70px;
  }
}
.cms-services .nav-wrapper .nav-pills .nav-link.active,
.cms-servizi .nav-wrapper .nav-pills .nav-link.active,
.cms-servicios .nav-wrapper .nav-pills .nav-link.active,
.cms-servicos .nav-wrapper .nav-pills .nav-link.active,
.cms-uslugi .nav-wrapper .nav-pills .nav-link.active {
  font-weight: bold;
}
.cms-services .data-container,
.cms-servizi .data-container,
.cms-servicios .data-container,
.cms-servicos .data-container,
.cms-uslugi .data-container {
  background: #ffffff;
}
.cms-services .contact-answer,
.cms-servizi .contact-answer,
.cms-servicios .contact-answer,
.cms-servicos .contact-answer,
.cms-uslugi .contact-answer {
  display: inline-block;
  background: #EF8122;
  padding: 5px 15px;
  font-family: "Roboto-Custom", sans-serif;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-bottom: 5px;
}
.cms-services #maincontent,
.cms-servizi #maincontent,
.cms-servicios #maincontent,
.cms-servicos #maincontent,
.cms-uslugi #maincontent {
  max-width: 100%;
}
.cms-services .featured-artical .head-wrapper,
.cms-servizi .featured-artical .head-wrapper,
.cms-servicios .featured-artical .head-wrapper,
.cms-servicos .featured-artical .head-wrapper,
.cms-uslugi .featured-artical .head-wrapper {
  display: flex;
  justify-content: space-between;
}
.cms-services .featured-artical #featured-article,
.cms-servizi .featured-artical #featured-article,
.cms-servicios .featured-artical #featured-article,
.cms-servicos .featured-artical #featured-article,
.cms-uslugi .featured-artical #featured-article {
  display: flex;
  flex-wrap: wrap;
}
.cms-services .featured-artical #featured-article .feature-article-container,
.cms-servizi .featured-artical #featured-article .feature-article-container,
.cms-servicios .featured-artical #featured-article .feature-article-container,
.cms-servicos .featured-artical #featured-article .feature-article-container,
.cms-uslugi .featured-artical #featured-article .feature-article-container {
  flex: 0 0 24%;
  margin: 0 auto;
  padding: 15px;
  background: #ffffff;
}
.cms-services .featured-artical #featured-article .feature-article-container .featured-article-image-wrapper .featured-item-link img,
.cms-servizi .featured-artical #featured-article .feature-article-container .featured-article-image-wrapper .featured-item-link img,
.cms-servicios .featured-artical #featured-article .feature-article-container .featured-article-image-wrapper .featured-item-link img,
.cms-servicos .featured-artical #featured-article .feature-article-container .featured-article-image-wrapper .featured-item-link img,
.cms-uslugi .featured-artical #featured-article .feature-article-container .featured-article-image-wrapper .featured-item-link img {
  width: 100%;
  height: 125px;
  object-fit: cover;
}
.cms-services .featured-artical,
.cms-servizi .featured-artical,
.cms-servicios .featured-artical,
.cms-servicos .featured-artical,
.cms-uslugi .featured-artical {
  background-color: #dedede;
  padding: 45px 0;
}
.cms-services .featured-artical h2.title,
.cms-servizi .featured-artical h2.title,
.cms-servicios .featured-artical h2.title,
.cms-servicos .featured-artical h2.title,
.cms-uslugi .featured-artical h2.title {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 28px;
  padding-left: 16px;
  color: #2B2B2B;
  position: relative;
}
.cms-services .featured-artical a.featured-view-all,
.cms-servizi .featured-artical a.featured-view-all,
.cms-servicios .featured-artical a.featured-view-all,
.cms-servicos .featured-artical a.featured-view-all,
.cms-uslugi .featured-artical a.featured-view-all {
  font-family: "Roboto-Custom", sans-serif;
  padding-right: 20px;
  color: #2B2B2B;
  align-self: center;
}
.cms-services h2.title::after,
.cms-servizi h2.title::after,
.cms-servicios h2.title::after,
.cms-servicos h2.title::after,
.cms-uslugi h2.title::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 260px;
  background: #EF8122;
  bottom: 0;
  left: 16px;
}
.cms-services .services-second-subheading,
.cms-servizi .services-second-subheading,
.cms-servicios .services-second-subheading,
.cms-servicos .services-second-subheading,
.cms-uslugi .services-second-subheading {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .cms-services .featured-artical h2.title,
  .cms-servizi .featured-artical h2.title,
  .cms-servicios .featured-artical h2.title,
  .cms-servicos .featured-artical h2.title,
  .cms-uslugi .featured-artical h2.title {
    font-size: 20px;
  }
  .cms-services h2.title::after,
  .cms-servizi h2.title::after,
  .cms-servicios h2.title::after,
  .cms-servicos h2.title::after,
  .cms-uslugi h2.title::after {
    width: 170px;
  }
  .cms-services .consulting-text,
  .cms-servizi .consulting-text,
  .cms-servicios .consulting-text,
  .cms-servicos .consulting-text,
  .cms-uslugi .consulting-text,
  .cms-services .services-heading,
  .cms-servizi .services-heading,
  .cms-servicios .services-heading,
  .cms-servicos .services-heading,
  .cms-uslugi .services-heading,
  .cms-services .services-subheading,
  .cms-servizi .services-subheading,
  .cms-servicios .services-subheading,
  .cms-servicos .services-subheading,
  .cms-uslugi .services-subheading {
    font-size: 16px;
  }
  .cms-services .consulting-discription,
  .cms-servizi .consulting-discription,
  .cms-servicios .consulting-discription,
  .cms-servicos .consulting-discription,
  .cms-uslugi .consulting-discription,
  .cms-services .services-discription,
  .cms-servizi .services-discription,
  .cms-servicios .services-discription,
  .cms-servicos .services-discription,
  .cms-uslugi .services-discription {
    font-size: 14px;
  }
}
.cms-services a.featured-view-all::after,
.cms-servizi a.featured-view-all::after,
.cms-servicios a.featured-view-all::after,
.cms-servicos a.featured-view-all::after,
.cms-uslugi a.featured-view-all::after {
  content: ' \003E';
  color: #009FE1;
}
.cms-services div#featured-article,
.cms-servizi div#featured-article,
.cms-servicios div#featured-article,
.cms-servicos div#featured-article,
.cms-uslugi div#featured-article {
  width: 90%;
  margin: 15px auto;
}
.cms-services a.featured-item-link,
.cms-servizi a.featured-item-link,
.cms-servicios a.featured-item-link,
.cms-servicos a.featured-item-link,
.cms-uslugi a.featured-item-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px !important;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
  min-height: 40px;
}
.cms-services h3.featured-article-title,
.cms-servizi h3.featured-article-title,
.cms-servicios h3.featured-article-title,
.cms-servicos h3.featured-article-title,
.cms-uslugi h3.featured-article-title {
  margin-top: 8px;
}
.cms-services p.featured-article-info,
.cms-servizi p.featured-article-info,
.cms-servicios p.featured-article-info,
.cms-servicos p.featured-article-info,
.cms-uslugi p.featured-article-info {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cms-services p.featured-article-info,
  .cms-servizi p.featured-article-info,
  .cms-servicios p.featured-article-info,
  .cms-servicos p.featured-article-info,
  .cms-uslugi p.featured-article-info {
    min-height: 55px;
  }
}
@media only screen and (max-width: 640px) {
  .cms-services p.featured-article-info,
  .cms-servizi p.featured-article-info,
  .cms-servicios p.featured-article-info,
  .cms-servicos p.featured-article-info,
  .cms-uslugi p.featured-article-info {
    min-height: 90px;
  }
}
.cms-services section.main-content-wrapper,
.cms-servizi section.main-content-wrapper,
.cms-servicios section.main-content-wrapper,
.cms-servicos section.main-content-wrapper,
.cms-uslugi section.main-content-wrapper {
  padding: 0 0 30px;
}
@media only screen and (max-width: 575px) {
  .cms-services section.main-content-wrapper,
  .cms-servizi section.main-content-wrapper,
  .cms-servicios section.main-content-wrapper,
  .cms-servicos section.main-content-wrapper,
  .cms-uslugi section.main-content-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-services .featured-artical #featured-article .feature-article-container,
  .cms-servizi .featured-artical #featured-article .feature-article-container,
  .cms-servicios .featured-artical #featured-article .feature-article-container,
  .cms-servicos .featured-artical #featured-article .feature-article-container,
  .cms-uslugi .featured-artical #featured-article .feature-article-container {
    flex: 0 0 49%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 575px) {
  .cms-services body .container,
  .cms-servizi body .container,
  .cms-servicios body .container,
  .cms-servicos body .container,
  .cms-uslugi body .container {
    padding: 0;
  }
}
.cms-services .column.main,
.cms-servizi .column.main,
.cms-servicios .column.main,
.cms-servicos .column.main,
.cms-uslugi .column.main {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.cms-services footer.page-footer,
.cms-servizi footer.page-footer,
.cms-servicios footer.page-footer,
.cms-servicos footer.page-footer,
.cms-uslugi footer.page-footer {
  margin-top: 0;
}
.cms-services .home-menu-link,
.cms-servizi .home-menu-link,
.cms-servicios .home-menu-link,
.cms-servicos .home-menu-link,
.cms-uslugi .home-menu-link {
  font-size: 22px;
  color: #ee8125 !important;
  font-family: "Roboto-Custom", sans-serif;
}
.cms-services .home-menu-link:hover,
.cms-servizi .home-menu-link:hover,
.cms-servicios .home-menu-link:hover,
.cms-servicos .home-menu-link:hover,
.cms-uslugi .home-menu-link:hover {
  text-decoration: none;
}
.cms-services .nav-wrapper .nav-pills .nav-link:after,
.cms-servizi .nav-wrapper .nav-pills .nav-link:after,
.cms-servicios .nav-wrapper .nav-pills .nav-link:after,
.cms-servicos .nav-wrapper .nav-pills .nav-link:after,
.cms-uslugi .nav-wrapper .nav-pills .nav-link:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 18px;
  line-height: 23px;
  font-weight: bold;
}
.cms-services .contact-wabrasive .contact-left-abrasive-image img.lazyload.loaded,
.cms-servizi .contact-wabrasive .contact-left-abrasive-image img.lazyload.loaded,
.cms-servicios .contact-wabrasive .contact-left-abrasive-image img.lazyload.loaded,
.cms-servicos .contact-wabrasive .contact-left-abrasive-image img.lazyload.loaded,
.cms-uslugi .contact-wabrasive .contact-left-abrasive-image img.lazyload.loaded {
  width: auto;
}
.cms-services .custom-list,
.cms-servizi .custom-list,
.cms-servicios .custom-list,
.cms-servicos .custom-list,
.cms-uslugi .custom-list {
  color: #000;
}
.cms-services .mobile,
.cms-servizi .mobile,
.cms-servicios .mobile,
.cms-servicos .mobile,
.cms-uslugi .mobile {
  display: none;
}
.cms-services .desktop,
.cms-servizi .desktop,
.cms-servicios .desktop,
.cms-servicos .desktop,
.cms-uslugi .desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .cms-services .mobile,
  .cms-servizi .mobile,
  .cms-servicios .mobile,
  .cms-servicos .mobile,
  .cms-uslugi .mobile {
    display: block;
  }
  .cms-services .desktop,
  .cms-servizi .desktop,
  .cms-servicios .desktop,
  .cms-servicos .desktop,
  .cms-uslugi .desktop {
    display: none;
  }
}
.cms-privacy-policy .page-title-wrapper,
.politica-sulla-riservatezza .page-title-wrapper,
.cms-politica-de-privacidade .page-title-wrapper,
.cms-polityka-prywatnosci .page-title-wrapper,
.cms-zasady-ochrany-osobnich-udaju .page-title-wrapper {
  display: none;
}
.cms-privacy-policy .privacy-policy-page-wrapper,
.politica-sulla-riservatezza .privacy-policy-page-wrapper,
.cms-politica-de-privacidade .privacy-policy-page-wrapper,
.cms-polityka-prywatnosci .privacy-policy-page-wrapper,
.cms-zasady-ochrany-osobnich-udaju .privacy-policy-page-wrapper {
  padding-top: 30px;
}
.cms-privacy-policy .privacy-policy-title-container,
.politica-sulla-riservatezza .privacy-policy-title-container,
.cms-politica-de-privacidade .privacy-policy-title-container,
.cms-polityka-prywatnosci .privacy-policy-title-container,
.cms-zasady-ochrany-osobnich-udaju .privacy-policy-title-container {
  margin-bottom: 20px;
}
.cms-privacy-policy .privacy-policy-number,
.politica-sulla-riservatezza .privacy-policy-number,
.cms-politica-de-privacidade .privacy-policy-number,
.cms-polityka-prywatnosci .privacy-policy-number,
.cms-zasady-ochrany-osobnich-udaju .privacy-policy-number,
.cms-privacy-policy .privacy-policy-title,
.politica-sulla-riservatezza .privacy-policy-title,
.cms-politica-de-privacidade .privacy-policy-title,
.cms-polityka-prywatnosci .privacy-policy-title,
.cms-zasady-ochrany-osobnich-udaju .privacy-policy-title {
  color: #ee8125;
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 24px;
  margin-bottom: 0;
}
.cms-privacy-policy .privacy-policy-title,
.politica-sulla-riservatezza .privacy-policy-title,
.cms-politica-de-privacidade .privacy-policy-title,
.cms-polityka-prywatnosci .privacy-policy-title,
.cms-zasady-ochrany-osobnich-udaju .privacy-policy-title {
  padding-left: 20px;
}
.cms-privacy-policy .privacy-policy-discription,
.politica-sulla-riservatezza .privacy-policy-discription,
.cms-politica-de-privacidade .privacy-policy-discription,
.cms-polityka-prywatnosci .privacy-policy-discription,
.cms-zasady-ochrany-osobnich-udaju .privacy-policy-discription {
  margin-bottom: 18px;
}
.cms-privacy-policy .subtext,
.politica-sulla-riservatezza .subtext,
.cms-politica-de-privacidade .subtext,
.cms-polityka-prywatnosci .subtext,
.cms-zasady-ochrany-osobnich-udaju .subtext {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #000;
}
.cms-privacy-policy .bold-subtext,
.politica-sulla-riservatezza .bold-subtext,
.cms-politica-de-privacidade .bold-subtext,
.cms-polityka-prywatnosci .bold-subtext,
.cms-zasady-ochrany-osobnich-udaju .bold-subtext {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.cms-privacy-policy li.subtext,
.politica-sulla-riservatezza li.subtext,
.cms-politica-de-privacidade li.subtext,
.cms-polityka-prywatnosci li.subtext,
.cms-zasady-ochrany-osobnich-udaju li.subtext {
  margin-bottom: 6px;
}
.cms-privacy-policy .privacy-policy-section-title,
.politica-sulla-riservatezza .privacy-policy-section-title,
.cms-politica-de-privacidade .privacy-policy-section-title,
.cms-polityka-prywatnosci .privacy-policy-section-title,
.cms-zasady-ochrany-osobnich-udaju .privacy-policy-section-title {
  font-family: "Comfortaa-Custom", sans-serif;
  color: #000;
  font-size: 22px;
  margin-bottom: 18px;
}
.cms-privacy-policy th .subtext,
.politica-sulla-riservatezza th .subtext,
.cms-politica-de-privacidade th .subtext,
.cms-polityka-prywatnosci th .subtext,
.cms-zasady-ochrany-osobnich-udaju th .subtext {
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.cms-privacy-policy section.privacy-policy-container,
.politica-sulla-riservatezza section.privacy-policy-container,
.cms-politica-de-privacidade section.privacy-policy-container,
.cms-polityka-prywatnosci section.privacy-policy-container,
.cms-zasady-ochrany-osobnich-udaju section.privacy-policy-container {
  margin-bottom: 30px;
}
.cms-privacy-policy .table-responsive td,
.politica-sulla-riservatezza .table-responsive td,
.cms-politica-de-privacidade .table-responsive td,
.cms-polityka-prywatnosci .table-responsive td,
.cms-zasady-ochrany-osobnich-udaju .table-responsive td {
  width: 50%;
  border-top: 1px solid #000 !important;
}
.cms-privacy-policy .table-responsive table,
.politica-sulla-riservatezza .table-responsive table,
.cms-politica-de-privacidade .table-responsive table,
.cms-polityka-prywatnosci .table-responsive table,
.cms-zasady-ochrany-osobnich-udaju .table-responsive table {
  border: 1px solid #000 !important;
}
.cms-privacy-policy .table-responsive table th,
.politica-sulla-riservatezza .table-responsive table th,
.cms-politica-de-privacidade .table-responsive table th,
.cms-polityka-prywatnosci .table-responsive table th,
.cms-zasady-ochrany-osobnich-udaju .table-responsive table th {
  border: none !important;
}
.cms-privacy-policy .table-responsive table th:first-child,
.politica-sulla-riservatezza .table-responsive table th:first-child,
.cms-politica-de-privacidade .table-responsive table th:first-child,
.cms-polityka-prywatnosci .table-responsive table th:first-child,
.cms-zasady-ochrany-osobnich-udaju .table-responsive table th:first-child,
.cms-privacy-policy .table-responsive table tr td:first-child,
.politica-sulla-riservatezza .table-responsive table tr td:first-child,
.cms-politica-de-privacidade .table-responsive table tr td:first-child,
.cms-polityka-prywatnosci .table-responsive table tr td:first-child,
.cms-zasady-ochrany-osobnich-udaju .table-responsive table tr td:first-child {
  border-right: 1px solid #000 !important;
}
.cms-privacy-policy .red-link,
.politica-sulla-riservatezza .red-link,
.cms-politica-de-privacidade .red-link,
.cms-polityka-prywatnosci .red-link,
.cms-zasady-ochrany-osobnich-udaju .red-link {
  text-decoration: underline;
  color: #C82614 !important;
}
@media only screen and (max-width: 576px) {
  .cms-privacy-policy .privacy-policy-number,
  .politica-sulla-riservatezza .privacy-policy-number,
  .cms-politica-de-privacidade .privacy-policy-number,
  .cms-polityka-prywatnosci .privacy-policy-number,
  .cms-zasady-ochrany-osobnich-udaju .privacy-policy-number,
  .cms-privacy-policy .privacy-policy-title,
  .politica-sulla-riservatezza .privacy-policy-title,
  .cms-politica-de-privacidade .privacy-policy-title,
  .cms-polityka-prywatnosci .privacy-policy-title,
  .cms-zasady-ochrany-osobnich-udaju .privacy-policy-title {
    font-size: 20px;
  }
  .cms-privacy-policy .subtext,
  .politica-sulla-riservatezza .subtext,
  .cms-politica-de-privacidade .subtext,
  .cms-polityka-prywatnosci .subtext,
  .cms-zasady-ochrany-osobnich-udaju .subtext,
  .cms-privacy-policy .bold-subtext,
  .politica-sulla-riservatezza .bold-subtext,
  .cms-politica-de-privacidade .bold-subtext,
  .cms-polityka-prywatnosci .bold-subtext,
  .cms-zasady-ochrany-osobnich-udaju .bold-subtext {
    font-size: 12px;
  }
  .cms-privacy-policy .privacy-policy-section-title,
  .politica-sulla-riservatezza .privacy-policy-section-title,
  .cms-politica-de-privacidade .privacy-policy-section-title,
  .cms-polityka-prywatnosci .privacy-policy-section-title,
  .cms-zasady-ochrany-osobnich-udaju .privacy-policy-section-title {
    font-size: 18px;
  }
  .cms-privacy-policy .privacy-policy-title,
  .politica-sulla-riservatezza .privacy-policy-title,
  .cms-politica-de-privacidade .privacy-policy-title,
  .cms-polityka-prywatnosci .privacy-policy-title,
  .cms-zasady-ochrany-osobnich-udaju .privacy-policy-title {
    padding-left: 10px;
  }
  .cms-privacy-policy .privacy-policy-discription,
  .politica-sulla-riservatezza .privacy-policy-discription,
  .cms-politica-de-privacidade .privacy-policy-discription,
  .cms-polityka-prywatnosci .privacy-policy-discription,
  .cms-zasady-ochrany-osobnich-udaju .privacy-policy-discription,
  .cms-privacy-policy .privacy-policy-title-container,
  .politica-sulla-riservatezza .privacy-policy-title-container,
  .cms-politica-de-privacidade .privacy-policy-title-container,
  .cms-polityka-prywatnosci .privacy-policy-title-container,
  .cms-zasady-ochrany-osobnich-udaju .privacy-policy-title-container {
    margin-bottom: 10px;
  }
  .cms-privacy-policy section.privacy-policy-container,
  .politica-sulla-riservatezza section.privacy-policy-container,
  .cms-politica-de-privacidade section.privacy-policy-container,
  .cms-polityka-prywatnosci section.privacy-policy-container,
  .cms-zasady-ochrany-osobnich-udaju section.privacy-policy-container {
    margin-bottom: 20px;
  }
}
.cms-privacy-policy .privacy-policy-container ul li,
.politica-sulla-riservatezza .privacy-policy-container ul li,
.cms-politica-de-privacidade .privacy-policy-container ul li,
.cms-polityka-prywatnosci .privacy-policy-container ul li,
.cms-zasady-ochrany-osobnich-udaju .privacy-policy-container ul li {
  color: #000;
}
.cms-terms-conditions .page-title-wrapper,
.cms-termini-e-condizioni .page-title-wrapper,
.cms-termos-e-condicoes .page-title-wrapper,
.cms-obchodni-podminky .page-title-wrapper,
.cms-warunki-i-regulamin .page-title-wrapper {
  display: none;
}
.cms-terms-conditions .terms-condition-wrapper,
.cms-termini-e-condizioni .terms-condition-wrapper,
.cms-termos-e-condicoes .terms-condition-wrapper,
.cms-obchodni-podminky .terms-condition-wrapper,
.cms-warunki-i-regulamin .terms-condition-wrapper {
  margin-bottom: 25px;
}
.cms-terms-conditions ol > li,
.cms-termini-e-condizioni ol > li,
.cms-termos-e-condicoes ol > li,
.cms-obchodni-podminky ol > li,
.cms-warunki-i-regulamin ol > li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .cms-terms-conditions ol,
  .cms-termini-e-condizioni ol,
  .cms-termos-e-condicoes ol,
  .cms-obchodni-podminky ol,
  .cms-warunki-i-regulamin ol {
    padding-left: 20px;
  }
  .cms-terms-conditions ol ul,
  .cms-termini-e-condizioni ol ul,
  .cms-termos-e-condicoes ol ul,
  .cms-obchodni-podminky ol ul,
  .cms-warunki-i-regulamin ol ul {
    padding-left: 8px;
  }
  .cms-terms-conditions ul ul,
  .cms-termini-e-condizioni ul ul,
  .cms-termos-e-condicoes ul ul,
  .cms-obchodni-podminky ul ul,
  .cms-warunki-i-regulamin ul ul {
    padding-left: 10px;
  }
}
.cms-terms-conditions .terms-heading,
.cms-termini-e-condizioni .terms-heading,
.cms-termos-e-condicoes .terms-heading,
.cms-obchodni-podminky .terms-heading,
.cms-warunki-i-regulamin .terms-heading {
  color: #ee8125;
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}
.cms-terms-conditions .terms-condition-text,
.cms-termini-e-condizioni .terms-condition-text,
.cms-termos-e-condicoes .terms-condition-text,
.cms-obchodni-podminky .terms-condition-text,
.cms-warunki-i-regulamin .terms-condition-text,
.cms-terms-conditions .shareholder-text,
.cms-termini-e-condizioni .shareholder-text,
.cms-termos-e-condicoes .shareholder-text,
.cms-obchodni-podminky .shareholder-text,
.cms-warunki-i-regulamin .shareholder-text {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: normal;
}
.cms-terms-conditions .shareholder-text-wrapper,
.cms-termini-e-condizioni .shareholder-text-wrapper,
.cms-termos-e-condicoes .shareholder-text-wrapper,
.cms-obchodni-podminky .shareholder-text-wrapper,
.cms-warunki-i-regulamin .shareholder-text-wrapper {
  text-align: center;
}
.cms-terms-conditions .shareholder-title,
.cms-termini-e-condizioni .shareholder-title,
.cms-termos-e-condicoes .shareholder-title,
.cms-obchodni-podminky .shareholder-title,
.cms-warunki-i-regulamin .shareholder-title {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.cms-terms-conditions .terms-condition-section-heading,
.cms-termini-e-condizioni .terms-condition-section-heading,
.cms-termos-e-condicoes .terms-condition-section-heading,
.cms-obchodni-podminky .terms-condition-section-heading,
.cms-warunki-i-regulamin .terms-condition-section-heading {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
}
.cms-terms-conditions ol > li > ul > li > ul,
.cms-termini-e-condizioni ol > li > ul > li > ul,
.cms-termos-e-condicoes ol > li > ul > li > ul,
.cms-obchodni-podminky ol > li > ul > li > ul,
.cms-warunki-i-regulamin ol > li > ul > li > ul {
  margin-top: 10px;
}
.cms-terms-conditions ol > li::marker,
.cms-termini-e-condizioni ol > li::marker,
.cms-termos-e-condicoes ol > li::marker,
.cms-obchodni-podminky ol > li::marker,
.cms-warunki-i-regulamin ol > li::marker {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 16px;
  color: #000;
}
.cms-terms-conditions ol > li > ul > li,
.cms-termini-e-condizioni ol > li > ul > li,
.cms-termos-e-condicoes ol > li > ul > li,
.cms-obchodni-podminky ol > li > ul > li,
.cms-warunki-i-regulamin ol > li > ul > li {
  list-style-type: disc;
}
@media only screen and (max-width: 576px) {
  .cms-terms-conditions .privacy-policy-title,
  .cms-termini-e-condizioni .privacy-policy-title,
  .cms-termos-e-condicoes .privacy-policy-title,
  .cms-obchodni-podminky .privacy-policy-title,
  .cms-warunki-i-regulamin .privacy-policy-title {
    font-size: 20px;
  }
  .cms-terms-conditions .terms-condition-text,
  .cms-termini-e-condizioni .terms-condition-text,
  .cms-termos-e-condicoes .terms-condition-text,
  .cms-obchodni-podminky .terms-condition-text,
  .cms-warunki-i-regulamin .terms-condition-text,
  .cms-terms-conditions .shareholder-text,
  .cms-termini-e-condizioni .shareholder-text,
  .cms-termos-e-condicoes .shareholder-text,
  .cms-obchodni-podminky .shareholder-text,
  .cms-warunki-i-regulamin .shareholder-text {
    font-size: 12px;
  }
  .cms-terms-conditions .shareholder-title,
  .cms-termini-e-condizioni .shareholder-title,
  .cms-termos-e-condicoes .shareholder-title,
  .cms-obchodni-podminky .shareholder-title,
  .cms-warunki-i-regulamin .shareholder-title {
    font-size: 16px;
  }
}
.cms-terms-conditions .shipping-heading,
.cms-termini-e-condizioni .shipping-heading,
.cms-termos-e-condicoes .shipping-heading,
.cms-obchodni-podminky .shipping-heading,
.cms-warunki-i-regulamin .shipping-heading,
.cms-terms-conditions .sub-heading,
.cms-termini-e-condizioni .sub-heading,
.cms-termos-e-condicoes .sub-heading,
.cms-obchodni-podminky .sub-heading,
.cms-warunki-i-regulamin .sub-heading {
  font-weight: bold;
}
.cms-faqs .page-title-wrapper {
  display: none;
}
.cms-faqs body .container__custom {
  padding: 0;
}
.cms-faqs main.main__wrap {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .cms-faqs body .container__custom {
    max-width: 1110px;
  }
}
.cms-faqs .faq__wrap {
  border: 1px solid #F2F2F2;
  border-top: 4px solid #009FE1;
  box-shadow: 0px 3px 6px #00000007;
  border-radius: 4px;
  padding: 0 15px;
}
.cms-faqs .faq__title-wrap {
  margin: 32px 0 36px;
}
.cms-faqs h1.faq__title {
  text-align: center;
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.cms-faqs .faq__searchform-wrap {
  max-width: 594px;
  margin: 0 auto 30px;
}
.cms-faqs input.input-field.search__input-field {
  height: 36px;
  border: 1px solid #189FE1;
  padding-left: 20px;
  padding-right: 36px;
  border-radius: 4px;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 350px) {
  .cms-faqs input.input-field.search__input-field {
    padding-left: 8px;
  }
}
.cms-faqs .submit-field-control {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.cms-faqs input.input-field.search__input-submit {
  font-size: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background: none;
  z-index: 1;
}
.cms-faqs .search__input-submit + .pe-7s-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  color: #435082;
  z-index: -1;
}
.cms-faqs .faq__que-wrap {
  max-width: 940px;
  margin: 0 auto;
}
.cms-faqs ul.faq__que-ans-lists {
  list-style-type: none;
  padding: 0;
}
.cms-faqs li.faq__que-ans-single {
  border-top: 1px solid #F2F2F2;
  margin: 0;
  padding-bottom: 8px;
}
.cms-faqs li.faq__que-ans-single:last-child {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 42px;
}
.cms-faqs a.toggle__question {
  color: #333333;
  text-decoration: none;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 18px 35px 10px 0;
}
.cms-faqs a.toggle__question.active {
  color: #009FE1;
}
.cms-faqs span.plus-icon-toggler {
  margin-left: auto;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 50%;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.cms-faqs .toggle__question.active span.plus-icon-toggler {
  border-color: #009FE1;
}
.cms-faqs span.plus-icon-toggler::before,
.cms-faqs span.plus-icon-toggler::after {
  content: "";
  position: absolute;
  transition: 0.3s all ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #707070;
  width: 12px;
  height: 2px;
}
.cms-faqs .toggle__question.active span.plus-icon-toggler::before,
.cms-faqs .toggle__question.active span.plus-icon-toggler::after {
  background: #009FE1;
}
.cms-faqs span.fa-plus.plus-icon-toggler::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cms-faqs span.fa-minus.plus-icon-toggler::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.cms-faqs p.toggle__answer {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding-right: 35px;
  display: none;
  margin: 0;
  animation: 0.3s ease-in 0s 1 normal show-animate;
  -webkit-animation: 0.3s ease-in 0s 1 normal show-animate;
  -moz-animation: 0.3s ease-in 0s 1 normal show-animate;
}
@keyframes show-animate {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.cms-faqs input.input-field.search__input-field::placeholder {
  color: #626264;
}
.cms-faqs .no__data-list {
  padding: 10px;
  border: solid #ddd;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  text-align: center;
  border-width: 1px 0 0 0;
}
.images-block .partner-img img {
  height: 100px;
  object-fit: contain;
  width: 105px;
}
.images-block .partner-img {
  align-self: center;
  padding: 5px 10px !important;
}
.partner-block-right .partner-block .images-block .partner-img:nth-child(2):before,
.partner-block-right .partner-block .images-block .partner-img:nth-child(3):before,
.partner-block-right .partner-block .images-block .partner-img:nth-child(4):before,
.partner-block-right .partner-block .images-block .partner-img:nth-child(5):before {
  border-right: 1px solid #e6e6e6;
  width: 1px;
  height: 100px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  margin-top: 15px;
  top: 40%;
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content .partner__head-subtitle {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #009FE1;
  margin: 23px 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content .partner__head-subtitle {
    margin: 15px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-left .partner-img img {
    height: 67vh !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-left .partner-img img {
    width: 100%;
    aspect-ratio: 1.50200803;
  }
}
.breadcrumbs {
  padding-top: 20px !important;
  padding-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0 !important;
  }
}
.breadcrumbs .items {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs .items .item {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-weight: bold;
}
.breadcrumbs .items .item:not(:nth-child(1)):before {
  content: '>>';
  text-align: left;
  letter-spacing: 0px;
  color: #626264;
  right: 5px;
  top: 0;
  margin: 0 5px;
}
.breadcrumbs .items .item a {
  padding-right: 0;
}
.breadcrumbs .items a {
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-weight: inherit;
  color: #626264;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs .items a {
    font-size: 12px;
  }
}
.breadcrumbs .items a:before {
  content: '' !important;
}
.breadcrumbs .items strong {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs .items strong {
    font-size: 12px;
  }
}
.catalog-product-view .breadcrumbs .items .item {
  position: relative;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  text-transform: capitalize;
}
.catalog-product-view .breadcrumbs .items .item:nth-child(2) {
  color: #626264;
}
.modal-popup._show.cookies .custom-h2 {
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  margin-bottom: .5rem;
}
@media only screen and (max-width: 767px) {
  .modal-popup._show.cookies .custom-h2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap {
    width: 75% !important;
  }
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap .modal-content {
    padding: 0 !important;
  }
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap .modal-content .consent-tabs {
    width: 30% !important;
    padding: 3% !important;
    padding-bottom: 0 !important;
  }
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap .modal-content .consent-tabs .consent-tab {
    width: 100% !important;
    border: 1px solid #333333 !important;
  }
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap .modal-content .consent-tabs .consent-tab.active {
    background-color: #f15a24 !important;
    color: #ffffff !important;
    border-color: #f15a24 !important;
  }
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap .modal-content .consent-tabs-content {
    width: 70% !important;
  }
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap .modal-footer {
    height: unset !important;
    position: absolute !important;
    bottom: 20px !important;
    right: 16px !important;
    background-color: transparent !important;
  }
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap .modal-footer .consent-btn {
    margin: 0 !important;
    margin-right: 8px !important;
    width: unset !important;
    background-color: #f15a24 !important;
  }
}
header.modal-header button.action-close {
  border: none !important;
}
header.modal-header button.action-close::after,
header.modal-header button.action-close::before {
  border-color: black !important;
  height: 25px !important;
}
.cookie-consent-newsletter-modal .cookie-toggle input:checked + .cookie-toggle-slider {
  background-color: #f15a24 !important;
}
.cookie-consent-newsletter-modal .modal-footer {
  padding: 12px 17px 20px !important;
}
.cookie-consent-newsletter-modal .modal-footer .consent-btn {
  background-color: #f15a24;
}
.cookie-consent-newsletter-modal .modal-footer .consent-btn:hover {
  background-color: #f15a24;
}
.cookie-consent-newsletter-modal .consent-tab {
  width: 100% !important;
  border: 1px solid #333333 !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 769px) {
  .cookie-consent-newsletter-modal .consent-tab {
    margin-bottom: 5px;
  }
}
.cookie-consent-newsletter-modal .consent-tab.active {
  background-color: #f15a24 !important;
  color: #ffffff !important;
  border-color: #f15a24 !important;
}
@media only screen and (max-width: 768px) {
  .cookie-consent-newsletter-modal .modal-inner-wrap {
    background-color: #ffffff !important;
  }
  .cookie-consent-newsletter-modal .modal-inner-wrap .modal-header {
    padding: 25px !important;
  }
}
@media only screen and (min-width: 768px) {
  .modals-wrapper .cookie-consent-newsletter-modal .modal-inner-wrap {
    left: 50% !important;
  }
}
.phpro-cookie-notice {
  background: #333333;
}
.phpro-cookie-notice .notice__description {
  color: #ffffff;
}
.phpro-cookie-notice .notice__btn {
  background-color: #f15a24;
  margin: 5px;
}
.phpro-cookie-notice .notice__btn:hover {
  background-color: #f15a24;
}
.reassurance-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  padding: 50px 0;
  background-color: #ffffff;
  border-top: 1px solid black;
  margin-top: 20px;
}
.reassurance-wrapper .reassurance {
  flex-basis: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.reassurance-wrapper .reassurance .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (min-width: 920px) and (max-width: 1096px) {
  .reassurance-wrapper .reassurance .title {
    min-height: 51.5px;
  }
}
.reassurance-wrapper .reassurance .img-wrapper {
  margin-bottom: 12px;
  display: inline-block;
  border-radius: 50%;
  padding: 14px;
  background-color: lightgray;
}
.reassurance-wrapper .reassurance img {
  max-width: 45px;
}
@media screen and (max-width: 767px) {
  .reassurance-wrapper .reassurance {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 479px) {
  .reassurance-wrapper .reassurance {
    flex-basis: 100%;
  }
}
h1.page-title {
  font-size: 18px !important;
  color: #333;
  font-family: "Comfortaa-Custom", sans-serif;
}
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .page-title {
  font-size: 22px !important;
}
.catalog-category-view .column.main > .page-title-wrapper h1 {
  font-size: 22px !important;
}
iframe.collapsed-height {
  height: 73px !important;
  right: 46px !important;
  display: block !important;
  width: 67px !important;
}
html body input[type="text"],
html body input[type="password"],
html body input[type="url"],
html body input[type="tel"],
html body input[type="search"],
html body input[type="number"],
html body input[type="datetime"],
html body input[type="email"] {
  font-family: "Roboto-Custom", sans-serif;
}
.theme-btn,
.theme-btn-hover,
.magepow-gdpr-cookie-notice #btn-cookie-allow,
.page-not-found-section .page-not-found-wrapper .go-home-btn-wrapper .go-home-link,
.page-footer .block-products-list .products-grid #we-also-serve .product-item .hover-box .tocart,
.cms-home .modal-popup._show .modal-content .submit-company,
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart,
.catalog-product-view .quote-default .action-primary,
.catalog-product-view .product-info-main .config-actions .button.btn-cart,
.catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart .button.btn-cart,
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .postcode-check-btn #button-postcode-check,
.catalog-product-view .product-info-main #btn-rfq,
.catalog-product-view .product-info-main #btn-rfq-new,
.catalog-product-view .product-info-main .btn-addto-quote,
.catalog-product-view .product-info-main .btn-show-cart,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .actions-toolbar button.submit,
.catalog-product-view .box-up-sell .product-item .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart,
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper .go-home-btn-wrapper .go-home-link,
.checkout-cart-index .columns .cart-container .cart-summary button.cancel,
.checkout-cart-index .columns .cart-container .cart-summary button.apply,
.checkout-cart-index .columns .cart-container .cart-summary ul.checkout button.checkout,
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart,
.checkout-cart-index .cart.main.actions .continue,
.checkout-cart-index .cart.main.actions .action.clear,
.checkout-cart-index .cart.main.actions .block.discount .apply.primary,
.checkout-cart-index .cart.main.actions .checkout.items .action.checkout,
.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .actions-toolbar .action.primary,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .form .actions-toolbar button,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .action-update,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar button.checkout,
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to button.action-edit,
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-via .shipping-information-title .action-edit,
.block-minicart #minicart-content-wrapper .block-content .actions .viewcart,
.block-minicart #minicart-content-wrapper .block-content .actions .checkout,
.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-footer button.action.submit,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.submit .control #submit,
.rfq-quote-view #rfqForm .update-qty .update-item-qty,
.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-primary.action-accept,
.related-article-section .article-wrapper a.related-article-navigation,
.page-with-filter .prod_search_form .actions input[type="submit"],
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.captcha .control.captcha .nested .action.reload,
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .actions-toolbar .primary,
.company-account-create .actions-toolbar .primary .button.register-btn,
.customer-account-createpassword .password.reset .actions-toolbar button.primary,
.customer-account-createpassword .password.reset .actions-toolbar button.primary,
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .actions button.subscribe,
.authentication-wrapper .authentication-dropdown .block-customer-login .action.action-login,
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-read-more,
.cms-home .widget.block.block-static-block .contact-form-wrapper button#submit-contact,
#contact-form-popup form .actions-toolbar button.submit,
.blog-page.blog-post-view .post-view [data-content-type="button-item"] a,
.blog-page .related.block .product .product-item-info .hover-box .actions-cart .button.btn-cart,
.blog-page.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description a.post-read-more,
.blog-page.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description a.post-read-more,
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart,
.blog-post-view .post-view .post-holder .post-bottom .block.comments #post-comments .c-reply.cf .c-replyform .comment-form-blog-recaptcha .c-btn-hld button,
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now,
.company-account-users #subuser-manage-add-user .actions .add-user.primary,
.company-subuser-edit .form.form-edit-account .actions-toolbar .primary .action.save.primary,
.company-account-address .block.block-addresses-default .actions-toolbar #new-address-add .actions .action.primary,
.company-account-fcaddress .block.block-addresses-default .actions-toolbar #new-address-add .actions .action.primary,
.company-address-edit .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-address-edit .form-edit-account .actions-toolbar .primary .action.back,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.back,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.back,
.customer-account-edit .form.form-edit-account .actions-toolbar .primary .action.save.primary,
.stripe_payments-customer-cards .form.new-saved-card .actions-toolbar .primary .action.save.primary,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit.primary,
.contact-form .actions-toolbar .submit,
body [data-content-type="button-item"] a,
.btn-landing-page,
.contact-index-index .contact-content .contact-form .fix-width .fieldset button,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-content .submit-company {
  border: 1px solid #f15a24;
  background: linear-gradient(#f15a24, #f15a24);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  cursor: pointer;
}
.theme-btn-hover,
.page-not-found-section .page-not-found-wrapper .go-home-btn-wrapper .go-home-link,
.page-footer .block-products-list .products-grid #we-also-serve .product-item .hover-box .tocart,
.cms-home .modal-popup._show .modal-content .submit-company,
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart,
.catalog-product-view .quote-default .action-primary,
.catalog-product-view .product-info-main .config-actions .button.btn-cart,
.catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart .button.btn-cart,
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .postcode-check-btn #button-postcode-check,
.catalog-product-view .product-info-main #btn-rfq,
.catalog-product-view .product-info-main #btn-rfq-new,
.catalog-product-view .product-info-main .btn-addto-quote,
.catalog-product-view .product-info-main .btn-show-cart,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .actions-toolbar button.submit,
.catalog-product-view .box-up-sell .product-item .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart,
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper .go-home-btn-wrapper .go-home-link,
.checkout-cart-index .columns .cart-container .cart-summary button.cancel,
.checkout-cart-index .columns .cart-container .cart-summary button.apply,
.checkout-cart-index .columns .cart-container .cart-summary ul.checkout button.checkout,
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart,
.checkout-cart-index .cart.main.actions .continue,
.checkout-cart-index .cart.main.actions .action.clear,
.checkout-cart-index .cart.main.actions .block.discount .apply.primary,
.checkout-cart-index .cart.main.actions .checkout.items .action.checkout,
.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .actions-toolbar .action.primary,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .form .actions-toolbar button,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .action-update,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar button.checkout,
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to button.action-edit,
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-via .shipping-information-title .action-edit,
.block-minicart #minicart-content-wrapper .block-content .actions .viewcart,
.block-minicart #minicart-content-wrapper .block-content .actions .checkout,
.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-footer button.action.submit,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.submit .control #submit,
.rfq-quote-view #rfqForm .update-qty .update-item-qty,
.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-primary.action-accept,
.related-article-section .article-wrapper a.related-article-navigation,
.page-with-filter .prod_search_form .actions input[type="submit"],
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.captcha .control.captcha .nested .action.reload,
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .actions-toolbar .primary,
.company-account-create .actions-toolbar .primary .button.register-btn,
.customer-account-createpassword .password.reset .actions-toolbar button.primary,
.customer-account-createpassword .password.reset .actions-toolbar button.primary,
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .actions button.subscribe,
.authentication-wrapper .authentication-dropdown .block-customer-login .action.action-login,
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-read-more,
.cms-home .widget.block.block-static-block .contact-form-wrapper button#submit-contact,
#contact-form-popup form .actions-toolbar button.submit,
.blog-page.blog-post-view .post-view [data-content-type="button-item"] a,
.blog-page .related.block .product .product-item-info .hover-box .actions-cart .button.btn-cart,
.blog-page.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description a.post-read-more,
.blog-page.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description a.post-read-more,
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart,
.blog-post-view .post-view .post-holder .post-bottom .block.comments #post-comments .c-reply.cf .c-replyform .comment-form-blog-recaptcha .c-btn-hld button,
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now,
.company-account-users #subuser-manage-add-user .actions .add-user.primary,
.company-subuser-edit .form.form-edit-account .actions-toolbar .primary .action.save.primary,
.company-account-address .block.block-addresses-default .actions-toolbar #new-address-add .actions .action.primary,
.company-account-fcaddress .block.block-addresses-default .actions-toolbar #new-address-add .actions .action.primary,
.company-address-edit .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-address-edit .form-edit-account .actions-toolbar .primary .action.back,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.back,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.back,
.customer-account-edit .form.form-edit-account .actions-toolbar .primary .action.save.primary,
.stripe_payments-customer-cards .form.new-saved-card .actions-toolbar .primary .action.save.primary,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit.primary,
.contact-form .actions-toolbar .submit,
body [data-content-type="button-item"] a,
.btn-landing-page,
.contact-index-index .contact-content .contact-form .fix-width .fieldset button,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-content .submit-company {
  border-width: 0px;
  border-radius: 2px;
  letter-spacing: 0px;
  transition: all .3s ease;
}
.theme-btn-hover:hover,
.page-not-found-section .page-not-found-wrapper .go-home-btn-wrapper .go-home-link:hover,
.page-footer .block-products-list .products-grid #we-also-serve .product-item .hover-box .tocart:hover,
.cms-home .modal-popup._show .modal-content .submit-company:hover,
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart:hover,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart:hover,
.catalog-product-view .quote-default .action-primary:hover,
.catalog-product-view .product-info-main .config-actions .button.btn-cart:hover,
.catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart .button.btn-cart:hover,
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .postcode-check-btn #button-postcode-check:hover,
.catalog-product-view .product-info-main #btn-rfq:hover,
.catalog-product-view .product-info-main #btn-rfq-new:hover,
.catalog-product-view .product-info-main .btn-addto-quote:hover,
.catalog-product-view .product-info-main .btn-show-cart:hover,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .actions-toolbar button.submit:hover,
.catalog-product-view .box-up-sell .product-item .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart:hover,
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper .go-home-btn-wrapper .go-home-link:hover,
.checkout-cart-index .columns .cart-container .cart-summary button.cancel:hover,
.checkout-cart-index .columns .cart-container .cart-summary button.apply:hover,
.checkout-cart-index .columns .cart-container .cart-summary ul.checkout button.checkout:hover,
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart:hover,
.checkout-cart-index .cart.main.actions .continue:hover,
.checkout-cart-index .cart.main.actions .action.clear:hover,
.checkout-cart-index .cart.main.actions .block.discount .apply.primary:hover,
.checkout-cart-index .cart.main.actions .checkout.items .action.checkout:hover,
.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle:hover,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .actions-toolbar .action.primary:hover,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .form .actions-toolbar button:hover,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .action-update:hover,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar button.checkout:hover,
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to button.action-edit:hover,
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-via .shipping-information-title .action-edit:hover,
.block-minicart #minicart-content-wrapper .block-content .actions .viewcart:hover,
.block-minicart #minicart-content-wrapper .block-content .actions .checkout:hover,
.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue:hover,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-footer button.action.submit:hover,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.submit .control #submit:hover,
.rfq-quote-view #rfqForm .update-qty .update-item-qty:hover,
.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-primary.action-accept:hover,
.related-article-section .article-wrapper a.related-article-navigation:hover,
.page-with-filter .prod_search_form .actions input[type="submit"]:hover,
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.captcha .control.captcha .nested .action.reload:hover,
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .actions-toolbar .primary:hover,
.company-account-create .actions-toolbar .primary .button.register-btn:hover,
.customer-account-createpassword .password.reset .actions-toolbar button.primary:hover,
.customer-account-createpassword .password.reset .actions-toolbar button.primary:hover,
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .actions button.subscribe:hover,
.authentication-wrapper .authentication-dropdown .block-customer-login .action.action-login:hover,
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-read-more:hover,
.cms-home .widget.block.block-static-block .contact-form-wrapper button#submit-contact:hover,
#contact-form-popup form .actions-toolbar button.submit:hover,
.blog-page.blog-post-view .post-view [data-content-type="button-item"] a:hover,
.blog-page .related.block .product .product-item-info .hover-box .actions-cart .button.btn-cart:hover,
.blog-page.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description a.post-read-more:hover,
.blog-page.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description a.post-read-more:hover,
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart:hover,
.blog-post-view .post-view .post-holder .post-bottom .block.comments #post-comments .c-reply.cf .c-replyform .comment-form-blog-recaptcha .c-btn-hld button:hover,
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now:hover,
.company-account-users #subuser-manage-add-user .actions .add-user.primary:hover,
.company-subuser-edit .form.form-edit-account .actions-toolbar .primary .action.save.primary:hover,
.company-account-address .block.block-addresses-default .actions-toolbar #new-address-add .actions .action.primary:hover,
.company-account-fcaddress .block.block-addresses-default .actions-toolbar #new-address-add .actions .action.primary:hover,
.company-address-edit .form-edit-account .actions-toolbar .primary .action.save.primary:hover,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.save.primary:hover,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.save.primary:hover,
.company-address-edit .form-edit-account .actions-toolbar .primary .action.back:hover,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.back:hover,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.back:hover,
.customer-account-edit .form.form-edit-account .actions-toolbar .primary .action.save.primary:hover,
.stripe_payments-customer-cards .form.new-saved-card .actions-toolbar .primary .action.save.primary:hover,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .action.submit.primary:hover,
.contact-form .actions-toolbar .submit:hover,
body [data-content-type="button-item"] a:hover,
.btn-landing-page:hover,
.contact-index-index .contact-content .contact-form .fix-width .fieldset button:hover,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-content .submit-company:hover {
  box-shadow: none;
  background: linear-gradient(180deg, #f47e54 0%, #f15a24 100%);
}
.primary-font-lighter {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: 100;
}
.primary-font-regular,
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 li.level1 ul li a span,
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-title .box-actions .action {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: 400;
}
.primary-font-bold,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content p strong,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .field .label {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
}
.secondary-font-lighter {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 100;
}
.secondary-font-regular,
.checkout-cart-index .columns .cart-container .block.crosssell .block-title.title #block-crosssell-heading,
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item span,
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .popup.content h1,
.sales-order-view .order-details-items.ordered .order-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 400;
}
.secondary-font-bold,
.page-footer .block-products-list .products-grid #we-also-serve .product-item .product-item-details .product-item-name .product-item-link,
.catalogsearch-result-index .toolbar-top .toolbar-products .toolbar-amount .category-string,
.catalog-category-view .toolbar-top .toolbar-products .toolbar-amount .category-string,
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a.product-item-link,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a.product-item-link,
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .page-title,
.catalog-product-view .product-info-main .config-cart-price .price-final_price .price,
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-label,
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .label span,
.catalog-product-view .product-info-main .product-shop-content .product-add-form .price-final_price .price,
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .label span,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .review-legend span,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .review-legend strong,
.catalog-product-view .box-up-sell .product-item .product-item-details .product-item-name .product-item-link,
.checkout-cart-index .page-title-wrapper .page-title span.base,
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .product-item-name a,
.checkout-cart-index .columns .cart-container .cart-summary .summary.title,
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .size-available,
.checkout-cart-index .cart.main.actions .action.update span,
.checkout-index-index .page-title-wrapper .page-title .base,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-title,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup .action-show-popup span,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-title,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .step-title,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .actions-toolbar button.action-apply span,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .actions-toolbar button.action-cancel span,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .ordercomment .payment-option-title .action-toggle span,
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary span.title,
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name,
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-footer button.action span,
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a,
.modal-popup._inner-scroll._show .modal-inner-wrap header.modal-header .modal-title,
.rfq-quote-view .page-title-wrapper .page-title,
.related-article-section .article-wrapper .article-title a.post-item-link,
.customer-account-login .page-main-pal .page-title-wrapper .page-title span,
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-title strong,
.customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer .block-title strong,
.company-account-create .page-title-wrapper .page-title span,
.company-account-create .create-company.info .register-create-account h2,
.customer-account-logoutsuccess h1.page-title span,
.sidebar-main .accordion-container .meanmenu-accordion .accor-title,
.sidebar-additional .need-for-info .need-for-info-wrapper .need-for-info-title,
.sidebar-additional .need-for-info .need-for-info-wrapper .need-for-info-link,
.post-list .post-header .post-title-holder .post-title,
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 li.level1 a,
.cms-home .magicslider-caption .banner-text-wrapper .banner-title,
.cms-home .magicslider-caption .banner-text-wrapper .banner-subtitle,
.cms-home .home-category .category-container .wrapper .non-hover .category-name,
.cms-home .featured-artical .feature-article-container .featured-article-wrapper .featured-article-title .featured-item-link,
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name h3,
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name .size-available,
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h2,
.company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-subuser-edit .form.form-edit-account .fieldset.info .legend,
.company-subuser-edit .form.form-edit-account .fieldset.permissions legend,
.company-account-orders .table-wrapper.orders-history .block-title strong,
.sales-order-view .items.order-links .nav.item.current strong,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-address strong.box-title span,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-method strong.box-title span,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-address strong.box-title span,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-method strong.box-title span,
.company-account-address .block.block-addresses-default .block-title strong,
.company-account-fcaddress .block.block-addresses-default .block-title strong,
.company-account-address .block.block-addresses-list .block-title strong,
.company-account-fcaddress .block.block-addresses-list .block-title strong,
.company-account-userprofile .block.block-dashboard-info .block-title strong,
.customer-account-edit .form.form-edit-account .fieldset.info .legend,
.customer-account-edit .form.form-edit-account .fieldset.password .legend,
.customer-account-forgotpassword .page-title-wrapper .page-title span,
.post-view .post-header .post-title-holder .post-title {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-size: 14px;
  font-weight: normal;
  color: #009FE1;
  text-transform: none;
  margin: 13px 0 0 0;
}
.price-box {
  text-align: left;
  color: #009FE1;
}
.price-box .price {
  color: #009FE1;
}
.color-stock {
  color: #009FE1;
}
::-ms-reveal {
  display: none;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cms-home .modal-popup._show.modal-slide,
  .modals-wrapper .contact-form-modal.modal-popup._show.modal-slide {
    left: 0;
  }
}
.cms-home .modal-popup._show .modal-inner-wrap,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-inner-wrap {
  width: 30%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  left: 50%;
  top: 50% !important;
  right: auto;
  margin: auto !important;
}
@media only screen and (max-width: 767px) {
  .cms-home .modal-popup._show .modal-inner-wrap,
  .modals-wrapper .contact-form-modal.modal-popup._show .modal-inner-wrap {
    position: absolute;
    width: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    height: auto;
  }
}
@media only screen and (max-width: 639px) {
  .cms-home .modal-popup._show .modal-inner-wrap,
  .modals-wrapper .contact-form-modal.modal-popup._show .modal-inner-wrap {
    width: 85%;
  }
}
.cms-home .modal-popup._show .modal-content,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-content {
  padding: 3rem;
}
.cms-home .modal-popup._show .modal-content .customer-name,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-content .customer-name {
  font-size: 16px;
  color: #333;
}
.cms-home .modal-popup._show .modal-content .register-companies-dropdown,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-content .register-companies-dropdown {
  font-size: 14px;
  color: #333;
  border-top: 2px solid #009FE1;
  padding-top: 20px;
}
.cms-home .modal-popup._show .modal-content .companies,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-content .companies {
  appearance: auto;
  background-image: none;
  font-size: 14px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  color: #333;
}
.cms-home .modal-popup._show .modal-content .submit-company,
.modals-wrapper .contact-form-modal.modal-popup._show .modal-content .submit-company {
  border-radius: 4px;
  padding: 8px 40px;
  vertical-align: bottom;
  min-height: 42px;
  line-height: normal;
  margin-top: 25px;
  width: 100%;
}
.cms-home .modal-popup._show.cookies .modal-inner-wrap,
.modals-wrapper .contact-form-modal.modal-popup._show.cookies .modal-inner-wrap {
  height: 84% !important;
  width: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
}
@media only screen and (max-width: 1023px) {
  .cms-home .modal-popup._show.cookies .modal-inner-wrap,
  .modals-wrapper .contact-form-modal.modal-popup._show.cookies .modal-inner-wrap {
    width: 80% !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .modal-popup._show.cookies .modal-inner-wrap .modal-content,
  .modals-wrapper .contact-form-modal.modal-popup._show.cookies .modal-inner-wrap .modal-content {
    padding: 0 15px;
  }
}
.cms-home .modal-popup._show.popup-newsletter .modal-content,
.modals-wrapper .contact-form-modal.modal-popup._show.popup-newsletter .modal-content {
  padding: 0 !important;
}
.cms-home .modal-popup._show.popup-messages .modal-inner-wrap,
.modals-wrapper .contact-form-modal.modal-popup._show.popup-messages .modal-inner-wrap {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  margin: 5rem auto !important;
  width: 75%;
  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;
  position: absolute;
  right: 0;
  top: auto !important;
}
.cms-home .modal-popup._show.popup-messages .modal-inner-wrap .modal-content,
.modals-wrapper .contact-form-modal.modal-popup._show.popup-messages .modal-inner-wrap .modal-content {
  padding: 0 !important;
}
html {
  scroll-behavior: smooth;
}
.catalogsearch-result-index .toolbar-top .toolbar-products,
.catalog-category-view .toolbar-top .toolbar-products {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .toolbar-top .toolbar-products,
  .catalog-category-view .toolbar-top .toolbar-products {
    margin-bottom: 0;
    padding: 10px 0 !important;
  }
}
.catalogsearch-result-index .toolbar-top .toolbar-products .modes,
.catalog-category-view .toolbar-top .toolbar-products .modes,
.catalogsearch-result-index .toolbar-top .toolbar-products .limiter,
.catalog-category-view .toolbar-top .toolbar-products .limiter,
.catalogsearch-result-index .toolbar-top .toolbar-products .sorter,
.catalog-category-view .toolbar-top .toolbar-products .sorter {
  display: none;
}
.catalogsearch-result-index .toolbar-top .toolbar-products .toolbar-amount,
.catalog-category-view .toolbar-top .toolbar-products .toolbar-amount {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.catalogsearch-result-index .toolbar-top .toolbar-products .toolbar-amount .category-string,
.catalog-category-view .toolbar-top .toolbar-products .toolbar-amount .category-string {
  padding-left: 20px;
  text-align: left;
  font-size: 15px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .toolbar-top .toolbar-products .toolbar-amount .category-string,
  .catalog-category-view .toolbar-top .toolbar-products .toolbar-amount .category-string {
    font-size: 13px;
    line-height: normal;
    padding-left: 12px;
  }
}
.catalogsearch-result-index .toolbar-top .toolbar-products .toolbar-amount .toolbar-number,
.catalog-category-view .toolbar-top .toolbar-products .toolbar-amount .toolbar-number {
  text-align: right;
  font-size: 15px;
  color: #626264;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .toolbar-top .toolbar-products .toolbar-amount .toolbar-number,
  .catalog-category-view .toolbar-top .toolbar-products .toolbar-amount .toolbar-number {
    font-size: 13px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) {
  .catalogsearch-result-index .toolbar-top .toolbar-products .toolbar-amount .toolbar-number,
  .catalog-category-view .toolbar-top .toolbar-products .toolbar-amount .toolbar-number {
    padding-right: 20px;
  }
}
.catalogsearch-result-index .sidebar._sticky,
.catalog-category-view .sidebar._sticky {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
}
.catalogsearch-result-index .toolbar-bottom .toolbar-products .pages .pages-items .item a span,
.catalog-category-view .toolbar-bottom .toolbar-products .pages .pages-items .item a span {
  font-size: 14px;
  color: #333333;
}
.catalogsearch-result-index .toolbar-bottom .toolbar-products .pages .pages-items .item a:hover,
.catalog-category-view .toolbar-bottom .toolbar-products .pages .pages-items .item a:hover {
  border-color: #f15a24;
  color: #ffffff;
  background-color: #f15a24;
}
.catalogsearch-result-index .toolbar-bottom .toolbar-products .pages .pages-items .item a:hover span,
.catalog-category-view .toolbar-bottom .toolbar-products .pages .pages-items .item a:hover span {
  color: #ffffff;
}
.catalogsearch-result-index .toolbar-bottom .toolbar-products .pages .pages-items .item.current .page,
.catalog-category-view .toolbar-bottom .toolbar-products .pages .pages-items .item.current .page {
  border-radius: 3px;
  background-color: #f15a24;
}
.catalogsearch-result-index .article-description,
.catalog-category-view .article-description {
  margin: 20px 0;
  font-size: 15px;
}
.catalogsearch-result-index .article-description .hidden-text,
.catalog-category-view .article-description .hidden-text {
  margin-top: 20px;
}
.catalogsearch-result-index .article-description .hidden-text.hidden,
.catalog-category-view .article-description .hidden-text.hidden {
  display: none;
}
.catalog-category-view .products.wrapper.grid .product-item,
.cms-sale-products .widget-product-grid .product-item,
.catalogsearch-result-index .products.wrapper.grid .product-item {
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .products.wrapper.grid .product-item,
  .cms-sale-products .widget-product-grid .product-item,
  .catalogsearch-result-index .products.wrapper.grid .product-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .columns,
  .catalog-category-view .columns {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .category-description,
  .catalog-category-view .category-description {
    margin-bottom: 0;
  }
}
.catalogsearch-result-index .category-description .catergory-top-banner,
.catalog-category-view .category-description .catergory-top-banner {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .category-description .catergory-top-banner,
  .catalog-category-view .category-description .catergory-top-banner {
    margin-bottom: 0;
  }
}
.catalogsearch-result-index .category-description .catergory-top-banner .banner-wrapper,
.catalog-category-view .category-description .catergory-top-banner .banner-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .category-description .catergory-top-banner .banner-wrapper,
  .catalog-category-view .category-description .catergory-top-banner .banner-wrapper {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.catalogsearch-result-index .category-description .catergory-top-banner .banner-wrapper img,
.catalog-category-view .category-description .catergory-top-banner .banner-wrapper img {
  height: 145px;
  object-fit: cover;
  width: 100%;
}
.catalogsearch-result-index .category-description .catergory-top-banner .banner-wrapper .banner-title,
.catalog-category-view .category-description .catergory-top-banner .banner-wrapper .banner-title {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #000062;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .category-description .catergory-top-banner .banner-wrapper .banner-title,
  .catalog-category-view .category-description .catergory-top-banner .banner-wrapper .banner-title {
    font-size: 26px;
  }
}
.catalogsearch-result-index .category-description h2,
.catalog-category-view .category-description h2 {
  color: #333333;
  font-family: 'Roboto-Custom';
  font-size: 16px;
  font-weight: 400;
}
.catalogsearch-result-index .category-description h3,
.catalog-category-view .category-description h3 {
  font-family: 'Roboto-Custom';
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.catalogsearch-result-index .category-description p,
.catalog-category-view .category-description p {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto-Custom';
  letter-spacing: 0px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .category-description p,
  .catalog-category-view .category-description p {
    display: none;
  }
}
.catalogsearch-result-index .category-products .product-items .product .product-item-info .images-container .product-label,
.catalog-category-view .category-products .product-items .product .product-item-info .images-container .product-label {
  display: none;
}
.catalogsearch-result-index .category-products .product-items .product .product-item-info .images-container .product-hover .product-image-container,
.catalog-category-view .category-products .product-items .product .product-item-info .images-container .product-hover .product-image-container {
  width: 100% !important;
}
.catalogsearch-result-index .category-products .product-items .product .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper,
.catalog-category-view .category-products .product-items .product .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper {
  margin: 0 25px;
  padding-bottom: 74% !important;
}
.catalogsearch-result-index .category-products .product-items .product .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper img,
.catalog-category-view .category-products .product-items .product .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper img {
  margin: 0;
}
.catalogsearch-result-index .category-products.products-grid .categories li.product-item,
.catalog-category-view .category-products.products-grid .categories li.product-item {
  flex-basis: 33.33%;
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .category-products.products-grid .categories li.product-item,
  .catalog-category-view .category-products.products-grid .categories li.product-item {
    flex-basis: 50%;
  }
}
.catalogsearch-result-index .category-products.products-grid .categories li.product-item .category-desc p,
.catalog-category-view .category-products.products-grid .categories li.product-item .category-desc p {
  -webkit-line-clamp: 3 !important;
}
.catalogsearch-result-index .category-products.products-grid .product-items,
.catalog-category-view .category-products.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item,
.catalog-category-view .category-products.products-grid .product-items .product-item {
  display: flex;
  flex-direction: column;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid {
  padding: 0 !important;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid:hover,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid:hover {
  box-shadow: none;
  border: none;
  border-radius: 4px;
  padding-bottom: 54px !important;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid:hover .hover-box,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid:hover .hover-box {
  padding: 0 10px 10px;
  bottom: 4px;
}
@media only screen and (max-width: 1023px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid:hover,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid:hover {
    padding-bottom: 18px !important;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid:hover .hover-box,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid:hover .hover-box {
    padding: 0 10px 10px;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .hover-box,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .hover-box {
    bottom: auto;
    left: auto;
    transform: none;
    position: static;
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid {
    padding-bottom: 18px !important;
  }
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .images-container,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .images-container {
  background-color: #ffffff;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .images-container .product-hover,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .images-container .product-hover {
  margin-bottom: 0;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details {
  margin-top: 0;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name {
  margin-top: 0px;
  text-align: center;
  background: #ffffff;
  padding: 5px 0;
  margin-bottom: 0;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a.product-item-link,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a.product-item-link {
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  line-height: 24px !important;
  display: block;
  min-height: 70px;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a.product-item-link,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a.product-item-link {
    font-size: 16px;
  }
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .size-available,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .size-available {
  text-align: center;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #4A9EDB;
  text-transform: capitalize;
  display: block;
  background: #ffffff;
  padding-bottom: 5px;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description {
  display: block;
  margin: 0;
  background-color: #ffffff;
  min-height: 41px;
}
@media only screen and (max-width: 480px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description {
    min-height: 65px;
  }
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description p,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px !important;
  padding: 0 10px;
  color: #808080;
  font-style: italic;
  text-align: center;
  font-size: 14px;
  min-height: 42px;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description p,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description p {
    font-size: 12px;
    -webkit-line-clamp: 3;
    min-height: 60px;
  }
}
@media (any-pointer: coarse) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description p,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description p {
    min-height: 48px;
  }
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description sup,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description sup {
  font-size: unset;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .starting-from,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .starting-from {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding-top: 5px;
  background-color: #F8FAFB;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .starting-from .price-final_price,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .starting-from .price-final_price {
  padding: 5px 0;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price {
  margin-bottom: 0;
  background: #F8FAFB;
  padding: 17px 0;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price .price-container .price-wrapper .price,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price .price-container .price-wrapper .price {
  letter-spacing: 0px;
  color: #4A9EDB;
  font-size: 20px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price .price-container .price-wrapper .price,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price .price-container .price-wrapper .price {
    font-size: 18px;
  }
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price .price-container .price-label,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price .price-container .price-label {
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price .price-container .price-label,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .price-final_price .price-container .price-label {
    font-size: 12px;
  }
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .hover-box,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .hover-box {
  padding: 0 10px 10px;
  background-color: #f8fafb;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart,
.catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart {
  font-size: 15px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item.rfqa .category-products-grid:hover,
.catalog-category-view .category-products.products-grid .product-items .product-item.rfqa .category-products-grid:hover {
  padding-bottom: 0 !important;
}
.catalogsearch-result-index .category-products.products-grid .product-items .product-item.rfqa .category-products-grid .hover-box,
.catalog-category-view .category-products.products-grid .product-items .product-item.rfqa .category-products-grid .hover-box {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .category-products.products-grid .product-items,
  .catalog-category-view .category-products.products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item,
  .catalog-category-view .category-products.products-grid .product-items .product-item {
    flex: 0 0 50%;
    width: 50%;
    margin-top: 0;
    padding-top: 15px;
    border-bottom: 1px solid #F0F0F0;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item:nth-child(odd),
  .catalog-category-view .category-products.products-grid .product-items .product-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 15px;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item:nth-child(even),
  .catalog-category-view .category-products.products-grid .product-items .product-item:nth-child(even) {
    padding-right: 0;
    padding-left: 15px;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item::before,
  .catalog-category-view .category-products.products-grid .product-items .product-item::before {
    height: 100%;
    top: 50%;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item:first-child::before,
  .catalog-category-view .category-products.products-grid .product-items .product-item:first-child::before {
    height: 100%;
    top: 54%;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid {
    border: none;
    margin-bottom: 0 !important;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid:hover,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid:hover {
    border: none;
    box-shadow: none;
    border-radius: none;
  }
}
@media only screen and (max-width: 480px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .images-container .product-hover .product-item-photo .product-image-container .product-image-wrapper,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .images-container .product-hover .product-item-photo .product-image-container .product-image-wrapper {
    margin: 0 15px;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .images-container .product-hover .product-item-photo .product-image-container .product-image-wrapper img,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .images-container .product-hover .product-item-photo .product-image-container .product-image-wrapper img {
    width: 100%;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a {
    font-size: 16px;
    min-height: 40px;
    display: inline-block;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description .product-item-description p,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-description .product-item-description p {
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .price-final_price .price-container .price-label,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .price-final_price .price-container .price-label {
    text-align: center;
    letter-spacing: 0px;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .price-final_price .price-container .price-wrapper .price,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .price-final_price .price-container .price-wrapper .price {
    font-size: 18px !important;
  }
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart span,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .hover-box .product-item-actions .actions-primary form a.btn-cart span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item::before,
  .catalog-category-view .category-products.products-grid .product-items .product-item::before {
    border-right: 1px solid #f0f0f0;
  }
}
@media only screen and (max-width: 375px) {
  .catalogsearch-result-index .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a.product-item-link,
  .catalog-category-view .category-products.products-grid .product-items .product-item .category-products-grid .product-item-details .product-item-name a.product-item-link {
    font-size: 14px;
  }
}
.catalogsearch-result-index .page-bottom,
.catalog-category-view .page-bottom {
  max-width: 100%;
  background: #F8FAFB;
}
.catalogsearch-result-index .page-bottom .block-static-block,
.catalog-category-view .page-bottom .block-static-block {
  margin-bottom: 0;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support,
.catalog-category-view .page-bottom .block-static-block .guide-and-support {
  padding-top: 45px;
  padding-bottom: 60px;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support h2.guide-support-heading,
.catalog-category-view .page-bottom .block-static-block .guide-and-support h2.guide-support-heading {
  font-weight: normal;
  font-size: 30px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support #plp-slider,
.catalog-category-view .page-bottom .block-static-block .guide-and-support #plp-slider {
  position: relative;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav,
.catalog-category-view .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  margin-top: 0 !important;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-prev,
.catalog-category-view .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-prev {
  position: absolute;
  left: -35px;
  font-size: 34px;
  margin: 0;
  color: #3F5086;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .catalogsearch-result-index .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-prev,
  .catalog-category-view .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-prev {
    left: -20px;
  }
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-prev:hover,
.catalog-category-view .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-next,
.catalog-category-view .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-next {
  position: absolute;
  right: -35px;
  font-size: 34px;
  margin: 0;
  color: #3F5086;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .catalogsearch-result-index .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-next,
  .catalog-category-view .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-next {
    right: -20px;
  }
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-next:hover,
.catalog-category-view .page-bottom .block-static-block .guide-and-support #plp-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support .card-wrapper,
.catalog-category-view .page-bottom .block-static-block .guide-and-support .card-wrapper {
  background: #ffffff;
  border: 1px solid rgba(205, 205, 205, 0.3);
  border-radius: 4px;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper,
.catalog-category-view .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper {
  padding: 20px;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .guide-support-card-title,
.catalog-category-view .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .guide-support-card-title {
  text-align: left;
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  letter-spacing: 0px;
  color: #333333;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-info,
.catalog-category-view .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-info {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-family: "Roboto-Custom", sans-serif;
  color: #333333;
}
.catalogsearch-result-index .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-action,
.catalog-category-view .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-action {
  background: #89A0B0;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
  letter-spacing: 0px;
  border: 1px solid #89A0B0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  min-width: 143px;
}
@media only screen and (min-width: 992px) {
  .catalogsearch-result-index .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-action,
  .catalog-category-view .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-action {
    background: #ffffff;
    transition: .3s all ease;
    color: #89A0B0;
    text-align: left;
    border: 1px solid transparent;
    padding: 10px 0px;
  }
  .catalogsearch-result-index .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-action:hover,
  .catalog-category-view .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-action:hover {
    text-decoration: none;
    background: #89A0B0;
    border: 1px solid #89A0B0;
    transition: .3s all ease;
    color: #ffffff;
    text-align: center;
    border: 1px solid transparent;
  }
  .catalogsearch-result-index .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-action::after,
  .catalog-category-view .page-bottom .block-static-block .guide-and-support .card-wrapper .text-wrapper .card-action::after {
    content: '>';
    color: #189FE2;
    padding-left: 10px;
  }
}
.catalogsearch-result-index .la-ball-pulse-sync,
.catalog-category-view .la-ball-pulse-sync {
  font-size: unset;
}
.catalogsearch-result-index .main .search.results dl.block {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.catalogsearch-result-index .main .search.results dl.block .title {
  font-size: 13px;
  line-height: normal;
  text-align: left;
  font-family: "Roboto-Custom", sans-serif;
  color: #666666;
}
.catalogsearch-result-index .main .search.results dl.block .item a {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 12px;
}
.catalogsearch-result-index .main .product-item {
  position: relative;
}
.catalogsearch-result-index .main .product-item::before {
  border-right: 1px solid #f1f1f1;
  height: 100%;
  width: 1px;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .main .product-item:nth-child(2n+2)::before {
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-product-view .product-img-box {
    flex: 0 0 40%;
  }
  .catalog-product-view .product-img-box .fotorama__stage {
    height: 370px !important;
  }
  .catalog-product-view .product-img-box .fotorama__stage .fotorama__stage__shaft.fotorama__grab {
    width: 450px !important;
  }
  .catalog-product-view .product-img-box .fotorama__arr--next .fotorama__arr__arr {
    background-position: -145px -80px;
  }
  .catalog-product-view .product-img-box .fotorama__arr--prev .fotorama__arr__arr {
    background-position: -95px -80px;
  }
  .catalog-product-view .product-img-box .fotorama__arr,
  .catalog-product-view .product-img-box .fotorama__thumb__arr {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease-in-out;
  }
  .catalog-product-view .product-img-box .fotorama__arr:hover,
  .catalog-product-view .product-img-box .fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}
.catalog-product-view .product-img-box .product-label {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .catalog-product-view .product-info-main {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .page-title {
  font-size: 24px;
  color: #333333;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .page-title {
    font-size: 22px;
  }
}
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .product-info-stock-sku .available,
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .product-info-stock-sku .unavailable {
  margin: 0;
}
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .product-info-stock-sku .available span,
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .product-info-stock-sku .unavailable span {
  position: relative;
  visibility: hidden;
  width: 100%;
}
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .product-info-stock-sku .available span b,
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .product-info-stock-sku .unavailable span b {
  display: inline-block;
  padding: 5px;
  border: 1px solid #f15a24;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  visibility: visible;
  min-width: 75px;
  text-align: center;
  color: #333333;
}
.catalog-product-view .product-info-main .product-shop-content .page-title-wrapper.product .product-info-stock-sku .attribute {
  display: none;
}
.catalog-product-view .product-info-main .product-shop-content .tagline {
  margin: 10px 0;
}
.catalog-product-view .product-info-main .product-shop-content .tagline .value {
  text-align: left;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #189fe1;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price {
  margin-bottom: 5px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-reviews-summary {
  display: inline;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-reviews-summary.empty {
  display: none;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-reviews-summary .rating-summary .rating-result::before {
  line-height: 20px;
  font-size: 20px;
  height: 20px;
  letter-spacing: 8px;
  color: #89A0B0;
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-reviews-summary .rating-summary .rating-result span::before {
  color: #f15a24;
  line-height: 20px;
  font-size: 20px;
  height: 20px;
  letter-spacing: 8px;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-reviews-summary .reviews-actions .action.view {
  font-size: 13px;
  color: #333333;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .wrap {
  border-top: 1px solid #F0F0F0;
  margin-top: 15px;
  padding-top: 15px;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku {
  display: inline-flex;
  flex: 1;
  margin-left: auto;
  float: right;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku .product.sku {
  border-bottom: none;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku .product.sku {
    margin-top: 0px;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku .product.sku strong {
  color: #333333;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku .stock.available {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku .stock.available {
    margin-top: 10px;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku .stock.available span {
  color: transparent;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku .stock.available span .color-stock {
  color: #333333;
  border: 1px solid #f15a24;
  border-radius: 4px;
  padding: 4px;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product-info-stock-sku .product.attribute.sku {
  display: none;
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.overview,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.description,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.keyapplications {
  margin: 0;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.overview .value,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.description .value,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.keyapplications .value {
  margin-top: 0px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.overview .value p,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.description .value p,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.keyapplications .value p {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.overview .value p sub,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.description .value p sub,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.keyapplications .value p sub,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.overview .value p sup,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.description .value p sup,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.keyapplications .value p sup {
  font-size: unset;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.overview .value p span,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.description .value p span,
.catalog-product-view .product-info-main .product-shop-content .product-info-price .product.attribute.keyapplications .value p span {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .hideendata {
  display: inline;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .lessData.lessDataInActive::after {
  content: '...';
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .lessData {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .hideendata.nonActive {
  display: none;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .hideendata.active {
  display: inline !important;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .read-more {
  border: none;
  background: transparent;
  font-size: 13px;
  color: #919192;
  padding: 0;
}
@media (any-pointer: coarse) {
  .catalog-product-view .product-info-main .product-shop-content .product-info-price .read-more {
    padding: 17px;
    margin-top: 10px;
    display: inline-block;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .price-box .price {
  color: #009FE1;
  font-weight: bold;
  font-size: 22px;
  font-family: "Roboto-Custom", sans-serif;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-shop-content .product-info-price .price-box .price {
    font-size: 18px;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .keyapplications .value p {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .product-shop-content .product-info-price .keyapplications .value p strong {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
}
.catalog-product-view .quote-default .action-secondary {
  border-radius: 2px;
  border: 0;
  background-color: #ddd;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.detailed .product.data.items .items-tabs .data.title {
    margin: 0 !important;
  }
}
.catalog-product-view .product-info-main .config-cart-price {
  align-self: center;
}
.catalog-product-view .product-info-main .config-cart-price .price-final_price {
  align-self: center;
  margin: 14px 14px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .product-info-main .config-cart-price .price-final_price .special-price {
  margin-right: 0;
}
.catalog-product-view .product-info-main .config-cart-price .price-final_price .no-display {
  display: none !important;
}
.catalog-product-view .product-info-main .config-cart-price .price-final_price span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .config-cart-price .price-final_price .price {
  font-size: 24px;
  color: #009FE1;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  html body.catalog-product-view .product-info-main .config-actions {
    margin-top: 30px;
  }
}
.catalog-product-view .product-info-main .config-actions {
  display: inline-block;
  vertical-align: bottom;
  flex: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .config-actions {
    min-width: 100%;
    margin-top: 10px;
  }
}
.catalog-product-view .product-info-main .config-actions .button.btn-cart {
  border-radius: 4px;
  padding: 8px 15px;
  max-width: 269px;
  line-height: 26px;
  margin-right: 16px;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .config-actions .button.btn-cart {
    min-width: 100%;
  }
}
.catalog-product-view .product-info-main .config-actions span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-family: "Comfortaa-Custom", sans-serif;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt {
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
  margin: 10px 0 0;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-label {
  font-size: 14px;
  color: #333333;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
  min-width: 142px;
  background: #ffffff;
  border-radius: 2px;
  padding: 10px !important;
  border: 2px solid #D0D0D0;
  margin: 0 10px 12px 0;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text::after {
  background: none !important;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  border: 2px solid #189FE1;
  font-weight: bold;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text:focus {
  box-shadow: none;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.disabled {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  opacity: 0.7;
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
    min-width: 135px;
  }
}
@media (any-pointer: coarse) {
  .catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after {
  background: none;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product_addtocart_form .additional_message_text {
  font-weight: bold;
  color: #189fe1;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product-options-wrapper .labelnew span,
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product-options-wrapper label span {
  font-size: 14px;
  color: #333333;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form #product-options-wrapper .product-custom-option {
  height: 40px;
  border: 1px solid #CFD9DF;
  border-radius: 2px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty {
  font-size: 14px;
  margin: 0;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .label span {
  text-align: left;
  font-size: 14px;
  color: #333333;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty {
  border: 1px solid #D0D0D0;
  margin-right: 25px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-minus {
  margin-left: 0px;
  border: none;
  height: 41px;
  border-radius: 0;
}
@media (any-pointer: coarse) {
  .catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-minus {
    height: 48px;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-minus button {
  width: 100%;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-minus .minus::before {
  margin-top: 3px;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .input-text {
  width: 50px;
  height: 41px;
  border: none;
  font-size: 14px;
}
@media (any-pointer: coarse) {
  .catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .input-text {
    height: 48px;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-plus {
  border: none;
  margin-right: 0;
  height: 41px;
  border-radius: 0;
}
@media (any-pointer: coarse) {
  .catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-plus {
    height: 48px;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-plus button {
  width: 100%;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-plus .plus::before {
  margin-top: 3px;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .product-addto-links.add-to-links {
  font-weight: bold;
  font-size: 14px;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .product-addto-links.add-to-links .towishlist {
  color: #626264;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .product-addto-links.add-to-links .towishlist .icon.plus {
  font-family: 'FontAwesome';
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .product-addto-links.add-to-links .tocompare {
  color: #626264;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .product-addto-links.add-to-links .icon.plus {
  font-family: 'FontAwesome';
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .box-tocart .product-addto-links.add-to-links .icon.plus:before {
  font-size: 14px;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .product-price {
  margin: 0px 14px 14px 0;
  height: 42px;
  display: flex;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .price-final_price {
  align-self: center;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .price-final_price span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .price-final_price .price {
  font-size: 24px;
  color: #009FE1;
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart {
  display: inline-block;
  vertical-align: bottom;
  flex: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart {
    min-width: 100%;
  }
  html body.catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart {
    margin-top: 25px;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart .button.btn-cart {
  border-radius: 4px;
  padding: 8px 15px;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart .button.btn-cart {
    min-width: 100%;
  }
}
.catalog-product-view .product-info-main .product-shop-content .product-add-form .add-to-cart span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-family: "Comfortaa-Custom", sans-serif;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .postcode-box {
  margin-top: 20px;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .postcode-wrapper {
  display: flex;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .deliverymessage {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #FF0000;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .shipping-cost-label label,
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .shipping-cost-label span {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .postcode-inner .control {
  margin-right: 5px;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links #form-product-postcode .postcode-check-btn #button-postcode-check {
  border-radius: 4px;
  padding: 8px 15px;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links .surcharges-wrapper .surcharges-column .surcharge-price {
  margin-top: 10px;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links .surcharges-wrapper .surcharges-column .surcharge-price span {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #189fe1;
  line-height: 22px;
  margin-top: 10px;
  font-style: italic;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links .secondary-surcharges-wrapper .secondary-surcharges-column .secondary-surcharge-price {
  margin-top: 10px;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links .secondary-surcharges-wrapper .secondary-surcharges-column .secondary-surcharge-price span {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #189fe1;
  line-height: 22px;
  margin-top: 10px;
  font-style: italic;
}
.catalog-product-view .product-info-main .product-shop-content .product-social-links .backorder-configurable {
  font-size: 14px;
  font-weight: bold;
  color: #189fe1;
  line-height: 22px;
  margin-top: 10px;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .product-info-main .product-shop-content .product-social-links .backorder-configurable:first-of-type {
    margin-top: 22px;
  }
}
.catalog-product-view .product-info-main #btn-rfq {
  border-radius: 4px;
  padding: 8px 30px;
  min-height: 43px;
}
@media (any-pointer: coarse) {
  .catalog-product-view .product-info-main #btn-rfq {
    min-height: 48px;
  }
}
.catalog-product-view .product-info-main .product-options-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
}
.catalog-product-view .product-info-main .box-tocart {
  display: inline-block;
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart .vat-textbox {
  position: absolute;
  display: block;
  width: max-content;
  margin: 0;
  font-size: 13px;
  top: calc(100% + 5px);
  left: 0;
}
.catalog-product-view .product-info-main .box-tocart .vat-textbox label {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty {
  font-size: 14px;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .label span {
  text-align: left;
  font-size: 14px;
  color: #333333;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .product-qty .control.custom-qty {
  border: 1px solid #D0D0D0;
  margin-right: 25px;
  border-radius: 4px;
  overflow: hidden;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-minus {
  margin-left: 0px;
  border: none;
  height: 41px;
  border-radius: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-minus .minus::before {
  margin-top: 3px;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .input-text {
  width: 50px;
  height: 41px;
  border: none;
  font-size: 14px;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-plus {
  border: none;
  margin-right: 0;
  height: 41px;
  border-radius: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty .product-qty .control.custom-qty .btn-plus .plus::before {
  margin-top: 3px;
}
.catalog-product-view .product-info-main .box-tocart.update {
  width: 100%;
}
.catalog-product-view .product-info-main .box-tocart.update .fieldset {
  flex-direction: row;
}
.catalog-product-view .product-info-main .box-tocart.update .fieldset .product-qty {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .box-tocart.update .fieldset .product-qty {
    width: 115px;
  }
}
.catalog-product-view .product-info-main .box-tocart.update .fieldset .label {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .box-tocart.update .fieldset .add-to-cart {
  min-width: auto;
  align-self: flex-end;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .box-tocart.update .fieldset .add-to-cart {
    margin-top: 0;
  }
  .catalog-product-view .product-info-main .box-tocart.update .fieldset .add-to-cart .btn-cart {
    margin-bottom: 0;
  }
}
.catalog-product-view .product-info-main #btn-rfq-new,
.catalog-product-view .product-info-main .btn-addto-quote,
.catalog-product-view .product-info-main .btn-show-cart {
  border-radius: 4px;
  padding: 8px 30px;
  vertical-align: bottom;
  min-height: 42px;
  line-height: normal;
  flex: 1;
  max-width: 269px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .product-info-main #btn-rfq-new,
  .catalog-product-view .product-info-main .btn-addto-quote,
  .catalog-product-view .product-info-main .btn-show-cart {
    display: block;
    width: 100%;
    margin-top: 10px;
    min-width: 100%;
  }
}
@media (any-pointer: coarse) {
  .catalog-product-view .product-info-main #btn-rfq-new,
  .catalog-product-view .product-info-main .btn-addto-quote,
  .catalog-product-view .product-info-main .btn-show-cart {
    min-height: 48px;
  }
}
html[lang="it"] .catalog-product-view .product-info-main .btn-addto-quote {
  padding: 8px 30px;
}
html[lang="it"] .catalog-product-view .product-info-main #btn-rfq {
  padding: 8px 30px;
}
.catalog-product-view .images-breadcrumbs .category-view-position .breadcrumbs {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .images-breadcrumbs .category-view-position .breadcrumbs {
    padding: 5px 0 0 0;
  }
}
.catalog-product-view .images-breadcrumbs .category-view-position .breadcrumbs ul.items .item {
  text-transform: none;
}
.catalog-product-view .images-breadcrumbs .category-view-position .breadcrumbs ul.items .item a {
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product.detailed .product.data.items .items-tabs .data.title {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.detailed .product.data.items .items-tabs .data.title {
    margin: 0 10px;
  }
}
.catalog-product-view .product.detailed .product.data.items .items-tabs a {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #626264;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.detailed .product.data.items .items-tabs a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .product.detailed .product.data.items .items-tabs a {
    height: 48px;
  }
}
.catalog-product-view .product.detailed .product.data.items .items-tabs .active {
  border-bottom: 3px solid #f15a24;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.detailed .product.data.items .items-tabs .active {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.detailed .product.data.items .items-tabs .active a {
    font-size: 14px;
    font-family: "Roboto-Custom", sans-serif;
  }
}
.catalog-product-view .product.detailed .product.data.items .review-form .action.submit.primary {
  background-color: #189FE1;
}
.catalog-product-view .product.detailed .product.data.items .review-form .action.submit.primary:hover {
  box-shadow: none;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .western span {
  font-family: "Roboto-Custom", sans-serif !important;
  font-size: 14px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper {
  display: flex;
  justify-content: flex-start;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper a {
  margin: 0 20px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper a:hover {
  text-decoration: none;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper a i {
  font-size: 18px;
  color: #435082;
  padding: 0 8px;
  font-weight: bold;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper .resource-container {
  background-color: #F8FAFB;
  border: 1px solid lightgray;
  border-radius: 8px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper .resource-container > a {
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
  margin: 0;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper .resource-container > a i {
  color: #333333;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper .resource-container:hover {
  border: 1px solid #f15a24;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .resource-data-wrapper .resource-container:hover > a i {
  color: #f15a24;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .data-content {
  overflow: auto;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .product.attribute.description .value p {
  margin-bottom: 1px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content h2 {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content h3 {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content p {
  font-size: 16px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content p strong {
  font-size: 16px;
  color: #333333;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content ul > li {
  font-size: 16px;
  color: #333333;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-title strong {
  font-size: 22px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #626264;
  text-transform: capitalize;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item {
  padding: 20px 0;
  border-color: #eeeeee;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-ratings .rating-summary .rating-label span {
  font-size: 14px;
  color: #333333;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-ratings .rating-summary .rating-result {
  margin-bottom: 20px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-ratings .rating-summary .rating-result::before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 8px;
  color: #89A0B0;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-ratings .rating-summary .rating-result span::before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 8px;
  color: #f15a24;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-content .review-title {
  font-size: 20px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-content .review-text {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 20px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-content .review-details .review-author {
  display: block;
  margin-bottom: 0;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-content .review-details .review-author .review-details-label {
  text-align: left;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-content .review-details .review-author .review-details-value {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-content .review-details .review-date {
  display: block;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-content .review-details .review-date .review-details-label,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .items.review-items .item.review-item .review-content .review-details .review-date .review-details-value {
  text-align: left;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content #product-review-container .block.review-list .block-content .review-toolbar {
  margin: 0 0 25px;
  border: 2px solid #E7ECEF;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .review-fieldset .review-field-ratings .label span {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0px;
  color: #626264;
  text-transform: capitalize;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .review-fieldset .review-field-ratings .control .review-field-rating .label span {
  font-size: 14px;
  color: #333333;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .review-fieldset .review-field-ratings .control .review-field-rating .review-control-vote label {
  color: #f15a24;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .review-fieldset .review-field-ratings .control .review-field-rating .review-control-vote label::before {
  color: #f15a24;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .review-legend span,
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .review-legend strong {
  text-align: left;
  font-size: 14px;
  color: #626264;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .field .label {
  text-align: left;
  font-size: 14px;
  color: #333333;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .control input.input-text {
  height: 40px;
  border: 1px solid #CFD9DF;
  border-radius: 2px;
  font-size: 16px;
  color: #333333;
  font-family: "Roboto-Custom", sans-serif;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .control input.input-text:focus {
  border-color: #4A9EDB;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .control input.input-text::placeholder {
  color: #333333;
  font-size: 16px;
  font-family: "Roboto-Custom", sans-serif;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .control textarea {
  height: 55px !important;
  border: 1px solid #CFD9DF;
  border-radius: 2px;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .control textarea:focus {
  border-color: #4A9EDB !important;
}
.catalog-product-view .product.detailed .product.data.items .data-tabs-content .data.item.content .review-add .review-form .actions-toolbar button.submit {
  border-radius: 4px;
}
.catalog-product-view .product-img-box .fotorama__stage__frame .fotorama__img {
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  top: 0;
}
.catalog-product-view .product-img-box .fotorama__nav--thumbs {
  text-align: center;
}
.catalog-product-view .product-img-box .fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__img {
  max-width: 100px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .fotorama__nav--dots .fotorama__nav__frame {
    height: 48px;
    width: 48px;
    padding: 10px;
    margin-right: 8px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 420) {
  .catalog-product-view {
    height: 32px;
    width: 32px;
  }
}
.catalog-product-view .box-up-sell {
  background-color: #F8FAFB;
  padding: 45px 0;
}
.catalog-product-view .box-up-sell .block-content {
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .box-up-sell .block-content {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .catalog-product-view .box-up-sell .block-content {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-product-view .box-up-sell .block-content {
    width: 1170px;
  }
}
.catalog-product-view .box-up-sell .block-title.title {
  text-align: center;
  border-bottom: none;
}
.catalog-product-view .box-up-sell .block-title.title #block-upsell-heading {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  text-transform: none;
}
.catalog-product-view .box-up-sell .products-upsell {
  text-align: center;
}
.catalog-product-view .box-up-sell .product-item {
  background-color: #F8FAFB;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view .box-up-sell .product-item .product-item-info {
  padding: 0;
  box-shadow: none;
}
.catalog-product-view .box-up-sell .product-item .product-item-info:hover {
  margin-bottom: 0;
}
.catalog-product-view .box-up-sell .product-item .product-item-info:hover .hover-box {
  padding: 0 10px 10px;
  opacity: 1;
  bottom: 0;
  transition: all .3s ease;
}
.catalog-product-view .box-up-sell .product-item .images-container {
  background-color: #F8FAFB;
}
.catalog-product-view .box-up-sell .product-item .images-container .product-hover {
  margin-bottom: 0;
}
.catalog-product-view .box-up-sell .product-item .images-container .product-hover .product-image-container {
  width: 100%;
}
.catalog-product-view .box-up-sell .product-item .images-container .product-hover .product-image-container .product-image-wrapper {
  margin: 0 26px;
  padding-bottom: 80% !important;
}
.catalog-product-view .box-up-sell .product-item .images-container .product-hover .product-image-container .product-image-wrapper img {
  margin: 0;
  width: 100%;
}
.catalog-product-view .box-up-sell .product-item .product-item-details {
  margin-top: 0;
}
.catalog-product-view .box-up-sell .product-item .product-item-details .product-item-name {
  margin-top: 0px;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
}
.catalog-product-view .box-up-sell .product-item .product-item-details .product-item-name .product-item-link {
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 27px !important;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .box-up-sell .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 16px;
  }
}
.catalog-product-view .box-up-sell .product-item .product-item-details .size-available {
  text-align: center;
  font-size: 14px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #4A9EDB;
  text-transform: capitalize;
  display: block;
  padding-bottom: 5px;
}
.catalog-product-view .box-up-sell .product-item .product-item-details .product-item-description {
  display: block;
  margin: 0;
  min-height: 41px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .box-up-sell .product-item .product-item-details .product-item-description {
    min-height: 65px;
  }
}
.catalog-product-view .box-up-sell .product-item .product-item-details .product-item-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px !important;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .box-up-sell .product-item .product-item-details .product-item-description p {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}
.catalog-product-view .box-up-sell .product-item .product-item-details .starting-from {
  display: none;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto-Custom", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 5px;
  background-color: #f8fafb;
}
.catalog-product-view .box-up-sell .product-item .product-item-details .starting-from .price-final_price {
  padding: 10px 0;
}
.catalog-product-view .box-up-sell .product-item .product-item-details .product-item-description .product-item-details {
  margin-top: 0;
}
.catalog-product-view .box-up-sell .product-item .product-item-details .price-final_price {
  margin-bottom: 0;
  background: #F8FAFB;
  padding: 23px 0;
  display: none;
}
.catalog-product-view .box-up-sell .product-item .product-item-details .price-final_price .price-container .price-wrapper .price {
  letter-spacing: 0px;
  color: #4A9EDB;
  font-size: 20px;
  font-family: "Roboto-Custom", sans-serif;
}
.catalog-product-view .box-up-sell .product-item .hover-box {
  padding: 0 10px 10px;
  position: relative;
  background-color: #f8fafb;
  opacity: 0;
  visibility: visible;
  transition: all .3s ease;
  bottom: 62px;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .box-up-sell .product-item .hover-box {
    visibility: visible;
    opacity: 1;
    position: static;
    transform: none !important;
  }
}
.catalog-product-view .box-up-sell .product-item .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart {
  font-size: 15px;
  border-radius: 4px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .box-up-sell .product-item .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart {
    font-size: 12px;
  }
}
.catalog-product-view .box-up-sell .product-item .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart:hover {
  opacity: .8;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .box-up-sell .product-item .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart {
    padding: 0 5px;
  }
}
.catalog-product-view .box-up-sell .product-item .hover-box .actions .product-item-actions .secondary-addto-links {
  display: none;
}
.catalog-product-view .box-up-sell .product-item.rfqa .hover-box {
  display: none;
}
.catalog-product-view .box-up-sell .slick-initialized .slick-prev {
  opacity: 1 !important;
  visibility: visible !important;
  border: none;
  left: 0 !important;
  display: inline !important;
  height: auto;
  width: auto;
  line-height: normal;
  top: 50%;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .box-up-sell .slick-initialized .slick-prev {
    width: 48px;
    height: 48px;
    left: -15px !important;
  }
}
.catalog-product-view .box-up-sell .slick-initialized .slick-prev:hover {
  border: none;
}
.catalog-product-view .box-up-sell .slick-initialized .slick-prev::before {
  color: #3F5086;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
}
.catalog-product-view .box-up-sell .slick-initialized .slick-next {
  opacity: 1 !important;
  visibility: visible !important;
  border: none;
  right: 0px !important;
  display: inline !important;
  height: auto;
  width: auto;
  line-height: normal;
  top: 50%;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .box-up-sell .slick-initialized .slick-next {
    width: 48px;
    height: 48px;
    right: -15px !important;
  }
}
.catalog-product-view .box-up-sell .slick-initialized .slick-next:hover {
  border: none;
}
.catalog-product-view .box-up-sell .slick-initialized .slick-next::before {
  color: #3F5086;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalogsearch-result-index .sidebar-additional .block-compare,
.catalog-category-view .sidebar-additional .block-compare,
.catalogsearch-result-index .sidebar-additional .block-reorder,
.catalog-category-view .sidebar-additional .block-reorder {
  display: none;
}
.catalogsearch-result-index .sidebar-additional .block-static-block,
.catalog-category-view .sidebar-additional .block-static-block {
  margin-bottom: 0 !important;
}
.catalogsearch-result-index .sidebar-additional .block-wishlist,
.catalog-category-view .sidebar-additional .block-wishlist {
  display: none;
}
.catalogsearch-result-index .product-item-info:hover .products-textlink .text-color {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
.catalogsearch-result-index .sidebar-main {
  display: none;
}
.catalog-category-view .guide-and-support {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #F8FAFB;
}
.catalog-category-view .guide-and-support h2.guide-support-heading {
  font-weight: normal;
  font-size: 30px;
  font-family: "Roboto-Custom", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .guide-and-support h2.guide-support-heading {
    font-size: 22px;
  }
}
.catalog-category-view .guide-and-support #plp-slider {
  position: relative;
}
.catalog-category-view .guide-and-support #plp-slider .owl-nav {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  margin-top: 0;
}
.catalog-category-view .guide-and-support #plp-slider .owl-nav .owl-prev {
  position: absolute;
  left: -24px;
  font-size: 34px;
  margin: 0;
  color: #3F5086;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .catalog-category-view .guide-and-support #plp-slider .owl-nav .owl-prev {
    left: -14px;
  }
}
.catalog-category-view .guide-and-support #plp-slider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.catalog-category-view .guide-and-support #plp-slider .owl-nav .owl-next {
  position: absolute;
  right: -24px;
  font-size: 34px;
  margin: 0;
  color: #3F5086;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .catalog-category-view .guide-and-support #plp-slider .owl-nav .owl-next {
    right: -14px;
  }
}
.catalog-category-view .guide-and-support #plp-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}
.catalog-category-view .guide-and-support .card-wrapper {
  background: #ffffff;
  border: 1px solid rgba(205, 205, 205, 0.30196078);
  border-radius: 4px;
}
.catalog-category-view .guide-and-support .card-wrapper img {
  height: 196px;
  object-fit: cover;
}
.catalog-category-view .guide-and-support .card-wrapper .text-wrapper {
  padding: 20px;
}
.catalog-category-view .guide-and-support .card-wrapper .text-wrapper .guide-support-card-title {
  text-align: left;
  font-size: 18px;
  font-family: "Roboto-Custom", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 20px !important;
}
.catalog-category-view .guide-and-support .card-wrapper .text-wrapper .card-info {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-family: "Roboto-Custom", sans-serif;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px !important;
  min-height: 40px;
}
.catalog-category-view .guide-and-support .card-wrapper .text-wrapper .card-action {
  background: #89A0B0;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
  letter-spacing: 0px;
  border: 1px solid #89A0B0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  min-width: 143px;
  text-align: center;
}
.catalog-category-view .guide-and-support .card-wrapper .text-wrapper .card-action:hover {
  text-decoration: none;
  background: #189FE1;
  border: 1px solid #189FE1;
}
.catalog-category-view .owl-theme .owl-dots .owl-dot.active span,
.catalog-category-view .owl-theme .owl-dots .owl-dot:hover span {
  background: #009FE1;
}
.catalog-category-view .owl-theme .owl-dots .owl-dot span {
  background: #ADDFF3;
}
.vat-textbox {
  margin-top: 12px;
}
.vat-textbox .vat-text {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #189fe1;
}
.cz-vat-textbox {
  margin-top: 12px;
}
.cz-vat-textbox .vat-text {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #d90a0a;
}
/* Add to quote button styles on PDP */
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset .field.qty {
  margin-bottom: 20px;
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset .actions.add-to-quote {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset .actions.add-to-quote {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset .actions.add-to-quote {
    width: 100%;
  }
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset .actions.add-to-quote .btn-addto-quote {
  border: 1px solid #f15a24;
  background: transparent;
  color: #f15a24;
  margin-right: 25px;
  margin-top: 0;
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset .actions.add-to-quote .btn-addto-quote:hover {
  color: #f15a24;
  background: linear-gradient(180deg, #fff8f5 0%, #ebebeb 100%);
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset .actions.add-to-quote .btn-addto-quote {
    margin-top: 0;
  }
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset button#btn-rfq {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .product-options-bottom .fieldset button#btn-rfq {
    width: 100%;
  }
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .field.qty {
  margin-bottom: 20px;
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .actions.show-cart {
  margin-bottom: 20px;
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .actions.add-to-cart {
  display: inline-block;
  margin-bottom: 20px;
  flex: auto;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .actions.add-to-cart {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .actions.add-to-cart {
    width: 100%;
  }
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .actions.add-to-cart button.btn-addto-quote {
  border: 1px solid #f15a24;
  background: transparent;
  color: #f15a24;
  margin-right: 25px;
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .actions.add-to-cart button.btn-addto-quote:hover {
  color: #f15a24;
  background: linear-gradient(180deg, #fff8f5 0%, #ebebeb 100%);
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .actions.add-to-cart button.btn-addto-quote {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart .actions.add-to-cart button.btn-addto-quote {
    margin-top: 0;
    width: 100%;
  }
}
.catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart button#btn-rfq {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view .product-view .product-info-main .product-shop-content .product-add-form .box-tocart button#btn-rfq {
    width: 100%;
  }
}
.catalogsearch-result-index .column.main {
  min-height: auto;
}
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper {
  background: rgba(233, 238, 242, 0.23);
  border: 1px solid rgba(134, 190, 246, 0.23);
  border-radius: 4px;
  padding: 22px;
}
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-img-wrapper img {
  width: 100%;
}
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .content-container {
  align-self: center;
}
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper h2.no-search-text {
  text-align: left;
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper ul {
  padding-left: 0;
  margin-bottom: 17px;
  list-style: none;
}
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper ul li {
  text-align: left;
  font-size: 15px;
  color: #333333;
  position: relative;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper ul li {
    display: inline-block;
  }
}
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper ul li::before {
  content: '•';
  padding-right: 5px;
  font-size: 15px;
  color: #333333;
}
.catalogsearch-result-index .no-search-result-section .no-search-result-page-wrapper .no-search-content-wrapper .go-home-btn-wrapper .go-home-link {
  display: inline-block;
  padding: 10px 40px;
  font-size: 15px;
}
.catalog-category-view .column.main > .page-title-wrapper {
  display: block;
}
.catalog-category-view .column.main > .page-title-wrapper h1 {
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 24px 0px;
}
.checkout-cart-index .page-title-wrapper {
  padding-top: 0;
}
.checkout-cart-index .page-title-wrapper .page-title {
  margin: 10px 0 35px 0;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .page-title-wrapper .page-title {
    margin: 15px 0;
  }
}
.checkout-cart-index .page-title-wrapper .page-title span.base {
  text-align: left;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns {
    padding-top: 0 !important;
  }
}
.checkout-cart-index .columns .cart-empty p {
  font-size: 15px;
}
.checkout-cart-index .columns .cart-empty p a {
  color: #3F5086;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper th.col {
  text-align: left;
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper th.col {
    padding-top: 0;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .item .product-item-photo {
  width: auto;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .item .product-item-photo .product-image-container {
  width: 100px !important;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .item {
    width: 100%;
    max-width: 75%;
    display: inline-block;
    float: left;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .product-item-name a {
  text-align: left;
  font-size: 16px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .surcharge-price span {
  text-align: left;
  font-size: 14px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .secondary-surcharge-price span {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
  letter-spacing: 0px;
  color: #333333;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .item-options {
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .item-options dt {
  text-align: left;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .item-options dd {
  text-align: left;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details {
    width: 100%;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .subtotal .price-excluding-tax .cart-price .price {
  text-align: left;
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .subtotal {
    width: 75%;
    max-width: 75%;
    display: inline-flex;
    float: left;
  }
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .subtotal .price-excluding-tax {
    padding-left: 10px;
  }
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .subtotal::before {
    text-align: left;
    font-size: 16px;
    font-family: "Roboto-Custom", sans-serif;
    letter-spacing: 0px;
    color: #3F5086;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .price .price-excluding-tax .cart-price .price {
  text-align: left;
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .price {
    max-width: 25%;
    display: inline-block;
  }
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .price::before {
    text-align: left;
    font-size: 16px;
    font-family: "Roboto-Custom", sans-serif;
    letter-spacing: 0px;
    color: #3F5086;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty {
  position: relative;
  display: flex;
  flex-direction: column;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .mage-error {
  width: 120px;
  white-space: break-spaces;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .input-text {
  width: 120px;
  border: 1px solid #D0D0D0;
  font-size: 14px;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .btn-plus {
  display: block;
  margin-right: 0;
  position: absolute;
  background-color: unset;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .btn-plus .increase {
  position: absolute;
  left: 82px;
  height: 100%;
  width: 35px;
  background-color: #f4f4f4;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #D0D0D0;
  border-left: 0;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .btn-plus .increase {
    left: 85px;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .btn-plus .increase i.fa-caret-up {
  color: #7f7f7f;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .btn-plus .increase i.fa-caret-up::before {
  content: '\002B';
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .btn-plus .reduced {
  position: absolute;
  left: 0;
  height: 100%;
  width: 35px;
  background-color: #f4f4f4;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border: 1px solid #D0D0D0;
  border-right: 0;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .btn-plus .reduced i.fa-caret-down {
  color: #7f7f7f;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .custom-qty .btn-plus .reduced i.fa-caret-down::before {
  content: '\002D';
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty .field.qty {
    padding-left: 10px;
  }
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.qty::before {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    font-family: "Roboto-Custom", sans-serif;
    letter-spacing: 0px;
    color: #3F5086;
    min-width: 70px;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info td {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info td {
    width: 24%;
    max-width: 21%;
    display: inline-block;
    float: right;
    height: 100%;
    padding-top: 20px;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info td .actions-toolbar {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info td .actions-toolbar {
    margin-top: 12px;
  }
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info td .actions-toolbar a {
  color: #89A0B0;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info td .actions-toolbar a.action-delete::before {
  content: "\f014" !important;
}
.checkout-cart-index .columns .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info td .actions-toolbar a.action-towishlist {
  display: none;
}
.checkout-cart-index .columns .cart-container .cart-summary .input-text {
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  font-size: 14px;
}
.checkout-cart-index .columns .cart-container .cart-summary .summary.title {
  text-align: left;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.checkout-cart-index .columns .cart-container .cart-summary button.cancel,
.checkout-cart-index .columns .cart-container .cart-summary button.apply {
  border-radius: 4px;
}
.checkout-cart-index .columns .cart-container .cart-summary button.cancel span,
.checkout-cart-index .columns .cart-container .cart-summary button.apply span {
  text-transform: uppercase;
  line-height: normal;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .title {
  padding: 10px 30px 7px 5px;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .title #block-shipping-heading {
  text-align: left;
  font-size: 16px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .title::after {
  top: 0px;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .estimate {
  margin-bottom: 0;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .estimate .field.note {
  text-align: left;
  font-size: 14px;
  color: #3F5086;
  margin-bottom: 20px;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .estimate .field {
  margin-bottom: 24px;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .estimate .field label span {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .estimate .field .control select {
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  font-size: 14px;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .rate {
  margin-top: 0;
  margin-bottom: 20px;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .rate dl dd {
  margin-bottom: 0;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .rate dl dd .choice {
  margin-bottom: 0;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .rate dl dd .choice label {
  text-align: left;
  font-size: 15px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .cart-summary .block.shipping .content form .field.note {
  font-size: 14px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .cart-summary .cart-totals .table-wrapper .totals tbody .totals .mark {
  text-align: left;
  font-size: 16px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .cart-summary .cart-totals .table-wrapper .totals tbody .totals .mark span {
  text-align: left;
  font-size: 16px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .cart-summary .cart-totals .table-wrapper .totals tbody .totals .amount .price {
  text-align: right;
  font-size: 16px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .cart-summary .cart-totals .table-wrapper .totals tbody .totals-tax .mark,
.checkout-cart-index .columns .cart-container .cart-summary .cart-totals .table-wrapper .totals tbody .totals-tax .amount {
  font-size: 16px;
}
.checkout-cart-index .columns .cart-container .cart-summary .discount .title {
  text-align: left;
  font-size: 16px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .cart-summary .discount .title::after {
  top: 0px;
}
.checkout-cart-index .columns .cart-container .cart-summary .discount .content label span {
  font-size: 16px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .cart-summary ul.checkout button.checkout {
  box-shadow: unset;
}
.checkout-cart-index .columns .cart-container .cart-summary ul.checkout .multicheckout {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.checkout-cart-index .columns .cart-container .block.crosssell {
  width: 66.67%;
  float: left;
}
.checkout-cart-index .columns .cart-container .block.crosssell .block-title.title {
  text-align: center;
  border-bottom: none;
}
.checkout-cart-index .columns .cart-container .block.crosssell .block-title.title #block-crosssell-heading {
  font-size: 22px;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .checkout-cart-index .columns .cart-container .block.crosssell {
    width: 100%;
    order: 2;
    float: none;
  }
}
.checkout-cart-index .columns .cart-container .block.crosssell .products-crosssell {
  text-align: center;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item::before {
  border-right: 0;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info {
  padding: 0;
  box-shadow: none;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info:hover {
  margin-bottom: 0;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info:hover .hover-box {
  padding: 0 10px 10px;
  opacity: 1;
  bottom: 0;
  transition: all .3s ease;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container {
  background-color: #fff;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container .product-hover {
  margin-bottom: 0;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container .product-hover .product-image-container {
  width: 100%;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper {
  margin: 0 26px;
  padding-bottom: 80% !important;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper img {
  margin: 0;
  width: 100%;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details {
  margin-top: 0;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-name {
  margin: 0;
  text-align: center;
  background: #fff;
  padding: 5px 0;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-height: 21px;
  line-height: 24px !important;
  height: 24px;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .size-available {
  text-align: center;
  font-size: 14px;
  color: #4A9EDB;
  text-transform: capitalize;
  display: block;
  background: #ffffff;
  padding-bottom: 5px;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description {
  display: block;
  margin: 0;
  background-color: #ffffff;
  min-height: 41px;
}
@media only screen and (max-width: 480px) {
  .checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description {
    min-height: 65px;
  }
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px !important;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .starting-from {
  display: none;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding-top: 5px;
  background-color: #f8fafb;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .starting-from .price-final_price {
  padding: 10px 0;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description .product-item-details {
  margin-top: 0;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .price-final_price {
  margin-bottom: 0;
  background: #F8FAFB;
  padding: 23px 0;
  display: none;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .price-final_price .price-container .price-wrapper .price {
  letter-spacing: 0px;
  color: #4A9EDB;
  font-size: 20px;
  font-family: "Roboto-Custom", sans-serif;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box {
  padding: 0 10px 10px;
  position: relative;
  background-color: #f8fafb;
  opacity: 0;
  visibility: visible;
  transition: all .3s ease;
  bottom: 62px;
}
@media only screen and (max-width: 1023px) {
  .checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box {
    visibility: visible;
    opacity: 1;
    position: static;
    transform: none !important;
  }
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart {
  font-size: 15px;
  border-radius: 4px;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart:hover {
  opacity: .8;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .secondary-addto-links {
  display: none;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-list .slick-track .slick-slide li.product-item.rfqa .hover-box {
  display: none;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-prev {
  opacity: 1 !important;
  visibility: visible;
  border: none;
  left: 0px !important;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-prev:hover {
  border: none;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-prev::before {
  color: #3F5086;
  font-size: 24px;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-next {
  opacity: 1 !important;
  visibility: visible;
  border: none;
  right: 0px !important;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-next:hover {
  border: none;
}
.checkout-cart-index .columns .cart-container .block.crosssell .slick-initialized .slick-next::before {
  color: #3F5086;
  font-size: 24px;
}
.checkout-cart-index .cart.main.actions {
  justify-content: center;
}
.checkout-cart-index .cart.main.actions .continue,
.checkout-cart-index .cart.main.actions .action.clear,
.checkout-cart-index .cart.main.actions .block.discount .apply.primary,
.checkout-cart-index .cart.main.actions .checkout.items .action.checkout {
  border-radius: 4px;
  padding: 10px 16px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.checkout-cart-index .cart.main.actions .action.update {
  border: 1px solid #89A0B0;
  border-radius: 4px;
  background-color: transparent;
  padding: 10px 20px;
  line-height: normal;
}
.checkout-cart-index .cart.main.actions .action.update span {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0px;
  color: #626264;
  text-transform: uppercase;
}
.checkout-cart-index .cart.main.actions .action.update:hover {
  background-color: #F4F4F4;
  border-color: #89A0B0;
}
.checkout-index-index .page-title-wrapper {
  display: inline-block;
  padding-top: 0;
}
.checkout-index-index .page-title-wrapper .page-title {
  margin: 10px 0 0;
}
.checkout-index-index .page-title-wrapper .page-title .base {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .opc-progress-bar {
  position: relative;
  top: -40px;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active::before {
  background: #f15a24;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active span::before {
  background: #f15a24;
  height: 30px;
  margin-left: -19px;
  width: 30px;
  top: 4px;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active span::after {
  height: 24px;
  margin-left: -16px;
  top: 7px;
  width: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f15a24;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item::before {
  height: 4px;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item span::before {
  height: 30px;
  margin-left: -19px;
  width: 30px;
  top: 4px;
}
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item span::after {
  height: 24px;
  margin-left: -16px;
  top: 7px;
  width: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-title {
  text-align: left;
  font-size: 16px;
  color: #333;
  border-color: #8EA0AE;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .field .label span {
  text-align: left;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .field .control .input-text {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .field .control .input-text:focus {
  border: 1px solid #d0d0d0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .field .control .select {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .field .control .note span {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .form .fieldset .field .control .field-error span {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
  color: red;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item {
  margin-right: 16px;
  text-align: left;
  font-size: 14px;
  border: none;
  background: #E7ECEF;
  border: 2px solid rgba(72, 159, 223, 0.1254902);
  border-radius: 4px;
  color: #626264;
  padding: 20px 20px 20px 40px;
}
@media only screen and (min-width: 1024px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item {
    width: 30.533333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item {
    width: 47.3%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item {
    width: 47%;
  }
}
@media only screen and (max-width: 639px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item {
    margin-right: 0;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item a {
  text-align: left;
  font-size: 14px;
  color: #626264;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item::before {
  width: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item.selected-item {
  border: 2px solid #f15a24;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item.selected-item:after {
  background: #ffffff;
  color: #f15a24;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 18px;
  width: 18px;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  padding-top: 2px;
  position: absolute;
  left: 15px;
  text-align: center;
  top: 25px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  border: 1px solid #89A0B0;
  border-radius: 3px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item .action-select-shipping-item {
  background: #fff;
  width: 18px;
  height: 18px;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 25px;
  margin-top: 0;
  border: 1px solid #89A0B0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .addresses .shipping-address-items .shipping-address-item .action-select-shipping-item span {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup .action-show-popup {
  border: 1px solid #89A0B0;
  border-radius: 4px;
  background: #ffffff;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup .action-show-popup span {
  text-align: center;
  font-size: 14px;
  color: #626264;
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup .action-show-popup span::before {
  content: '';
  padding-right: 5px;
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup .action-show-popup:hover {
  background: #F4F4F4;
  box-shadow: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-title {
  text-align: left;
  font-size: 16px;
  color: #333;
  border-color: #8EA0AE;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .form #checkout-shipping-method-load table thead tr th {
  width: 25%;
  padding: 20px 15px;
  color: #333;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .form #checkout-shipping-method-load table tbody tr td input.radio {
  filter: grayscale(1);
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .form .actions-toolbar button {
  border-radius: 4px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-shipping-method .no-quotes-block {
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method #checkout-step-payment > div > span {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #DBE2E7;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #3F5086;
  display: block;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method #checkout-step-payment > div.empty > span {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset {
  padding: 0 20px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements #card-details-label span {
  text-align: left;
  color: #3F5086;
  font-size: 14px;
  font-weight: bold;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap {
  width: auto;
  margin-right: 35px;
}
@media only screen and (max-width: 1199px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap {
    margin-right: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap {
    margin-right: 18px;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap #stripe-payments-card-number {
  box-shadow: none;
  border: 1px solid gray;
  width: 18em;
  padding: 7px 14px;
}
@media only screen and (max-width: 375px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap #stripe-payments-card-number {
    width: 15.5em;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap .stripe-payments-brand {
  top: -15px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap #stripe-payments-card-cvc,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap #stripe-payments-card-expiry {
  margin-right: 18px;
  padding: 7px 14px;
  box-shadow: none;
  border: 1px solid gray;
}
@media only screen and (max-width: 1199px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap #stripe-payments-card-cvc,
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap #stripe-payments-card-expiry {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap #stripe-payments-card-cvc,
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements.no-wrap #stripe-payments-card-expiry {
    margin-right: 0px;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements .pci-dss-info-block {
  margin: 0;
  width: 100%;
  opacity: 1 !important;
}
@media only screen and (max-width: 500px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements .pci-dss-info-block {
    display: flex;
  }
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements .pci-dss-info-block svg {
    width: 30px;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements .pci-dss-info-block svg {
  fill: #4A9EDB !important;
  left: auto !important;
  top: -2px !important;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements .pci-dss-info-block .pci-dss-info-text {
  top: auto;
  opacity: 1 !important;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard > div .stripe-payments-elements .pci-dss-info-block .pci-dss-info-text span {
  color: #171717;
  font-size: 12px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard {
  display: flex !important;
  flex-flow: row wrap;
  margin-top: 20px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field {
  display: block;
  flex: 0 1 50%;
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 639px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field {
    flex-basis: 100%;
    padding: 0;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field label {
  padding: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field label::after {
  content: '*';
  color: #e02b27;
  font-size: 13px;
  margin: 0 0 0 5px;
  position: static;
  top: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field label span {
  padding: 0;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field .control {
  margin: 0;
  padding: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field input[type="text"],
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field input[type="number"],
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field input[type="password"],
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field select {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .field.cvv input {
  max-width: 100px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .fields {
  display: flex;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .fields .field {
  padding: 0 15px 0 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard .fields .field:last-child {
  padding: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.srpagopayments_card .field.number {
  order: -1;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.srpagopayments_card .field.type {
  align-self: flex-end;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.srpagopayments_card .field .control._with-tooltip {
  display: flex;
  align-items: center;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.srpagopayments_card .field .control._with-tooltip .field-tooltip {
  position: static;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.srpagopayments_card .field .control._with-tooltip .field-tooltip-action::before {
  font-size: 20px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.srpagopayments_card .field .control._with-tooltip .field-tooltip-action::before,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.srpagopayments_card .field .control._with-tooltip .field-tooltip-action:hover::before {
  color: #f15a24;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.yapay_credit_card .field.number:first-of-type {
  flex-basis: 100%;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.yapay_credit_card .field.number:nth-of-type(2) {
  order: -1;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset.ccard.yapay_credit_card .field.validate-cc-cvn input {
  max-width: 100px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset legend.legend {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .step-title {
  text-align: left;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-color: #8EA0AE;
  margin-bottom: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-title.choice {
  padding: 15px 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-title.choice .label span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-right: 15px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-title.choice .radio {
  filter: grayscale(1);
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .info-text {
  margin-right: 0px !important;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .click-here {
  text-decoration: underline;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .click-here span {
  color: #0000FF !important;
  margin-right: 0px !important;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content {
  padding-left: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-msg {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #DBE2E7;
  font-size: 14px;
  color: #3F5086;
  display: block;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-msg.empty {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content > div > span.contracted-cust-notify {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #DBE2E7;
  font-size: 14px;
  color: #3F5086;
  display: flex;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content > div > span.contracted-cust-notify .payment-terms {
  padding-right: 5px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content > .empty span {
  display: none !important;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block label span {
  font-size: 16px;
  color: #3F5086;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  width: 30%;
  font-size: 14px;
  color: #626264;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details a {
  font-size: 14px;
  color: #626264;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
    width: 100%;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address {
  border: 1px solid #89a0b0;
  border-radius: 4px;
  background: #ffffff;
  padding: 7px 15px;
  text-decoration: none;
  margin-top: 10px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address span {
  text-align: center;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #626264;
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details .action-edit-address:hover {
  background: #F4F4F4;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .field-select-billing {
  max-width: 100%;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .field-select-billing .control .select {
  min-height: 40px;
  border-radius: 2px;
  font-family: "Roboto-Custom", sans-serif;
  color: #626262;
  appearance: auto;
  background-image: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary {
  display: flex;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .action-update {
  order: 2;
  border-radius: 4px;
  position: relative;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .action-update span {
  text-align: center;
  display: block;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .action-update:hover {
  border: 1px solid #f15a24;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .action-cancel {
  text-decoration: none;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .action-cancel span {
  text-align: center;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  display: block;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #pay label {
  display: block;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #pay label span {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #pay label::after {
  margin-left: 5px;
  top: 5px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #pay select {
  background-image: none;
  appearance: auto;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  height: 40px;
  border: 1px solid #e6e6e6;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content p {
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar button.checkout {
  padding: 8px 50px;
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .stripe-payments-saved-cards-section .stripe-payments-saved-card .select {
  filter: grayscale(1);
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .stripe-payments-saved-cards-section .stripe-payments-saved-card .mastercard.type {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #3F5086;
  padding-right: 10px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .stripe-payments-saved-cards-section .stripe-payments-saved-card .last4,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .stripe-payments-saved-cards-section .stripe-payments-saved-card .exp {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .stripe-payments-saved-cards-section div .select {
  filter: grayscale(1);
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .stripe-payments-saved-cards-section div label span {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #3F5086;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .no-quotes-block {
  font-size: 14px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-title {
  padding-left: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-title .action-toggle span {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-color: #8EA0AE;
  margin-bottom: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content {
  padding-left: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content .messages .message-success div {
  font-size: 14px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 456px) {
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount {
    display: flex;
  }
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .control {
  margin-right: 20px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .control input.input-text {
  border-radius: 4px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .control input.input-text::placeholder {
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .control input.input-text:-ms-input-placeholder {
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .control input.input-text::-ms-input-placeholder {
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .actions-toolbar button.action-apply,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .actions-toolbar button.action-cancel {
  height: 40px;
  padding: 0 30px;
  background-color: #ffffff;
  border: 1px solid #89a0b0;
  border-radius: 4px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .actions-toolbar button.action-apply span,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .actions-toolbar button.action-cancel span {
  text-align: center;
  font-size: 14px;
  color: #626264;
  text-transform: uppercase;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .actions-toolbar button.action-apply:hover,
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .discount-code .payment-option-content form.form-discount .actions-toolbar button.action-cancel:hover {
  box-shadow: none;
  background-color: #F4F4F4;
  border: 1px solid #89a0b0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .ordercomment .payment-option-title {
  padding-left: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .ordercomment .payment-option-title .action-toggle span {
  text-align: left;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-color: #8EA0AE;
  margin-bottom: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .ordercomment .payment-option-content {
  padding-left: 0;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .ordercomment .payment-option-content form.form-comment .control input.input-text {
  border-radius: 4px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .ordercomment .payment-option-content form.form-comment .control input.input-text::placeholder {
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .ordercomment .payment-option-content form.form-comment .control input.input-text:-ms-input-placeholder {
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments .fieldset .ordercomment .payment-option-content form.form-comment .control input.input-text::-ms-input-placeholder {
  font-size: 16px;
}
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .form.payments #stripe_payments_cc_save_div .input-box label {
  letter-spacing: 0px;
  color: #171717;
  font-size: 12px;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-block .estimated-label,
.checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-block .estimated-price {
  font-family: "Roboto-Custom", sans-serif;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart .counter {
  background-color: #3f5086;
}
.checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart .counter span {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
}
.checkout-index-index .checkout-container aside {
  margin-top: 0;
}
.checkout-index-index .checkout-container aside .modal-header {
  display: none;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary {
  background-color: transparent;
  border-top: none;
  padding: 0px 30px !important;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary span.title {
  text-align: left;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-color: #8EA0AE;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .title {
  border-color: #8EA0AE;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .title strong span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-image-container {
  height: 65px !important;
  width: 65px !important;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  font-size: 16px;
  margin-bottom: 0;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty {
  margin-top: 0;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty span {
  font-size: 16px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details div span.label,
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details div span.price {
  font-size: 16px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .subtotal .price-excluding-tax {
  margin-top: 0;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .subtotal .price-excluding-tax .cart-price {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3F5086;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .subtotal .price-excluding-tax .cart-price .price {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3F5086;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle span {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 10px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options .label,
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary .items-in-cart .minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options .values {
  width: 49%;
  display: inline-block;
  padding-bottom: 15px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody tr.totals th.mark {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  color: #333;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody tr.totals th.mark span .label,
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody tr.totals th.mark span strong {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody tr.totals th.mark span .value {
  text-align: left;
  font-size: 14px;
  color: #7F7F7F;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody tr.totals td.amount span {
  text-align: left;
  font-size: 15px;
  color: #333;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody tr.totals td.amount strong span {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  color: #333;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody .totals-tax {
  border-bottom: 1px solid #8EA0AE;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody .totals-tax .mark,
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody .totals-tax .amount {
  font-size: 16px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody .avatax th.mark {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding: 5px 30px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-summary table.table-totals tbody .avatax .amount span {
  text-align: left;
  font-size: 15px;
  color: #333;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information {
  padding: 22px 30px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to .shipping-information-title {
  border: none;
  padding: 0;
  margin: 0;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to span {
  display: none;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to button.action-edit {
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to button.action-edit span {
  display: block;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to .shipping-information-content {
  text-align: left;
  font-size: 14px;
  color: #626264;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-to .shipping-information-content a {
  text-align: left;
  font-size: 14px;
  color: #626264;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-via .shipping-information-title {
  border: none;
  margin: 0;
  padding: 0;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-via .shipping-information-title span {
  display: none;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-via .shipping-information-title .action-edit {
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-via .shipping-information-title .action-edit span {
  display: block;
}
.checkout-index-index .checkout-container aside .modal-content .opc-block-shipping-information .ship-via .shipping-information-content span {
  text-align: left;
  font-size: 14px;
  color: #626264;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  left: 0;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 15px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header::before {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: #489edb;
  top: 0;
  content: '';
  left: 0;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header .modal-title {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 18px;
  color: #3F5086;
  text-transform: capitalize;
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close {
  border: 1px solid #489edb;
  border-radius: 50%;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close::before,
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close::after {
  border-color: #489edb;
  height: 15px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
  padding-top: 20px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field-tooltip:hover .label {
  display: none;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .label {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control .input-text {
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  font-size: 14px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control .input-text:focus {
  border: 1px solid #4A9EDB;
  border-radius: 2px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control .input-text::placeholder {
  font-size: 14px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control .input-text:-ms-input-placeholder {
  font-size: 14px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control .input-text::-ms-input-placeholder {
  font-size: 14px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control .field-error {
  color: red;
  font-size: 14px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .control select {
  font-size: 14px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-footer button.action {
  background: #f15a24;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-footer button.action:hover {
  box-shadow: none;
  background: #009FE1;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap .modal-footer button.action span {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.checkout-index-index .modal-popup.confirm .modal-inner-wrap {
  margin-left: auto;
}
.checkout-index-index .popup-newsletter .modal-inner-wrap {
  margin-left: auto;
}
.block-minicart {
  background-color: #ffffff;
  border-top: none !important;
}
@media only screen and (max-width: 480px) {
  .block-minicart {
    right: 0 !important;
    transform: none !important;
    left: auto !important;
    width: 260px;
  }
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container {
  width: 75px !important;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  font-size: 14px;
  color: #333;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options span.toggle {
  font-size: 12px;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content dl .label {
  font-weight: bold;
  font-size: 12px;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content dl .values {
  font-size: 12px;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty .label {
  font-size: 12px;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty .cart-item-qty {
  border-radius: 2px;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty .cart-item-qty::placeholder {
  font-size: 12px;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty .cart-item-qty:-ms-input-placeholder {
  font-size: 12px;
}
.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty .cart-item-qty::-ms-input-placeholder {
  font-size: 12px;
}
.block-minicart #minicart-content-wrapper .block-content .subtotal .label span {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.block-minicart #minicart-content-wrapper .block-content .subtotal .price-container {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 14px;
}
.block-minicart #minicart-content-wrapper .block-content .actions .viewcart,
.block-minicart #minicart-content-wrapper .block-content .actions .checkout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: normal;
}
.checkout-onepage-success .checkout-success {
  margin: 30px auto 0;
  box-shadow: 0px 3px 6px #00000007;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  padding: 65px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .checkout-onepage-success .checkout-success {
    max-width: 676px;
  }
}
.checkout-onepage-success .checkout-success::before {
  position: absolute;
  background: #009FE1;
  content: '';
  height: 4px;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0px 0px;
}
.checkout-onepage-success .checkout-success .pix-success-section p,
.checkout-onepage-success .checkout-success .boleto-success-section p,
.checkout-onepage-success .checkout-success .boletoffine-success-section p {
  margin-bottom: 10px !important;
}
.checkout-onepage-success .checkout-success p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.checkout-onepage-success .checkout-success p.baleto-pix {
  font-family: "Roboto-Custom", sans-serif !important;
  font-size: 16px !important;
  color: #333333 !important;
}
.checkout-onepage-success .checkout-success p:first-child {
  font-family: "Comfortaa-Custom", sans-serif;
  color: #333333;
  font-size: 24px;
  margin-bottom: 6px;
}
.checkout-onepage-success .checkout-success p:first-child a {
  color: #009FE1;
  font-size: 24px;
}
.checkout-onepage-success .checkout-success p:first-child a:hover {
  text-decoration: none;
}
.checkout-onepage-success .checkout-success p:first-child a strong {
  color: #009FE1;
  font-size: 24px;
  font-weight: normal;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue {
  border-width: 1px;
  padding: 10px 50px;
  margin-right: 0;
}
.modal-slide._inner-scroll .modal-header {
  padding: 38px 40px 20px;
}
.modal-slide._inner-scroll .modal-footer .action-save-address {
  padding: 7px 8px;
}
@media screen and (min-width: 767px) {
  .modal-popup._inner-scroll._show {
    overflow-y: auto;
  }
}
.modal-popup._inner-scroll._show .modal-inner-wrap {
  height: auto !important;
}
@media only screen and (min-width: 768px) {
  .modal-popup._inner-scroll._show .modal-inner-wrap {
    max-height: initial;
    width: 30%;
    left: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup._inner-scroll._show .modal-inner-wrap {
    margin-left: auto;
  }
}
@media only screen and (max-width: 480px) {
  .modal-popup._inner-scroll._show .modal-inner-wrap {
    width: 90% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .modal-popup._inner-scroll._show .modal-inner-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal-popup._inner-scroll._show .modal-inner-wrap {
    width: 50%;
  }
}
.modal-popup._inner-scroll._show .modal-inner-wrap header.modal-header {
  margin-bottom: 0 !important;
  border: none;
}
@media only screen and (max-width: 480px) {
  .modal-popup._inner-scroll._show .modal-inner-wrap header.modal-header {
    padding: 38px 20px 20px;
  }
}
.modal-popup._inner-scroll._show .modal-inner-wrap header.modal-header .modal-title {
  border: none;
  font-size: 18px;
  color: #3f5086;
  text-transform: capitalize;
}
.modal-popup._inner-scroll._show .modal-inner-wrap header.modal-header button.action-close {
  border-radius: 25px;
  border: 1px solid #189fe1;
}
.modal-popup._inner-scroll._show .modal-inner-wrap header.modal-header button.action-close:after,
.modal-popup._inner-scroll._show .modal-inner-wrap header.modal-header button.action-close:before {
  border-left: solid 2px #189fe1;
  height: 14px;
}
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content {
  padding: 0px 50px;
}
@media only screen and (max-width: 480px) {
  .modal-popup._inner-scroll._show .modal-inner-wrap .modal-content {
    padding: 0 15px;
  }
}
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm {
  border-top: 4px solid #4a9edb;
  padding: 21px 27px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm {
    padding: 21px 10px;
  }
}
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .legend {
  display: none;
}
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_name .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_surname .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_company .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_email .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_phone .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_vat .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_cpf .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_cnp .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_qty .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_usetype .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_city .label,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.message .label {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_name .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_surname .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_company .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_email .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_phone .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_vat .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_cpf .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_cnp .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_qty .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_usetype .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.rfq_city .control .input-text,
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset.row .fields .field.message .control .input-text {
  font-family: "Roboto-Custom", sans-serif;
  border-radius: 2px;
}
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-footer {
  border: none;
  padding: 12px 50px 20px;
  justify-content: flex-start;
}
.modal-popup._inner-scroll._show .modal-inner-wrap .modal-footer button.action.submit {
  width: auto;
  padding: 8px 50px;
}
.rfq-quote-view main.page-main {
  padding-top: 30px;
}
@media only screen and (min-width: 1440px) {
  .rfq-quote-view .column.main {
    min-height: 260px;
  }
}
.rfq-quote-view .page-title-wrapper .page-title {
  margin: 10px 0 35px 0;
  text-align: left;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}
.rfq-quote-view #rfqForm .send-request-form {
  border-top: 4px solid #4a9edb;
  padding: 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.rfq-quote-view #rfqForm .send-request-form .fieldset .legend {
  text-align: left;
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333333;
}
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields {
  margin-top: 20px;
}
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_name .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_surname .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_company .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_email .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_phone .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.message .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_vat .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_cpf .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_cnp .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_usetype .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.company_address .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.tax_id .label,
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.rfq_city .label {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.rfq-quote-view #rfqForm .send-request-form .fieldset .fieldset.row .fields .field.submit .control #submit {
  padding: 7px 40px;
}
.rfq-quote-view #rfqForm .rfq-table {
  border: none;
}
.rfq-quote-view #rfqForm .rfq-table thead {
  border: none;
}
.rfq-quote-view #rfqForm .rfq-table thead tr {
  border-bottom: 1px solid #d1d1d1;
}
.rfq-quote-view #rfqForm .rfq-table thead tr td.col.item {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.rfq-quote-view #rfqForm .rfq-table thead tr td.col.qty {
  text-align: left;
  font-size: 16px;
  color: #333333;
}
.rfq-quote-view #rfqForm .rfq-table tbody tr {
  border-bottom: 1px solid #d1d1d1;
}
.rfq-quote-view #rfqForm .rfq-table tbody tr td.column-qty {
  vertical-align: middle;
}
@media screen and (max-width: 359px) {
  .rfq-quote-view #rfqForm .rfq-table tbody tr td.column-qty {
    padding: 8px 5px;
  }
}
.rfq-quote-view #rfqForm .rfq-table tbody tr td.column-qty .product-qty .control.custom-qty {
  display: flex;
}
.rfq-quote-view #rfqForm .rfq-table tbody tr td.column-qty .product-qty .control.custom-qty .btn-minus .items.minus {
  left: 0;
  height: 100%;
  width: 35px;
  background-color: #f4f4f4;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border: 1px solid #d0d0d0;
  border-right: 0;
  position: relative;
}
.rfq-quote-view #rfqForm .rfq-table tbody tr td.column-qty .product-qty .control.custom-qty .btn-minus .items.minus:before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 100;
}
.rfq-quote-view #rfqForm .rfq-table tbody tr td.column-qty .product-qty .control.custom-qty .btn-plus .items.plus {
  height: 100%;
  width: 35px;
  background-color: #f4f4f4;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #d0d0d0;
  border-left: 0;
}
.rfq-quote-view #rfqForm .rfq-table tbody tr td.column-qty .product-qty .control.custom-qty input.input-text.qty {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 14px;
  text-align: center;
  border-left: 0px;
  border-right: 0;
  padding: 5px 0 0 0;
}
.rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper {
  display: flex;
  padding: 20px 10px;
}
@media screen and (max-width: 359px) {
  .rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper {
    padding: 20px 5px;
  }
}
.rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper .quote-img {
  display: table-cell;
  max-width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 359px) {
  .rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper .quote-img {
    padding-right: 10px;
  }
}
.rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper .quote-img img {
  max-width: 60px;
  max-height: 60px;
}
.rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper .quote-text {
  vertical-align: middle;
  align-self: center;
  text-align: left;
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 359px) {
  .rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper .quote-text {
    font-size: 14px;
  }
}
.rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper .quote-text .item-options {
  text-align: left;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 359px) {
  .rfq-quote-view #rfqForm .rfq-table tbody tr .quote-wrapper .quote-text .item-options {
    font-size: 13px;
  }
}
.rfq-quote-view #rfqForm .rfq-table tbody td.rfq-trash {
  vertical-align: middle;
}
.rfq-quote-view #rfqForm .rfq-table tbody td.rfq-trash .delete-rfq-item i {
  color: #f15a24;
}
.rfq-quote-view #rfqForm .update-qty {
  padding: 25px 8px;
}
.rfq-quote-view #rfqForm .update-qty .update-item-qty {
  padding: 12px 40px;
}
.modal-popup.confirm._show .modal-inner-wrap {
  max-width: 45rem;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-header {
  margin-bottom: 0 !important;
  padding: 30px 28px 5px;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-header .modal-title {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-transform: unset;
  border: none;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-header button.action-close {
  border-radius: 25px;
  border: 1px solid #189fe1;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-header button.action-close:after,
.modal-popup.confirm._show .modal-inner-wrap .modal-header button.action-close:before {
  border-left: solid 2px #189fe1;
  height: 14px;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-content {
  font-family: "Roboto-Custom", sans-serif;
  padding: 23px 28px 22px;
  font-style: normal;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-content a {
  color: #1979c3;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-primary.action-accept {
  border-radius: 4px;
  padding: 8px 40px;
  min-height: 42px;
  line-height: normal;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-secondary.action-dismiss {
  border-radius: 4px;
  padding: 8px 25px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  min-height: 42px;
  line-height: normal;
  border: none;
  color: #333333;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-secondary.action-dismiss:hover {
  box-shadow: none;
  transition: all 0.3s ease;
}
.related-article-section {
  background-color: #f8fafb;
  padding: 45px 0;
}
.related-article-section .related-article-title {
  font-family: "Comfortaa-Custom", sans-serif;
  text-align: center;
  color: #333;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .related-article-section .related-article-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .related-article-section .article-wrapper {
    margin-top: 10px;
  }
}
.related-article-section .article-wrapper .article-title a.post-item-link {
  text-align: left;
  font-size: 18px;
  color: #333;
  background: transparent;
  padding: 0;
}
.related-article-section .article-wrapper .article-title a.post-item-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .related-article-section .article-wrapper .article-title a.post-item-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px !important;
  }
}
.related-article-section .article-wrapper p.article-info {
  text-align: left;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .related-article-section .article-wrapper p.article-info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px !important;
  }
}
.related-article-section .article-wrapper a.related-article-navigation {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 130px !important;
}
.related-article-section .article-wrapper a.related-article-navigation:hover::before {
  content: "Discover";
}
.related-article-section .article-wrapper a.related-article-navigation:hover span {
  display: none;
}
.related-article-section .item.article-item {
  background: #ffffff;
  border: 1px solid #cccccc4d;
  border-radius: 4px;
  padding: 26px 22px;
}
@media only screen and (max-width: 767px) {
  .related-article-section .item.article-item {
    padding: 16px 15px;
  }
}
.related-article-section .item.article-item .article-image-wrapper img {
  max-width: 100%;
  width: 100%;
}
.related-article-section a:hover {
  text-decoration: none;
  background: #189fe1;
  color: #fff;
}
.related-article-section .owl-nav {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  margin-top: 0 !important;
}
.related-article-section .owl-nav .owl-prev {
  position: absolute;
  left: -24px;
  font-size: 34px !important;
  margin: 0 !important;
  color: #3f5086 !important;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .related-article-section .owl-nav .owl-prev {
    left: -14px;
  }
}
@media only screen and (max-width: 991px) {
  .related-article-section .owl-nav .owl-prev {
    left: -30px;
    height: 48px;
    width: 48px;
  }
}
.related-article-section .owl-nav .owl-prev:hover {
  background-color: transparent !important;
}
.related-article-section .owl-nav .owl-prev:focus {
  outline: none;
}
.related-article-section .owl-nav .owl-prev span:focus {
  outline: none;
}
.related-article-section .owl-nav .owl-next {
  position: absolute;
  right: -24px;
  font-size: 34px !important;
  margin: 0 !important;
  color: #3f5086 !important;
  opacity: 1;
}
.related-article-section .owl-nav .owl-next:hover {
  background-color: transparent !important;
}
.related-article-section .owl-nav .owl-next:focus {
  outline: none;
}
.related-article-section .owl-nav .owl-next span:focus {
  outline: none;
}
@media only screen and (max-width: 480px) {
  .related-article-section .owl-nav .owl-next {
    right: -14px;
  }
}
@media only screen and (max-width: 991px) {
  .related-article-section .owl-nav .owl-next {
    right: -30px;
    height: 48px;
    width: 48px;
  }
}
.related-article-section .owl-theme .owl-dots .owl-dot.active span,
.related-article-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #009fe1;
}
.related-article-section .owl-theme .owl-dots .owl-dot span {
  background: #addff3;
}
.page-with-filter .prod_search_form {
  margin-bottom: 20px;
}
.page-with-filter .prod_search_form .form_field_wrap {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  background-color: #dbe2e7;
  color: #ffffff;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .page-with-filter .prod_search_form .form_field_wrap {
    padding: 10px 15px 2px;
    flex-flow: row wrap;
    align-items: center;
  }
}
.page-with-filter .prod_search_form .field {
  margin: 0 0 10px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-with-filter .prod_search_form .field {
    max-width: 170px;
    margin: 0 10px 8px 0;
  }
}
.page-with-filter .prod_search_form .field label {
  font-size: 12px;
  line-height: 14px;
}
.page-with-filter .prod_search_form .field select {
  border: none;
  border-radius: 2px;
  color: #626264;
  height: 30px;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  background-position: right 6px center;
  padding-right: 17px;
  background-blend-mode: difference;
  background-size: 5px;
  cursor: pointer;
}
.page-with-filter .prod_search_form .field select option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-with-filter .prod_search_form .actions {
  align-self: flex-start;
  margin-top: 3px;
}
.page-with-filter .prod_search_form .actions input[type="submit"] {
  line-height: 25px;
  border: 0;
  font-size: 12px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .page-with-filter .prod_search_form .actions input[type="submit"] {
    padding: 0 7px;
  }
}
.page-with-filter .prod_search_form .filter_label {
  align-self: flex-start;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 10px;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .page-with-filter .prod_search_form .filter_label {
    margin: 8px 15px 0 0;
  }
}
.customer-account-login .page-main-pal .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
.customer-account-login .page-main-pal .page-title-wrapper .page-title span {
  font-size: 18px;
  color: #333333;
}
.customer-account-login .page-main-pal .column.main .login-container {
  border: none;
  padding: 0;
  box-shadow: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .customer-account-login .page-main-pal .column.main .login-container {
    display: block;
  }
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login {
  display: block;
  border: 1px solid #ececec;
  background: #ffffff;
  border-top: 4px solid #4A9EDB;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login {
    margin: 10px 0;
  }
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-title strong {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.note {
  font-size: 15px;
  color: #333333;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.email .label,
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.password .label {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.captcha .label {
  font-family: "Roboto-Custom", sans-serif;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.captcha .control.captcha-image .captcha-img {
  scale: 1.25;
  margin: 0 20px 20px 25px;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.choice {
  font-size: 15px;
  min-height: 44px;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.choice label ~ .mage-error {
  top: unset;
  bottom: -20px;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .actions-toolbar .primary {
  opacity: 1;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .actions-toolbar .secondary a span {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login .field.choice label {
  display: inline;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-customer-login .block-content .form.form-login .fieldset.login:after {
  margin-bottom: 10px;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer {
  display: block;
  border: 1px solid #ececec;
  background: #ffffff;
  border-top: 4px solid #4A9EDB;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer {
    margin: 10px 0;
  }
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer .block-title strong {
  font-size: 18px;
  color: #333333;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer .block-content p {
  font-size: 15px;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer .block-content .actions-toolbar .primary {
  background-color: transparent;
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer .block-content .actions-toolbar .primary .create.primary {
  background-color: #ffffff;
  border: 1px solid #f15a24;
  transition: all .3s ease;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 14px;
  color: #f15a24;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  .customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer .block-content .actions-toolbar .primary .create.primary {
    font-size: 12px;
    padding: 0 15px;
  }
}
.customer-account-login .page-main-pal .column.main .login-container .block.block-new-customer .block-content .actions-toolbar .primary .create.primary:hover {
  background: linear-gradient(180deg, #f47e54 0%, #f15a24 100%);
  box-shadow: none;
  color: #ffffff;
  transition: all .3s ease;
}
.customer-account-create .page-main-pal .page-title-wrapper .page-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333333;
}
.customer-account-create .page-main-pal .form-create-account {
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
  border-top: 4px solid #4A9EDB;
}
.customer-account-create .page-main-pal .form-create-account .input-text:focus {
  border: 1px solid #4A9EDB;
  border-radius: 2px;
}
.customer-account-create .page-main-pal .form-create-account .fieldset.create.info .legend {
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  color: #3F5086;
  text-transform: capitalize;
}
.customer-account-create .page-main-pal .form-create-account .fieldset.create.info .field-name-firstname .label,
.customer-account-create .page-main-pal .form-create-account .fieldset.create.info .field-name-lastname .label {
  font-size: 14px;
  color: #333333;
}
.customer-account-create .page-main-pal .form-create-account .fieldset.create.account .legend {
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  color: #3F5086;
  text-transform: capitalize;
}
.customer-account-create .page-main-pal .form-create-account .fieldset.create.account .field.required .label,
.customer-account-create .page-main-pal .form-create-account .fieldset.create.account .field.password .label,
.customer-account-create .page-main-pal .form-create-account .fieldset.create.account .field.confirmation .label {
  font-size: 14px;
  color: #333333;
}
.customer-account-create .page-main-pal .primary .action.submit {
  background-color: #f15a24;
  border-color: #f15a24;
  text-transform: uppercase;
  border-radius: 2px;
}
.company-account-create .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.company-account-create .page-title-wrapper .page-title span {
  font-size: 18px;
  color: #333333;
}
.company-account-create .create-company.info .register-create-account {
  padding: 30px 20px;
  border-top: 4px solid #4A9EDB;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  margin-top: 36px;
}
@media screen and (max-width: 479px) {
  .company-account-create .create-company.info .register-create-account {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .company-account-create .create-company.info .register-create-account h2 {
    flex-basis: 100%;
  }
  .company-account-create .create-company.info .register-create-account label[for="check-addr"] {
    max-width: 90%;
  }
}
.company-account-create .create-company.info .register-create-account:first-child {
  margin-top: 26px;
}
.company-account-create .create-company.info .register-create-account h2 {
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
}
.company-account-create .create-company.info .register-create-account h2.text-small {
  text-transform: none;
}
.company-account-create .create-company.info .register-create-account label span {
  font-size: 14px;
}
.company-account-create .create-company.info .register-create-account .register-field-container {
  width: 33%;
  padding: 0 15px;
  display: inline-block;
  min-height: 91px;
  vertical-align: text-top;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-account-create .create-company.info .register-create-account .register-field-container {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .company-account-create .create-company.info .register-create-account .register-field-container {
    width: 100%;
  }
}
.company-account-create .create-company.info .register-create-account .register-field-container .field .label span {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.company-account-create .create-company.info .register-create-account .register-field-container .field .control.companyfields input,
.company-account-create .create-company.info .register-create-account .register-field-container .field .customer-dob input,
.company-account-create .create-company.info .register-create-account .register-field-container .field .control.companyfields textarea,
.company-account-create .create-company.info .register-create-account .register-field-container .field .customer-dob textarea {
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  color: #626264;
  height: 40px;
  width: 100%;
}
.company-account-create .create-company.info .register-create-account .register-field-container .field .control.companyfields button.ui-datepicker-trigger,
.company-account-create .create-company.info .register-create-account .register-field-container .field .customer-dob button.ui-datepicker-trigger {
  display: none;
}
.company-account-create .create-company.info .register-create-account .register-field-container .field .control.companyfields select.name-prefix,
.company-account-create .create-company.info .register-create-account .register-field-container .field .customer-dob select.name-prefix,
.company-account-create .create-company.info .register-create-account .register-field-container .field .control.companyfields select#billing_country,
.company-account-create .create-company.info .register-create-account .register-field-container .field .customer-dob select#billing_country,
.company-account-create .create-company.info .register-create-account .register-field-container .field .control.companyfields select,
.company-account-create .create-company.info .register-create-account .register-field-container .field .customer-dob select {
  height: 40px;
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  appearance: auto;
  background-image: none;
  color: #626264;
}
.company-account-create .create-company.info .register-create-account .register-field-container .field .control.companyfields #firstname-error,
.company-account-create .create-company.info .register-create-account .register-field-container .field .customer-dob #firstname-error {
  margin: 7px 0;
}
.company-account-create .create-company.info .register-create-account .register-field-container .field.create-password .companyfields,
.company-account-create .create-company.info .register-create-account .register-field-container .field.confirm-pass .companyfields {
  position: relative;
}
.company-account-create .create-company.info .register-create-account .register-field-container .field.create-password .companyfields i.fa-eye,
.company-account-create .create-company.info .register-create-account .register-field-container .field.confirm-pass .companyfields i.fa-eye {
  flex: 0 0 20px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.company-account-create .create-company.info .register-create-account .field.choice.private-person-field {
  margin: 15px 0;
}
.company-account-create .create-company.info .register-checkbox {
  padding: 30px 20px;
}
.company-account-create .create-company.info .register-checkbox .bussiness-checkbox .label {
  display: inline;
}
.company-account-create .actions-toolbar {
  padding: 0 20px;
  text-align: center;
}
.company-account-create .actions-toolbar .primary {
  float: none;
}
.company-account-create .actions-toolbar .primary .button.register-btn {
  border-radius: 2px;
  padding: 0px 75px;
}
@media screen and (max-width: 479px) {
  .company-account-create .actions-toolbar .primary .button.register-btn {
    padding: 0px 65px;
  }
}
.company-account-create .required .label span:after {
  content: '*';
  color: #e02b27;
  font-size: 13px;
  margin: 0 0 0 5px;
}
.customer-account-createpassword .page-title-wrapper .page-title {
  margin: 30px 0;
}
.customer-account-createpassword .page-title-wrapper .page-title span.base {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.customer-account-createpassword .password.reset .field .label {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.customer-account-createpassword .password.reset .field .password-container {
  position: relative;
}
.customer-account-createpassword .password.reset .field .password-container .eye-btn {
  position: absolute;
  top: 12px;
  right: 6px;
}
.customer-account-createpassword .password.reset .field .input-text {
  font-size: 14px;
  color: #333333;
}
.customer-account-createpassword .password.reset .field .input-text::placeholder {
  font-size: 14px;
  color: #333333;
}
.customer-account-createpassword .password.reset .field #password-strength-meter-container #password-strength-meter {
  font-size: 14px;
  margin-top: 5px;
}
.customer-account-createpassword .password.reset .actions-toolbar button.primary {
  margin-top: 20px;
}
.customer-account-logoutsuccess h1.page-title span {
  font-size: 16px;
}
.customer-account-logoutsuccess p {
  font-size: 14px;
}
.customer-account-createpassword .page-title-wrapper .page-title {
  margin: 30px 0;
}
.customer-account-createpassword .page-title-wrapper .page-title span.base {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 20px;
}
.customer-account-createpassword .password.reset .field .label {
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
  color: #333333;
}
.customer-account-createpassword .password.reset .field .input-text {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #333333;
}
.customer-account-createpassword .password.reset .field .input-text::placeholder {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #333333;
}
.customer-account-createpassword .password.reset .field #password-strength-meter-container #password-strength-meter {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  margin-top: 5px;
}
.customer-account-createpassword .password.reset .actions-toolbar button.primary {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .company-account-view #maincontent .column.main {
    margin-top: 60px;
  }
}
.catalog-product-view .stickyCart {
  display: none !important;
}
.catalog-product-view .stickyCart .stickyChild .clSticky #btnSticky {
  background-color: #189FE1;
  border-color: #189FE1;
}
.catalog-product-view .stickyCart .stickyChild .clSticky #btnSticky:hover {
  background-color: #189FE1;
  opacity: .8;
}
.sidebar-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0px !important;
  margin-bottom: 25px;
}
.sidebar-main .accordion-container {
  background-color: #dbe2e7;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative !important;
  top: 0 !important;
}
.sidebar-main .accordion-container .meanmenu-accordion {
  background-color: #dbe2e7;
}
.sidebar-main .accordion-container .meanmenu-accordion .accor-title {
  text-align: left;
  font-size: 20px;
  color: #333333;
  border-bottom: 3px solid #F4F6F8;
  padding: 15px 0 10px 22px;
  display: block;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion {
  background-color: #dbe2e7;
  padding-left: 22px;
  padding-right: 27px;
  margin-top: 25px;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 .level-top {
  padding-left: 0;
  text-transform: none;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 .level-top span {
  text-align: left;
  font-size: 15px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 400;
  color: #333333;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 .collapse,
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 .expand {
  right: -8px;
  left: auto;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 .collapse::before,
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 .expand::before {
  font-size: 12px;
  color: #3F5086;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0.active .level-top span {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 ul li a,
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 .submenu li a {
  text-transform: none;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 ul li a span,
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li.level0 .submenu li a span {
  text-align: left;
  font-size: 14px;
  color: #626264;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li ul {
  padding-left: 20px;
}
.sidebar-main .accordion-container .meanmenu-accordion .nav-accordion li ul li a {
  padding-left: 0;
}
.sidebar-main .block.filter {
  background-color: #dbe2e7;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.sidebar-main .block.filter .filter-options .filter-options-item .filter-options-title {
  text-align: left;
  font-size: 15px;
  font-family: "Comfortaa-Custom", sans-serif;
  color: #333333;
  border-bottom: 3px solid #f4f6f8;
  padding: 15px 0 10px 15px;
}
.sidebar-main .block.filter .filter-options-content .items {
  background-color: #dbe2e7;
  padding-left: 15px;
  margin-top: 30px;
}
.sidebar-main .block.filter .filter-options-content .items .item a {
  text-align: left;
  font-size: 15px;
  color: #333333;
}
.sidebar-main .block.filter .filter-options-content .items .item a:hover {
  color: #009FE1;
}
.sidebar-additional {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .sidebar-additional {
    display: none;
  }
}
.sidebar-additional .need-for-info {
  padding: 40px 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  margin-left: 15px;
}
.sidebar-additional .need-for-info .need-for-info-wrapper .need-for-info-title {
  text-align: left;
  font-style: normal;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #ffffff;
  text-shadow: 0px 3px 30px #003b76 81;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.sidebar-additional .need-for-info .need-for-info-wrapper .need-for-info-link {
  text-align: left;
  font-style: normal;
  font-size: 13px;
  line-height: normal;
  color: #333333;
  text-transform: uppercase;
  padding: 9px 8px;
  border: 1px solid #4A9EDB;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
}
.sidebar-additional .need-for-info .need-for-info-wrapper .need-for-info-link::after {
  content: '>>';
  padding-left: 5px;
  color: #4A9EDB;
}
.sidebar-additional .need-for-info .need-for-info-wrapper .need-for-info-link:hover {
  background-color: #f15a24;
  color: #ffffff;
  text-decoration: none;
  border-color: #f15a24;
}
.sidebar-additional .need-for-info .need-for-info-wrapper .need-for-info-link:hover::after {
  color: #ffffff;
}
.sidebar-additional .sidebar-ad {
  padding: 40px 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  margin-left: 15px;
}
.sidebar-additional .sidebar-ad .sidebar-ad-title {
  text-align: left;
  font-size: 24px;
  font-family: "Comfortaa-Custom", sans-serif;
  letter-spacing: 0.24px;
  color: #ffffff;
  text-shadow: 0px 3px 30px #003B7681;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-additional .sidebar-ad .sidebar-ad-title {
    font-size: 20px;
    font-family: "Comfortaa-Custom", sans-serif;
  }
}
.sidebar-additional .sidebar-ad .sidebar-ad-link {
  text-align: left;
  font-size: 15px;
  font-family: "Roboto-Custom", sans-serif;
  letter-spacing: 0px;
  color: #f15a24;
  text-transform: uppercase;
  padding: 9px 8px;
  border: 1px solid #f15a24;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .sidebar-additional .sidebar-ad .sidebar-ad-link {
    font-size: 10px;
  }
}
.sidebar-additional .sidebar-ad .sidebar-ad-link:hover {
  text-decoration: none;
  background-color: #f15a24;
  color: #ffffff;
}
.sidebar-additional .sidebar-ad .sidebar-ad-link::after {
  content: '>>';
  padding-left: 5px;
}
.nav-sections .navigation-mobile ul li .collapse,
.nav-sections .navigation-mobile ul li .expand {
  font-size: unset;
  overflow: hidden;
}
header .nav-toggle {
  font-size: unset;
}
@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide {
    left: 0;
  }
}
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] {
  width: 450px !important;
  height: 250px !important;
}
@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .popup.content .newsletter-head {
  margin-bottom: 0.5rem;
  font: 500 20px/1.2 "Roboto-Custom", sans-serif;
}
.popup .heading {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] {
    width: 70% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] {
    width: 80% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] .modal-content {
    padding: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter {
    padding-top: 35px;
  }
}
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .popup.content h1 {
  font-size: 20px;
}
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .input-box input.input-text {
  height: 40px;
  font-size: 16px;
  border-radius: 2px;
}
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .input-box input.input-text::placeholder {
  font-size: 16px;
}
.modal-popup.modal-slide.popup-newsletter .modal-inner-wrap[class] #popup-newsletter form.subscribe .actions button.subscribe {
  height: 40px;
  margin-top: 10px;
}
@font-face {
  font-family: "Glacial Indifference", sans-serif;
  src: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/css/fonts/GlacialIndifference-Bold.otf);
  font-display: swap;
}
@font-face {
  font-family: "Glacial Indifference", sans-serif;
  src: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/css/fonts/GlacialIndifference-Regular.otf);
  font-display: swap;
}
.abs-primary-color-site,
.block-compare .block-content .actions-toolbar .primary .compare,
.cart.main.actions .action.clear:hover,
.cart.main.actions .action.update:hover,
.cart.main.actions .continue,
.checkout-success .actions-toolbar .primary.continue,
#registration .action.primary,
.block.discount .apply.primary,
.checkout-shipping-method .action.primary,
.checkout.items .action.checkout,
.checkout-payment-method .payment-methods .actions-toolbar .primary.checkout,
.discount-code .actions-toolbar .action.action-apply,
.login-container .actions-toolbar .primary,
.login-container .block-new-customer .actions-toolbar .create.primary,
.form-create-account .actions-toolbar .submit.primary {
  background-color: #63ab04;
  color: #ffffff;
  border-color: #63ab04;
}
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*style selection*/
::selection {
  background: #2DC204;
  color: #fff;
}
::-moz-selection {
  background: #2DC204;
  color: #fff;
}
::-webkit-selection {
  background: #2DC204;
  color: #fff;
}
/*body.rtl * {direction: rtl;}*/
.notify-slider-wrapper .product-items .product-item:nth-child(n) {
  clear: none !important;
}
.wishlist-index-index .notify-slider-wrapper .products-grid .product-item {
  width: 320px;
  margin-left: 0;
}
/*end style selection*/
.header .header-top-link .top-form-language .toggle span {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}
.searchsuite-autocomplete {
  left: -2px !important;
  top: 100%;
}
.form-cart .table tbody .col,
.form-cart .table thead .col {
  border: none;
}
.product-tab-main {
  padding-bottom: 30px;
}
.product-tab-main .box-product-content {
  background-color: transparent;
}
.product-tab-main .content-products .slick-slider {
  display: inline-block;
  width: 100%;
}
.product-tab-main .content-products .slick-slider:hover .slick-list {
  margin: -5px;
  padding: 5px;
  margin-bottom: -140px;
  padding-bottom: 140px;
}
.magicslider .slick-next {
  left: auto;
  opacity: 0;
  right: 20px;
  transition: all .4s ease;
}
.magicslider .slick-prev {
  left: 20px;
  opacity: 0;
  right: auto;
  transition: all .4s ease;
}
.magicslider:hover .slick-prev {
  left: 0;
  opacity: 1;
}
.magicslider:hover .slick-next {
  right: 0;
  opacity: 1;
}
.slick-slider .slick-next {
  left: auto;
  opacity: 0;
  right: 20px;
  transition: all .4s ease;
}
.slick-slider .slick-prev {
  left: 20px;
  opacity: 0;
  right: auto;
  transition: all .4s ease;
}
.slick-slider:hover .slick-prev {
  left: 0;
  opacity: 1;
}
.slick-slider:hover .slick-next {
  right: 0;
  opacity: 1;
}
.background-gradient {
  background: -webkit-linear-gradient(90deg, #f6f6f6 0%, #ffffff 100%);
  background: -moz-linear-gradient(90deg, #f6f6f6 0%, #ffffff 100%);
  background: -o-linear-gradient(90deg, #f6f6f6 0%, #ffffff 100%);
  background: -ms-linear-gradient(90deg, #f6f6f6 0%, #ffffff 100%);
  background: linear-gradient(0deg, #f6f6f6 0%, #ffffff 100%);
}
html body {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
}
* {
  outline: none !important;
  min-width: 0;
  min-height: 0;
  text-decoration: none;
}
.hidden {
  display: none !important;
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1170px;
  }
}
body .container {
  padding-left: 0;
  padding-right: 0;
}
.btn,
button.action {
  background-color: #63ab04;
  color: #ffffff;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  line-height: 26px;
  transition: all .3s ease;
}
.btn:hover,
button.action:hover {
  opacity: 1;
  background-color: #549104;
  text-decoration: none;
  color: #fff;
}
.cms-sale-products .product-item {
  position: relative;
}
.cms-sale-products .product-item:before {
  border-right: 1px solid #e6e6e6;
  top: 20px;
  bottom: 90px;
  right: 0;
  content: "";
  position: absolute;
  z-index: 2;
}
.cms-sale-products .product-item:nth-child(4n+4):before {
  opacity: 0;
}
.cms-sale-products .btn,
.cms-sale-products button.action {
  background-color: #63ab04;
  color: #ffffff;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  line-height: 26px;
  margin-bottom: 15px;
  transition: all .2s;
}
.cms-sale-products .btn:hover,
.cms-sale-products button.action:hover {
  opacity: .8;
}
.top-banner {
  height: 110px;
  background-image: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/top-banner.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  text-align: left;
  line-height: 20px;
  display: none;
}
.top-banner .container-offer {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}
.top-banner .header-offer-close {
  border-radius: 2px;
  width: 24px;
  height: 24px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #aca7ee;
}
.top-banner h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 13px;
  margin-bottom: 4px;
}
.top-banner h3 {
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 13px;
}
.top-banner .promotion-offer a {
  height: 31px;
  line-height: 30px;
  display: inline-block;
  padding: 0 23px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #63ab04;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-index-index .top-banner {
  display: block;
}
.cms-index-index .sections-page-bottom {
  display: none;
}
.header .header-sticker {
  position: relative;
}
.header .header-container-fixed {
  animation-duration: .45s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  box-shadow: 4px 0 4px rgba(169, 169, 169, 0.2);
  position: fixed;
  width: 100%;
  z-index: 800;
  top: 0;
}
.header .header-container-fixed .header-content {
  padding: 5px 0;
}
.header .vmagicmenu .level0 .level-top-mega .block-tv .mega-block-bottom {
  padding-top: 39px;
}
.header .banner-menu-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 100px;
}
.header .banner-menu-bottom .text-menu-button .title-top {
  font-size: 16px;
  color: #666666;
}
.header .banner-menu-bottom .text-menu-button .title-content {
  font-family: "Roboto-Custom", sans-serif;
  color: #333;
  font-size: 28px;
}
.header .banner-menu-bottom .text-menu-button .btn-green {
  background-color: #63ab04;
  color: #ffffff;
  width: 100%;
  max-width: 130px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  margin-bottom: 23px;
  border: 1px solid #63ab04;
}
.header .banner-menu-bottom .text-menu-button .btn-green:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.header .banner-menu-bottom .img-menu {
  right: 0;
  z-index: -1;
  position: absolute;
}
.header .banner-menu-bottom2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 130px;
}
.header .banner-menu-bottom2 .text-menu-button {
  bottom: 10px;
}
.header .banner-menu-bottom2 .text-menu-button .title-top {
  font-size: 16px;
  color: #666666;
}
.header .banner-menu-bottom2 .text-menu-button .title-content {
  font-family: "Roboto-Custom", sans-serif;
  color: #333;
  font-size: 28px;
}
.header .banner-menu-bottom2 .text-menu-button .btn-green {
  background-color: #63ab04;
  color: #ffffff;
  width: 100%;
  max-width: 130px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  margin-bottom: 23px;
}
.header .banner-menu-bottom2 .text-menu-button .btn-green:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.header .banner-menu-bottom2 .img-menu {
  right: 0;
  z-index: -1;
}
.header .banner-menu-position {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 40px;
}
.header .banner-menu-position .text-menu-right {
  margin-top: 35px;
}
.header .banner-menu-position .text-menu-right .title-top {
  font-size: 18px;
  color: #666666;
}
.header .banner-menu-position .text-menu-right .title-content {
  font-size: 35px;
  color: #222222;
}
.header .banner-menu-position .text-menu-right .title-bottom {
  font-size: 16px;
  color: #666666;
}
.header .banner-menu-position .text-menu-right .btn-green {
  background-color: #63ab04;
  color: #ffffff;
  width: 100%;
  max-width: 130px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  margin-bottom: 23px;
}
.header .banner-menu-position .text-menu-right .btn-green:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.header .banner-menu-position .text-menu-right .img-menu {
  right: 0;
}
.header .top-link-mywishlist {
  display: inline-block;
  position: relative;
  padding-top: 28px;
  color: #666666;
  text-decoration: none;
}
.header .top-link-mywishlist:before {
  content: "\e92d" !important;
  font-family: Gokko-Icon;
  position: absolute;
  font-size: 24px;
  line-height: 32px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.header .top-link-mycompare {
  display: inline-block;
  position: relative;
  padding-top: 28px;
  color: #666666;
  text-decoration: none;
}
.header .top-link-mycompare:before {
  content: "\e936" !important;
  font-family: Gokko-Icon;
  position: absolute;
  font-size: 24px;
  line-height: 32px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.header .contact ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header .contact ul .hotline {
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  max-width: 183px;
  width: 100%;
  text-align: center;
}
.header .contact ul .email {
  max-width: 186px;
  width: 100%;
  text-align: center;
}
.header .contact ul li {
  margin: 0;
  padding: 0;
}
.header .contact ul li span {
  color: #ffffff;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
}
.header .contact ul li span i {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: text-top;
}
.header .header-top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .header-top-link .welcometop {
  display: inline-block;
  max-width: 169px;
  text-align: center;
  padding-right: 15px;
}
.header .header-top-link .welcometop span {
  line-height: 33px;
  font-size: 14px;
  color: #ffffff;
}
.header .header-top-link .social {
  display: block;
  max-width: 121px;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  padding: 0;
}
.header .header-top-link .social ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}
.header .header-top-link .social ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .header-top-link .social ul li a {
  color: #ffffff;
  line-height: 33px;
}
.header .header-top-link .social ul li a:hover {
  color: #fff603;
}
.header .header-top-link .link-top {
  display: block;
  padding: 0;
}
.header .header-top-link .link-top ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-around;
}
.header .header-top-link .link-top ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}
.header .header-top-link .link-top ul li a {
  color: #ffffff;
  line-height: 33px;
}
.header .header-top-link .link-top ul li a:hover {
  color: #fff603;
  text-decoration: none;
}
.header .header-top-link .link-top ul li:last-child {
  padding: 0 0 0 15px;
}
.header .top-links {
  display: inline-block;
}
.header .top-links:before {
  content: '\e92c';
  font-family: 'Gokko-Icon';
  font-size: 14px;
  color: #ffffff;
  left: 0;
  margin-right: 5px;
}
.header .top-links .dropdown-link {
  display: inline-block;
}
.header .top-links ul.links {
  padding-left: 0;
  margin-bottom: 0;
}
.header .top-links ul.links li {
  display: inline-block;
  margin-bottom: 0;
  color: #ffffff;
}
.header .top-links ul.links li:after {
  content: attr(data-label);
  display: inline-block;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 400;
}
.header .top-links ul.links li a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}
.header .row-header-content {
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.header .header-top {
  padding: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.header .header-top-link .top-form-language,
.header .header-top-link .currency_top {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.header .header-top-link .top-form-language:after,
.header .header-top-link .currency_top:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.137);
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
}
.header .header-top-link .top-form-language .switcher-options .switcher-trigger span,
.header .header-top-link .currency_top .switcher-options .switcher-trigger span {
  font-size: 14px;
  color: #ffffff;
}
.header .header-top-link .top-form-language .switcher-options .switcher-trigger span:hover,
.header .header-top-link .currency_top .switcher-options .switcher-trigger span:hover {
  color: #fff603;
}
.header .header-top-link {
  font-size: 14px;
}
.header .header-top-link > ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
.header .header-top-link > ul li {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.header .header-top-link > ul li a,
.header .header-top-link > ul li strong {
  font-size: 13px;
  color: #555555;
  position: relative;
  text-decoration: none;
}
.header .header-top-link > ul li a:before,
.header .header-top-link > ul li strong:before {
  content: "\f100";
  font-family: "Flaticon";
  margin-right: 10px;
  font-size: 17px;
}
.header .header-top-link > ul li a.top-link-mywishlist:before {
  content: "\f101";
  font-family: "Flaticon";
}
.header .header-top-link > ul li:last-child a:before,
.header .header-top-link > ul li:last-child strong:before {
  content: "\f102";
  font-family: "Flaticon";
}
.header .header-top-link .top-form-language .toggle span .header .header-top-link .currency_top span {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.header .header-top-link .top-form-language .toggle span .header .header-top-link .top-form-language .toggle span {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.header .header-top-link .switcher-options .switcher-dropdown {
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
  display: none;
  padding: 10px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  z-index: 15;
  left: 0px;
  background-color: #ffffff;
  top: 28px;
  min-width: 130px;
}
.header .header-top-link .switcher-options .switcher-dropdown li {
  padding: 2px 0;
  border-bottom: 1px solid #e6e6e6;
}
.header .header-top-link .switcher-options .switcher-dropdown li:last-child {
  border-bottom: 0;
}
.header .header-top-link .switcher-options .switcher-dropdown li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}
.header .header-top-link .switcher-options .switcher-dropdown li a:focus {
  color: #333;
  text-decoration: none;
}
.header .header-top-link .switcher-currency .switcher-dropdown li a {
  padding-left: 0;
}
.header .switcher-options .switcher-trigger span:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 5px;
}
.header .header-top-link .currency_top .dropdown .ui-corner-all {
  height: 0;
}
.header .header-content {
  padding-top: 17px;
  padding-bottom: 26px;
  max-height: 100px;
  height: 100%;
  /*.container {
                position: relative;
            }*/
}
.header .header-content .content-mega .content-mega-horizontal .mage-column li {
  margin-bottom: 15px;
}
.header .header-content .content-mega .mega-block-bottom {
  padding-top: 72px;
}
.header .content-logo {
  z-index: 1;
  display: flex;
}
.header .content-logo .logo {
  float: none;
  margin: 0;
}
.header .visible-md-on {
  float: none;
  margin-top: 3px;
}
.header .content-search {
  position: static;
}
.header .content-search .search-area .form-search {
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  position: relative;
  height: 46px;
}
.header .content-search .search-area .form-search .block-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .content-search .search-area .form-search .field .control {
  font-size: 13px;
}
.header .content-search .search-area .form-search .field .control ::-webkit-input-placeholder {
  color: #333;
  font-family: "Roboto-Custom", sans-serif;
}
.header .content-search .search-area .form-search .field .control :-moz-placeholder {
  color: #333;
  font-family: "Roboto-Custom", sans-serif;
}
.header .content-search .search-area .form-search .field .control ::-moz-placeholder {
  color: #333;
  font-family: "Roboto-Custom", sans-serif;
}
.header .content-search .search-area .form-search .field .control :-ms-input-placeholder {
  color: #333;
  font-family: "Roboto-Custom", sans-serif;
}
.header .content-search .search-area .form-search .field .control .input-text {
  border-width: 0;
  border-radius: 3px 0 0 3px;
  height: 42px;
}
.header .content-search .search-area .form-search .field .control #search_autocomplete {
  width: 80%;
}
.header .content-search .search-area .form-search .field .control .search-autocomplete ul:not(:empty) {
  border-top: 1px solid #c2c2c2;
}
.header .content-search .search-area .form-search .field .control .search-autocomplete > ul {
  padding: 15px;
}
.header .content-search .search-area .form-search .field .control .search-autocomplete > ul .rating-summary {
  vertical-align: middle;
  display: inline-block;
}
.header .content-search .search-area .form-search .field .control .search-autocomplete > ul .option-price {
  font-weight: bold;
}
.header .content-search .search-area .form-search .field .control.catalogsearch .input-text {
  width: calc(100% - 122px - 93px);
  float: left;
  padding: 0 26px;
}
.header .content-search .search-area .form-search .field .control.catalogsearch .input-text:focus {
  box-shadow: none;
}
.header .content-search .search-area .form-search .field .control.catalogsearch .input-text::placeholder {
  color: #555555;
}
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box {
  width: 122px;
  float: left;
  height: 31px;
  margin: 3px 0;
  position: relative;
  color: #888888;
}
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  position: absolute;
  right: 26px;
  top: 63%;
  transform: translate(0, -50%);
}
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box span {
  display: block;
  height: 31px;
  line-height: 37px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
  background-color: #ffffff;
  position: absolute;
  z-index: 99999999;
  left: -49px;
  top: 130%;
  width: 230px;
  overflow: auto;
  border: 1px solid #e6e6e6;
  padding-left: 0;
}
.header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container li {
  border: 0;
  color: #666;
  padding: 5px 25px;
  margin: 0;
  text-align: left;
}
.header .content-search .search-area .form-search .action.search {
  position: absolute;
  background-color: #63ab04;
  top: -0;
  right: -2px;
  width: 93px;
  height: 46px;
  margin-top: -2px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #63ab04;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  pointer-events: inherit;
  opacity: 1;
  transition: all .3s ease;
}
.header .content-search .search-area .form-search .action.search:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.header .content-search .search-area .form-search .action.search .fa:before {
  content: "Search";
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
}
.header .free-shipping {
  text-align: right;
}
.header .free-shipping .ship-order {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 16px;
}
.header .content-cart {
  display: flex;
  justify-content: flex-end;
}
.header .content-cart .tool-header {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: flex-end;
}
.header .content-cart .tool-header ul {
  display: flex;
  justify-content: space-between;
  width: 83%;
}
.header .content-cart .tool-header ul li {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: 0;
}
.header .content-cart .tool-header ul li a:hover {
  color: #63ab04;
}
.header .content-cart .tool-header .tool-setting {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.header .content-cart .tool-header .tool-setting .dropdown-link .login a,
.header .content-cart .tool-header .tool-setting .dropdown-link .logout a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 43px;
  border-radius: 2px;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.header .content-cart .tool-header .tool-setting .dropdown-link .login {
  color: #ffffff;
  position: relative;
  padding-left: 20px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.header .content-cart .tool-header .tool-setting .dropdown-link .login a {
  display: inline-block;
  width: auto;
}
.header .content-cart .tool-header .tool-setting .dropdown-link .login a:hover {
  text-decoration: none;
  color: #fff603;
}
.header .content-cart .tool-header .tool-setting .dropdown-link .login span {
  color: #ffffff;
}
.header .content-cart .tool-header .tool-setting .dropdown-link .login:before {
  content: "\f2c0";
  font-family: "FontAwesome";
  display: block !important;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  line-height: 43px;
  left: 0;
}
.header .content-cart .tool-header .tool-setting .settting-switcher {
  position: relative;
}
.header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-toggle .text-setting {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
}
.header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-toggle .text-setting.text-bold {
  font-weight: bold;
  font-size: 16px;
}
.header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-toggle .text-setting.text-bold:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 14px;
  margin-left: 7px;
}
.header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-switcher {
  position: absolute;
  top: 110%;
  left: -86px;
  z-index: 99999;
  width: 245px;
  border: 1px solid #bbb;
  padding: 15px 20px;
  background-color: #ffffff;
  display: none;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
}
.header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-switcher .links {
  background-image: none;
  float: none;
  display: block;
  text-align: left;
  padding: 15px 0 10px;
  border-bottom: 1px solid #dfdfdf;
}
.header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-switcher .links li {
  display: block;
  text-align: left;
}
.header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-switcher .links li a {
  padding: 8px 0;
  font-size: 14px;
  color: #333;
}
.header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-switcher.visible {
  display: block;
}
.cart-container:before,
.cart-container:after {
  content: "";
  display: table;
}
.cart-container:after {
  clear: both;
}
.header .header-bottom {
  /*border-bottom: 1px solid @border-color;*/
  padding: 10px 0;
}
.loading-mask {
  background-color: transparent;
}
/* footer */
.page-footer {
  padding-top: 0;
  margin-top: 17px;
}
.page-footer .block-footer-top .footer {
  padding-top: 48px;
}
.page-footer .block-footer-top .collapsible .introduce-logo {
  margin-bottom: 17px;
}
@media only screen and (max-width: 991px) {
  .page-footer .block-footer-top .collapsible .introduce-logo img {
    max-width: 220px;
  }
}
@media only screen and (min-width: 992px) {
  .page-footer .block-footer-top .collapsible .introduce-logo img {
    width: 80%;
  }
}
.page-footer .block-footer-top .collapsible .address-list {
  padding-left: 0;
  margin-bottom: 0;
}
.page-footer .block-footer-top .collapsible .address-list .feature-icon {
  margin-bottom: 14px;
}
.page-footer .block-footer-top .collapsible .address-list .gokko-icon.icon-envelope:before {
  content: "\e91f";
  font-family: 'Gokko-Icon';
  font-size: 13px;
  margin-left: 6px;
  margin-right: 18px;
}
.page-footer .block-footer-top .collapsible .address-list .hidden {
  display: none;
}
.page-footer .block-footer-top .collapsible .address-list li p {
  font-size: 14px;
  color: #aaa;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 38px;
  bottom: 5px;
}
.page-footer .block-footer-top .collapsible .address-list li p .contact-name {
  font-size: 16px;
  margin-top: 1px;
  color: #aaa;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.page-footer .block-footer-top .collapsible .address-list li p .icon-location:before {
  font-size: 30px;
  margin-right: 12px;
}
.page-footer .block-footer-top .collapsible .address-list li p .icon-phone3:before {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 17px;
}
.page-footer .block-footer-top .collapsible .address-list li p .icon-envelope:before {
  font-size: 20px;
}
.page-footer .block-footer-top .collapsible .address-list li p .tit-name {
  color: #aaa;
}
.page-footer .block-footer-top .collapsible .address-list li p.no-margin {
  line-height: 1.8;
}
.page-footer .block-footer-top .collapsible .address-list li p.no-margin .contact-name {
  margin-top: 5px;
  bottom: 10px;
}
.page-footer .block-footer-top .collapsible .address-list li .follow-buttons {
  margin-top: 18px;
}
.page-footer .block-footer-top .collapsible .address-list li .follow-buttons a {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  font-size: 18px;
  color: #555555;
  background-color: #dddddd;
  text-align: center;
  margin-right: 10px;
}
.page-footer .block-footer-top .collapsible .address-list li .follow-buttons a:hover {
  color: #ffffff;
  background-color: #63ab04;
}
.page-footer .block-footer-top .collapsible .heading {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 17px;
  margin-bottom: 20px;
}
.page-footer .block-footer-top .collapsible .heading2 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 23px;
}
.page-footer .block-footer-top .collapsible .block-content-statick .bullet {
  padding-left: 0;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.page-footer .block-footer-top .collapsible .block-content-statick .bullet li {
  margin: 13px 0;
}
.page-footer .block-footer-top .collapsible .block-content-statick .bullet li a {
  font-size: 14px;
  color: #aaaaaa;
  transition: all .5s;
}
.page-footer .block-footer-top .collapsible .block-content-statick .bullet li a:hover {
  color: #63ab04;
  text-decoration: none;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .block-title {
  display: none;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .subscribe-panel .panel-text {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  margin-top: -1px;
  margin-bottom: 2px;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .subscribe-panel .panel-text.panel-text-no-sidebar {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .visible .control {
  margin-bottom: 10px;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .visible .control .input-text {
  height: 45px;
  border-width: 2px;
  border-style: solid;
  border-color: #e6e6e6;
  padding: 0 20px;
  background-color: transparent;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .visible .control ::-webkit-input-placeholder {
  color: #888888;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .visible .control :-moz-placeholder {
  color: #888888;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .visible .control ::-moz-placeholder {
  color: #888888;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .visible .control :-ms-input-placeholder {
  color: #888888;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
}
.page-footer .block-footer-top .collapsible.coll-msg .block-newletter .block-subscribe .input-box .visible .actions .subscribe {
  width: 100%;
  height: 45px;
  background-color: #63ab04;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-width: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.page-footer .block-footer-top .alo-twitter .pull-left-none .tweetprofilelink a {
  color: #63ab04;
  font-size: 14px;
}
.page-footer .block-footer-top .alo-twitter .pull-left-none .tweetprofilelink strong a {
  color: #ffffff;
}
.page-footer .block-footer-top .alo-twitter .pull-left-none p {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-footer .block-footer-bottom .trademark-help p {
  font-size: 14px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 31px;
  background-image: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/help.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  margin-bottom: 6px;
}
.page-footer .block-footer-bottom .trademark-help p span {
  color: #63ab04;
}
.page-footer .block-footer-bottom .payment-method {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 17px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.page-footer .block-footer-bottom .payment-method .payment-text {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-right: 55px;
}
.page-footer .block-footer-bottom .payment-method .payment-img {
  display: inline-block;
  vertical-align: middle;
}
.page-footer .block-footer-bottom .footer-menu-box {
  padding-top: 45px;
  padding-bottom: 40px;
}
.page-footer .block-footer-bottom .footer-menu-box .footer-menu-list {
  text-align: center;
  padding-left: 0;
  margin-bottom: 5px;
}
.page-footer .block-footer-bottom .footer-menu-box .footer-menu-list li {
  display: inline-block;
  padding-right: 9px;
  margin-right: 9px;
  margin-bottom: 0;
  position: relative;
}
.page-footer .block-footer-bottom .footer-menu-box .footer-menu-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-footer .block-footer-bottom .footer-menu-box .footer-menu-list li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #bbbbbb;
  position: absolute;
  right: 0;
  top: 5px;
}
.page-footer .block-footer-bottom .footer-menu-box .footer-menu-list li a {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.page-footer .footer-links-company {
  background-color: #272723;
  border-top: 1px solid #4d4d4a;
  max-height: 91px;
  padding: 31px 0;
}
.page-footer .footer-links-company .footer-copyright .main1 .copyright {
  font-size: 14px;
  color: #aaaaaa;
}
.page-footer .footer-links-company .footer-copyright .main1 .copyright span {
  color: #aaa;
}
.page-footer .footer-links-company .footer-copyright #backtotop {
  bottom: 5px;
  display: block;
  height: 43px;
  width: 43px;
  line-height: 40px;
  overflow: hidden;
  position: fixed;
  right: 5px;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.page-footer .footer-links-company .footer-copyright #backtotop .fa {
  font-size: 20px;
}
.page-footer .footer-links-company .footer-copyright .back-to-top {
  display: none;
}
.page-footer .block-creare-twitter .block-content ul {
  padding-left: 0;
}
.page-footer .block-creare-twitter .block-content .clearfix:first-child ~ .clearfix .alo-twitter:before {
  content: "";
  border-bottom: 1px solid #52524f;
  width: 270px;
  position: absolute;
  top: -19px;
}
.page-footer .block-creare-twitter .block-content .alo-twitter {
  display: flex;
  padding-bottom: 38px;
  position: relative;
}
.page-footer .block-creare-twitter .block-content .twitter-pic {
  margin-right: 14px;
  margin-left: 8px;
}
.page-footer .block-creare-twitter .block-content .twitter-pic a {
  font-size: 23px;
  color: #63ab04;
}
.page-footer .block-creare-twitter .block-content .twitter-pic a:before {
  content: "\f099";
  font-family: "FontAwesome";
}
.page-footer .block-creare-twitter .block-content .twitter-pic img {
  display: none;
}
.instagram-feed {
  margin-top: -5px;
}
.instagram-feed .section-title {
  display: none;
}
.instagram-feed ul {
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 0;
  margin-bottom: 0;
}
.instagram-feed ul:before,
.instagram-feed ul:after {
  content: "";
  display: table;
}
.instagram-feed ul:after {
  clear: both;
}
.instagram-feed ul li {
  width: 33.333333%;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
/* service */
.service {
  padding-top: 109px;
  background-color: #ffffff;
  margin-bottom: 32px;
  border: 1px solid #e6e6e6;
  background-image: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/hotline.png");
  background-repeat: no-repeat;
  background-position: 20px 13px;
}
.service .primary-service {
  position: relative;
  padding: 27px 15px 26px 25px;
  border-top: 1px solid #e6e6e6;
}
.service .primary-service:first-child {
  border-top: 0;
}
.service .primary-service .service-item .icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 18px;
}
.service .primary-service .service-item .icon .fa {
  font-size: 30px;
  color: #63ab04;
}
.service .primary-service .service-item .info {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
.service .primary-service .service-item .info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-top: 0;
  margin-bottom: 2px;
}
.service .primary-service .service-item .info p {
  font-size: 14px;
  font-weight: normal;
  color: #888;
  margin-top: 0;
  margin-bottom: 0;
}
/* slider */
.row-home {
  margin-top: 30px;
}
.column.main .main-primary {
  float: right;
}
.column.main .main-secondary .empty {
  min-height: 595px;
  margin-bottom: 30px;
}
.slick-initialized .slick-slide {
  position: relative;
}
.static-home-slide {
  margin-bottom: 44px;
}
.static-home-slide .slick-list {
  padding: 0;
  margin: 0;
}
.static-home-slide .magicslider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
}
.static-home-slide .magicslider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.static-home-slide .magicslider:hover .slick-prev {
  left: 0px;
  right: auto;
}
.static-home-slide .magicslider:hover .slick-next {
  right: 0px;
}
.static-home-slide .slick-slide .text-slide {
  position: absolute;
  top: 49%;
  left: 20px;
  transform: translate(0, -50%);
}
.static-home-slide .slick-slide .text-slide .caption1,
.static-home-slide .slick-slide .text-slide .caption2,
.static-home-slide .slick-slide .text-slide .caption3,
.static-home-slide .slick-slide .text-slide .caption4,
.static-home-slide .slick-slide .text-slide .caption5 {
  display: none;
}
.static-home-slide .slick-slide .text-slide.text-slide2 {
  top: 49%;
  left: 23px;
}
.static-home-slide .slick-slide .text-slide.text-slide3 {
  top: 50%;
  left: auto;
  right: 14%;
}
.static-home-slide .slick-slide.slick-active .text-slide .caption1 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #666;
}
.static-home-slide .slick-slide.slick-active .text-slide .caption2 {
  display: block;
  font-size: 60px;
  line-height: 50px;
  font-weight: 400;
  color: #222;
}
.static-home-slide .slick-slide.slick-active .text-slide .caption3 {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 25px;
}
.static-home-slide .slick-slide.slick-active .text-slide .caption3 i {
  font-size: 18px;
  font-style: normal;
  color: #222222;
}
.static-home-slide .slick-slide.slick-active .text-slide .caption3 span {
  color: #000000;
  font-weight: 400;
  font-size: 40px;
}
.static-home-slide .slick-slide.slick-active .text-slide .caption3 span sup {
  top: -6px;
  font-size: 11px;
}
.static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
  display: inline-block;
  text-align: center;
  height: 40px;
  min-width: 157px;
  line-height: 37px;
  padding: 0 45px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.static-home-slide .slick-slide.slick-active .text-slide.text-slide1 .caption1 {
  margin-top: 0;
}
.static-home-slide .slick-slide.slick-active .text-slide.text-slide1 .caption2 {
  margin-top: -4px;
}
.static-home-slide .slick-slide.slick-active .text-slide.text-slide1 .btn-shop {
  margin-top: 6px;
}
.static-home-slide .slick-slide.slick-active .text-slide.text-slide2 .caption1 {
  margin-top: 0;
}
.static-home-slide .slick-slide.slick-active .text-slide.text-slide2 .caption2 {
  margin-top: -4px;
  color: #222222;
}
.static-home-slide .slick-slide.slick-active .text-slide.text-slide2 .caption3 {
  color: #666666;
}
.static-home-slide .slick-slide.slick-active .text-slide.text-slide2 .caption3 span {
  color: #666666;
}
.static-home-slide .slick-slide.slick-active .text-slide.text-slide2 .btn-shop {
  margin-top: 6px;
}
.magicslider .slick-slide.slick-active .figcaption .caption1 {
  -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
  -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
  animation: fadeInRight 0.8s ease-in 1s backwards;
  display: block;
}
.magicslider .slick-slide.slick-active .figcaption .caption2 {
  -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  display: block;
}
.magicslider .slick-slide.slick-active .figcaption .caption3 {
  -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
  -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
  animation: fadeInRight 0.8s ease-in 1s backwards;
  display: block;
}
.magicslider .slick-slide.slick-active .figcaption .caption4 {
  -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
  -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
  animation: fadeInRight 0.8s ease-in 1s backwards;
  display: block;
}
.magicslider .slick-slide.slick-active .figcaption .caption4 .btn-shop {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #63ab04;
  height: 43px;
  line-height: 38px;
  text-decoration: none;
  transition: all 0.1s ease;
}
.magicslider .slick-slide.slick-active .figcaption .caption4 .btn-shop:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  opacity: 1;
}
.magicslider .slick-slide.slick-active .figcaption .caption5 {
  -moz-animation: fadeInLeft 0.8s ease-in 2s backwards;
  -webkit-animation: fadeInLeft 0.8s ease-in 2s backwards;
  animation: fadeInLeft 0.8s ease-in 2s backwards;
  display: block;
}
/*For Effec caption slick slider*/
@keyframes alothemes {
  from {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 43px;
  width: 43px;
  line-height: 40px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 15px);
  padding: 0;
  border: 2px solid #eeeeee;
  outline: none;
  z-index: 5;
  transition: all .35s ease 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  border-width: 2px;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  border: 2px solid #63ab04;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 17px;
  font-weight: 400;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
  margin-left: 3px;
}
/*
    .slick-prev {
        left: 25px;

        [dir="rtl"] & {
            left: auto;
            right: -25px;
        }
    }

    .slick-next {
        right: 25px;

        [dir="rtl"] & {
            left: -25px;
            right: auto;
        }
    }*/
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 28px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  border: 2px solid #63ab04 !important;
  background-color: transparent !important;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #6d7176 !important;
  background-color: transparent !important;
}
.nav-sections .navigation-mobile ul li.all-category {
  display: none;
}
.magicslider > .item:nth-child(n+2),
.magicslider > .item .figcaption {
  display: none;
}
.magicslider .slick-slide .item {
  display: block !important;
}
.magicslider .slick-slide .item a .img-responsive {
  margin: 0 auto;
}
.hotcat-section .home-slider > .item,
.hotcat-section .home-slider > .item .figcaption {
  display: none;
}
.content-products .mage-magictabs {
  display: none;
}
.content-products .mage-magictabs.activated {
  display: block;
}
/* banner home */
.banner-slogan .addon-box .banner-ads {
  position: relative;
}
.banner-slogan .addon-box .banner-ads:hover {
  opacity: 0.8;
}
.banner-slogan .addon-box .banner-ads .caption-ads {
  position: absolute;
  top: 15px;
  right: 15px;
}
.banner-slogan .addon-box .banner-ads .caption-ads .shop-now-btn {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  height: 37px;
  line-height: 35px;
  padding: 0 23px;
  background-color: #63ab04;
  display: inline-block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.banner-side .col-banner {
  margin-bottom: 30px;
}
.banner-top .col-banner:not(:last-child) {
  margin-bottom: 20px;
}
.banner-top .addon-box .banner-ads {
  position: relative;
}
.banner-top .addon-box .banner-ads .caption-ads {
  position: absolute;
  top: 15px;
  right: 50px;
}
.banner-top .addon-box .banner-ads .caption-ads1 {
  top: 25px;
  right: 53px;
}
.banner-top .addon-box .banner-ads .caption-ads1 .caption1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 5px;
}
.banner-top .addon-box .banner-ads .caption-ads1 .caption2 {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  margin-bottom: 15px;
}
.banner-top .addon-box .banner-ads .caption-ads1 .shop-now-btn {
  height: 37px;
  line-height: 35px;
  padding: 0 23px;
}
.banner-top .addon-box .banner-ads .caption-ads2 {
  text-align: center;
  top: 60px;
  right: 10px;
}
.banner-top .addon-box .banner-ads .caption-ads2 .caption1 {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  line-height: 1;
}
.banner-top .addon-box .banner-ads .caption-ads2 .caption2 {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.banner-top .addon-box .banner-ads .caption-ads2 .shop-now-btn {
  height: 37px;
  line-height: 35px;
  padding: 0 34px;
}
.banner-top .addon-box .banner-ads .caption-ads3 {
  top: 49px;
  right: 18px;
}
.banner-top .addon-box .banner-ads .caption-ads3 .caption1 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 7px;
}
.banner-top .addon-box .banner-ads .caption-ads3 .shop-now {
  font-size: 15px;
  font-weight: bold;
  color: #e75146;
  text-decoration: underline;
}
.banner-middle {
  margin-bottom: 35px;
}
.banner-middle .addon-box .banner-ads4 .caption-ads {
  top: 18px;
  right: 30px;
}
.banner-middle .addon-box .banner-ads4 .caption-ads .caption1 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.banner-middle .addon-box .banner-ads4 .caption-ads .caption2 {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  line-height: 1;
}
.banner-middle .addon-box .banner-ads4 .caption-ads .caption3 {
  font-size: 18px;
  font-weight: 900;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.banner-middle .addon-box .banner-ads4 .caption-ads .shop-now-btn {
  padding: 0 31px;
}
.banner-middle .addon-box .banner-ads5 .caption-ads {
  top: 27px;
  right: 19px;
}
.banner-middle .addon-box .banner-ads5 .caption-ads .caption1 {
  font-size: 18px;
  font-weight: 900;
  color: #333;
  text-transform: uppercase;
  background-color: #fedd00;
  padding: 5px 8px;
  margin-bottom: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.banner-middle .addon-box .banner-ads5 .caption-ads .caption2 {
  margin-bottom: 5px;
}
.banner-middle .addon-box .banner-ads5 .caption-ads .caption2 .primary {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  margin-right: 5px;
  vertical-align: middle;
}
.banner-middle .addon-box .banner-ads5 .caption-ads .caption2 .secondary {
  font-size: 24px;
  font-weight: 900;
  color: #222;
  vertical-align: middle;
}
.banner-middle .addon-box .banner-ads5 .caption-ads .shop-now-btn {
  padding: 0 35px;
}
.banner-bottom {
  margin-bottom: 37px;
}
.banner-bottom .addon-box .banner-ads6 .caption-ads {
  top: 19px;
  right: 27px;
}
.banner-bottom .addon-box .banner-ads6 .caption-ads .caption1 {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
}
.banner-bottom .addon-box .banner-ads6 .caption-ads .caption2 {
  font-size: 18px;
  font-weight: 900;
  color: #222;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 17px;
}
.banner-bottom .addon-box .banner-ads6 .caption-ads .shop-now-btn {
  padding: 0 31px;
}
.banner-bottom .addon-box .banner-ads7 .caption-ads {
  top: 6px;
  right: auto;
  left: 50px;
  text-align: center;
}
.banner-bottom .addon-box .banner-ads7 .caption-ads .caption1 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}
.banner-bottom .addon-box .banner-ads7 .caption-ads .caption2 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}
.banner-bottom .addon-box .banner-ads7 .caption-ads .caption3 {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.banner-bottom .addon-box .banner-ads7 .caption-ads .caption4 {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.banner-bottom-low {
  margin-bottom: 40px;
  display: none;
}
.banner-bottom-low .addon-box .banner-ads8 .caption-ads {
  top: 26px;
  right: auto;
  left: 120px;
}
.banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption1 {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 2px;
}
.banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption2 {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}
.banner-bottom-low .addon-box .banner-ads8 .caption-ads .shop-now-btn {
  padding: 0 35px;
}
.banner-bottom-low .slogan-primary {
  margin-bottom: 30px;
}
/* hot categories */
.hotcat-section {
  margin-bottom: 33px;
}
.hotcat-section .category-item-info {
  background-color: #ffffff;
}
.hotcat-section .featured-category > .title {
  margin-bottom: 19px;
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}
.hotcat-section .featured-category > .title span {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
.hotcat-section .featured-category .box-hotcat-content .item .category-item-info {
  background-image: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/bg-img-cate.png");
  background-position: left top;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  position: relative;
  /*&:before {
	                    	content: "";
	                    	position: absolute;
	                    	border: 1px solid @border-color;
	                    	left: 0px;
	                    	right: 0px;
	                    	top: 0px;
	                    	bottom: 0px;
	                    	z-index: -1;
	                    }*/
}
.hotcat-section .featured-category .box-hotcat-content .item .category-item-info:hover {
  background-image: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/bg-img-cate1.png");
}
.hotcat-section .featured-category .box-hotcat-content .item .imgslide {
  margin-bottom: 13px;
}
.hotcat-section .featured-category .slick-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.hotcat-section .featured-category .slick-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.hotcat-section .featured-category .slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.hotcat-section .featured-category .slick-slider:hover .slick-prev {
  left: -8px;
}
.hotcat-section .featured-category .slick-slider:hover .slick-next {
  right: -8px;
}
.hotcat-section .featured-category .slick-slider .slick-slide {
  text-align: center;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption .cate-name-wrap {
  margin-bottom: 2px;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption .cate-name-wrap .cate-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption .counter_item {
  margin-bottom: 12px;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption ul li {
  margin-bottom: 5px;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption ul li a:hover {
  color: #333;
  font-weight: bold;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption .action {
  margin-bottom: 20px;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption .action a {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  background-color: #e6e6e6;
  height: 31px;
  line-height: 29px;
  padding: 0 33px;
  display: inline-block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption .action a:hover {
  color: #ffffff;
  background-color: #63ab04;
  text-decoration: none;
}
/* caption primary */
.caption-primary {
  background-color: #63ab04;
  text-align: center;
  padding: 10px;
  margin-bottom: 43px;
}
.caption-primary p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
.caption-primary p span {
  font-size: 20px;
  text-transform: uppercase;
}
.caption-primary p .deals-now {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.caption-primary p .deals-now:hover {
  text-decoration: none;
}
.caption-primary p .deals-now:after {
  content: "";
  position: absolute;
  width: 134px;
  height: 2px;
  background-color: #c1e2c8;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/* common */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/arrow-select.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.slick-track {
  margin-left: 0;
  margin-right: 0;
}
.dropdown {
  position: relative;
}
.message.success {
  margin: 0 0 30px;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
}
.review-field-ratings .review-field-rating .label {
  padding-bottom: 10px;
}
.review-field-ratings .review-field-rating .control {
  position: relative;
}
.review-field-ratings .review-field-rating .control:before {
  color: #dfdfdf;
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  height: 25px;
  letter-spacing: 10px;
  line-height: 25px;
  position: absolute;
  vertical-align: top;
  z-index: 1;
}
.review-field-ratings .review-field-rating .control input[type=radio],
.review-field-ratings .review-field-rating .control span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-field-ratings .review-field-rating .control label {
  color: #f2c800;
  position: absolute;
  top: 0;
  left: 0;
}
.review-field-ratings .review-field-rating .control label:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  height: 25px;
  letter-spacing: 10px;
  line-height: 25px;
  position: absolute;
  vertical-align: top;
  opacity: 0;
  top: 2px;
  left: 0;
  z-index: 2;
}
.review-field-ratings .review-field-rating .control label:hover:before {
  opacity: 1;
}
.review-field-ratings .review-field-rating .control input[type=radio]:checked + label:before,
.review-field-ratings .review-field-rating .control input[type=radio]:focus + label:before {
  opacity: 1;
}
.review-field-ratings .review-field-rating .control .rating-1:before {
  content: "\f005";
  z-index: 5;
}
.review-field-ratings .review-field-rating .control .rating-2:before {
  content: "\f005" "\f005";
  z-index: 4;
}
.review-field-ratings .review-field-rating .control .rating-3:before {
  content: "\f005" "\f005" "\f005";
  z-index: 3;
}
.review-field-ratings .review-field-rating .control .rating-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
  z-index: 2;
}
.review-field-ratings .review-field-rating .control .rating-5:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  z-index: 1;
}
.rating-summary .rating-result {
  position: relative;
}
.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
  font-size: 12px;
  height: 12px;
  display: block;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}
.rating-summary .rating-result:before {
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
  font-family: "FontAwesome";
  color: #ccc;
  z-index: 1;
  position: absolute;
}
.rating-summary .rating-result > span {
  overflow: hidden;
  display: block;
}
.rating-summary .rating-result > span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "FontAwesome";
  color: #f2c800;
  z-index: 2;
  position: relative;
}
.rating-summary .rating-result > span span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.reviews-actions .action {
  color: #aaa;
}
.reviews-actions .action:before {
  content: "(";
}
.reviews-actions .action:after {
  content: ")";
}
.reviews-actions .action span {
  display: none;
}
.price-box .price {
  font-size: 15px;
  font-weight: 700;
  color: #63ab04;
}
.price-box .price-label {
  display: none !important;
}
.price-box .special-price {
  margin-right: 5px;
}
.price-box .old-price .price {
  font-size: 14px;
  font-weight: normal;
  color: #aaa;
  text-decoration: line-through;
  display: none !important;
}
.price-box .minimal-price {
  margin-top: 0;
  margin-bottom: 0;
}
/*style loading*/
.ajax_loading {
  background-image: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/loading.gif");
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 46%;
  position: absolute;
  z-index: 34;
  animation: 1.2s ease-in-out 0s normal none infinite tp-rotateplane;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  padding: 0;
  width: 50px;
  height: 50px;
}
/* product */
.product-item-info .images-container .products-textlink div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.product {
  /*display: block !important;*/
  margin-top: 10px;
}
.product .actions-secondary {
  display: flex;
  justify-content: space-between;
}
.product.product-item:nth-child(4n+4) .product-item-info:before {
  display: none;
}
.product .product-item-info {
  padding: 10px;
  border-left: 0px solid #dfdfdf;
  padding-bottom: 18px;
  position: relative;
  background-color: #ffffff;
  transition: all .3s ease 0s;
}
.product .product-item-info .sticker {
  position: absolute;
  z-index: 2;
  margin-top: 30px;
  top: 20px;
  left: 20px;
  width: 50px;
}
.product .product-item-info .sticker:first-child {
  margin-top: 0;
}
.product .product-item-info .sticker .labelsale {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  color: #fefefe;
  padding: 0 12px;
  background-color: #f33636;
  margin-bottom: 10px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  max-width: 52px;
}
.product .product-item-info .sticker .labelsale:before {
  content: '';
  display: inline-block;
  background-color: #f33636;
  width: 17px;
  height: 17px;
  right: -9px;
  top: 4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product .product-item-info .sticker .labelsale:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 100%;
}
.product .product-item-info .sticker .labelnew {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  color: #fefefe;
  padding: 0 12px;
  background-color: #0088cc;
  margin-bottom: 10px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  max-width: 52px;
}
.product .product-item-info .sticker .labelnew:before {
  content: '';
  display: inline-block;
  background-color: #0088cc;
  width: 17px;
  height: 17px;
  right: -9px;
  top: 4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product .product-item-info .sticker .labelnew:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 100%;
}
.product .product-item-info .product-hover {
  position: relative;
  margin-bottom: 5px;
}
.product .product-item-info .product-hover .link-view {
  position: absolute;
  right: 10px;
  bottom: -11px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.product .product-item-info .product-hover .link-view:hover button span .icons {
  color: #63ab04;
}
.product .product-item-info .product-hover .link-view button {
  padding: 0;
  background-color: transparent;
  border: none;
}
.product .product-item-info .product-hover .link-view button span {
  font-size: 0;
}
.product .product-item-info .product-hover .link-view button span .icons {
  font-size: 18px;
  color: #ccc;
  font-family: 'Gokko-Icon';
}
.product .product-item-info .product-hover .link-view button span .icons:before {
  content: "\e921";
  font-size: 17px;
  font-weight: 100;
}
.product .product-item-info .product-item-details .product-name {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
.product .product-item-info .product-item-details .product-name a {
  color: #333;
}
.product .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  display: inline-block;
  margin-right: 5px;
}
.product .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: inline-block;
  line-height: inherit;
  margin-top: 0;
}
.product .product-item-info .product-item-details .price-box {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 10px;
}
.product .product-item-info .hover-box {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  bottom: 20px;
  transition: all .3s ease 0s;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}
.product .product-item-info .hover-box ul {
  font-size: 14px;
  line-height: 25px;
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  list-style: none;
  text-align: center;
}
.product .product-item-info .hover-box ul li {
  color: #666666;
  margin: 0;
}
.product .product-item-info .hover-box p {
  font-size: 14px;
  line-height: 18px;
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .product-item-info .hover-box .actions-cart {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.product .product-item-info .hover-box .actions-cart .button.btn-cart {
  height: 40px;
  background: linear-gradient(#f18907, #f18907);
  border: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  transition: all .3s ease;
  font-size: 15px;
  font-family: "Roboto-Custom", sans-serif;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product .product-item-info .hover-box .actions-cart .button.btn-cart:hover {
  background-color: #549104;
  opacity: .8;
}
.product .product-item-info .hover-box .actions-cart a.btn-cart {
  background: linear-gradient(#f18907, #f18907);
  border: none;
  transition: all .3s ease;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product .product-item-info .hover-box .add-to-links {
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product .product-item-info .hover-box .add-to-links .action {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  background-color: transparent;
}
.product .product-item-info .hover-box .add-to-links .action .icon {
  font-size: 12px;
}
.product .product-item-info .hover-box .add-to-links .action:hover {
  color: #63ab04;
}
.product .product-item-info .hover-box .add-to-links .towishlist {
  margin-right: 10px;
}
.product .product-item-info .hover-box .add-to-links a {
  font-size: 14px;
  color: #666;
}
.product .product-item-info .hover-box .add-to-links .icon {
  font-size: 12px;
  margin-right: 7px;
}
.product .product-item-info:hover .link-view,
.product .product-item-info:hover .hover-box {
  opacity: 1;
  visibility: visible;
}
.product .product-item-info:hover .hover-box {
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.product .product-item-info:hover {
  margin-bottom: -84px;
  padding-bottom: 84px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.random-products .product .product-item-info .hover-box p {
  display: none;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /*z-index: 1;*/
}
.block-bundle-summary .product-image-wrapper {
  display: inline;
}
.slick-slide.slick-current .product .product-item-info {
  /*border-left: 0;*/
}
/* product extra */
.megashop h3 {
  float: left;
}
.megashop .block-title-tabs .magictabs {
  padding-left: 0;
  float: right;
  margin-bottom: 0;
  margin-top: 9px;
  padding-right: 48px;
}
.megashop .block-title-tabs .magictabs .item {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.megashop .block-title-tabs .magictabs .item .title {
  padding-bottom: 14px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.megashop .block-title-tabs .magictabs .item.activated .title,
.megashop .block-title-tabs .magictabs .item:hover .title {
  color: #222;
  font-weight: bold;
}
.megashop .block-title-tabs .magictabs .item.activated .title:after,
.megashop .block-title-tabs .magictabs .item:hover .title:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #075fc7;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.megashop .content-products .slick-arrow {
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border: none;
  opacity: 1;
  visibility: visible;
  top: -37px;
}
.megashop .content-products .slick-arrow:before {
  font-size: 24px;
}
.megashop .content-products .slick-arrow.slick-prev {
  right: 27px;
  left: auto;
}
.megashop .content-products .slick-arrow.slick-next {
  right: 0;
}
.megashop .content-products .slick-arrow:hover {
  color: #075fc7;
}
.content-products .slick-list .product .product-item-info {
  padding-bottom: 0;
}
.content-products .slick-list .product .product-item-info .products-textlink .product-name {
  text-align: center;
  margin-top: 10px;
}
.content-products .slick-list .product .product-item-info:hover {
  margin-bottom: -135px;
  padding-bottom: 135px;
}
.content-products .slick-list .product .product-item-info:hover .text-color {
  display: block;
}
.content-products .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.content-products:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.content-products:hover .slick-prev {
  left: -20px;
}
.content-products:hover .slick-next {
  right: -20px;
}
.category-active {
  margin-bottom: 68px;
}
.category-active .banner-featured {
  width: 40%;
  float: left;
}
.category-active .content-products {
  width: 60%;
  float: left;
}
.box-products {
  position: relative;
  margin-bottom: 25px;
}
.box-products .block-title-tabs > .title,
.megashop h3,
.category-featured .block-title-tabs > .title {
  float: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
  display: none;
}
.box-products.best-seller-products {
  margin-bottom: 60px;
}
.box-products .slick-slider {
  margin-bottom: 0;
}
.box-products.box-products-three {
  z-index: 8;
}
.box-products.box-products-two {
  margin-bottom: 40px;
  padding-top: 0;
}
.box-products.box-products-two .megashop .content-products .slick-slide > div:first-child .product-item-info {
  border-bottom: 0;
}
.box-products.product-featured {
  padding-top: 0;
  z-index: 8;
}
.magictabs {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.magictabs .item {
  display: inline-block;
  margin-bottom: 0;
}
.magictabs .item .title,
.hot-deals-box .hot-deals-tab-box h2 {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
.product-bestseller .magictabs,
.horizontal-product .magictabs {
  padding-bottom: 10px;
}
.product-bestseller .magictabs .item .tille,
.horizontal-product .magictabs .item .tille {
  font-size: 20px;
}
.product-bestseller {
  margin-bottom: 28px;
}
/* custom product */
.horizontal-product .content-products {
  margin-bottom: 0;
}
.horizontal-product .product .product-item-info {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #fafafa;
  box-shadow: none;
  border-left: 0;
}
.horizontal-product .product .product-item-info .product-hover {
  margin-bottom: 0;
}
.horizontal-product .magictabs {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.horizontal-product .magictabs .item .title {
  font-size: 20px;
}
.horizontal-product .product .product-item-info {
  border-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 10px 0;
}
.horizontal-product .product .product-item-info .images-container {
  padding-left: 0;
  padding-right: 5px;
  width: 31%;
}
.horizontal-product .product .product-item-info .product-item-details {
  padding-left: 5px;
  padding-right: 0;
  width: 69%;
  margin-top: 10px;
}
.horizontal-product .content-products {
  margin-bottom: 0;
}
.category-featured {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.category-featured:before,
.category-featured:after {
  content: "";
  display: table;
}
.category-featured:after {
  clear: both;
}
.category-featured .magictabs {
  padding-left: 0;
  float: right;
  margin-bottom: 0;
  margin-top: 7px;
}
.category-featured .magictabs .item {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.category-featured .magictabs .item .title {
  font-size: 14px;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.category-featured .magictabs .item.activated .title,
.category-featured .magictabs .item:hover .title {
  font-weight: bold;
  color: #222;
}
.category-featured .magictabs .item.activated .title:after,
.category-featured .magictabs .item:hover .title:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff5c01;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.category-featured .magictabs .item:last-child {
  padding-right: 0;
}
.category-featured .slick-slide > div:first-child .product-item-info {
  border-bottom: 1px solid #dfdfdf;
}
.category-featured .product .product-item-info {
  padding: 10px;
}
.category-featured .content-products .slick-list .product .product-item-info .products-textlink .product-name {
  padding-bottom: 20px;
}
.box-products-one {
  z-index: 8;
  background-color: #fafafa;
  padding-bottom: 20px;
}
.box-product-content,
.product-featured-content {
  background-color: #ffffff;
}
.megashop .content-products .slick-slide > div:first-child .product-item-info {
  border-bottom: 1px solid #dfdfdf;
}
.product-bestseller .content-products .slick-slide > div:first-child .product-item-info {
  border-bottom: 1px solid #dfdfdf;
}
.slick-current .product:not(.product-items) .product-item-info {
  border-left: 0;
}
div[class^="swatch-opt-"] {
  margin-bottom: 0 !important;
}
.product-item .product-item-details .text-color {
  position: absolute;
  display: none;
  top: -25px;
  background-color: white;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  transition: all 0.3s;
  padding: 0 10px;
  z-index: 2;
}
.product-item .product-item-details .text-color .swatches-pa {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  padding-bottom: 3px;
}
.product-item .product-item-details .text-color p {
  margin: 0;
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #444444;
}
.product-item .product-item-details .text-color .manufacturer {
  display: none;
}
.product-item .images-container .products-textlink {
  position: relative;
  flex: 1;
  /*.text-color {
                    position: absolute;
                    display: none;
                    top: -25px;
                    background-color: white;
                    left: 50%;
                    transform: translate(-50%, 0);
                    width: 100%;
                    transition: all 0.3s;
                    padding: 0 10px;
                    .swatches-pa {
                        display: flex;
                        border-bottom: 1px solid #e6e6e6;
                        align-items: center;
                        padding-bottom: 3px;
                    }
                    p {
                        margin: 0;
                        margin-top: 2px;
                        font-size: 14px;
                        font-weight: bold;
                        color: #444444;
                    }

                    .manufacturer {
                        display: none;
                    }
                }*/
}
.product-item .images-container .products-textlink .product-deal-special-progress .deal-stock-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.product-item .images-container .products-textlink .product-deal-special-progress .deal-stock-label .stock-available {
  font-size: 14px;
}
.product-item .images-container .products-textlink .product-deal-special-progress .deal-stock-label .stock-sold {
  font-size: 14px;
}
.product-item .images-container .products-textlink .product-deal-special-progress .progress {
  border-radius: 999px;
}
.product-item .images-container .products-textlink .alo-count-down {
  margin-bottom: 15px;
}
.product-item .images-container .products-textlink .alo-count-down .countdown {
  display: flex;
  margin-top: 21px;
}
.product-item .images-container .products-textlink .alo-count-down .countdown .timer-box {
  margin-left: 23px;
  text-align: center;
}
.product-item .images-container .products-textlink .alo-count-down .countdown .timer-box:first-child {
  margin-left: 0;
}
.product-item .images-container .products-textlink .alo-count-down .countdown .timer-box span:first-child {
  line-height: 39px;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  background-color: #e6e6e6;
  width: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #222222;
}
.product-item .images-container .products-textlink .alo-count-down .countdown .timer-box span:first-child b {
  font-weight: 400 !important;
}
.product-item .images-container .products-textlink .alo-count-down .countdown .timer-box span:first-child:before {
  content: ":";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translate(0, -50%);
}
.product-item .images-container .products-textlink .alo-count-down .countdown .timer-box:last-child span:first-child:before {
  display: none;
}
.product-item .images-container .products-textlink .alo-count-down .countdown .timer-box .title {
  font-size: 14px;
  color: #666666;
  display: block;
}
.box-products.box-products-three {
  margin-bottom: 60px;
}
.box-products.box-products-three .box-product-adv {
  width: 20%;
  float: left;
}
.box-products.box-products-three .box-product {
  width: 80%;
  float: left;
}
.box-products-four {
  padding-top: 0;
  margin-bottom: 0;
}
.box-products-four .block-title-tabs .magictabs {
  padding-right: 56px;
  display: none;
}
.box-products-four .cat-view-all {
  display: none;
}
.box-products-four .product-reviews-summary {
  margin: 8px 0 10px;
}
.box-products-four .product-item-info .images-container {
  display: flex;
  flex-wrap: wrap;
}
.box-products-four .product-item-info .product-hover {
  width: 52%;
  padding-right: 10px;
  margin-bottom: 0;
}
.box-products-four .product-item-info .product-item-details {
  flex: 1;
}
.box-products-four .product-label {
  margin-bottom: 18px;
}
.box-products-four .product .product-item-info .sticker {
  top: 10px;
  left: 10px;
}
.box-products-four .product .product-item-info .sticker:first-child {
  margin-right: 10px;
}
.box-products-four .products.wrapper.grid .product-reviews-summary {
  display: none;
}
.box-products-four .content-products {
  margin-bottom: 0;
}
.box-products-four .content-products .slick-list {
  padding-bottom: 0;
}
.box-products-four .content-products .slick-list .product .product-item-info {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 15px;
  background-color: transparent;
}
.box-products-four .product .per-product {
  margin: 0;
  padding-bottom: 0px;
  margin-bottom: 1px;
}
.box-products-four .product .product-item-info:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.box-products-four .box-product-content .content-products .slick-list {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.box-products-four .box-product-content .content-products .product-items {
  display: block !important;
  /*.sub-item:nth-child(1) {
                        width: 36.6525%;
                        float: left;
                        text-align: center;
                        border: 2px solid @border-color;

                        .product-item-info {
                            border-left: 0;

                            .hover-box {
                                position: static;
                                opacity: 1;
                                visibility: visible;
                                margin-bottom: 10px;

                                .actions-cart {
                                    margin-right: 0;

                                    .button.btn-cart {
                                        //min-width: 245px;
                                        height: 40px;
                                        line-height: 37px;
                                        padding: 0 15px;
                                        font-size: 15px;
                                    }
                                }

                                .add-to-links {
                                    display: none;
                                }
                            }

                            &:hover {
                                margin-bottom: 0;
                                padding-bottom: 15px;
                            }

                            .products-textlink {
                                .price-box {
                                    margin-bottom: 5px;
                                }

                                .product-name {
                                    margin-top: 0;
                                    margin-bottom: 18px;
                                    font-size: 18px;
                                    color: #222222;
                                }

                            }

                        }

                        .product-reviews-summary {
                            display: block;
                            margin-top: 2px;
                            margin-bottom: 0;
                            display:none;
                        }
                    }

                    .sub-item:nth-child(2),
                    .sub-item:nth-child(3),
                    .sub-item:nth-child(4),
                    .sub-item:nth-child(5),
                    .sub-item:nth-child(6),
                    .sub-item:nth-child(7), {
                        width: 20%;
                        float: left;
                        padding-bottom: 5px;

                        .product-reviews-summary {
                            display: none;
                        }

                        .product-item-info {
                            &:last-child {
                                padding-bottom: 45px;
                            }

                            &:first-child {
                                border-bottom: 1px solid #dfdfdf;
                            }

                            &:hover {
                                margin-bottom: -50px;
                                padding-bottom: 65px;
                            }
                        }
                    }*/
}
.box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info {
  border-left: 0;
}
.box-products-four .box-product-content .content-products .product-items .product-item-description {
  display: none;
}
.hot-deals-box {
  margin-bottom: 40px;
}
.hot-deals-box .hot-deals-tab-box:before,
.hot-deals-box .hot-deals-tab-box:after {
  content: "";
  display: table;
}
.hot-deals-box .hot-deals-tab-box:after {
  clear: both;
}
.hot-deals-box .hot-deals-tab-box h2 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
}
.hot-deals-box .magictabs {
  display: none;
}
.hot-deals-box .images-container,
.hot-deals-box .product-item-details {
  float: left;
}
.hot-deals-box .images-container {
  width: 55.5%;
}
.hot-deals-box .product-item-details {
  width: 44.5%;
  padding-left: 10px;
}
.hot-deals-box .content-products .slick-list .product .product-item-info {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  box-shadow: none;
  background-color: transparent;
}
.hot-deals-box .content-products .slick-list .product .product-item-info:before,
.hot-deals-box .content-products .slick-list .product .product-item-info:after {
  content: "";
  display: table;
}
.hot-deals-box .content-products .slick-list .product .product-item-info:after {
  clear: both;
}
.hot-deals-box .deal-stock-label .stock-available {
  display: none;
}
.hot-deals-box .deal-progress {
  background-color: #f2f2f2;
  border-radius: 8px;
  height: 13px;
}
.hot-deals-box .deal-progress .deal-progress-bar {
  text-indent: -999em;
  display: inline-block;
  background-color: #ff5c01;
  height: 13px;
  border-radius: 8px;
}
.hot-deals-box {
  padding-top: 0;
  margin-bottom: 40px;
}
.hot-deals-box .block-title-tabs > .title {
  margin-top: 13px;
  margin-right: 137px;
}
.hot-deals-box .block-title-tabs .magictabs {
  margin-top: 16px;
}
.hot-deals-box .content-products {
  margin-bottom: 0;
}
.hot-deals-box .box-product-content {
  border: 0;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
.hot-deals-box .slick-list {
  padding-bottom: 0;
}
.hot-deals-box .alo-count-down {
  float: right;
  margin-bottom: 3px;
  padding-right: 20px;
}
.hot-deals-box .alo-count-down .caption-count {
  vertical-align: middle;
  display: inline-block;
  margin-right: 13px;
}
.hot-deals-box .alo-count-down .caption-count .title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #222;
}
.hot-deals-box .alo-count-down .caption-count .letter {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #888;
  line-height: 1.3;
}
.hot-deals-box .alo-count-down .countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hot-deals-box .alo-count-down .timer-box {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 2px solid #dddddd;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.hot-deals-box .alo-count-down .timer-box:not(:last-child) {
  margin-right: 10px;
}
.hot-deals-box .alo-count-down .timer-box b {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  display: block;
  margin-top: 2px;
}
.hot-deals-box .alo-count-down .timer-box .title {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-top: -4px;
  display: block;
}
.hot-deals-box .alo-count-down .timer-box:hover {
  background-color: #63ab04;
  border-color: #63ab04;
}
.hot-deals-box .alo-count-down .timer-box:hover b,
.hot-deals-box .alo-count-down .timer-box:hover .title {
  color: #ffffff;
}
.hot-deals-box .price-box .price {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.hot-deals-box .price-box .old-price .price {
  font-size: 14px;
  font-weight: normal;
  color: #aaa;
}
.hot-deals-box .product-reviews-summary {
  display: none;
}
.hot-deals-box .product .product-item-info {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 30px;
  padding-left: 8px;
}
.hot-deals-box .product .product-item-info .products-textlink .product-name {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  text-transform: capitalize;
  margin-top: 2px;
  padding-bottom: 23px !important;
}
.hot-deals-box .product .product-item-info .products-textlink .price-box {
  margin-bottom: 0;
}
.hot-deals-box .product .product-item-info .product-label {
  margin-top: 15px;
  margin-bottom: 20px;
}
.hot-deals-box .product .product-item-info .sticker {
  position: static;
}
.hot-deals-box .product .product-item-info .sticker.top-left {
  display: none;
}
.hot-deals-box .product .product-item-info .deals-from {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
}
.hot-deals-box .product .product-item-info .deals-ison {
  font-size: 14px;
  font-weight: normal;
  color: #da3838;
  margin-top: 0;
  margin-bottom: 16px;
}
.hot-deals-box .product .product-item-info .product-hover {
  margin-bottom: 0;
}
.hot-deals-box .product .product-item-info .hover-box {
  bottom: 50px;
  position: static;
  opacity: 1;
  visibility: visible;
}
.hot-deals-box .product .product-item-info .hover-box .product-deal-special-progress {
  margin-bottom: 25px;
}
.hot-deals-box .product .product-item-info .hover-box .product-deal-special-progress .deal-stock-label {
  margin-bottom: 6px;
}
.hot-deals-box .product .product-item-info .hover-box .actions-cart {
  margin-right: 0;
}
.hot-deals-box .product .product-item-info .hover-box .actions-cart .button.btn-cart {
  min-width: 175px;
  height: 40px;
  line-height: 37px;
  padding: 0 15px;
  font-size: 15px;
}
.hot-deals-box .product .product-item-info:hover {
  margin-bottom: -68px;
  padding-bottom: 83px;
}
.hot-deals-box .product .product-item-info:hover .hover-box {
  bottom: 28px;
}
.hot-deals-box .product-item .price-box {
  margin-bottom: 0;
}
.hot-deals-box .product .product-item-info .hover-box .add-to-links .towishlist {
  margin-right: 19px;
}
/* hot product */
.hot-products .block-title-tabs .magictabs {
  display: none;
}
.hot-products .box-product-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dfdfdf;
  border-right: 2px solid #dfdfdf;
}
.hot-products .box-product-content .content-products .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.hot-products .box-product-content .content-products:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.hot-products .box-product-content .content-products:hover .slick-prev {
  left: -8px;
}
.hot-products .box-product-content .content-products:hover .slick-next {
  right: -8px;
}
.hot-products .product {
  position: relative;
  float: none;
}
.hot-products .product:after {
  content: '';
  border-left: 1px solid #eaeaea;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 84%;
}
.hot-products .product .product-item-info {
  border-left: 0;
  padding: 10px;
  margin-bottom: 0;
}
.hot-products .product .product-item-info:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.hot-products .product .product-item-info .product-label {
  display: none;
}
.hot-products .product .product-item-info .product-hover {
  width: 45%;
  float: left;
  margin-bottom: 0;
  padding-right: 6px;
}
.hot-products .product .product-item-info .products-textlink {
  width: 55%;
  float: left;
  margin-top: 3px;
}
.hot-products .product .product-item-info .products-textlink .price-box {
  margin-bottom: 5px;
}
.hot-products .product .product-item-info .products-textlink .product-reviews-summary {
  margin: 5px 0 1px;
  display: block;
}
.hot-products .product .product-item-info .products-textlink .product-name {
  margin: 0;
  line-height: 1.3;
}
.hot-products .slick-slide.slick-current .product:after {
  display: none;
}
/* main navigation */
.vmagicmenu {
  min-width: 270px;
  border-radius: 50px;
}
.cms-index-index .vmagicmenu .vmagicmenu-narrow {
  display: block;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow {
  padding-top: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding-bottom: 0;
  margin-top: 11px;
  border-top: 2px solid #63ab04;
  display: none;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow:before {
  content: "\f0d8";
  font-family: fontawesome;
  color: #63ab04;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
.vmagicmenu .all-cat {
  margin-left: -1px;
  margin-right: -1px;
  clear: both;
  padding-top: 33px;
  margin-bottom: 0;
  margin-top: 0;
}
.vmagicmenu .all-cat span,
.meanmenu-accordion .all-cat span {
  padding-left: 65px;
  padding-right: 74px;
  line-height: 47px;
}
.vmagicmenu .level0 .level-top-mega {
  top: -46px;
}
.vmagicmenu .level0 .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.176);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.176);
}
/* latest blog*/
.cms-static-blog {
  padding-top: 46px;
  background-color: #fafafa;
}
.cms-static-blog .block-title strong {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.cms-static-blog .magicblog {
  padding: 0;
  border-width: 0;
}
.cms-static-blog .magicblog .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.cms-static-blog .magicblog:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.cms-static-blog .magicblog:hover .slick-prev {
  left: -22px;
}
.cms-static-blog .magicblog:hover .slick-next {
  right: -22px;
}
.cms-static-blog .magicblog .slick-dots {
  display: none !important;
}
.cms-static-blog .magicblog > .item {
  display: none;
}
.cms-static-blog .magicblog .blog-image {
  margin-bottom: 11px;
}
.cms-static-blog .magicblog .blog-image:hover,
.post-list-wrapper .post-list .post-item-photo .blog-image:hover {
  opacity: 0.8;
}
.cms-static-blog .magicblog .blog_short_text {
  padding: 0 0 30px;
}
.cms-static-blog .magicblog .blog_short_text .post-item-link {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
  padding-left: 0;
  margin-bottom: 11px;
}
.cms-static-blog .magicblog .blog_short_text .post-item-link:hover {
  color: #63ab04;
}
.cms-static-blog .magicblog .blog_short_text .post-meta {
  padding-bottom: 14px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 4px;
}
.cms-static-blog .magicblog .blog_short_text .post-meta .item {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  text-transform: capitalize;
  line-height: normal;
  float: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.cms-static-blog .magicblog .blog_short_text .post-meta .item a {
  font-size: 14px;
}
.cms-static-blog .magicblog .blog_short_text .post-meta .post-author {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.cms-static-blog .magicblog .blog_short_text .post-meta .post-author:after {
  position: absolute;
  right: 0;
  top: 50%;
  height: 14px;
  width: 1px;
  content: '';
  background-color: #e6e6e6;
  transform: translate(0, -50%);
}
.cms-static-blog .magicblog .blog_short_text .post-text-hld {
  padding: 0;
  margin-bottom: 24px;
}
.cms-static-blog .magicblog .blog_short_text .post-text-hld p {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-height: 20px;
  /* fallback */
  max-height: 60px;
  /* fallback */
}
.cms-static-blog .magicblog .blog_short_text .post-read-more {
  max-width: 168px;
  width: 100%;
  line-height: 38px;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #444444;
  text-transform: none;
  border: 2px solid #dadada;
  transition: 0.5s;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cms-static-blog .magicblog .blog_short_text .post-read-more:after {
  display: none;
}
.cms-static-blog .magicblog .blog_short_text .post-read-more:hover {
  border: 2px solid #63ab04;
  background-color: #63ab04;
  color: #fff;
  text-decoration: none;
}
.cms-static-blog .magicblog .post-description {
  margin-bottom: 1px;
  background-color: #fafafa;
  border: 0;
  padding-bottom: 28px;
}
.nav-toggle::before {
  display: block !important;
}
.main-secondary .cms-static-blog {
  padding-top: 0;
}
.main-secondary .cms-static-blog .shortcontent-text,
.main-secondary .cms-static-blog .post-info .content-inner .post-read-more {
  display: none;
}
.main-secondary .cms-static-blog .magicblog .blog_short_text {
  padding: 0;
}
.main-secondary .cms-static-blog .magicblog .blog_short_text .post-meta {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-secondary .cms-static-blog .magicblog .blog_short_text .post-item-link {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.main-secondary .cms-static-blog .magicblog .blog-image {
  margin-bottom: 11px;
}
.main-secondary .cms-static-blog .block-title {
  margin-bottom: 12px;
}
.main-secondary .cms-static-blog .block-title strong {
  font-size: 20px;
}
/* brand */
.alo-brand {
  background-color: #fafafa;
  padding: 0;
}
.alo-brand .container {
  border-top: 1px solid #e6e6e6;
}
.alo-brand .container .main {
  padding: 15px 0;
}
.alo-brand .container .main img {
  margin: auto;
}
.alo-brand .shopbrand > .item {
  display: none;
}
.alo-brand .shopbrand .slick-arrow,
.the-brands .shopbrand .slick-arrow {
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
}
.alo-brand .shopbrand:hover .slick-arrow,
.the-brands .shopbrand:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.alo-brand .shopbrand:hover .slick-prev,
.the-brands .shopbrand:hover .slick-prev {
  left: -11px;
}
.alo-brand .shopbrand:hover .slick-next,
.the-brands .shopbrand:hover .slick-next {
  right: -11px;
}
.alo-brand .shopbrand .item a {
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alo-brand .shopbrand .item a:hover {
  border-color: #63ab04;
}
.brand-bottom .shopbrand {
  margin: 0 !important;
}
.brand-bottom .shopbrand > .item {
  display: none;
}
.brand-bottom .shopbrand .slick-list {
  padding: 0;
  margin: 0;
}
.brand-bottom .shopbrand .slick-list .slick-slide img {
  margin: 0 auto;
}
.brand-bottom .shopbrand .slick-arrow {
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
}
.brand-bottom .shopbrand .slick-prev {
  left: 11px;
  right: auto;
}
.brand-bottom .shopbrand .slick-next {
  left: auto;
  right: 11px;
}
.brand-bottom .shopbrand:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.brand-bottom .shopbrand:hover .slick-prev {
  left: -23px;
  right: auto;
}
.brand-bottom .shopbrand:hover .slick-next {
  left: auto;
  right: -23px;
}
.brand-bottom .shopbrand .item a {
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.brand-bottom .shopbrand .item a:hover {
  border-color: #63ab04;
}
.the-brands {
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}
.the-brands h3.title {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
.the-brands .magictabs {
  border-top: 2px solid #ff4242;
  position: relative;
  z-index: 9;
}
.the-brands .magictabs .item:hover .brand-item,
.the-brands .magictabs .item.activated .brand-item {
  background-color: #ff4242;
  position: relative;
}
.the-brands .magictabs .item:hover .brand-item:after,
.the-brands .magictabs .item.activated .brand-item:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #ff4242;
  bottom: -1px;
  left: 0;
}
.the-brands .magictabs .item.activated:after {
  background-color: #ff4242;
  bottom: -6px;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  transform: rotate(-45deg);
  width: 12px;
}
.the-brands .content-products .slick-slide > div:first-child .product-item-info {
  border-bottom: 0;
}
.the-brands .box-product-brand {
  border: 1px solid #dfdfdf;
}
.the-brands .box-product-brand .slick-track {
  background-color: #ffffff;
}
.the-brands .shopbrand {
  margin-bottom: -12px;
}
.the-brands .shopbrand .slick-list {
  padding-bottom: 12px;
}
.the-brands .shopbrand .slick-arrow {
  top: 41%;
}
/* breadcrumbs */
.breadcrumbs {
  padding-top: 26px;
  padding-bottom: 25px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li.home {
  line-height: 24px;
  padding-left: 0;
}
.breadcrumbs li a {
  padding-right: 27px;
  color: #888;
  position: relative;
  font-size: 14px;
}
.breadcrumbs li a:before {
  content: "\f101";
  font-family: Fontawesome;
  color: #888888;
  font-size: 14px;
  position: absolute;
  right: 10px;
}
.breadcrumbs li strong {
  outline: medium none;
  padding-right: 30px;
}
.breadcrumbs li a,
.breadcrumbs li strong {
  font-size: 14px;
  display: block;
  line-height: 24px;
  color: #333;
  right: 0;
}
/* category page */
.category-products {
  border-width: 0;
  border-color: #e6e6e6;
  border-style: solid;
}
.category-products .product-item {
  border-width: 0;
  border-color: #e6e6e6;
  border-style: solid;
}
.category-products .product-item .product-item-info {
  border-left: 0;
  padding-bottom: 0;
}
.category-products .product-item .product-item-info:hover {
  margin-bottom: -84px;
  padding-bottom: 84px;
}
.category-products div[class^="swatch-opt-"] {
  display: none;
}
.category-products .product-item {
  margin-bottom: 1px;
}
.column.main {
  margin-bottom: 19px;
}
.column.main > .page-title-wrapper {
  display: none;
}
.sidebar {
  margin-bottom: 60px;
}
.product.media {
  display: block;
}
.page-layout-2columns-left .columns,
.page-layout-2columns-right .columns {
  margin-left: -15px;
  margin-right: -15px;
}
.page-layout-2columns-left .columns .column.main,
.page-layout-2columns-right .columns .column.main,
.page-layout-2columns-left .columns .sidebar,
.page-layout-2columns-right .columns .sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
.page-layout-2columns-left .columns .column.main,
.page-layout-2columns-right .columns .column.main {
  width: 75%;
}
.page-layout-2columns-left .columns .sidebar,
.page-layout-2columns-right .columns .sidebar {
  width: 25%;
}
.page-layout-2columns-left .columns .column.main {
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-layout-2columns-left .columns .sidebar {
  float: left;
}
.page-layout-2columns-left .columns .sidebar .block-custom-product ol li {
  border-bottom: 1px solid #e6e6e6;
}
.page-layout-2columns-left .columns .sidebar .block-custom-product ol li:last-child {
  border: none;
}
.page-layout-2columns-right .columns .column.main {
  float: left;
}
.page-layout-2columns-right .columns .sidebar {
  float: left;
}
.catalog-category-view .accor-title {
  line-height: normal;
}
.meanmenu-accordion .all-cat span:after {
  content: "\f101";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-left: 20px;
}
.column.main {
  margin-bottom: 19px;
}
.column.main > .page-title-wrapper {
  display: none;
}
.cms-index-index .columns .column.main {
  margin-bottom: 0;
  padding-bottom: 0;
}
.category-image {
  margin-bottom: 20px;
  margin-top: 20px;
}
.category-products {
  margin-bottom: 12px;
}
.toolbar-top .toolbar {
  background-color: #f5f5f5;
  padding: 9px 0;
  text-align: right;
}
.toolbar-top .toolbar .pages {
  display: none;
  float: right;
  margin-top: 2px;
  margin-right: 20px;
}
.toolbar-top .toolbar .pages .pages-label {
  display: none;
}
.toolbar-top .toolbar .modes {
  float: left;
  margin-top: 2px;
  display: flex;
  margin-left: 20px;
}
.toolbar-top .toolbar .modes .modes-mode.mode-grid.active:before,
.toolbar-top .toolbar .modes .modes-mode.mode-grid:hover:before {
  color: #333;
}
.toolbar-top .toolbar .modes .modes-mode.mode-list.active:before,
.toolbar-top .toolbar .modes .modes-mode.mode-list:hover:before,
.toolbar-top .toolbar .modes .modes-mode.mode-list.active:after,
.toolbar-top .toolbar .modes .modes-mode.mode-list:hover:after {
  background-color: #333;
}
.toolbar-top .toolbar .sorter {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding-top: 4px;
  float: none;
  display: inline-block;
  margin-right: 29px;
  padding-left: 18px;
  margin-right: 37px;
}
.toolbar-top .toolbar .sorter .sorter-label {
  margin-right: 0px;
  color: #888888;
}
.toolbar-top .toolbar .sorter .sorter-options {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/arrow-select.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  height: 34px;
  padding: 4px 4px 6px 12px;
  border: 0px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #555555;
}
.toolbar-top .toolbar .sorter .sorter-action {
  display: none;
}
.toolbar-top .toolbar .limiter {
  padding-top: 0;
  float: none;
  display: inline-block;
  border: 1px solid #e6e6e6;
  background-color: white;
  padding: 2px 12px 2px 20px;
  border-radius: 3px;
  margin-right: 25px;
}
.toolbar-top .toolbar .limiter .control .limiter-options {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/images/alothemes/arrow-select.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  height: 34px;
  border: 0px solid;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin: 0;
  color: #555555;
}
.toolbar-top .toolbar .limiter .limiter-text {
  display: none;
}
.toolbar-top .toolbar .toolbar-amount {
  float: none;
  margin-left: 0;
  margin-right: 20px;
}
.toolbar-top .toolbar .modes-label,
.toolbar-top .toolbar .sorter-label,
.toolbar-top .toolbar .sorter-options,
.toolbar-top .toolbar .limiter .label,
.toolbar-top .toolbar .limiter-options,
.toolbar-top .toolbar .limiter-text,
.toolbar-top .toolbar .toolbar-amount {
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  display: inline;
}
.toolbar-top .toolbar .modes-label {
  margin-right: 12px;
  display: none;
}
.toolbar-bottom .toolbar-amount {
  display: none;
}
.toolbar-bottom .modes {
  display: none;
}
.toolbar-bottom .limiter {
  display: none;
}
.toolbar-bottom .sorter {
  display: none;
}
.toolbar-bottom .pages {
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 20px;
}
.toolbar-bottom .pages .pages-label {
  display: none;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.modes-mode {
  width: 20px;
  height: 31px;
  line-height: 29px;
  text-align: center;
  display: inline-block;
  background: transparent !important;
}
.mode-grid:before {
  content: "\f0c8" " \f0c8 " " \f0c8" " \f0c8";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 8px;
  font-weight: normal;
  max-width: 24px;
  line-height: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  color: #cccccc;
}
.mode-grid:hover:before {
  color: #333;
}
.mode-grid:active:before {
  color: #333;
}
.mode-list {
  position: relative;
}
.mode-list:before {
  content: "";
  display: inline-block;
  border-bottom: 6px;
  width: 18px;
  height: 6px;
  background-color: #cccccc;
  position: absolute;
  top: 61%;
  left: 7px;
}
.mode-list:after {
  content: "";
  display: inline-block;
  border-bottom: 6px;
  width: 18px;
  height: 6px;
  background-color: #cccccc;
  position: absolute;
  top: 25%;
  left: 7px;
}
.mode-list:hover:before {
  background-color: #333;
}
.mode-list:hover:after {
  background-color: #333;
}
.mode-list:active:before {
  background-color: #333;
}
.mode-list:active:after {
  background-color: #333;
}
.products.wrapper ~ .toolbar .sorter {
  display: inline-block;
}
.products.wrapper ~ .toolbar .limiter {
  display: inline-block;
}
.toolbar .pages {
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 20px;
}
.toolbar .pages .pages-label {
  display: none;
}
/* panagations */
.pages .pages-items {
  background: transparent;
}
.pages .pages-items .item {
  display: inline-block;
  background: transparent;
  border: 0px solid;
}
.pages .pages-items .item .label {
  display: none;
}
.pages .pages-items .item .action,
.pages .pages-items .item .page {
  min-width: 39px;
  height: 33px;
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  border-radius: 3px;
}
.pages .pages-items .item .action:hover,
.pages .pages-items .item .page:hover {
  background-color: transparent;
}
.pages .pages-items .item.current .page {
  color: #333;
  position: relative;
  /*&:before {
                        content: "";
                        border-right: 1px solid @border-color;
                        height: 19px;
                        width: 1px;
                        position: absolute;
                        right: -22%;
                        top: 23%;
                    }*/
}
.pages .pages-items .item:not(:last-child) {
  margin-right: 3px;
}
.pages .pages-items .current .page {
  border-radius: 3px;
  background-color: #63ab04;
}
.pages .pages-items .current .page span {
  color: #ffffff;
}
.pages .pages-items .current .page:hover {
  background-color: #63ab04;
}
.pages .pages-items .current .page:hover span {
  color: #ffffff;
}
.pages .pages-items .action span {
  display: none;
}
.pages .pages-items .action:before {
  content: "\f104";
  font-family: "FontAwesome";
}
.pages .pages-items .action.next:before {
  content: "\f105";
}
.pages .pages-items .item .action:hover,
.pages .pages-items .item .page:hover {
  border-color: #63ab05;
  color: #ffffff;
  background-color: #63ab05;
}
.toolbar-bottom .pages {
  width: 100%;
  display: block;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin: 0;
  text-align: left;
}
.toolbar-bottom .toolbar-products {
  padding: 0;
  margin-bottom: 60px;
}
.toolbar-blog-posts {
  border-width: 0;
  margin-bottom: 60px;
}
.toolbar-blog-posts .pages {
  float: none;
}
.toolbar-blog-posts .pages-items .item .action,
.toolbar-blog-posts .pages-items .item .page {
  min-width: 39px;
  height: 33px;
  line-height: 33px;
  border-color: #e6e6e6;
}
.products.wrapper.grid .product-reviews-summary,
.products.wrapper.grid .stock {
  display: none;
}
.best-seller-products .products.wrapper.grid .product-reviews-summary,
.best-seller-products .products.wrapper.grid .stock {
  display: block;
}
.products.wrapper.list .product .product-item-info {
  padding: 10px;
  display: flex;
}
.products.wrapper.list .product .product-item-info:hover {
  margin-bottom: 0;
  padding-bottom: 10px;
  box-shadow: 0 0 3px 0 rgba(99, 171, 4, 0.281);
}
.products.wrapper.list .product .product-item-info .images-container {
  width: 31.14186851211073%;
  float: left;
  padding-right: 20px;
}
.products.wrapper.list .product .product-item-info .products-textlink {
  width: 44.29065743944637%;
}
.products.wrapper.list .product .product-item-info .products-textlink .text-color {
  position: static;
  display: block;
  padding: 0;
  transform: none;
}
.products.wrapper.list .product .product-item-info .products-textlink .text-color .swatches-pa {
  border-bottom: 0;
}
.products.wrapper.list .product .product-item-info .products-textlink .text-color p {
  margin: 0;
  margin-right: 5px;
}
.products.wrapper.list .product .product-item-info .products-textlink .text-color div[class^="swatch-opt-"] {
  display: unset;
}
.products.wrapper.list .product .product-item-info .products-textlink .price-box {
  margin-bottom: 6px;
  text-align: left;
}
.products.wrapper.list .product .product-item-info .products-textlink .price-box .special-price {
  vertical-align: middle;
}
.products.wrapper.list .product .product-item-info .products-textlink .product-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
  text-align: left;
}
.products.wrapper.list .product .product-item-info .products-textlink .product-name .product-item-link {
  color: #222;
}
.products.wrapper.list .product .product-item-info .products-textlink .product-name .product-item-link:hover {
  color: #63ab04;
}
.products.wrapper.list .product .product-item-info .products-textlink .stock {
  font-size: 14px;
  font-weight: normal;
}
.products.wrapper.list .product .product-item-info .products-textlink .stock label {
  color: #333;
  margin-right: 11px;
}
.products.wrapper.list .product .product-item-info .products-textlink .stock > span {
  color: #63ab04;
}
.products.wrapper.list .product .product-item-info .products-textlink .stock > span:before {
  content: "\f046";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.products.wrapper.list .product .product-item-info .products-textlink .product.description {
  margin-top: 11px;
  margin-bottom: 10px;
}
.products.wrapper.list .product .product-item-info .products-textlink .product.description .action.more {
  display: none;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-primary {
  display: inline-block;
  margin-right: 18px;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-primary .button.btn-cart > span {
  display: inline-block;
  margin-bottom: 2px;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary {
  display: inline-block;
}
.products.wrapper.list .product .product-item-info:before {
  content: "";
  display: table;
}
.products.wrapper.list .product .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.products.wrapper.list .product-reviews-summary {
  margin-top: 15px;
  margin-bottom: 4px;
}
.products.wrapper.list .product-reviews-summary .reviews-actions a.add {
  display: none;
}
.products.wrapper.list .rating-summary {
  vertical-align: middle;
}
.products.wrapper.list .rating-summary .rating-result:before,
.products.wrapper.list .rating-summary .rating-result > span:before,
.product-info-main .rating-summary .rating-result:before,
.product-info-main .rating-summary .rating-result > span:before {
  font-size: 13px;
  height: 13px;
  line-height: 13px;
}
.products.wrapper.list .product-reviews-summary .reviews-actions,
.product-info-main .product-reviews-summary .reviews-actions {
  vertical-align: middle;
  font-size: 13px;
}
.products.wrapper.list .product-reviews-summary .reviews-actions .action span,
.product-info-main .product-reviews-summary .reviews-actions .action span {
  display: inline;
}
.products.wrapper.list .product-reviews-summary .reviews-actions a.add,
.product-info-main .product-reviews-summary .reviews-actions a.add {
  display: none;
}
.products.wrapper.list .product .product-item-info .products-textlink .price-box .price,
.product-info-main .price-box .weee .price {
  font-size: 18px;
}
.products.wrapper.list .product .product-item-info .products-textlink .price-box .old-price .price,
.product-info-main .price-box .old-price .weee .price {
  font-size: 16px;
  font-weight: normal;
}
.products.wrapper.list .product .product-item-info .products-textlink .product.description ul,
.product-info-main .attribute .value > ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.products.wrapper.list .product .product-item-info .products-textlink .product.description ul li,
.product-info-main .attribute .value > ul li {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-bottom: 3px;
  /* line-height: 24px; */
  max-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products.wrapper.list .product .product-item-info .products-textlink .product.description ul li:before,
.product-info-main .attribute .value > ul li:before {
  content: "\f111";
  font-size: 7px;
  font-family: "FontAwesome";
  margin-right: 10px;
  vertical-align: middle;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-primary .button.btn-cart,
.product-add-form .button.btn-cart {
  max-width: width 269px;
  width: 100%;
  text-align: center;
  background-color: #63ab04;
  color: #ffffff;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .action,
.product-add-form .product-social-links .product-addto-links .action {
  font-size: 14px;
  font-weight: normal;
  color: #aaa;
  vertical-align: middle;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .action .fa-plus,
.product-add-form .product-social-links .product-addto-links .action .fa-plus {
  font-size: 10px;
  margin-right: 4px;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .action:hover,
.product-add-form .product-social-links .product-addto-links .action:hover {
  color: #63ab04;
  text-decoration: none;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .action .icon,
.product-add-form .product-social-links .product-addto-links .action .icon {
  font-size: 15px;
  margin-right: 6px;
  vertical-align: middle;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist,
.product-add-form .product-social-links .product-addto-links .towishlist {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e6e6e6;
}
.products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist .fa-plus,
.product-add-form .product-social-links .product-addto-links .towishlist .fa-plus {
  font-size: 10px;
  margin-right: 4px;
}
/*sidebar */
.block.filter .filter-options {
  margin-top: 7px;
}
.block.filter .filter-options .count {
  color: #888;
}
.block.filter .filter-options-item:nth-child(1),
.block.filter .filter-options-item:nth-child(2) {
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.block.filter .filter-options-item:last-child {
  margin-bottom: 5px;
}
.block.filter .filter-options-item:last-child .filter-options-content {
  margin-bottom: 0;
  margin-top: -3px;
}
.block.filter .filter-options-title {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  text-transform: none;
  margin-bottom: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
.block.filter .filter-options-content {
  display: block !important;
}
.block.filter .filter-options-content .items .item {
  margin-bottom: 16px;
}
.block.filter .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_text {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.block.filter .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_text .from_fixed {
  line-height: 31px;
  max-width: 123px;
  width: 100%;
  text-align: center;
  border: 1px solid #e6e6e6;
  display: inline-block;
}
.block.filter .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_text .space_fixed {
  display: none;
}
.block.filter .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_text .to_fixed {
  line-height: 31px;
  max-width: 123px;
  width: 100%;
  text-align: center;
  border: 1px solid #e6e6e6;
  display: inline-block;
}
.block.filter .filter-options-content .items .item a:hover {
  color: #63ab04;
}
.block.filter .filter-options-content .items .item #layered_ajax_price_attribute {
  margin-top: 37px;
}
.block.filter .filter-title,
.block-compare .block-title,
.block-wishlist .block-title,
.block-reorder .block-title,
.widget.block .block-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 8px;
  position: relative;
}
.block.filter .filter-title:before,
.block-compare .block-title:before,
.block-wishlist .block-title:before,
.block-reorder .block-title:before,
.widget.block .block-title:before {
  background: linear-gradient(to right, #63ab04, transparent);
  bottom: -16px;
  left: 0;
  margin: 10px 0px;
  position: absolute;
  right: 0;
  top: 23px;
  z-index: -1;
}
.filter-title {
  display: none;
}
.block.filter .filter-title strong,
.block-compare .block-title strong,
.block-wishlist .block-title strong,
.block-reorder .block-title strong,
.widget.block .block-title strong {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}
.block.filter .filter-options-content .items .item a {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
}
.block.filter .filter-options-content .items .item a:hover {
  color: #63ab04;
}
.block-reorder .block-content .product-item-link {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
}
.block-reorder .block-content .product-item-link:hover {
  color: #63ab04;
}
.swatch-option.text {
  line-height: 20px !important;
  padding: 4px 8px !important;
  height: auto !important;
}
.swatch-attribute-options {
  margin-top: 0;
}
.swatch-attribute.color {
  text-align: left;
}
.swatch-attribute.color .swatch-option.color {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  min-width: auto;
  width: 20px;
  height: 20px;
}
.swatch-attribute.color .swatch-option.color:hover {
  border-width: 0;
}
.swatch-option.selected {
  border-color: 3px solid #dadada !important;
}
.fieldset .configurable.required {
  width: 31%;
  float: left;
}
.fieldset .configurable.required .label {
  display: none;
}
.fieldset .configurable.required .super-attribute-select {
  height: 43px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
  padding: 5px 15px 4px;
  background-position: 91% 50%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.fieldset .configurable.required:first-child {
  margin-right: 30px;
}
.product-add-form .fieldset:before {
  content: "";
  display: table;
}
.product-add-form .fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.accor-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 11px;
  text-transform: none;
}
.block-compare {
  margin-bottom: 28px;
}
.block-compare .block-title .counter {
  font-size: 14px;
  color: #333;
  margin-left: 10px;
}
.block-compare .empty,
.block-wishlist .block-content {
  font-size: 13px;
  font-weight: normal;
  color: #888;
  text-transform: capitalize;
}
.block-compare .block-content .product-item {
  float: none;
}
.block-compare .block-content .product-item .product-item-link {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
}
.block-compare .block-content .product-item .product-item-link:hover {
  color: #63ab04;
}
.block-compare .block-content .actions-toolbar .primary .compare {
  line-height: 28px;
  padding: 0 20px;
  background-color: #63ab04;
  color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-compare .block-content .actions-toolbar .primary .compare:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  color: #ffffff;
}
.block-compare .action.delete {
  right: auto;
}
.block-compare .action.delete:hover:before {
  color: #333;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.sidebar-additional .block-title-tabs {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar-additional .block-title-tabs .magictabs {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
}
.sidebar-additional .block-title-tabs .magictabs .item {
  margin-bottom: 0;
}
.sidebar-additional .block-title-tabs .magictabs .item.activated .title,
.sidebar-additional .block-title-tabs .magictabs .item:hover .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background-color: transparent;
  text-transform: none;
}
.sidebar-additional .products.wrapper .product-items .product-item {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-additional .product.product-item .product-item-info {
  padding: 0;
  border-left: 0;
}
.sidebar-additional .product.product-item .product-item-info:before {
  display: none;
}
.sidebar-additional .product.product-item .product-item-info:hover {
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sidebar-additional .product.product-item .product-item-info .product-hover {
  margin-bottom: 0;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #f5f5f5;
  border: none;
}
.sidebar-additional .product.product-item .product-item-info .product-item-photo {
  margin: 0;
  float: none;
  position: static;
}
.sidebar-additional .product.product-item .images-container {
  width: 35%;
  padding-left: 0;
  padding-right: 10px;
}
.sidebar-additional .product.product-item .product-item-details {
  width: 65%;
  padding-left: 0;
  padding-right: 10px;
  margin-top: 8px;
  margin-left: 0 !important;
}
/* page cart */
.page-main > .page-title-wrapper .page-title {
  display: block;
}
.page-title-wrapper .page-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 78px;
}
.page-title-wrapper.product .page-title {
  font-size: 20px;
  font-weight: normal;
  color: #222222;
  text-transform: none;
  margin: 0;
  line-height: 20px;
}
.cart.table-wrapper .cart.table {
  width: 100%;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper th.col {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.cart.table-wrapper .toolbar .items > .item {
  border-bottom: 0;
}
.cart.table-wrapper .cart.item .product-item-photo {
  width: 40%;
}
.cart.table-wrapper .product-item-details {
  width: 60%;
}
.actions-toolbar .action-edit span,
.actions-toolbar .action-delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-toolbar .action-edit:before,
.actions-toolbar .action-delete:before {
  color: #4A9EDB;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  opacity: .8;
}
.actions-toolbar .action-edit,
.actions-toolbar .action-towishlist {
  margin-right: 15px;
}
.actions-toolbar .action-delete:before {
  content: "\f00d";
}
.cart.main.actions {
  display: flex;
  justify-content: space-around;
}
.cart.main.actions .continue,
.cart.main.actions .action.clear,
.cart.main.actions .action.update {
  font-size: 15px;
  font-weight: 500;
  padding: 9px 22px 10px;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #63ab04;
  transition: all .3s;
}
.cart.main.actions .action.clear,
.cart.main.actions .action.update {
  padding: 6px 20px 7px;
  border-width: 2px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #ffffff;
  color: #333;
  width: auto;
}
.cart.main.actions .action.clear {
  margin-right: 6px;
}
.cart.main.actions .continue,
.checkout-success .actions-toolbar .primary.continue,
#registration .action.primary {
  margin-right: 20px;
}
.cart.main.actions .continue:hover,
.checkout-success .actions-toolbar .primary.continue:hover,
#registration .action.primary:hover {
  border: 1px solid transparent;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  color: #ffffff;
  text-decoration: none;
}
#registration .action.primary {
  border-color: transparent;
}
.cart-summary .block > .title {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.cart-summary .block .fieldset {
  border: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 20px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 14px;
  font-weight: normal;
  color: #888;
}
.cart-summary .block .fieldset:not(.choice) > .label {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.cart-summary .summary.title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-top: 21px;
  margin-bottom: 11px;
}
.cart-summary .select {
  height: 43px;
  background-position: 95% 50%;
}
.cart-summary .select:focus {
  box-shadow: none;
  border: 1px solid #63ab04;
}
.cart-summary .input-text {
  height: 43px;
}
.cart-summary .input-text:focus {
  box-shadow: none;
  border: 1px solid #63ab04;
}
.cart-totals .mark,
.cart-totals .amount {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: transparent;
  border: none;
}
.cart-totals .mark strong {
  font-weight: 700;
}
.block.discount .apply.primary,
.checkout-shipping-method .action.primary {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 16px 7px;
  font-size: 15px;
  font-weight: 500;
}
.checkout-shipping-method .action.primary {
  min-width: 200px;
}
.checkout.items .action.checkout {
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #63ab04;
  transition: all .3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.checkout.items .action.checkout:hover {
  border: 1px solid #63ab04;
  color: #ffffff;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
}
.fieldset.estimate {
  border: 0;
}
.checkout-cart-index .cart-empty {
  padding: 15px;
  border: 1px solid #e6e6e6;
  font-size: 15px;
  text-align: center;
}
.checkout-cart-index .cart-empty a {
  color: #63ab04;
}
/* page checkout */
.checkout-index-index .page-title-wrapper .page-title {
  margin-bottom: 48px;
}
.checkout-container .authentication-wrapper {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
  margin-bottom: 50px;
  padding-bottom: 15px;
  width: auto;
  max-width: none;
  float: none;
  margin-top: 0;
}
.checkout-container .authentication-wrapper .action-auth-toggle {
  padding: 8px 15px 10px;
  min-width: 120px;
  font-size: 14px;
  text-decoration: none;
  max-width: 50%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  transition: all .3s ease;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.checkout-container .authentication-wrapper .action-auth-toggle:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  transition: all .3s ease;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  transition: all .3s ease;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.checkout-success .actions-toolbar .primary.continue {
  background-color: #63ab04;
  padding: 9px 14px 10px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid transparent;
}
.checkout-success .quote-message {
  margin-top: 10px;
}
.checkout-success .quote-message p {
  font-size: 18px !important;
}
.checkout-success .quote-message p a {
  font-size: 20px !important;
}
.customer-account-forgotpassword .actions-toolbar {
  margin-top: 30px;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
  transition: all .3s ease;
}
.opc-wrapper .action-show-popup:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.authentication-wrapper .authentication-dropdown {
  width: auto;
  min-width: 300px;
  right: 0;
  border: 0;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  background-color: #ffffff;
  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 .block-customer-login .block-title strong {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
.authentication-wrapper .authentication-dropdown .block-customer-login .fieldset {
  margin-bottom: 20px;
}
.authentication-wrapper .authentication-dropdown .block-customer-login .input-text {
  height: 40px;
}
.opc-progress-bar {
  width: calc(66.66666667% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.opc-progress-bar .opc-progress-bar-item {
  width: 50%;
}
.opc-progress-bar .opc-progress-bar-item._active:before {
  background: #63ab04;
}
.opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #63ab04;
}
.opc-wrapper .step-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  border-color: #e6e6e6;
  color: #222222;
}
.opc-wrapper .form.form-login,
.opc-wrapper .form.form-shipping-address {
  max-width: none;
  margin-top: 0;
}
.opc-wrapper .form-login .fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.opc-wrapper .form-login .fieldset .note {
  display: block;
}
.opc-wrapper .form-login .fieldset .field.required > label:after {
  position: static;
  margin-left: 5px;
}
.opc-wrapper .field.street .field._required,
.opc-wrapper .field.street .field.additional:not(:last-child) {
  margin-bottom: 10px;
}
.opc-wrapper .step-content {
  margin: 0;
}
.opc-sidebar {
  float: left;
  margin-top: 0;
}
.checkout-index-index .page-title-wrapper {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  text-align: center;
  padding-top: 50px;
}
.checkout-index-index .page-title-wrapper .page-title {
  color: #000000;
  font-size: 35px;
  font-weight: normal;
  text-transform: none;
}
input.input-text,
.opc-wrapper .field._required select,
.checkout-index-index .field._required select {
  height: 40px;
  border: 1px solid #e6e6e6;
}
input.input-text:focus,
.opc-wrapper .field._required select:focus,
.checkout-index-index .field._required select:focus {
  box-shadow: none;
  border: 1px solid #63ab04;
}
input.input-text .input[type=text],
.opc-wrapper .field._required select .input[type=text],
.checkout-index-index .field._required select .input[type=text] {
  border: 1px solid #e6e6e6;
}
.opc-wrapper .field._required select {
  background-position: 98% 50%;
}
#checkout-shipping-method-load {
  overflow-y: auto;
}
.methods-shipping .table-checkout-shipping-method {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  width: 100%;
}
.methods-shipping .table-checkout-shipping-method .row {
  margin-left: 0;
  margin-right: 0;
}
.methods-shipping .table-checkout-shipping-method thead th {
  display: unset;
}
.methods-shipping .table-checkout-shipping-method tbody tr td {
  border-top: 1px solid #e6e6e6;
  padding-left: 15px;
  padding-right: 15px;
}
.opc-block-summary .minicart-items-wrapper {
  overflow-y: auto;
}
.opc-block-summary .minicart-items-wrapper .minicart-items .product-item {
  border-color: #e6e6e6;
}
.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 .product-item-details {
  overflow: hidden;
  padding-left: 15px;
}
.opc-block-summary .product-item .product-item-inner,
.opc-block-summary .product-item .product-item-name-block,
.opc-block-summary .product-item .subtotal {
  display: block;
}
.opc-block-summary .product-item .subtotal {
  text-align: left;
}
.checkout-payment-method {
  /*.payment-option-title,.payment-option-content {
            padding-left: 0;
        }*/
}
.checkout-payment-method .form.payments .fieldset {
  padding: 20px;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary.checkout {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 8px 15px 10px;
  font-size: 15px;
  font-weight: 500;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary.checkout:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.checkout-payment-method .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #333;
}
.discount-code .actions-toolbar .action.action-apply {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px 15px 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s ease;
}
.discount-code .actions-toolbar .action.action-apply:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  text-transform: capitalize;
  top: 6px;
  /*&:hover {
                    color: @green;
                }*/
  transition: all .3s ease;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover {
  opacity: 1;
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  text-decoration: none;
  color: #fff;
}
.checkout-onepage-success .checkout-success {
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  margin-top: 30px;
  text-align: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  display: flex;
  justify-content: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar a {
  font-weight: bold;
}
.multicheckout .table-wrapper .col.item .action.edit {
  color: red;
}
.multishipping-checkout-success .multicheckout.success ul.orders-list > li {
  margin-bottom: 30px;
}
.multishipping-checkout-success .multicheckout.success ul.orders-list .order-id {
  font-size: 14px;
  font-weight: bold;
}
#registration p + p {
  margin-bottom: 20px;
}
.checkout-index-index .modal-popup .form-shipping-address {
  margin: 0 auto;
}
.checkout-index-index .modal-popup .field._required select {
  background-position: 98% 50%;
}
.modal-slide._inner-scroll .modal-header {
  padding: 38px 50px 20px;
}
.modal-slide._inner-scroll .modal-footer {
  padding-left: 50px;
  padding-right: 50px;
}
.modal-slide._inner-scroll .field.street .field._required,
.modal-slide._inner-scroll .field.street .field.additional:not(:last-child) {
  margin-bottom: 10px;
}
/* product detail */
table .col {
  width: auto;
}
.product-view {
  margin-bottom: 30px;
}
.product-view .product-essential .row-normal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.product-view .product-social-links {
  text-align: left;
}
.product-view .product-social-links .mailto {
  display: none;
}
.product-view .product-social-links .socials .custom-html {
  display: flex;
  justify-content: flex-start;
}
.product-view .product-social-links .socials .custom-html .title-social {
  font-size: 14px;
  color: #222222;
}
.product-view .product-social-links .socials .custom-html .list-inline {
  display: flex;
  width: 100%;
  max-width: 130px;
  justify-content: space-between;
  margin-left: 14px;
}
.product-view .product-social-links .socials .custom-html .list-inline:before {
  display: none;
}
.product-view .product-social-links .socials .custom-html .list-inline .hidden {
  display: none;
}
.product-view .product-social-links .socials .custom-html .list-inline .facebook:hover {
  color: #3A5797;
}
.product-view .product-social-links .socials .custom-html .list-inline .twitter:hover {
  color: #1D9DEC;
}
.product-view .product-social-links .socials .custom-html .list-inline .pinterest:hover {
  color: #E00018;
}
.product-view .product-social-links .socials .custom-html .list-inline .linkedin:hover {
  color: #006295;
}
.page-layout-1column .product.media.product-img-box {
  width: 50%;
  display: block;
}
.product-info-main .swatch-attribute-options {
  margin-top: 5px !important;
}
.catalog-product-view .product-info-main.product-shop {
  width: 50%;
}
.catalog-product-view .product-info-main.product-shop .product-info-stock-sku .stock span {
  color: #666666;
  font-size: 14px;
}
.catalog-product-view .product-info-main.product-shop .product-shop-content .product-info-price {
  padding-bottom: 22px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px;
}
.catalog-product-view.page-product-grouped .product-info-main.product-shop .product-shop-content .product-info-price {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  /*top: 20px;*/
}
.fotorama__wrap--css3 .fotorama__stage {
  /*left: 110px !important;*/
}
.fotorama__wrap--css3 .fotorama__stage__shaft {
  /*border: 1px solid #dfdfdf;*/
}
/*.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
        padding-right: 8px !important;
    }*/
.fotorama--fullscreen .zoomImg {
  display: none !important;
}
.product-info-main.product-shop .product.attribute ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.product-info-main .product-deal-special-progress {
  padding-left: 0;
  padding-right: 0;
}
.product-info-main .alo-count-down .countdown {
  justify-content: flex-start;
}
.product-info-main .brand {
  display: none;
}
.product-info-main .brand a {
  text-decoration: none;
}
.product-info-main .brand a:hover img {
  border-color: #63ab04;
}
.product-info-main .brand span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.product-info-main .brand img {
  border: 1px solid #efefef;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.product-info-main .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: inline-block;
  line-height: inherit;
  margin-top: 0;
}
.product-info-main .special-price {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-size: 14px;
  font-weight: normal;
  color: #63ab04;
  text-transform: none;
  margin: 13px 0 0 0;
}
.product-info-main .product.sku {
  margin-bottom: 25px;
  margin-top: -3px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e6e6e6;
}
.product-info-main .product.sku strong,
.product-info-main .product.sku .value {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  display: inline-block;
}
.product-info-main .product.sku strong {
  color: #666;
}
.product-info-main .product.sku strong:after {
  content: ":";
}
.product-info-main .attribute {
  margin-bottom: 22px;
}
.field.qty .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
  margin-right: 5px;
}
.field.qty .label:after {
  content: ":";
}
.field.qty .custom-qty.control {
  display: inline-block;
  vertical-align: middle;
}
.field.qty .custom-qty.control .input-text {
  width: 82px;
  height: 35px;
  border-width: 0;
  float: left;
  border: 2px solid #e6e6e6;
  text-align: center;
  border-radius: 3px;
}
.field.qty .custom-qty.control .input-text:focus {
  box-shadow: none;
  border: 2px solid #63ab04;
}
.field.qty .custom-qty.control .btn-plus {
  margin-right: 10px;
  width: 38px;
  height: 35px;
  float: left;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 3px;
}
.field.qty .custom-qty.control .btn-plus .items {
  background-color: transparent;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-width: 0;
  font-size: 14px;
  color: #7f7f7f;
}
.field.qty .custom-qty.control .btn-plus .plus {
  position: relative;
}
.field.qty .custom-qty.control .btn-plus .plus:before {
  content: '+';
  font-weight: normal;
  margin-right: 2px;
  vertical-align: top;
  font-size: 26px;
  font-weight: 100;
  margin-top: -3px;
  display: inline-block;
}
.field.qty .custom-qty.control .btn-minus {
  margin-left: 10px;
  width: 38px;
  height: 35px;
  float: left;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 3px;
}
.field.qty .custom-qty.control .btn-minus .items {
  background-color: transparent;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-width: 0;
  font-size: 14px;
  color: #666;
}
.field.qty .custom-qty.control .btn-minus .minus {
  position: relative;
}
.field.qty .custom-qty.control .btn-minus .minus:before {
  content: '-';
  font-weight: normal;
  margin-right: 2px;
  vertical-align: top;
  font-size: 26px;
  font-weight: 100;
  margin-top: -3px;
  display: inline-block;
}
.product-add-form .add-to-cart {
  margin-bottom: 20px;
}
.product-add-form .button.btn-cart {
  margin-right: 16px;
}
.product-add-form .button.btn-cart:hover {
  opacity: 0.8;
}
.product-add-form #instant-purchase {
  display: none;
}
.product-add-form .product-social-links {
  display: inline-block;
  width: auto;
}
.addit .so-social-share {
  display: inline-block;
  vertical-align: top;
}
.addit .so-social-share:not(:last-child) {
  margin-right: 20px;
}
/* description, add infomation, review */
.product.detailed .items-tabs {
  text-align: center;
  position: relative;
}
.product.detailed .items-tabs .data.title {
  display: inline-block;
  margin: 0 27px;
}
.product.detailed .items-tabs .data.title:first-child .data.switch {
  background-color: transparent;
}
.product.detailed .items-tabs .data.title:hover .data.switch {
  background-position: 0 100%;
  text-decoration: none;
}
.product.detailed .items-tabs .data.title.active a {
  font-weight: bold;
}
.product.detailed .items-tabs .active {
  font-weight: bold;
  border-bottom: 3px solid #63ab04;
}
.product.detailed .items-tabs .data.switch {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  border-radius: 2px 2px 0 0;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  color: #bbbbbb;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}
.product.detailed .items-tabs .data.switch .counter {
  font-size: 10px;
  position: absolute;
  top: -8px;
  right: -12px;
}
.product.detailed .items-tabs .data.switch .counter:before {
  content: "(";
}
.product.detailed .items-tabs .data.switch .counter:after {
  content: ")";
}
.product.detailed .items-tabs:after {
  content: "";
  position: absolute;
  width: 414px;
  height: 2px;
  background-color: #63ab04;
  right: 0;
  bottom: -2px;
  display: none;
}
.product.detailed .data-tabs-content {
  border-top: 1px solid #e6e6e6;
  padding: 25px 20px 25px;
}
.review-list .block-title strong {
  font-size: 25px;
  color: #555;
  font-weight: 500;
}
.review-list .block-content .items.review-items {
  padding-left: 0;
}
.review-list .block-content .items.review-items .review-title {
  font-weight: 600;
  font-size: 18px;
}
.review-list .block-content .review-toolbar {
  border-width: 1px 0 0 0;
  margin-bottom: 39px;
}
.review-list .block-content .review-toolbar .limiter {
  display: none;
}
.review-ratings .item {
  display: table-row;
}
.review-ratings .item .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
}
.review-form fieldset,
.form-create-account .fieldset,
.wishlist.share .fieldset,
.form-address-edit .fieldset,
.form-edit-account .fieldset {
  border-width: 0;
  padding: 0;
  margin: 0 0 40px;
}
.review-form .action.submit.primary {
  height: 41px;
  line-height: 37px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  background-color: #63ab04;
  color: #ffffff;
  border-width: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all .3s;
}
.review-form .action.submit.primary:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  color: #ffffff;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset .review-legend.legend {
  font-size: 18px;
}
.fieldset .review-legend.legend strong {
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 10px;
}
.fieldset .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: none;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 13px;
  margin: 0 0 0 5px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  margin: 0 0 8px;
  display: inline-block;
  text-transform: none;
  font-size: 14px;
  color: #222222;
}
.product.description .value p {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin-top: 0;
  line-height: 24px;
}
.product.description .value p:not(:last-child) {
  margin-bottom: 25px;
}
/* my account */
.login-container {
  display: block;
  border: 1px solid #ececec;
  background: #ffffff;
  border-top: 4px solid #63ab04;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.login-container .block {
  width: 48%;
}
.login-container .block .block-title {
  font-size: 15px;
  color: #333;
  margin-bottom: 14px;
}
.login-container .fieldset {
  border-width: 0;
}
.login-container .fieldset:after {
  margin-top: 25px;
  text-align: left;
}
.login-container .fieldset .actions-toolbar .primary .action {
  line-height: 41px;
  padding: 0 32px;
  margin-right: 0;
}
.login-container .fieldset .actions-toolbar .primary .action:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
}
.login-container .actions-toolbar .primary,
.login-container .block-new-customer .actions-toolbar .create.primary,
.form-create-account .actions-toolbar .submit.primary {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.login-container .actions-toolbar .action.remind {
  margin-top: 10px;
}
.login-container .block-new-customer .block-content > p {
  margin-top: 0;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 28px;
  margin-bottom: 20px;
}
.login-container .block-new-customer .actions-toolbar .primary .action {
  line-height: 41px;
  padding: 0 32px;
  margin-right: 0;
}
.login-container .block-new-customer .actions-toolbar .primary .action:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
}
.form-create-account {
  padding: 30px 20px;
  border-top: 4px solid #63ab04;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form-create-account .fieldset {
  width: 48%;
}
.form-create-account .fieldset .legend {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333;
}
.form-create-account .fieldset > .field.newsletter > .checkbox,
.form-create-account .fieldset > .field.newsletter > .label {
  vertical-align: middle;
}
.form-create-account .fieldset > .field.newsletter > .label {
  margin: 0;
}
.form-create-account .create.info {
  float: left;
}
.form-create-account .create.account {
  float: right;
}
.form-create-account .fieldset.address {
  float: right;
}
.form-create-account .fieldset.address ~ .create.account {
  float: none;
}
.form-create-account .actions-toolbar .submit.primary {
  line-height: 27px;
}
.form-create-account .actions-toolbar .submit.primary span {
  font-weight: bold;
  font-size: 14px;
}
.form-create-account .actions-toolbar .secondary a.action {
  margin-top: 9px;
}
.block.block-collapsible-nav .title {
  margin-bottom: 0;
}
.block.block-collapsible-nav .content {
  padding: 15px 0;
  background-color: #f5f5f5;
}
.block.block-collapsible-nav .item {
  margin: 3px 0 0;
  width: 100%;
}
.block.block-collapsible-nav .item a,
.block.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block.block-collapsible-nav .item.current > strong {
  border-color: #63ab04;
  color: #000;
  font-weight: 600;
}
.customer-account-index .column.main .block .block-content,
.sales-order-view .column.main .block .block-content,
.customer-address-index .column.main .block .block-content,
.multishipping-checkout-shipping .column.main .block .block-content {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  overflow-y: auto;
}
.customer-account-index .column.main .block .block-content .table-wrapper,
.sales-order-view .column.main .block .block-content .table-wrapper,
.customer-address-index .column.main .block .block-content .table-wrapper,
.multishipping-checkout-shipping .column.main .block .block-content .table-wrapper {
  min-width: 870px;
}
.customer-account-index .column.main .block .block-content .box,
.sales-order-view .column.main .block .block-content .box,
.customer-address-index .column.main .block .block-content .box,
.multishipping-checkout-shipping .column.main .block .block-content .box {
  width: 48%;
}
.customer-account-index .column.main .block .block-content .box:nth-child(1),
.sales-order-view .column.main .block .block-content .box:nth-child(1),
.customer-address-index .column.main .block .block-content .box:nth-child(1),
.multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(1) {
  float: left;
}
.customer-account-index .column.main .block .block-content .box:nth-child(2),
.sales-order-view .column.main .block .block-content .box:nth-child(2),
.customer-address-index .column.main .block .block-content .box:nth-child(2),
.multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(2) {
  float: right;
}
.customer-account-index .column.main .block .block-content .box .box-title,
.customer-account-index .column.main .block .block-content .box .box-title span,
.sales-order-view .column.main .block .block-content .box .box-title,
.sales-order-view .column.main .block .block-content .box .box-title span,
.customer-address-index .column.main .block .block-content .box .box-title,
.customer-address-index .column.main .block .block-content .box .box-title span,
.multishipping-checkout-shipping .column.main .block .block-content .box .box-title,
.multishipping-checkout-shipping .column.main .block .block-content .box .box-title span {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}
.customer-account-index .column.main .block .block-content .box .box-title,
.sales-order-view .column.main .block .block-content .box .box-title,
.customer-address-index .column.main .block .block-content .box .box-title,
.multishipping-checkout-shipping .column.main .block .block-content .box .box-title {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  margin: 0;
  padding: 10px 15px;
  display: block;
}
.customer-account-index .column.main .block .block-content .box .box-content,
.sales-order-view .column.main .block .block-content .box .box-content,
.customer-address-index .column.main .block .block-content .box .box-content,
.multishipping-checkout-shipping .column.main .block .block-content .box .box-content {
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 13px;
  min-height: 135px;
  padding: 20px 15px;
}
.customer-account-index .column.main .block .block-content .box .box-actions,
.sales-order-view .column.main .block .block-content .box .box-actions,
.customer-address-index .column.main .block .block-content .box .box-actions,
.multishipping-checkout-shipping .column.main .block .block-content .box .box-actions {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-top: 0;
  margin: 0;
  padding: 10px 15px;
}
.customer-account-index .column.main .block .block-content .box .action.edit,
.sales-order-view .column.main .block .block-content .box .action.edit,
.customer-address-index .column.main .block .block-content .box .action.edit,
.multishipping-checkout-shipping .column.main .block .block-content .box .action.edit {
  color: #63ab04;
  margin-right: 10px;
}
.block-addresses-list .items.addresses .item.actions .action,
.account .data.table .col.actions .action,
[class^="sales-guest-"] .data.table .col.actions .action,
.sales-guest-view .data.table .col.actions .action,
.block .box-actions .action {
  color: #63ab04;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.sales-order-view .block-content .box:nth-child(1),
.sales-order-view .block-content .box:nth-child(2) {
  margin-bottom: 30px;
}
.sales-order-view .block-content .box:nth-child(3) {
  float: left;
  clear: both;
}
.sales-order-view .block-content .box:nth-child(4) {
  float: right;
}
.data.table tbody tr td.a-subtotal .cart-price .price,
.data.table tbody tr td .cart-price .price {
  font-size: 16px;
  color: #333;
}
.sales-order-history .order-products-toolbar {
  border-bottom: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items {
  margin-left: -15px;
  margin-right: -15px;
}
.wishlist-index-index .products-grid.wishlist .product-items:before,
.wishlist-index-index .products-grid.wishlist .product-items:after {
  content: "";
  display: table;
}
.wishlist-index-index .products-grid.wishlist .product-items:after {
  clear: both;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-item {
  width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  float: left;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart input.qty {
  width: 96px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.edit,
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.delete {
  color: #aaa;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.edit:hover,
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.delete:hover {
  color: #63ab04;
  text-decoration: none;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.edit:before,
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.delete:before {
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.delete:before {
  content: "\f00d";
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  padding-right: 3px;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions {
  display: inline-block;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions .actions-primary button.action {
  height: 32px;
  line-height: unset;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions .actions-primary button.action:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  color: #ffffff;
}
.wishlist-index-index .products-grid .product-item {
  margin-bottom: 30px;
}
.wishlist-index-index .product-item .product-item-info {
  width: auto;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  position: relative;
}
.wishlist-index-index .product-item-inner > .product-item-actions {
  position: absolute;
  top: 4px;
  right: 10px;
  margin-top: 0;
  z-index: 2;
}
.wishlist.share .fieldset .legend {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
body.account .main .block-title strong {
  font-size: 28px;
  font-weight: 500;
  margin-right: 15px;
}
body.account .main .block-title > a {
  font-size: 14px;
  color: #63ab04;
  margin-right: 10px;
}
body.account .main .fieldset .legend,
.form-address-edit .fieldset .legend {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.account .table-wrapper .action {
  margin-right: 0;
}
.form-address-edit #region_id,
.country.required .required-entry {
  height: 40px;
  background-position: 98% 50%;
}
.field.street .field.additional:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}
.country.required .required-entry {
  display: block;
}
.form-edit-account .actions-toolbar > .primary .action {
  padding: 7px 30px;
}
.review-form fieldset,
.form-create-account .fieldset,
.wishlist.share .fieldset,
.form-address-edit .fieldset,
.form-edit-account .fieldset {
  border-width: 0;
  padding: 0;
  margin: 0 0 40px;
}
.form-create-account .fieldset {
  border-width: 0;
  padding: 0;
  margin: 0 0 10px;
}
.wishlist.share .fieldset {
  border-width: 0;
  padding: 0;
  margin: 0 0 40px;
}
.form-address-edit .fieldset {
  border-width: 0;
  padding: 0;
  margin: 0 0 40px;
}
.form-edit-account .fieldset {
  border-width: 0;
  padding: 0;
  margin: 0 0 40px;
}
.form-newsletter-manage .fieldset {
  border-width: 0;
  padding: 0;
  margin: 0 0 40px;
}
.form-newsletter-manage .actions-toolbar > .primary .action {
  padding: 7px 30px;
}
.form-newsletter-manage .actions-toolbar > .primary .action:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  color: #ffffff;
}
.review-customer-view .reviews-actions .action span {
  display: inline;
}
.block-reviews-dashboard .rating-summary .label,
.block-reviews-dashboard .rating-summary .rating-result {
  vertical-align: middle;
}
.block-reviews-dashboard .rating-summary .rating-result {
  display: inline-block;
  margin-left: 5px;
}
.multicheckout.address table tbody tr td.col.address select {
  height: 40px;
  background-position: 99% 50%;
  padding-right: 25px;
}
.multicheckout.address table tbody td.col.actions .action.delete:before {
  content: "\f00d";
  font-family: "FontAwesome";
}
.multicheckout.address .title strong {
  font-size: 20px;
  color: #333;
}
.multishipping-checkout-shipping .column.main .block .block-title {
  margin-bottom: 20px;
}
.multishipping-checkout-shipping .column.main .block .block-content .box .box-title a span {
  color: red;
}
.multishipping-checkout-shipping .column.main .block .block-content .box.box-shipping-address,
.multishipping-checkout-shipping .column.main .block .block-content .box.box-items {
  width: 25%;
}
.multishipping-checkout-shipping .column.main .block .block-content .box.box-shipping-method {
  width: 50%;
  float: left;
}
.multishipping-checkout-shipping .fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.multishipping-checkout-address-newbilling .main .fieldset .legend,
.multishipping-checkout-address-editbilling .main .fieldset .legend,
.multishipping-checkout-address-newshipping .main .fieldset .legend {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.multicheckout .box-title .action {
  color: red;
}
.multicheckout .block-billing .box-actions .action {
  color: red;
}
.multicheckout .block-billing .box-actions .action.edit {
  margin-right: 10px;
}
.multicheckout .block-billing {
  margin-left: -15px;
  margin-right: -15px;
}
.multicheckout .block-billing .box-billing-address {
  padding-left: 15px;
  padding-right: 15px;
}
.multicheckout .block-billing .block-title {
  margin-left: 15px;
  margin-right: 15px;
}
/* Blog */
.post-list-wrapper .post-list .post-holder {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 38px;
}
.post-list-wrapper .post-list .post-item-photo {
  width: 100%;
}
.post-list-wrapper .post-list .post-content .post-item-detail {
  width: 100%;
}
.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more {
  border: 1px solid #63ab04;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 2px;
  background-color: #63ab04;
  border-radius: 3px;
  padding: 20px 45px;
  transition: all .3s;
  margin-top: 8px;
  text-transform: none;
}
.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:hover {
  background-color: transparent;
  color: #63ab04;
  text-decoration: none;
}
.post-list-wrapper .post-list .post-title-holder,
.post-view .post-header .post-title-holder {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.post-list .post-header .post-title-holder .post-title,
.post-view .post-header .post-title-holder .post-title {
  font-size: 22px;
  text-transform: unset;
  padding-top: 14px;
  margin-bottom: 8px;
}
.post-list .post-header .post-title-holder .post-title a,
.post-view .post-header .post-title-holder .post-title a {
  font-size: 22px;
  color: #333;
  text-transform: unset;
}
.post-list .post-header .post-title-holder .post-read-more {
  background-color: #63ab04;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #63ab04;
  transition: all .3s;
  line-height: 41px;
  padding: 0 29px;
  height: auto;
}
.post-list .post-header .post-title-holder .post-read-more:hover {
  text-decoration: none;
  background-color: transparent;
  color: #63ab04;
}
.post-list .post-header .post-info {
  display: flex;
}
.post-list .post-header .post-info .label {
  display: none;
}
.post-list .post-header .post-info .post-posed-date {
  border-right: none;
}
.post-list .post-header .post-info .post-posed-date > .fa,
.post-list .post-header .post-info .post-posed-date .value {
  display: inline-block;
  color: #888;
}
.post-list .post-header .post-info .post-posed-date > .fa {
  font-size: 15px;
}
.post-list .post-header .post-info .post-posed-date .value {
  font-size: 14px;
  color: #666666;
  padding-right: 13px;
}
.post-list .post-header .post-info .post-author {
  padding-left: 13px;
}
.post-list .post-header .post-info .post-author .value {
  font-size: 14px;
  color: #666666;
}
.post-list .post-header .post-info .post-categories {
  padding: 0;
  display: none;
}
.post-list .post-text-hld p {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-top: 0;
  line-height: 23px;
}
.addthis_toolbox a {
  margin-bottom: 0;
}
.widget.block-categories li:last-child,
.sidebar .widget.block-recent-posts .item:last-child,
.widget.block-archive .item:last-child,
.tagclaud-hld span:last-child {
  border-bottom: 0;
}
.widget.block-categories ul ul {
  padding: 0;
}
/* post view */
.post-view .post-header .post-title-holder {
  margin-bottom: 6px;
}
.post-view .post-header .post-title-holder .post-title a {
  font-weight: normal;
}
.post-view .post-header .element-head {
  margin-bottom: 18px;
}
.post-view .post-header .element-head .post-info {
  display: flex;
  align-items: flex-end;
}
.post-view .post-header .element-head .post-info .post-posed-date {
  display: flex;
  margin-right: 30px;
}
.post-view .post-header .item.post-categories {
  padding: 0;
  display: none;
}
.post-view .post-holder .post-header .post-info .dash {
  display: block;
  float: left;
  padding: 0 11px;
  display: none;
}
.post-view .post-holder .post-content .post-description .post-ftimg-hld img {
  padding: 0 0 10px;
}
.post-view .post-bottom .products.list.items {
  padding-left: 0;
}
._2pi8 {
  padding-left: 0;
  padding-right: 0;
}
.post-nextprev-hld ~ .block.related {
  margin-bottom: 40px;
}
/* about */
.column.main > .our-story {
  margin-bottom: 72px;
}
.our-left .block-title,
.our-right .block-title {
  margin-bottom: 18px;
}
.our-left .block-title h2,
.our-right .block-title h2,
.crazy-team .block-title h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.our-left .block-content p {
  font-size: 13px;
  color: #666;
  margin-top: 0;
  line-height: 25px;
  margin-bottom: 23px;
}
.our-left .about-primary {
  width: 44.66666667%;
}
.our-left .about-secondary {
  width: 55.33333333%;
}
.our-right .block-title {
  margin-bottom: 5px;
}
.our-right ul li {
  padding: 10px 0;
}
.our-right ul li a {
  font-size: 13px;
  color: #666666;
}
.our-right ul li a:before {
  content: "\f102";
  font-family: "Flaticon";
  margin-right: 16px;
}
.our-right ul li a:hover {
  text-decoration: none;
  color: #63ab04;
}
.our-right ul li:not(:first-child) {
  border-top: 1px dotted #e6e6e6;
}
.crazy-team .block-title {
  text-align: center;
}
.crazy-team .block-title h2 {
  margin-bottom: 11px;
}
.crazy-team .block-title .sub-text {
  color: #888;
  font-size: 14px;
  margin: 0 auto 50px;
  max-width: 900px;
  line-height: 25px;
}
.crazy-team-slide .team-name {
  font-size: 14px;
  font-weight: normal;
  margin-top: 7px;
  margin-bottom: 5px;
}
.crazy-team-slide .team-name a {
  color: #63ab04;
}
.crazy-team-slide h3 {
  font-size: 14px;
  font-weight: normal;
  color: #444;
  margin-top: 5px;
  margin-bottom: 19px;
}
.crazy-team-slide p {
  font-size: 13px;
  font-weight: normal;
  color: #888;
  margin-bottom: 0;
}
/* contact */
.google-map > p {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  line-height: 25px;
  margin-top: 10px;
}
.google-map > iframe {
  max-width: 100%;
}
.contact-form .fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.contact-form .fieldset > .field {
  margin: 0 0 10px;
}
.contact-form input.input-text {
  height: 47px;
  width: 70%;
}
.contact-form textarea {
  min-height: 153px;
}
.contact-form .actions-toolbar {
  margin-top: 14px;
  margin-bottom: 40px;
}
.contact-form button.action {
  padding: 11px 39px;
  text-transform: uppercase;
}
.contact-form .store-primary {
  margin-top: 40px;
  display: none;
}
.store-contact .block-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.store-contact .store_info {
  border-right: 1px solid #e6e6e6;
}
.store-contact .store_info li {
  padding: 18px 0;
}
.store-contact .store_info li:first-child {
  padding-top: 0;
}
.store-contact .store_info li:last-child {
  padding-bottom: 0;
}
.store-contact .store_info li .icons {
  display: inline-block;
  font-size: 14px;
  color: #333;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #e4e4e4;
  vertical-align: middle;
  margin-right: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.store-contact .store_info li .flex {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  line-height: 17px;
}
.store-contact .store_info li .flex .tit-name {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
}
.store-contact .store_info li .flex .tit-contain {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #888;
}
.store-contact .store4 .store_info {
  border-right: 0;
}
.table.table-comparison .product-reviews-summary .reviews-actions {
  line-height: normal;
  display: inline-block;
}
.table.table-comparison .cell.label .attribute.label {
  color: #333;
}
.table.table-comparison .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.page-wrapper {
  min-height: auto;
}
/*style contact*/
.style-contact .title {
  margin-top: 51px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 13px;
  margin-bottom: 16px;
}
.style-contact .title h3 {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}
.style-contact .fieldset .div-flex {
  display: flex;
  justify-content: space-between;
}
.style-contact .fieldset .div-flex .name {
  width: 48.0519480519%;
}
.style-contact .fieldset .div-flex .name .label-contact {
  color: #222222;
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 8px;
}
.style-contact .fieldset .div-flex .name .control .input-text {
  width: 100%;
  height: 51px;
}
.style-contact .fieldset .div-flex .email {
  width: 48.0519480519%;
}
.style-contact .fieldset .div-flex .email .label-contact {
  color: #222222;
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 8px;
}
.style-contact .fieldset .div-flex .email .control .input-text {
  width: 100%;
  height: 51px;
}
.style-contact .fieldset .div-flex .email .control .input-text:focus {
  box-shadow: none;
}
.style-contact .fieldset .telephone .label-contact {
  color: #222222;
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 8px;
}
.style-contact .fieldset .telephone .control .input-text {
  width: 100%;
  height: 51px;
}
.style-contact .fieldset .telephone .control .input-text:focus {
  box-shadow: none;
}
.style-contact .fieldset .comment .label-contact {
  color: #222222;
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 8px;
}
.style-contact .fieldset .comment .control .input-text {
  width: 100%;
  height: 154px;
  border: 1px solid #e6e6e6;
}
.style-contact .fieldset .comment .control .input-text:focus {
  border: 1px solid #63ab04;
  box-shadow: none;
}
.style-contact .fieldset .actions-toolbar .primary .action {
  border-radius: 3px;
  width: 218px;
  text-align: center;
  line-height: 19px;
  height: auto;
  transition: all .3s;
}
.style-contact .fieldset .actions-toolbar .primary .action span {
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
}
.style-contact .fieldset .actions-toolbar .primary .action:hover {
  -webkit-box-shadow: 0px 12px 22px -7px #63ab05;
  -moz-box-shadow: 0px 12px 22px -7px #63ab05;
  box-shadow: 0px 12px 22px -7px #63ab05;
}
.style-contact .introduce-contact .text-contact {
  color: #888888;
}
.style-contact .introduce-contact .address-list {
  padding-left: 0;
  margin-bottom: 0;
}
.style-contact .introduce-contact .address-list .feature-icon {
  margin-bottom: 14px;
}
.style-contact .introduce-contact .address-list .gokko-icon.icon-envelope:before {
  content: "\e91f";
  font-family: 'Gokko-Icon';
  font-size: 13px;
  margin-left: 6px;
  margin-right: 18px;
}
.style-contact .introduce-contact .address-list .hidden {
  display: none;
}
.style-contact .introduce-contact .address-list li {
  list-style-type: none;
}
.style-contact .introduce-contact .address-list li p {
  font-size: 14px;
  color: #666666;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 38px;
  bottom: 5px;
}
.style-contact .introduce-contact .address-list li p .contact-name {
  font-size: 16px;
  margin-top: 1px;
  color: #666666;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.style-contact .introduce-contact .address-list li p .icon-location:before {
  font-size: 28px;
  margin-right: 12px;
}
.style-contact .introduce-contact .address-list li p .icon-envelope:before {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 17px;
}
.style-contact .introduce-contact .address-list li p .icon-phone:before {
  font-size: 16px;
  margin-left: 8px;
}
.style-contact .introduce-contact .address-list li p .tit-name {
  color: #666666;
}
.style-contact .introduce-contact .address-list li p.no-margin {
  line-height: 1.7;
}
.style-contact .introduce-contact .address-list li p.no-margin .contact-name {
  margin-top: 5px;
  bottom: 10px;
}
.style-contact .introduce-contact .address-list li .follow-buttons {
  margin-top: 18px;
}
.style-contact .introduce-contact .address-list li .follow-buttons a {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  font-size: 15px;
  color: #555555;
  background-color: #dddddd;
  text-align: center;
  margin-right: 10px;
}
.style-contact .introduce-contact .address-list li .follow-buttons a:hover {
  color: #ffffff;
  background-color: #63ab04;
}
/*404*/
.page-404 .title-404 {
  color: #222222;
  font-size: 150px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-404 .title-2-404 {
  color: #333;
  font-size: 30px;
}
.page-404 .text-404 {
  color: #666666;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 45px;
}
.page-404 .button-404 a {
  background-color: #63ab05;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 64px;
}
.page-404 .button-404 a:hover {
  background-color: #518f00;
  box-shadow: rgba(0, 0, 0, 0.419608) 0px 9px 6px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 7px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
  text-decoration: none;
}
.page-404 .text-title {
  text-align: center;
}
/*style about*/
.about-style .title-about {
  background: url(http://wp2cart.com/gokko/pub/static/frontend/Alothemes/gokko/en_US/images/alothemes/background-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 194px 0;
  background-attachment: fixed;
  background-position: center bottom;
  position: relative;
}
.about-style .title-about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.68);
}
.about-style .text {
  position: relative;
  z-index: 2;
}
.about-style .text .about-us {
  color: #ffffff;
  font-size: 50px;
  text-align: center;
}
.about-style .text .about-us-text {
  color: #fff;
  font-size: 18px;
  max-width: 634px;
  padding: 0 30px;
  margin-top: 8px;
}
.about-style .text-icon-about {
  justify-content: space-between;
  padding: 0 15px;
}
.about-style .text-icon-about .icon-about {
  text-align: center;
  margin-top: 64px;
}
.about-style .text-icon-about .icon-about .gokko-icon {
  font-size: 58px;
  color: #63ab05;
}
.about-style .text-icon-about .icon-about .title-icon {
  font-size: 40px;
  color: #222222;
  margin-bottom: 0;
}
.about-style .text-icon-about .icon-about .text-icon {
  font-size: 18px;
  color: #666666;
  margin-top: -4px;
}
.about-style .bg-fa {
  background-color: #fafafa;
  padding: 70px 0 82px 0;
}
.about-style .bg-fa .title {
  background-color: #63ab05;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 43px;
}
.about-style .bg-fa .title:last-child {
  margin-bottom: 30px;
}
.about-style .bg-fa .iprogress {
  position: relative;
  padding: 9px 0;
  padding-left: 36px;
  margin-bottom: 20px;
  margin-top: 26px;
}
.about-style .bg-fa .iprogress .text-progress {
  position: absolute;
  line-height: 41px;
  font-size: 13px;
  padding: 0 8px;
  border-radius: 50%;
  color: #fff;
  background-color: #63ab05;
  max-width: 41px;
  text-align: center;
  z-index: 2;
  top: 0;
  left: 0;
}
.about-style .bg-fa .iprogress .ratio-progress {
  background-color: #333;
  height: 100%;
  max-width: 100%;
  border-radius: 0 999px 999px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.about-style .bg-fa .iprogress .progress-text {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 65px;
  text-shadow: 1px 1px 7px #333;
}
.about-style .bg-fa .iprogress .bg-progress {
  background-color: #e5e5e5;
  height: 23px;
  border-radius: 0 999px 999px 0;
  position: relative;
}
.about-style .bg-fa .title-smail {
  color: #333;
  font-size: 18px;
  margin-top: 28px;
}
.about-style .bg-fa .text-smail {
  color: #666666;
  font-size: 14px;
  margin-top: 14px;
  line-height: 27px;
}
.about-style .bg-fa .box-information {
  margin-top: 31px;
}
.about-style .bg-fa .box-information .text-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 2px;
}
.about-style .bg-fa .box-information .text-flex .bg-radius {
  line-height: 41px;
  font-size: 13px;
  width: 41px;
  border-radius: 50%;
  color: #fff;
  background-color: #aaaaaa;
  max-width: 41px;
  text-align: center;
  z-index: 2;
  top: 0;
  left: 0;
  margin-right: 20px;
  transition: all .3s;
}
.about-style .bg-fa .box-information .text-flex:hover .bg-radius {
  background-color: #63ab05;
}
.about-style .bg-fa .box-information .text-flex .text-radius {
  font-size: 15px;
  color: #333;
}
.about-style .about-team {
  padding: 80px 0 60px 0;
}
.about-style .about-team .title-team {
  text-align: center;
  padding: 0 15px;
}
.about-style .about-team .title-team .title-about-2 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
}
.about-style .about-team .title-team .text-title {
  font-size: 15px;
  color: #666666;
}
.about-style .about-team .magicslider .list-img > a {
  display: block;
  position: relative;
  margin: 0 auto;
}
.about-style .about-team .magicslider .list-img > a img {
  width: 100%;
}
.about-style .about-team .magicslider .list-img > a:before {
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  transition: all 0.3s ease-out 0s;
}
.about-style .about-team .magicslider .list-img > a:after {
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  transition: all 0.3s ease-out 0s;
}
.about-style .about-team .magicslider .list-img:hover .img-hover {
  opacity: 1;
  left: 50%;
}
.about-style .about-team .magicslider .list-img:hover .img-hover .text-img .name {
  font-size: 18px;
  text-align: center;
}
.about-style .about-team .magicslider .list-img:hover .img-hover .text-img .positiona {
  font-size: 14px;
  color: #fff;
}
.about-style .about-team .magicslider .list-img:hover > a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.about-style .about-team .magicslider .list-img:hover > a:after {
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.about-style .about-team .magicslider .list-img .img-hover {
  position: absolute;
  text-align: center;
  bottom: 18px;
  left: 0%;
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 2;
  transition: all .3s;
}
.about-style .about-team .magicslider .list-img .img-hover .text-img .name {
  font-size: 18px;
  font-weight: bold;
  transition: all 1s;
  color: #fff;
}
.about-style .about-team .magicslider .list-img .img-hover .text-img .positiona {
  font-size: 14px;
  color: #fff;
}
.about-style .about-team .magicslider .list-img .img-hover .content-socials .socials-list {
  display: flex;
  margin: 0;
  padding: 0;
}
.about-style .about-team .magicslider .list-img .img-hover .content-socials .socials-list li {
  padding: 0;
  list-style-type: none;
  margin: 0 10px;
  border-radius: 50%;
  width: 27px;
  line-height: 27px;
  background-color: #ffffff;
  transition: all .5s ease;
}
.about-style .about-team .magicslider .list-img .img-hover .content-socials .socials-list li a {
  color: #aaaaaa;
  transition: all .5s ease;
}
.about-style .about-team .magicslider .list-img .img-hover .content-socials .socials-list li:hover {
  background-color: #63ab05;
}
.about-style .about-team .magicslider .list-img .img-hover .content-socials .socials-list li:hover a {
  color: #fff;
}
/*end style about*/
/*ourblog*/
.blog-page {
  /*.related { .products.wrapper { border: 0px solid @border-color; border-top: 1px solid @border-color; } .block-title {} .products.list.items { padding-bottom: 0; margin-bottom: 0; .slick-list { padding-bottom: 0; .product-item { position: relative; &:before { border-right: 1px solid @border-color; height: 198px; width: 1px; top: 37%; left: 0; content: ""; transform: translateY(-50%); position: absolute; z-index: 2; } .product-item-info { padding: 10px; border-left: 0px solid #dfdfdf; padding-bottom: 0px; margin-bottom: 5px; position: relative; background-color: #fff; transition: all .3s ease 0s; &:hover { -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); margin-bottom: 0; padding-bottom: 0; z-index: 9; } .images-container { .product-hover { .hover-box { display: none; } } } } } } } }*/
  /*.post-meta-ourblog { display: flex; flex-wrap: wrap; .post-author { margin-right: 23px; position: relative; &:before { content: ""; position: absolute; border-right: 1px solid #e6e6e6; right: -11px; top: 50%; transform: translate(0, -50%); width: 1px; height: 14px; } } .post-posed-date { display: flex; } }*/
  /*.blog_short_text { padding: 0; margin-top: 8px; .post-info { .content-inner { .post-item-link { font-size: 18px; color: #333; padding: 0; font-weight: normal; text-transform: none; } .post-meta { display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid @border-color; margin-bottom: 29px; margin-top: 6px; .post-author { color: #666666; } .post-posed-date { color: #666666; display: flex !important; } } .post-read-more { background-color: @green; color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; border: 1px solid @green; transition: all .3s; line-height: 41px; padding: 0 29px; height: auto; &:hover { text-decoration: none; background-color: transparent; color: @green; } } } } }*/
}
.blog-page .page-title-wrapper {
  display: block;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-item-photo .post-ftimg-hld .blog-image img {
  width: 100%;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-header .post-title-holder {
  margin-bottom: 20px;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-header .post-title-holder .post-title {
  font-size: 26px;
  text-transform: unset;
  padding-top: 12px;
  margin-bottom: 5px;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-header .post-title-holder .post-info .post-posed-date {
  font-size: 14px;
  color: #666666;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-header .post-title-holder .post-author .post-author {
  font-size: 14px;
  color: #666666;
  padding-left: 13px;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-text-hld p {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
}
.blog-page .main .post-list-wrapper .post-holder .post-content .post-description .post-read-more {
  margin-top: 9px;
  padding: 15px 20px;
  line-height: normal;
}
.blog-page .column.main .post-view .post-bottom .block .block-content .item {
  list-style-type: none;
}
.blog-page .sidebar .search-label {
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.blog-page .sidebar .blog-search .block-content .form .search .control .input-text {
  font-family: "Roboto-Custom", sans-serif;
  height: 46px;
  border-radius: 3px;
  border: 2px solid #e6e6e6;
}
.blog-page .sidebar .blog-search .block-content .form .actions .action {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.blog-page .sidebar .blog-search .block-content .form .actions .action:before {
  content: "\e921";
  font-family: 'Gokko-Icon';
  font-size: 17px;
  color: #aaaaaa;
}
.blog-page .sidebar .blog-search .block-content .form .actions .action:hover:before {
  color: #63ab04;
}
.blog-page .sidebar .blog-search .block-content .form .actions .action.search {
  background: none;
}
.blog-page .sidebar .blog-search .block-content .form .actions .action.search:before {
  background: none;
}
.blog-page .sidebar .block-recent-posts .block-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
}
.blog-page .sidebar .block-recent-posts .block-content .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 0;
}
.blog-page .sidebar .block-recent-posts .block-content .item .post-item-link {
  width: 80px;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info {
  width: calc(100% - 80px - 10px);
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .title {
  margin-bottom: -5px;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .title .recent-post {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: -4px;
  margin-bottom: .5rem;
  font-family: inherit;
  line-height: 1.5;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .title .recent-post:hover {
  color: #333;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta {
  display: flex;
  flex-wrap: wrap;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta .post-author {
  font-size: 13px;
  color: #666666;
  line-height: normal;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta .post-posed-date {
  justify-content: flex-end;
  display: none;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta .post-posed-date .label {
  display: none;
}
.blog-page .sidebar .block-recent-posts .block-content .item .info .post-meta .post-posed-date .value {
  font-size: 13px;
  color: #888888;
  line-height: normal;
}
.blog-page .sidebar .block-archive .block-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
}
.blog-page .sidebar .block-archive .block-content {
  display: flex;
  flex-wrap: wrap;
}
.blog-page .sidebar .block-archive .block-content .item {
  border-bottom: none;
  margin-right: 20px;
}
.blog-page .sidebar .block-tagclaud .block-title strong {
  font-weight: bold;
  font-family: "Comfortaa-Custom", sans-serif;
}
.blog-page .sidebar .block-tagclaud .tagclaud-hld {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.blog-page .sidebar .block-tagclaud .tagclaud-hld > span {
  border: 0;
  margin-right: 9px;
  line-height: unset;
  margin-bottom: 12px;
}
.blog-page .sidebar .block-tagclaud .tagclaud-hld > span a {
  border: 1px solid #e6e6e6;
  padding: 6px 18px;
  border-radius: 3px;
  line-height: 27px;
  color: #888888;
}
.blog-page .sidebar .block-tagclaud .tagclaud-hld > span a:hover {
  color: #333;
  text-decoration: none;
}
.blog-page .widget.block.block-categories .block-title {
  background-color: #f15a24;
  text-align: left;
  padding: 0;
  border: none;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.blog-page .widget.block.block-categories .block-title strong {
  color: #ffffff;
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  line-height: 49px;
}
.blog-page .widget.block.block-categories .accordion {
  padding-top: 0;
  padding-left: 19px;
  padding-right: 19px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top: 0px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}
.blog-page .widget.block.block-categories .accordion li {
  position: relative;
  padding-left: 25px;
}
.blog-page .widget.block.block-categories .accordion li:before {
  content: "\f096";
  font-family: fontawesome;
  position: absolute;
  font-size: 14px;
  color: #dddddd;
  left: 0;
}
.blog-page .widget.block.block-categories .accordion li ul {
  margin: 0;
}
.blog-page .widget.block.block-categories .accordion li ul li {
  padding-left: 25px;
  border: none;
}
.blog-page .widget.block.block-categories .accordion li ul li:before {
  content: "\f147";
  font-family: fontawesome;
  position: absolute;
  font-size: 14px;
  color: #dddddd;
  left: 0;
}
/*end ourblog*/
.opc-block-summary > .title {
  border-color: #e6e6e6;
}
.opc-block-summary .items-in-cart > .title {
  border-color: #e6e6e6;
}
.modal-inner-wrap .modal-content {
  border: none;
}
.actions-toolbar .primary .button {
  line-height: 37px;
  border: 1px solid #63ab04;
  color: #ffffff;
  padding: 0 115px;
  width: 100%;
  transition: all .3s;
}
.actions-toolbar .primary .button:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  opacity: 1;
}
.checkout-cart-index .qty .btn-plus {
  display: none;
}
.checkout-cart-index .crosssell .block-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
}
.checkout-cart-index .crosssell .block-title #block-crosssell-heading {
  font-size: 20px;
  color: #333;
}
.checkout-cart-index .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist {
  border-right: 1px solid #e6e6e6;
  margin-right: 20px;
  padding-right: 20px;
}
.checkout-cart-index .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist i {
  font-size: 11px;
}
.checkout-cart-index .slick-active .product-item:before {
  border-right: 1px solid #e6e6e6;
  content: "";
  height: calc(100% - 30px);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  z-index: 2;
}
.checkout-cart-index .slick-current .product-item:before {
  display: none;
}
.checkout-cart-index .product .product-item-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-cart-index .product .product-item-info:hover {
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-cart-index .related .wrapper {
  border: 0px solid #dfdfdf;
}
.checkout-cart-index .related .related .products.list.items {
  margin-bottom: 0;
}
/*Product view*/
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  margin: 0 0 13px 0;
}
.catalog-product-view .additional-timer-block {
  max-width: 460px;
  width: 100%;
}
.catalog-product-view .additional-timer-block .slogan-countdown {
  color: #222222;
}
.catalog-product-view .additional-timer-block .alo-count-down {
  margin-bottom: 15px;
}
.catalog-product-view .additional-timer-block .alo-count-down .countdown {
  display: flex;
  margin-top: 21px;
}
.catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box {
  margin-left: 23px;
  text-align: center;
}
.catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box:first-child {
  margin-left: 0;
}
.catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box span:first-child {
  line-height: 39px;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  background-color: #e6e6e6;
  width: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #222222;
}
.catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box span:first-child b {
  font-weight: 400 !important;
}
.catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box span:first-child:before {
  content: ":";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translate(0, -50%);
}
.catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box:last-child span:first-child:before {
  display: none;
}
.catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box .title {
  font-size: 14px;
  color: #666666;
  display: block;
}
.catalog-product-view .additional-timer-block .product-deal-special-progress .deal-stock-label {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .additional-timer-block .product-deal-special-progress .deal-progress {
  background-color: #f2f2f2;
  border-radius: 999px;
  width: 100%;
  margin-top: 5px;
}
.catalog-product-view .additional-timer-block .product-deal-special-progress .deal-progress .deal-progress-bar {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #63ab04;
  transition: width .6s ease;
  font-size: 0;
  height: 13px;
  border-radius: 999px;
}
.catalog-product-view .child-image {
  max-width: 80px;
}
.catalog-product-view .table.grouped .col {
  width: auto;
}
.catalog-product-view .review-legend span {
  display: none;
}
.catalog-product-view .review-legend strong {
  margin-left: 0;
  color: #222222;
}
.catalog-product-view .toolbar {
  background-color: #f5f5f5;
  padding: 0;
  text-align: right;
}
.catalog-product-view .group-text {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .group-text .review-field-nickname {
  width: 48%;
}
.catalog-product-view .group-text .review-field-nickname .label {
  font-size: 14px;
  color: #555555;
}
.catalog-product-view .group-text .review-field-nickname .control .input-text {
  width: 100%;
  height: 50px;
}
.catalog-product-view .group-text .review-field-nickname .control .input-text:focus {
  border: 1px solid #63ab04;
  box-shadow: none;
}
.catalog-product-view .group-text .review-field-summary {
  width: 48%;
}
.catalog-product-view .group-text .review-field-summary .label {
  font-size: 14px;
  color: #555555;
}
.catalog-product-view .group-text .review-field-summary .control .input-text {
  width: 100%;
  height: 50px;
}
.catalog-product-view .group-text .review-field-summary .control .input-text:focus {
  box-shadow: none;
}
.catalog-product-view .review-field-text {
  margin-top: 20px;
}
.catalog-product-view .review-field-text .label {
  font-size: 14px;
  color: #555555;
}
.catalog-product-view .review-field-text .control #review_field {
  width: 100%;
  height: 170px;
  border: 1px solid #e6e6e6;
}
.catalog-product-view .review-field-text .control #review_field:focus {
  border: 1px solid #63ab04;
  box-shadow: none;
}
.catalog-product-view .review-form .action.submit.primary {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #63ab04;
  border-radius: 3px;
  border-width: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  height: 41px;
  line-height: 37px;
  padding: 0 32px;
  margin-top: 13px;
}
.catalog-product-view .product-add-form .button.btn-cart {
  max-width: 269px;
  line-height: 26px;
  transition: all 0.1s;
}
.catalog-product-view .product-add-form .button.btn-cart:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
  opacity: 1;
}
.catalog-product-view .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist {
  border-right: 1px solid #e6e6e6;
  margin-right: 20px;
  padding-right: 20px;
}
.catalog-product-view .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist i {
  font-size: 11px;
}
.catalog-product-view .slick-active .product-item:before {
  border-right: 1px solid #e6e6e6;
  content: "";
  height: 198px;
  left: 0;
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  width: 1px;
  z-index: 2;
}
.catalog-product-view .slick-current .product-item:before {
  display: none;
}
.catalog-product-view .product .product-item-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .product .product-item-info:hover {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .related .wrapper {
  border: 0px solid #dfdfdf;
}
.catalog-product-view .related .related .products.list.items {
  margin-bottom: 0;
}
.static_sections_bottom .hot-categories {
  padding-top: 30px;
  padding-bottom: 30px;
}
.static_sections_bottom .hot-categories .block-title-tabs {
  padding-top: 25px;
  padding-bottom: 5px;
}
.bestseller-main .block-title-tabs .magictabs .item,
.product-tab-main .block-title-tabs .magictabs .item {
  cursor: pointer;
}
.cms-index-index .bestseller-main {
  background-color: #f6f6f6;
  background-image: url(http://wp2cart.com/gokko/pub/static/frontend/Alothemes/gokko/en_US/images/alothemes/bg-bestseller.jpg);
  background-position: bottom;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.cms-index-index .bestseller-main .magictabs {
  padding-bottom: 16px;
}
.cms-index-index .bestseller-main .bestseller {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.cms-index-index .bestseller-main .bestseller .ajax_loading {
  top: 30%;
}
.cms-index-index .bestseller-main .bestseller .box-product-content {
  background-color: transparent;
}
.cms-index-index .bestseller-main .bestseller .magic-category {
  width: calc(19.41666667%);
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 0;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs > .title {
  font-size: 22px;
  color: #222222;
  margin: 16px 0 23px 19px;
  font-weight: 700;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item {
  width: 100%;
  padding-left: 55px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:hover {
  background: #63ab04;
  position: relative;
  z-index: 2;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:hover .title {
  color: #ffffff;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item .title {
  font-size: 15px;
  color: #333;
  line-height: 48px;
  position: relative;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item .title:before {
  font-size: 22px;
  position: absolute;
  font-family: Gokko-Icon;
  left: -38px;
  top: 50%;
  transform: translate(0, -50%);
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:nth-child(1) .title:before {
  content: "\e916";
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:nth-child(2) .title:before {
  content: "\e920";
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:nth-child(3) .title:before {
  content: "\e911";
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:nth-child(4) .title:before {
  content: "\e91a";
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:nth-child(5) .title:before {
  content: "\e937";
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:nth-child(6) .title:before {
  content: "\e934";
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:nth-child(7) .title:before {
  content: "\e922";
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:nth-child(8) .title:before {
  content: "\e925";
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:last-child {
  border-bottom: 0px solid #e6e6e6;
  margin-bottom: 54px;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .activated {
  background: #63ab04;
  position: relative;
  z-index: 2;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .activated .title {
  font-size: 15px;
  color: #fff;
  line-height: 49px;
  font-weight: normal;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .activated .title:before {
  color: #fff;
}
.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .activated:before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #63ab04;
  max-width: 7px;
  max-height: 15px;
  width: 100%;
  height: 100%;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product {
  width: 80.583333333333333%;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .product-reviews-summary {
  display: block;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .product {
  margin-top: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left {
  width: calc(100%*2/3);
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .rating-summary .rating-result:before,
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .rating-summary .rating-result > span:before {
  font-size: 13px;
  height: 13px;
  line-height: 13px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  max-height: 353px;
  height: 100%;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info:hover {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container {
  display: flex;
  padding: 4px;
  padding-right: 30px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .product-hover {
  width: 51.0077519379845%;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink {
  width: calc(100% - 51.0077519379845%);
  margin-top: 14px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-label {
  display: flex;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-label .sticker {
  margin: 0;
  position: static;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-reviews-summary {
  margin-top: 9px;
  margin-bottom: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-name {
  margin-top: 5px;
  text-align: left;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-name .product-item-link {
  font-size: 15px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-name .product-item-link:hover {
  color: #63ab04;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .price-box {
  margin: 0;
  text-align: left;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .price-box .special-price .price {
  font-size: 24px;
  font-weight: bold;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .price-box .old-price .price {
  font-size: 16px;
  font-weight: normal;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .price {
  font-size: 24px;
  font-weight: bold;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink ul {
  font-size: 14px;
  line-height: 24px;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 9px;
  padding: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink ul li {
  margin-bottom: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink p {
  font-size: 14px;
  line-height: 24px;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink p.price-to {
  margin-top: 6px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-item-inner .btn-cart {
  width: 100%;
  border-radius: 3px;
  background-color: #63ab04;
  line-height: 26px;
  transition: all .3s;
  margin-top: 16px;
  margin-bottom: 9px;
  font-weight: 700;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-item-inner .btn-cart:hover {
  background-color: #549104;
  opacity: .8;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-item-inner .add-to-links {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-item-inner .add-to-links .action .icon {
  font-size: 18px;
  margin-right: 5px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right {
  width: calc(100%*1/3);
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  height: calc(353px /2);
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info:hover {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container {
  display: flex;
  padding: 10px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .product-hover {
  width: 48.4375%;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink {
  width: calc(100% - 48.4375%);
  padding-left: 10px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .product-reviews-summary {
  margin-bottom: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .product-label .sticker {
  position: unset;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .product-name {
  margin-top: 5px;
  text-align: left;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .product-name .product-item-link {
  font-size: 15px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .product-name .product-item-link:hover {
  color: #63ab04;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .price-box {
  margin: 0;
  text-align: left;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .price-box .special-price .price {
  font-size: 15px;
  font-weight: bold;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .price-box .old-price .price {
  font-size: 15px;
  font-weight: normal;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .normal-price .price {
  font-size: 15px;
  font-weight: bold;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info {
  width: calc(100%/3);
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: calc(353px /2);
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info:hover {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container {
  display: flex;
  padding: 4px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .product-hover {
  width: 48.4375%;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink {
  width: calc(100% - 48.4375%);
  padding-left: 10px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .product-label .sticker {
  position: static;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .product-reviews-summary {
  margin-bottom: 0;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .product-name {
  margin-top: 5px;
  text-align: left;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .product-name .product-item-link {
  font-size: 15px;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .product-name .product-item-link:hover {
  color: #63ab04;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .price-box {
  margin: 0;
  text-align: left;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .price-box .special-price .price {
  font-size: 15px;
  font-weight: bold;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .price-box .old-price .price {
  font-size: 15px;
  font-weight: normal;
}
.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .normal-price .price {
  font-size: 15px;
  font-weight: bold;
}
.fotorama__thumb {
  background-color: transparent !important;
}
.color-stock {
  color: #63ab04;
}
.catalog-category-view .main .products-list .product-item:before {
  border-right: 0;
}
.category-products.products-list .product-items .product-item:last-child .product-item-info:before {
  display: none;
}
.category-products.products-list .product-items .product-item .product-item-info {
  margin-bottom: 60px;
  position: relative;
}
.category-products.products-list .product-items .product-item .product-item-info:hover {
  margin-bottom: 60px;
}
.category-products.products-list .product-items .product-item .product-item-info:before {
  content: "";
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  height: 1px;
  bottom: -30px;
  left: 0;
  position: absolute;
}
.category-products.products-list .product-items .product-item .product-item-info .products-textlink .product-name {
  font-size: 18px;
  font-weight: normal;
  color: #222222;
}
.category-products.products-list .product-items .product-item .product-item-info .products-textlink .sku {
  display: block;
  text-transform: uppercase;
  color: #888888;
}
.category-products.products-list .product-items .product-item .product-item-info .products-textlink .product-reviews-summary {
  display: none;
}
.category-products.products-list .product-items .product-item .product-item-info .product-item-inner {
  width: 24.71264367816092%;
  padding-left: 14px;
  border-left: 1px solid #e6e6e6;
}
.category-products.products-list .product-items .product-item .product-item-info .product-item-inner .available {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 9px;
}
.category-products.products-list .product-items .product-item .product-item-info .product-item-inner .available label {
  color: #666666;
  font-size: 14px;
}
.category-products.products-list .product-items .product-item .product-item-info .product-item-inner .available span {
  color: #63ab04;
  font-size: 14px;
  font-weight: bold;
}
.category-products.products-list .product-items .product-item .product-item-info .product-item-inner .price-final_price .price {
  font-size: 15px;
}
.category-products.products-list .product-items .product-item .price-box {
  margin: 22px 0 15px;
}
.category-products.products-list .product-items .product-item .product-item-actions .actions-primary .btn-cart {
  color: #333;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  border: 2px solid #63ab04;
  border-radius: 3px;
  width: 100%;
}
.category-products.products-list .product-items .product-item .product-item-actions .actions-primary .btn-cart:hover {
  background-color: #63ab04;
  color: #ffffff;
}
.category-products.products-list .product-items .product-item .product-item-actions .add-to-links {
  margin-top: 4px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 12px;
}
.category-products.products-list .product-items .product-item .product-item-actions .add-to-links a {
  color: #888888;
}
.category-products.products-list .product-items .product-item .product-item-actions .add-to-links a i {
  font-size: 12px;
}
.category-products.products-list .product-items .product-item .product-item-actions .add-to-links a:hover {
  color: #63ab04;
  text-decoration: none;
}
.category-products.products-list .product-items .product-item .product-item-actions .free-ship {
  display: block;
  padding-top: 17px;
  border-top: 1px solid #e6e6e6;
}
.category-products.products-list .product-items .product-item .product-item-actions .free-ship .gokko-icon {
  margin-right: 10px;
}
.category-products.products-list .product-items .product-item .product-item-actions .free-ship:hover {
  text-decoration: none;
}
.catalog-category-view .main .product-item {
  position: relative;
}
.catalog-category-view .main .product-item:before {
  border-right: 1px solid #F1F1F1;
  height: 100%;
  width: 1px;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.catalog-category-view .main .product-item:nth-child(3n+3):before {
  opacity: 0;
}
.catalog-category-view .products-grid {
  /* product */
}
.catalog-category-view .products-grid .product {
  margin-top: 10px;
}
.catalog-category-view .products-grid .product .product-item-info:hover .products-textlink .text-color {
  display: block;
}
.catalog-category-view .products-grid .product .product-item-info .products-textlink {
  position: relative;
}
.catalog-category-view .products-grid .product .product-item-info .products-textlink .text-color {
  /* position: absolute;
                            display: none;
                            justify-content: center;
                            top: -25px;
                            border-bottom: 1px solid #e6e6e6;
                            background-color: white;
                            left: 50%;
                            transform: translate(-50%, 0);
                            width: 100%;
                            transition: all 0.3s;*/
}
.catalog-category-view .products-grid .product .product-item-info .products-textlink .text-color p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #222222;
}
.catalog-category-view .products-grid .product .product-item-info .products-textlink .text-color [class^="swatch-opt-"] {
  display: unset;
}
.catalog-category-view .products-grid .product .product-item-info .price-box {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
}
.catalog-category-view .products-grid .product .product-item-info.product-item:nth-child(3n+3) .product-item-info:before {
  display: none;
}
.catalog-category-view .products-grid .product .product-item-info .sku {
  display: none;
}
.catalog-category-view .products-grid .product .product-item-info .description {
  display: none;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid {
  padding: 15px;
  border-left: 0px solid #dfdfdf;
  padding-bottom: 18px;
  background-color: #ffffff;
  transition: all .3s ease 0s;
  position: relative;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid:before {
  border-right: 1px solid #e6e6e6;
  height: 270px;
  width: 1px;
  content: "";
  position: absolute;
  top: 0%;
  right: 0px;
  /* transform: translate(-50%,0); */
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid:hover:before {
  display: none;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .sticker {
  position: absolute;
  z-index: 1;
  margin-top: 30px;
  left: 10px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .sticker:first-child {
  margin-top: 0;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .sticker .labelsale {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  color: #fefefe;
  padding: 0 12px;
  background-color: #f33636;
  margin-bottom: 10px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .sticker .labelsale:before {
  content: '';
  display: inline-block;
  background-color: #f33636;
  width: 17px;
  height: 17px;
  right: -9px;
  top: 4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .sticker .labelsale:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 100%;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .sticker .labelnew {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  color: #fefefe;
  padding: 0 12px;
  background-color: #0088cc;
  margin-bottom: 10px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .sticker .labelnew:before {
  content: '';
  display: inline-block;
  background-color: #0088cc;
  width: 17px;
  height: 17px;
  right: -9px;
  top: 4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .sticker .labelnew:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 100%;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .product-hover {
  position: relative;
  margin-bottom: 5px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .product-hover .link-view {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .product-hover .link-view:hover button span .icons {
  color: #63ab04;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .product-hover .link-view button {
  padding: 0;
  background-color: transparent;
  border: none;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .product-hover .link-view button span {
  font-size: 0;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .product-hover .link-view button span .icons {
  font-size: 18px;
  color: #ccc;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .products-textlink .product-name {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .products-textlink .product-name a {
  color: #333 !important;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .products-textlink .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .products-textlink .product-reviews-summary .reviews-actions {
  display: inline-block;
  line-height: inherit;
  margin-top: 0;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .products-textlink .price-box {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  bottom: 20px;
  transition: all .3s ease 0s;
  left: 50%;
  transform: translateX(-50%);
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .actions-cart {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 14px;
  width: 100%;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .actions-cart .button.btn-cart {
  height: 41px;
  background-color: #63ab04;
  color: #ffffff;
  border: 1px solid #63ab04;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .actions-cart .button.btn-cart:hover {
  background-color: #549104;
  box-shadow: 2px 16px 18px -12px #63ab04;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links {
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links .action {
  font-size: 14px;
  color: #666666;
  display: inline-block;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links .action .icon {
  font-size: 12px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links .action:hover {
  color: #63ab04;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links .tocompare {
  color: #888888;
  background-color: transparent;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links .tocompare i {
  font-size: 12px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links .towishlist {
  color: #888888;
  margin-right: 10px;
  background-color: transparent;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links .towishlist i {
  font-size: 12px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links a {
  font-size: 14px;
  color: #666;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links i {
  color: #888;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid .hover-box .add-to-links .icon {
  font-size: 12px;
  margin-right: 7px;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid:hover .link-view,
.catalog-category-view .products-grid .product .product-item-info .category-products-grid:hover .hover-box {
  opacity: 1;
  visibility: visible;
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid:hover .hover-box {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.catalog-category-view .products-grid .product .product-item-info .category-products-grid:hover {
  margin-bottom: -84px;
  padding-bottom: 84px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 9;
}
.catalog-category-view .products-list .product-items .product-item .product-item-details {
  margin-top: 0;
}
.brand-bottom .main {
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  position: relative;
  padding: 7px 0;
  margin-bottom: 59px;
}
.brand-bottom .main .slick-active:before {
  border-right: 1px solid #e6e6e6;
  width: 1px;
  height: 69px;
  content: "";
  position: absolute;
  left: 0;
}
.brand-bottom .main .slick-active img {
  margin: auto;
}
.brand-bottom .main .slick-current:before {
  border: none;
}
.product-item .product-item-info .plr-onmobile {
  display: flex;
}
.product-item .product-item-info .plr-onmobile .products-textlink .price-box {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0px;
}
.product-item .product-item-info .plr-onmobile .products-textlink .product-name {
  text-align: left;
  top: 0;
}
.swatch-attribute.size .swatch-option {
  background: transparent;
  color: #666666;
}
.swatch-attribute.manufacturer .swatch-option {
  background: transparent;
  color: #666666;
  border: solid 1px #e6e6e6;
  border-radius: unset;
}
.swatch-attribute.manufacturer .swatch-option:hover {
  background-color: transparent;
  border: solid 1px #e6e6e6;
  color: #63ab04;
}
.grid-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 3.125%;
  padding-right: 3.125%;
}
.grid-1.top-title {
  display: block;
  margin: 0;
  text-align: center;
  margin-top: 65px;
}
.grid-1 .item-1 {
  width: calc(19.66666666666667% - 6.666666666666667px);
  position: relative;
  margin-top: 30px;
}
.grid-1 .item-1 .text-1 {
  position: absolute;
  top: 3.79746835443038%;
  left: 11.5819209039548%;
}
.grid-1 .item-3 {
  width: calc(31.94444444444444% - 6.666666666666667px);
  position: relative;
  margin-top: 30px;
}
.grid-1 .item-3 .text-6 {
  position: absolute;
  bottom: 5.854430379746835%;
  left: 10.08695652173913%;
  max-width: 77%;
}
.grid-1 .item-2 {
  width: calc(100% - 19.66666666666667% - 31.94444444444444% - 6.666666666666667px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.grid-1 .item-2 div:nth-child(2) ~ div {
  margin-top: 10px;
}
.grid-1 .item-2 .item-7 {
  width: calc(62.47058823529412% - 5px);
  position: relative;
}
.grid-1 .item-2 .item-7 .text-2 {
  position: absolute;
  top: 20.25%;
  left: 10.7%;
}
.grid-1 .item-2 .item-7 .text-5 {
  position: absolute;
  top: 24.11575562700965%;
  left: 11.09022556390977%;
}
.grid-1 .item-2 .item-8 {
  width: calc(100% - 62.47058823529412% - 5px);
  position: relative;
}
.grid-1 .item-2 .item-8 .text-3 {
  position: absolute;
  top: 22.508038585209%;
  left: 7.119741100323625%;
}
.grid-1 .item-2 .item-8 .text-4 {
  position: absolute;
  top: 6.796116504854369%;
  left: 9.70873786407767%;
}
.grid-1 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.grid-1 .item {
  overflow: hidden;
}
.grid-1 .item:hover img {
  transform: scale(1.11);
  -webkit-transform: scale(1.11);
  -o-transform: scale(1.11);
  -moz-transform: scale(1.11);
}
.grid-1 p {
  margin: 0;
  padding: 0;
}
.grid-1 .cap1 {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-bottom: 5.5%;
  padding: 0;
}
.grid-1 .cap2 {
  font-size: 35px;
  color: #333;
  line-height: 30px;
}
.grid-1 .cap3 {
  font-size: 28px;
  color: #666666;
  line-height: 30px;
  margin-top: 2.056962025316456%;
}
.grid-1 .cap4 {
  font-size: 24px;
  color: #63ab04;
  line-height: 30px;
  margin-top: 5.466237942122186%;
}
.grid-1 .cap5 {
  font-size: 26px;
  color: #333;
  line-height: 30px;
  margin: 9% 0;
}
.grid-1 .cap6 {
  margin-top: 7%;
  line-height: 38px;
}
.grid-1 .cap6 .btn-shop {
  color: #ffffff;
  background-color: #63ab04;
  line-height: 38px;
  padding: 12px 33px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
}
.gokko-icon.icon-paper-plane:before {
  content: "\e90e";
  font-family: 'Gokko-Icon';
}
.gokko-icon.icon-refresh:before {
  content: "\e919";
  font-family: 'Gokko-Icon';
}
.gokko-icon.icon-envelope:before {
  content: "\e91f";
  font-family: 'Gokko-Icon';
  font-size: 12px;
}
.container .ct-flex {
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
.container .ct-flex .ct-top {
  text-align: center;
  margin-top: 49px;
  position: relative;
}
.container .ct-flex .ct-top:first-child ~ .ct-top:before {
  content: "";
  border-right: 1px solid #e6e6e6;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -60px;
}
.container .ct-flex .ct-top .icon-ct-top {
  font-size: 30px;
  color: #63ab04;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.container .ct-flex .ct-top:hover .icon-ct-top {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.container .ct-flex .ct-top .title-icon-ct-top {
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 0;
}
.container .ct-flex .ct-top .text-icon-ct-top {
  color: #888888;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.ctn {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0 3.125%;
  /*.box-banner-zoom {
            position: relative;
            > a {
                &:before {
                    content: "";
                    position: absolute;
                    top: 15px;
                    left: 15px;
                    bottom: 15px;
                    right: 15px;
                    z-index: 9;
                    border-top: 1px solid rgba(34,139,34,1);
                    border-bottom: 1px solid rgba(34,139,34,1);
                    transform: scale(0,1);
                }
                &:after {
                    content: "";
                    position: absolute;
                    top: 15px;
                    left: 15px;
                    bottom: 15px;
                    right: 15px;
                    z-index: 9;
                    border-left: 1px solid rgba(34,139,34,1);
                    border-right: 1px solid rgba(34,139,34,1);
                    transform: scale(1,0);
                }
                &:hover {
                    &:before, &:after {
                        transform: scale(1);
                        -webkit-transition: all .3s ease-out 0s;
                        -moz-transition: all .3s ease-out 0s;
                        -o-transition: all .3s ease-out 0s;
                        transition: all .3s ease-out 0s;
                    }
                }
            }
        }*/
}
.ctn .box-img1 {
  display: inline-block;
  width: 26.9444444444%;
}
.ctn .box-img2 {
  display: inline-block;
  width: 47.8021978022%;
}
.ctn .box-img3 {
  display: inline-block;
  width: 21.3888888889%;
}
.ctn img {
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.ctn .box-banner-zoom {
  position: relative;
}
.ctn .box-banner-zoom > a:before {
  z-index: 2;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  opacity: 0;
  background: rgba(144, 193, 26, 0.3);
  background: rgba(34, 139, 34, 0.1);
  transition: all .4s ease;
}
.ctn .box-banner-zoom:hover > a:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.category-deals {
  width: 39%;
  float: left;
}
.category-sum {
  width: 61%;
  float: left;
}
.block-title-tabs .toggle-tab {
  display: none;
}
.block-title-tabs .magictabs .item {
  margin-right: 37px;
}
.block-title-tabs .magictabs .item .title {
  color: #999999;
  font-size: 22px;
  font-weight: normal;
}
.block-title-tabs .magictabs .item:hover .title {
  background: transparent;
  color: #63ab04;
  font-weight: normal;
}
.block-title-tabs .magictabs .item.activated .title {
  background-color: transparent;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.top-title {
  display: flex;
  justify-content: center;
  margin: 65px 3.125% 17px 3.125%;
}
.top-title .special-offers {
  background-color: #63ab04;
}
.top-title h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  line-height: 45px;
}
.top-title h3 span {
  font-weight: 900;
}
.product-tab-main .box-product-content .content-products .products-grid .slick-slider:hover {
  z-index: 3;
}
.product-tab-main .slick-active div:last-child .product-item:after {
  position: absolute;
  border-top: 1px solid #e6e6e6;
  content: "";
  left: 0;
  width: 100%;
  top: -11px;
}
.product-tab-main .slick-active .product-item {
  position: relative;
}
.product-tab-main .slick-active .product-item:before {
  content: '';
  border-right: 1px solid #e6e6e6;
  display: block;
  position: absolute;
  z-index: 1;
  top: 37%;
  left: 0;
  height: 61%;
  transform: translateY(-50%);
}
.product-tab-main .slick-active.slick-current .product-item:before {
  display: none;
}
.random-products {
  margin-bottom: 20px !important;
}
.random-products .product .product-item-info .hover-box ul {
  display: none;
}
.random-products .product .product-item-info .hover-box {
  padding: 0 10px;
}
.random-products .product .product-item-info:hover .hover-box {
  bottom: 9px;
}
.random-products .product-item-info .images-container .products-textlink .text-color {
  padding: 0;
}
.random-products .product .product-item-info .sticker {
  top: 10px;
  left: 10px;
}
.random-products .product .product-item-info .product-hover .link-view {
  right: 0;
}
.random-products .product-item.slick-active:before {
  content: '';
  border-right: 1px solid #e6e6e6;
  display: block;
  position: absolute;
  z-index: 1;
  top: 37%;
  left: 0;
  height: 61%;
  transform: translateY(-50%);
}
.random-products .product-item.slick-active.slick-current:before {
  display: none;
}
.random-products .content-products {
  margin-bottom: 0;
}
.random-products .content-products .slick-slider {
  display: inline-block;
  width: 100%;
}
.random-products .content-products .slick-slider:hover .slick-list {
  margin: -5px -5px -134px;
  padding: 5px 5px 134px;
}
.random-products .content-products .slick-list .product .product-item-info:hover {
  margin-bottom: -83px;
  padding-bottom: 83px;
}
.random-products .content-products .slick-list .product-item {
  margin-bottom: 3px;
}
.random-products .content-products .slick-list .product-item .product-item-info:hover {
  /*padding-bottom: 10px;
                            margin-bottom: 0;*/
}
.random-products .content-products .slick-list .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
}
.newletter {
  max-height: 569px;
  height: 100%;
  background-image: url(http://wp2cart.com/gokko/pub/static/frontend/Alothemes/gokko/en_US/images/alothemes/bg-newletter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 35px;
  background-position: center center;
}
.newletter .text-letter {
  display: flex;
  justify-content: center;
}
.newletter .text-letter .gokko-icon {
  margin-top: 12px;
  margin-right: 23px;
}
.newletter .text-letter .icon-payment:before {
  color: #ffffff;
  font-size: 87px;
}
.newletter .text-letter h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
}
.newletter .text-letter h3 span {
  font-size: 50px;
}
.newletter .block-content .block-title {
  display: none;
}
.newletter .block-title {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 7px;
  margin-top: 27px;
}
.newletter .subscribe-panel {
  display: none;
}
.newletter .visible {
  display: flex;
  margin: 0;
  padding: 0;
}
.newletter .visible .control {
  /*max-width: 449px;
                width: 100%;*/
  width: calc(100% - 118px);
  margin: 0;
}
.newletter .visible .control input {
  height: 47px;
  padding-left: 19px;
  border-color: #ffffff;
  border-radius: 2px 0 0 2px;
}
.newletter .visible .actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
}
.newletter .visible .actions .button {
  background-color: #549400;
  width: 100%;
  line-height: 31px;
  color: #ffffff;
  border: 1px solid #549400;
  border-radius: 0 3px 3px 0;
  text-align: center;
  transition: 0.5s;
}
.newletter .visible .actions .button:hover {
  text-decoration: underline;
}
.newletter .img-instagram {
  padding-left: 3.125%;
  padding-right: 3.125%;
  margin-top: 17px;
}
.newletter .img-instagram .social-list {
  display: flex;
  justify-content: center;
}
.newletter .img-instagram .social-list li {
  list-style-type: none;
  width: 16.38888888888889%;
}
.newletter .img-instagram .social-list li a {
  position: relative;
  display: block;
}
.newletter .img-instagram .social-list li a:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 5;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.newletter .img-instagram .social-list li a:after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 5;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.newletter .img-instagram .social-list li a:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.newletter .img-instagram .social-list li a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.newletter .img-instagram .social-list li a img {
  width: 100%;
}
.newletter .img-instagram .social-list li .sub {
  display: none;
}
.random-products .slick-active .product-item {
  position: relative;
}
.random-products .slick-active .product-item .product-item-info {
  margin-bottom: 10px;
}
.random-products .slick-active .product-item .product-item-info .products-textlink .price-box {
  padding-bottom: 8px;
}
.random-products .slick-active .product-item:before {
  border-right: 1px solid #e6e6e6;
  height: calc(100% - 30px);
  width: 1px;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.random-products .slick-active .product-item .product-item-info .images-container .product-name {
  text-align: center;
  margin-top: 10px;
}
.random-products .slick-active.slick-current .product-item:before {
  display: none;
}
.title-link-blog {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.title-link-blog .view-all-block a {
  color: #63ab04;
  font-size: 14px;
  font-weight: bold;
}
.hot-categories > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.hot-categories .product-flex {
  padding-left: 10px;
  padding-right: 10px;
}
.product-flex {
  display: flex;
  /*margin-bottom: 44px;*/
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 35px;
}
.product-flex:before {
  border-left: 1px solid #e6e6e6;
  content: "";
  width: 1px;
  height: 96%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.product-flex:nth-child(3n+3):before {
  display: none;
}
.product-flex:nth-child(3) ~ .product-flex:after {
  border-top: 1px solid #e6e6e6;
  height: 1px;
  top: -10px;
  /*width: 93.5%;*/
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  /*left: 50%;
                transform: translate(-50%, 0px);*/
}
.product-flex .product-img {
  width: 45.945945945945955%;
}
.product-flex .product-img img {
  width: 100%;
}
.product-flex .link-product {
  margin-top: 16px;
  width: 54.05405405405405%;
  padding-left: 10px;
}
.product-flex .link-product > a {
  text-decoration: none;
}
.product-flex .link-product h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #333;
  margin-bottom: 7px;
}
.product-flex .link-product ul {
  margin: 0;
  padding: 0;
}
.product-flex .link-product ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-flex .link-product ul li a {
  color: #888888;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s ease;
}
.product-flex .link-product ul li a:hover {
  color: #63ab04;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copyright .main2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.footer-copyright .main2 ul li {
  margin-bottom: 0;
}
.footer-copyright .main2 ul li:not(:first-child) {
  margin-left: 15px;
}
.time-product {
  padding: 0 3.125%;
}
.time-product .content-products .slick-list {
  padding-bottom: 0;
  margin-bottom: 0;
}
.time-product .link-view {
  display: none;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right {
  margin: 8px 32px 0 0;
  width: 39%;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .price-box {
  text-align: left;
  margin-bottom: 9px;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info {
  padding-bottom: 20px;
  border: 2px solid #e6e6e6;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .products-textlink .product-name {
  text-align: left;
  margin-top: 10px;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .product-reviews-summary {
  justify-content: center;
  display: flex;
  display: none;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info:hover {
  padding-bottom: 20px;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .hover-box {
  display: none !important;
  transform: none !important;
  display: flex;
  justify-content: center;
  padding: 1.09375%;
  padding-bottom: 1.09375%;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .product-hover {
  width: 48.433048433%;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .products-textlink .actions-cart button {
  width: 100%;
  line-height: 25px;
  border-radius: 3px;
  background-color: #63ab04;
  transition: all 0.3s;
  font-weight: bold;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .products-textlink .actions-cart button:hover {
  background-color: #549104;
  opacity: .8;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .products-textlink .product-name .product-item-link {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .products-textlink .product-name .product-item-link:hover {
  color: #549104;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .products-textlink ul {
  max-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .products-textlink ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  line-height: 20px;
  color: #888888;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left {
  width: calc(100% - 39% - 22px);
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  padding: 5px;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info {
  padding-bottom: 23px !important;
  position: relative;
  width: calc(100% / 3);
  margin-bottom: 0;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:hover {
  margin-bottom: 0;
  padding-bottom: 23px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .hover-box {
  transform: none !important;
  display: none;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .hover-box .actions-cart {
  margin: 0;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .product-hover {
  width: 48.433048433%;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .product-label {
  margin-bottom: 0;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .products-textlink .product-name {
  text-align: left;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .products-textlink .product-name .product-item-link {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .products-textlink .product-name .product-item-link:hover {
  color: #63ab04;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .products-textlink ul {
  display: none;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .products-textlink .product-item-details {
  margin-top: 0;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .products-textlink .price-box {
  margin-bottom: 0;
  text-align: left;
  font-size: 15px;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(1) {
  border-top: 0px solid #e6e6e6;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(1):before {
  position: absolute;
  content: "";
  border-right: 1px solid #e6e6e6;
  width: 1px;
  height: calc(100% - 30px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(2) {
  border-top: 0px solid #e6e6e6;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(2):before {
  position: absolute;
  content: "";
  border-right: 1px solid #e6e6e6;
  width: 1px;
  height: calc(100% - 30px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3) {
  border-top: 0px solid #e6e6e6;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3):before {
  position: absolute;
  content: "";
  border-right: 0;
  width: 1px;
  height: calc(100% - 30px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4) {
  border-top: 1px solid #e6e6e6;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4):before {
  position: absolute;
  content: "";
  border-right: 1px solid #e6e6e6;
  width: 1px;
  height: calc(100% - 30px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(5) {
  border-top: 1px solid #e6e6e6;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(5):before {
  position: absolute;
  content: "";
  border-right: 1px solid #e6e6e6;
  width: 1px;
  height: calc(100% - 30px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(6) {
  border-top: 1px solid #e6e6e6;
}
.time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .actions-cart {
  display: none;
}
.time-product .box-products-four .product-label {
  margin-bottom: 0;
}
.bg-green {
  background-color: #63ab04 !important;
  border-radius: 99px;
}
/*fix 2*/
.suggest-slider.close {
  display: none;
}
.suggest-slider .x-close {
  float: right;
}
.notify-slider-wrapper {
  width: 300px;
  position: fixed;
  bottom: 15px;
  left: 25px;
  background: transparent;
  display: none;
}
.notify-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.notify-slider .slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  list-style: none;
}
.notify-slider .slider > .item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 120px;
  background: #ccc;
  text-align: center;
  line-height: 100px;
}
.product-image-container {
  /*display: block;*/
  max-width: 100%;
}
.notify-slider-wrapper {
  background-color: #ffffff;
  z-index: 99;
  width: 320px;
  -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  padding-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  content: "";
  display: table;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  clear: both;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  max-width: 85px;
  float: left;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-image-wrapper .product-image-photo.thumbnail {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: calc(100% - 85px);
  float: left;
  text-align: left;
  padding: 0px 0px 12px 0px;
  font-size: 13px;
  margin-top: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  margin-bottom: 5px;
  letter-spacing: .3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Lato', sans-serif;
  text-align: left;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a {
  color: #222222;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .flex {
  display: flex;
  justify-content: space-between;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 0;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box {
  display: block;
  margin: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .address-purchased {
  display: block;
  font-size: 11px;
  color: #333;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased {
  margin: 0;
}
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before,
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result > span:before {
  font-size: 12px;
}
.notify-slider-wrapper .reviews-actions .action {
  font-size: 12px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  transform: scale(1) !important;
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  box-shadow: none;
  width: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview span {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview:hover {
  color: red;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links {
  top: auto;
  bottom: -4px;
  right: 6px;
}
.notify-slider-wrapper .product-item .link-view {
  text-align: right;
}
.notify-slider-wrapper .product-item .link-view .quickview {
  padding: 0;
  background-color: transparent;
  color: #222;
  position: relative;
  font-size: 20px;
  border: 0px;
  margin-top: -10px;
}
.suggest-slider .x-close {
  position: absolute;
  font-size: 0;
  top: -8px;
  right: -2px;
  z-index: 999;
}
.suggest-slider .x-close:before {
  content: "\e680";
  font-size: 30px;
  font-family: Pe-icon-7-stroke;
}
.suggest-slider .x-close:hover {
  color: #000;
}
.notify-slider {
  margin-top: 0;
}
.notify-slider .slider > .item {
  line-height: 1.5;
  width: 320px;
  /*height: auto;*/
}
.product-item .product-hover:hover .product-image-wrapper .product-image-photo.thumbnail {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.product-item .product-image-wrapper .product-image-photo.thumbnail {
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.checkout-cart-index .item-info .product-item-photo .product-image-container:hover .product-image-wrapper .product-image-photo.thumbnail {
  opacity: 1;
  visibility: visible;
  top: 26px;
}
.checkout-cart-index .item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo.thumbnail {
  position: absolute;
  top: 47px;
  left: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.bundle-info .product-image-container:hover .product-image-wrapper .product-image-photo.thumbnail {
  opacity: 1;
  visibility: visible;
  top: 64px;
}
.bundle-info .product-image-container .product-image-wrapper .product-image-photo.thumbnail {
  position: absolute;
  top: 84px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
/*END*/
/*compare*/
.catalog-product_compare-index .product-image-wrapper .thumbnail {
  display: none;
}
.catalog-product_compare-index .table-comparison {
  min-width: 911px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.plus {
  position: relative;
}
.plus:before {
  content: '+';
  font-weight: normal;
  margin-right: 2px;
  font-size: 26px;
  font-weight: 100;
  margin-top: 0px;
  display: inline-block;
  font-size: 22px;
}
.icon-clock:before {
  content: "\e905" !important;
}
.icon-heart:before {
  content: "\e92d" !important;
}
.icon-user:before {
  content: "\e936" !important;
}
.slick-list {
  padding: 5px;
  margin: -5px;
}
.products.wrapper.list .product .product-item-info .products-textlink .product.description ul {
  margin-right: 0;
}
.catalogsearch-result-index .product-item-info:hover .products-textlink .text-color {
  display: flex;
}
.catalogsearch-result-index .product-item-info .products-textlink {
  position: relative;
}
.catalogsearch-result-index .product-item-info .products-textlink .text-color {
  position: absolute;
  display: none;
  justify-content: center;
  top: -60px;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  transition: all 0.3s;
}
.catalogsearch-result-index .product-item-info .products-textlink .text-color p {
  display: none;
}
.catalogsearch-result-index .product-item-info .products-textlink .text-color [class^="swatch-opt-"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.catalogsearch-result-index .product-item-info .products-textlink .text-color .swatch-attribute.color {
  padding-left: 8px;
  width: 100%;
  text-align: center;
}
.catalogsearch-result-index .category-products-grid .products-textlink .product-item-description {
  display: none;
}
.catalogsearch-result-index .category-products-grid .products-textlink .sku {
  display: none;
}
.cms-faq .page-title {
  font-size: 40px;
  color: #434343;
  font-weight: 400;
  text-align: center;
}
.cms-faq .short-description {
  font-size: 1.3rem;
  color: #9f9f9f;
  margin: 0;
  text-align: center;
}
.cms-faq .list-question {
  padding: 0;
  margin: 0;
  margin-top: 45px;
}
.cms-faq .list-question .question-item {
  list-style-type: none;
  border-bottom: 1px solid #dadada;
  margin-bottom: 0;
}
.cms-faq .list-question .question-item:last-child {
  border-bottom: none;
}
.cms-faq .list-question .question-item input[name=toggle] {
  display: none;
}
.cms-faq .list-question .question-item input[name=toggle]:checked ~ .question-content {
  visibility: visible;
  opacity: 1;
  position: static;
  transform: rotateX(0);
  max-height: 9999px;
}
.cms-faq .list-question .question-item span {
  font-size: 2rem;
  color: #434343;
  font-weight: 400;
  line-height: 35px;
  display: block;
}
.cms-faq .list-question .question-item .question-content {
  visibility: hidden;
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: 50% 0%;
  max-height: 0;
  transition: all .8s;
  position: absolute;
}
.cms-faq .list-question .question-item .question-content p {
  font-size: 1.4rem;
  color: #747474;
  line-height: 25px;
  margin: 0;
  padding: 11px 0 33px;
}
.cms-faq .list-question .question-item .question-name {
  margin-bottom: 0;
  padding: 5px 0;
}
.time-product .slick-slider:hover .slick-list {
  margin: -5px;
  padding: 5px;
}
.cms-sale-products .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 20px;
}
.related .product .product-item-info .product-item-details .price-box,
.upsell .product .product-item-info .product-item-details .price-box,
.crosssell .product .product-item-info .product-item-details .price-box {
  margin-bottom: 20px;
}
.header-container-fixed .magicmenu .nav-desktop .level0:hover .level-top-mega {
  top: 87%;
}
/* responsive */
@media (max-width: 1600px) {
  .static-home-slide .slick-slide .text-slide.text-slide3 {
    left: auto;
    right: 9%;
    top: 51%;
  }
}
@media (max-width: 1440px) {
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right {
    width: 44%;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left {
    width: calc(100% - 44% - 22px);
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(5),
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(6) {
    display: none;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info {
    width: calc(100% / 2);
  }
  .grid-1 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .time-product {
    padding-left: 55px;
    padding-right: 55px;
  }
  .ctn {
    padding-left: 55px;
    padding-right: 55px;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(2):before,
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4):before {
    border-right: 0;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3):before {
    border-right: 1px solid #e6e6e6;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3) {
    border-top-width: 1px;
  }
}
@media (min-width: 1439px) {
  .newletter {
    padding-top: 65px;
  }
  .newletter .img-instagram {
    margin-top: 47px;
  }
}
@media (max-width: 1439px) {
  .product-item-info .images-container .products-textlink .alo-count-down .countdown .timer-box span:first-child {
    font-size: 18px;
    line-height: 35px;
    width: 39px;
  }
  .static-home-slide .slick-slide .text-slide.text-slide3 {
    left: auto;
    right: 9%;
    top: 51%;
  }
  .static-home-slide .static-home-slide .slick-slide.slick-active .text-slide .caption1 {
    color: #666666;
    display: block;
    font-size: 15px;
    line-height: 30px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption2 {
    color: #222222;
    font-size: 50px;
    line-height: 40px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 11px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 span {
    font-size: 30px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 span sup {
    font-size: 11px;
    top: -11px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
    padding: 0 20px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption4 .btn-shop {
    border: 1px solid #63ab04;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 38px;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .grid-1 .cap1 {
    font-size: 10px;
    color: #666666;
    line-height: 13px;
    margin-bottom: 4.5%;
  }
  .grid-1 .cap2 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
  }
  .grid-1 .cap3 {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    margin-top: 2.056962025316456%;
  }
  .grid-1 .cap4 {
    font-size: 13px;
    color: #63ab04;
    line-height: 24px;
    margin-top: 5.466237942122186%;
  }
  .grid-1 .cap5 {
    font-size: 15px;
    color: #333;
    line-height: 13px;
  }
  .grid-1 .cap6 {
    margin-top: 2%;
    line-height: 38px;
  }
  .grid-1 .cap6 .btn-shop {
    color: #ffffff;
    background-color: #63ab04;
    line-height: 38px;
    padding: 10px 27px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.1s ease-out;
  }
  .grid-1 .cap6 .btn-shop:hover {
    background-color: #549104;
    box-shadow: 2px 16px 18px -12px #63ab04;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .content-cart,
  .content-search {
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right {
    width: 48%;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left {
    width: calc(100% - 48% - 22px);
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(5),
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(6) {
    display: none;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3) {
    border-width: 1px;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(2):before,
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4):before {
    opacity: 0;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3):before {
    border-right: 1px solid #e6e6e6;
  }
  .header .header-top-link .switcher-currency .switcher-options .switcher-dropdown {
    left: auto;
    right: 0;
  }
  .header .header-top-link .currency_top {
    margin-right: 0;
  }
  .header .content-cart .tool-header {
    display: block;
  }
  .header .top-link-mycompare:before,
  .header .top-link-mywishlist:before {
    position: static;
  }
  .header .content-cart .tool-header ul {
    width: auto;
  }
  .minicart-wrapper .action.showcart .crat-icon {
    position: relative;
    left: 0;
    transform: none;
  }
  .header .top-link-mycompare,
  .header .top-link-mywishlist,
  .minicart-wrapper .action.showcart {
    padding-top: 0;
  }
  .minicart-wrapper .action.showcart .minicart-text {
    display: none;
  }
  .header .content-cart .tool-header ul li:not(:last-child) {
    margin-right: 30px;
  }
  .header .header-top-link .currency_top:after {
    display: none;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info {
    width: calc(50%);
  }
  .cms-index-index .bestseller-main .bestseller .magic-category {
    width: 100%;
  }
  .cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item {
    border-bottom: none;
    max-width: 239px;
  }
  .cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item:last-child {
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 0;
  }
  .cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .activated:before {
    width: 0;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product {
    width: 100%;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right {
    display: none;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left {
    width: 100%;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info {
    height: auto;
    padding-bottom: 10px;
    width: calc(50%);
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info:last-child {
    display: none;
  }
  /*end test bestsale*/
  .page-footer .block-footer-top .footer {
    padding-top: 48px;
  }
  .page-footer .block-footer-top .footer .text-2 {
    order: 3;
  }
  .page-footer .block-footer-top .footer .text-3 {
    order: 2;
  }
  .static_sections_bottom .block-title-tabs {
    padding-top: 25px;
  }
  .static-home-slide .slick-slide .text-slide.text-slide3 {
    left: auto;
    right: 5%;
    top: 55%;
  }
  .top-banner .container-offer {
    width: 970px;
  }
  .magicmenu .nav-desktop.sticker .level0.home .level-top {
    padding: 15px 8px 15px;
  }
  .magicmenu .nav-desktop.sticker .level0 .level-top-mega .mage-column .children {
    width: 195px;
  }
  .magicmenu .nav-desktop.sticker .level0 .level-top {
    padding: 15px 8px;
  }
  .vmagicmenu {
    min-width: 220px;
  }
  .vmagicmenu .block-title.v-title .vmagicmenu-subtitle {
    margin-right: calc(1%);
  }
  .vmagicmenu .vmagicmenu-narrow .level0 {
    line-height: 31px;
  }
  .vmagicmenu .vmagicmenu-narrow .level0 .level-top {
    padding: 0 12px 0 15px;
  }
  .vmagicmenu .all-cat {
    padding-top: 34px;
  }
  .vmagicmenu .all-cat span,
  .meanmenu-accordion .all-cat span {
    padding-left: 42px;
    padding-right: 45px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle.v-title {
    margin-right: calc(1%);
  }
  .vmagicmenu .level0 .level-top-mega .mage-column.cat-mega .children {
    width: 185px;
  }
  .header .content-cart .tool-header .minicart-wrapper {
    margin-left: 0;
  }
  .column.main .main-secondary .empty {
    min-height: 440px;
  }
  .content-products:hover .slick-prev {
    left: 0;
  }
  .content-products:hover .slick-next {
    right: 0;
  }
  .hot-deals-box .alo-count-down .countdown .timer-box {
    height: 47px;
    margin-right: 10px;
    margin-top: 1px;
    width: 47px;
  }
  .hot-deals-box .hot-deals-tab-box h2 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .hot-deals-box .product .product-item-info .products-textlink .product-name {
    margin-top: 15px;
  }
  .static-home-slide .magicslider:hover .slick-prev {
    left: 0;
  }
  .static-home-slide .magicslider:hover .slick-next {
    right: 0;
  }
  .hot-products .box-product-content .content-products:hover .slick-prev {
    left: 15px;
  }
  .hot-products .box-product-content .content-products:hover .slick-next {
    right: 15px;
  }
  .hot-products .price-box .price {
    font-size: 14px;
  }
  .hot-products .price-box .old-price .price {
    font-size: 13px;
  }
  .alo-brand .shopbrand:hover .slick-prev,
  .the-brands .shopbrand:hover .slick-prev {
    left: 10px;
  }
  .alo-brand .shopbrand:hover .slick-next,
  .the-brands .shopbrand:hover .slick-next {
    right: 10px;
  }
  .block.related .products.list.items:hover .slick-prev {
    left: 0;
  }
  .block.related .products.list.items:hover .slick-next {
    right: 0;
  }
  .hotcat-section .featured-category .slick-slider:hover .slick-prev {
    left: 15px;
  }
  .hotcat-section .featured-category .slick-slider:hover .slick-next {
    right: 15px;
  }
  .cms-static-blog .block-content.magicblog:hover .slick-prev {
    left: 0;
  }
  .cms-static-blog .block-content.magicblog:hover .slick-next {
    right: 0;
  }
  .cms-static-blog .block-content.magicblog .blog_short_text .post-meta .item {
    margin-right: 11px;
  }
  .banner-top .addon-box .banner-ads .caption-ads1 .caption1 {
    font-size: 16px;
  }
  .banner-top .addon-box .banner-ads .caption-ads1 .caption2 {
    font-size: 14px;
  }
  .banner-top .addon-box .banner-ads .caption-ads2 .caption1 {
    font-size: 23px;
  }
  .banner-top .addon-box .banner-ads .caption-ads3 .caption1 {
    font-size: 19px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption1 {
    font-size: 13px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption2 {
    font-size: 23px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption3 {
    font-size: 14px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption1 {
    font-size: 14px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption2 .primary {
    font-size: 13px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption2 .secondary {
    font-size: 18px;
  }
  .banner-bottom .addon-box .banner-ads6 .caption-ads .caption1 {
    font-size: 25px;
  }
  .banner-bottom .addon-box .banner-ads6 .caption-ads .caption2 {
    font-size: 14px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption1 {
    font-size: 15px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption2 {
    font-size: 40px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption3 {
    font-size: 20px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption4 {
    font-size: 12px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption1 {
    font-size: 20px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption2 {
    font-size: 24px;
  }
  .deal-the-day .block-title-tabs > .title {
    margin-right: 65px;
  }
  .box-products.box-products-three .box-product-adv {
    width: 24%;
  }
  .box-products.box-products-three .box-product {
    width: 76%;
  }
  /*.box-products-four {
            .box-product-content {
                .content-products {
                    .product-items {
                        .sub-item {
                            &:nth-child(1) {
                                min-height: auto;
                            }

                            &:nth-child(4) {
                                display: none;
                                width: 30%;
                            }

                            &:nth-child(2) {
                                width: 30%;
                            }

                            &:nth-child(3) {
                                width: 30%;
                            }
                        }
                    }
                }
            }
        }*/
  /*list view */
  .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-primary {
    margin-bottom: 10px;
  }
  /* product view */
  .fieldset .configurable.required {
    width: 36%;
  }
  /* contact us */
  .map-primary iframe {
    width: 100%;
  }
  /*.store-primary {
            .store-item {
                text-align: center;
            }
        }*/
  .store_info .flex {
    padding: 10px 0 0;
    width: 100%;
  }
  .modals-quickview .product-add-form .button.btn-cart {
    margin-bottom: 10px;
  }
  /* deals */
  .hot-deals-box .product .product-item-info .hover-box .actions-cart .button.btn-cart {
    min-width: 140px;
  }
  .box-products-one {
    padding-bottom: 0;
  }
  /* service */
  .service {
    background-image: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .header-bottom {
    padding: 7px 0;
  }
  .header .header-top .top-left .hot-contact .hotline .contact ul {
    justify-content: flex-start;
  }
  .header .header-top .top-left .hot-contact .hotline .contact ul .hotline {
    border: none;
    text-align: left;
  }
  .header .header-top .top-right .header-top-link {
    justify-content: flex-end;
  }
  .header .header-top .top-right .header-top-link .welcometop {
    text-align: left;
  }
  .header .header-top .top-right .header-top-link .social {
    border: none;
  }
  .header .header-top .top-right .header-top-link .link-top ul li {
    border: none;
  }
  .static-home-slide .slick-slide .text-slide.text-slide3 {
    left: auto;
    right: 13%;
    top: 50%;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption2 {
    color: #222222;
    font-size: 30px;
    line-height: 27px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 {
    font-size: 12px;
    margin-bottom: 13px;
    margin-bottom: 25px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 span {
    font-size: 19px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
    padding: 0 20px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption4 .btn-shop {
    font-size: 10px;
    height: 32px;
    line-height: 30px;
  }
  .grid-1 .item-1 {
    width: calc(100% - 70.0164744646% - 6.666666666666667px);
  }
  .grid-1 .item-2 {
    width: calc(70.0164744646% - 6.666666666666667px);
  }
  .grid-1 .item-3 {
    /*width: calc(31.94444444444444% - 6.666666666666667px);*/
    display: none;
  }
  .ct-top {
    position: relative;
  }
  .ct-top .icon-ct-top {
    color: #63ab04;
    font-size: 20px;
  }
  .ct-top .title-icon-ct-top {
    font-size: 13px;
  }
  .ct-top .text-icon-ct-top {
    font-size: 10px;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(1) {
    min-height: auto;
  }
  .slick-dots {
    bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
    min-width: 100px;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(1),
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(2) {
    width: 100%;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3),
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4) {
    display: none;
  }
  .container .ct-flex .ct-top:first-child ~ .ct-top:before {
    display: none;
  }
  .catalog-category-view .main .product-item:nth-child(3n+3):before {
    opacity: 1;
  }
  .catalog-category-view .main .product-item:nth-child(2n+2):before {
    opacity: 0;
  }
  /*404*/
  .img-404 {
    display: none;
  }
  /*product list*/
  .products.wrapper.list .product .product-item-info .images-container {
    width: 45%;
  }
  .category-products.products-list .product-items .product-item .product-item-info .product-item-inner {
    border-left: 0px solid #e6e6e6;
    padding-left: 0;
  }
  .products.wrapper.list .product .product-item-info {
    flex-wrap: wrap;
  }
  .products.wrapper.list .product .product-item-info .products-textlink {
    width: 55%;
  }
  .category-products.products-list .product-items .product-item .product-item-info .product-item-inner {
    width: 100%;
  }
  /*end*/
  /*toolbar*/
  .products.wrapper ~ .toolbar .limiter {
    border-radius: 3px;
    margin-right: 2px;
    padding: 2px 5px 2px 5px;
  }
  .products.wrapper ~ .toolbar .sorter {
    margin-right: 0;
    padding-left: 5px;
  }
  .products.wrapper ~ .toolbar:nth-child(2) .limiter {
    display: none;
  }
  .products.wrapper ~ .toolbar:nth-child(2) .sorter {
    display: none;
  }
  .toolbar-top .toolbar .sorter {
    margin-right: 6px;
    padding: 9px 5px;
  }
  .toolbar-top .toolbar .sorter .sorter-options {
    height: auto;
    padding: 0;
  }
  .toolbar-top .toolbar .toolbar-amount {
    display: none;
  }
  .toolbar-top .toolbar .limiter {
    margin-right: 0px;
  }
  /*end*/
  .time-product.box-products-four .box-product-content .content-products .product-items {
    display: flex !important;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right {
    width: 62%;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left {
    width: calc(100% - 62% - 20px);
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info {
    position: relative;
    width: calc(50%);
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(1) {
    border-top: 0px solid #e6e6e6;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(1):before {
    border-right: 0;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(2) {
    border-top: 0px solid #e6e6e6;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(2):before {
    position: absolute;
    content: "";
    border-right: 1px solid #e6e6e6;
    width: 0px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3) {
    border-top: 0px solid #e6e6e6;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3):before {
    position: absolute;
    content: "";
    border-right: 1px solid #e6e6e6;
    width: 1px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4) {
    border-top: 0px solid #e6e6e6;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4):before {
    position: absolute;
    content: "";
    border-right: 1px solid #e6e6e6;
    width: 0px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(5) {
    display: none;
    border-top: 1px solid #e6e6e6;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(5):before {
    position: absolute;
    content: "";
    border-right: 1px solid #e6e6e6;
    width: 1px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(6) {
    display: none;
    border-top: 1px solid #e6e6e6;
  }
  .static-home-slide .slick-slide .text-slide.text-slide3 {
    left: auto;
    right: 20px;
    top: 50%;
  }
  .page-footer .footer-links-company {
    background-color: #272723;
    border-top: 1px solid #4d4d4a;
    max-height: none;
    padding: 31px 0;
  }
  .page-footer .footer-links-company .footer-copyright .main1 .copyright {
    color: #aaaaaa;
    display: flex;
    font-size: 14px;
    justify-content: center;
  }
  .page-footer .footer-links-company .footer-copyright .main1 .copyright span {
    text-align: center;
  }
  .footer-copyright .main2 {
    margin-top: 30px;
  }
  .footer-copyright .main2 ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
  }
  .header .content-cart .tool-header {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .header .content-cart .tool-header .minicart-wrapper {
    margin-left: 0;
  }
  .header .content-cart .tool-header .minicart-wrapper .action.showcart {
    padding-top: 0;
  }
  .header .content-cart .tool-header .minicart-wrapper .action.showcart .minicart-text {
    display: none;
    vertical-align: middle;
  }
  .header .content-cart .tool-header .minicart-wrapper .action.showcart .crat-icon {
    color: #333;
    font-size: 20px;
    left: 0;
    position: static;
    top: 3px;
    vertical-align: middle;
  }
  .header .content-cart .tool-header ul li {
    margin-right: 0;
  }
  .header .top-link-mycompare {
    font-size: 0;
  }
  .header .top-link-mycompare:before {
    left: 0;
    top: 0;
    transform: none;
  }
  .header .top-link-mywishlist {
    font-size: 0;
  }
  .header .header-top {
    display: none;
  }
  .header .header-top .top-left .hot-contact .hotline .contact ul {
    justify-content: center;
  }
  .header .header-top .top-right .header-top-link {
    justify-content: center;
  }
  /* header */
  .product-flex:before {
    display: none;
  }
  .product-flex:after {
    display: none;
  }
  .top-banner .container-offer {
    width: 750px;
  }
  .header .top-left,
  .header .top-right {
    text-align: center;
  }
  .header .top-left {
    margin-bottom: 10px;
  }
  .header .header-top-link {
    float: none;
  }
  .header .content-logo {
    margin-bottom: 0;
  }
  .header .content-logo .logo {
    display: block;
    margin: 0 auto;
    max-width: none;
  }
  .header .header-logo {
    position: relative;
  }
  .header .content-cart .nav-toggle {
    display: none;
  }
  .header .header-bottom {
    border-bottom: 0;
  }
  .header .content-cart {
    width: auto;
    position: static;
    text-align: center;
  }
  .header .vmagicmenu {
    display: none !important;
  }
  .hot-deals-box .hot-deals-tab-box h2 {
    width: 100%;
    text-align: center;
  }
  .hot-deals-box .alo-count-down {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .header .content-cart .nav-toggle {
    display: none;
  }
  /*.toggle-visible .fa-bars::before {
            content: "\f00d ";
        }*/
  .page-header {
    margin-bottom: 0;
  }
  .banner-top {
    display: none;
  }
  .vmagicmenu.vertical-menu {
    display: none !important;
  }
  .nav-sections .navigation-mobile ul li a span.ui-menu-icon,
  .nav-sections .navigation-mobile ul li .level-top span.ui-menu-icon {
    display: none;
  }
  .toolbar-products .pages {
    display: none;
  }
  /* content */
  .column.main .main-secondary .empty {
    min-height: auto;
    margin-bottom: 0;
  }
  .service .primary-service:after {
    height: 86px;
  }
  .service .primary-service .service-item .icon {
    display: block;
    margin-bottom: 10px;
  }
  .vertical-align-left {
    display: none;
  }
  /* slider */
  .row.block-view .block-left {
    display: none;
  }
  .row.block-view .block-content-right,
  .row.block-view .block-content-left {
    width: 100%;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption1 {
    font-size: 25px;
    line-height: 25px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption2 {
    font-size: 30px;
    line-height: 30px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 {
    font-size: 14px;
    line-height: 14px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
    padding: 0 30px;
  }
  .block-title-tabs {
    position: relative;
  }
  .megashop {
    position: relative;
  }
  .megashop .toggle-tab.mobile {
    color: #666;
    cursor: pointer;
    display: block !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 0;
    width: 19px;
  }
  .megashop .block-title-tabs.toggle-content {
    position: absolute;
    width: 200px;
    display: none;
    right: 0;
    top: 33px;
    background-color: #ffffff;
    z-index: 1;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  }
  .megashop .block-title-tabs.toggle-content.visible {
    display: block;
  }
  .megashop .block-title-tabs .magictabs .item .title {
    line-height: 40px;
    padding-bottom: 2px;
  }
  .box-products .toggle-tab.mobile {
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .category-featured .magictabs .item .title {
    padding-bottom: 0;
  }
  .category-featured .magictabs {
    width: 23%;
  }
  .category-featured .box-product-content .box-product-adv {
    display: none;
  }
  .category-active .banner-featured {
    display: none;
  }
  .category-active .content-products {
    width: 100%;
  }
  .hot-deals-box .alo-count-down .countdown .timer-box {
    margin-right: 5px;
  }
  .hot-deals-box .alo-count-down .countdown .timer-box:last-child {
    margin-right: 0;
  }
  .deal-the-day .product .product-item-info .hover-box .actions-cart .button.btn-cart {
    height: 33px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 13px;
    min-width: inherit;
  }
  .deal-the-day .toggle-tab.mobile {
    top: 14px;
  }
  .box-products .block-title-tabs .magictabs.toggle-content {
    position: absolute;
    width: 200px;
    display: none;
    right: 0;
    top: 33px;
    background-color: #ffffff;
    z-index: 1;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  }
  .box-products .block-title-tabs .magictabs.toggle-content.visible {
    display: block;
  }
  .box-products .block-title-tabs .magictabs.toggle-content .item {
    display: block;
  }
  .box-products.box-products-three .box-product-adv {
    display: none;
  }
  .box-products.box-products-three .box-product {
    width: 100%;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(1) {
    min-height: auto;
  }
  .product-add-form .button.btn-cart {
    margin-bottom: 10px;
  }
  .post-list .post-header .post-title-holder .post-title,
  .post-view .post-header .post-title-holder .post-title,
  .post-view .post-header .post-title-holder .post-title {
    padding: 0 0 5px;
  }
  /* product view */
  .fieldset .configurable.required {
    width: 46%;
  }
  /* view cart */
  .page-title-wrapper .page-title {
    margin-bottom: 45px;
  }
  /* my account */
  .wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 50%;
  }
  .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-container .cart-summary {
    order: 1;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .product-hover {
    width: 45.433048%;
  }
  .row-home .main-secondary {
    width: 30%;
  }
  .row-home .main-primary {
    width: 70%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 900;
  }
  .nav-open .nav-toggle::after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .banner-top .addon-box .banner-ads .caption-ads1 {
    top: 16px;
    right: 19px;
  }
  .banner-top .addon-box .banner-ads .caption-ads1 .caption1 {
    font-size: 12px;
  }
  .banner-top .addon-box .banner-ads .caption-ads1 .caption2 {
    font-size: 14px;
  }
  .banner-top .addon-box .banner-ads .caption-ads2 {
    top: 28px;
  }
  .banner-top .addon-box .banner-ads .caption-ads2 .caption1 {
    font-size: 19px;
  }
  .banner-top .addon-box .banner-ads .caption-ads2 .caption2 {
    font-size: 16px;
  }
  .banner-top .addon-box .banner-ads .caption-ads3 {
    top: 25px;
    right: 18px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads {
    top: 2px;
    right: 10px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption1 {
    font-size: 12px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption2 {
    font-size: 13px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption3 {
    font-size: 13px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads {
    top: 6px;
    right: 19px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption1 {
    font-size: 12px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption2 .primary {
    font-size: 12px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption2 .secondary {
    font-size: 16px;
  }
  .banner-slogan .addon-box .banner-ads .caption-ads .shop-now-btn {
    padding: 0 18px;
    height: 35px;
    line-height: 31px;
  }
  .banner-bottom .addon-box .banner-ads6 .caption-ads {
    top: 6px;
  }
  .banner-bottom .addon-box .banner-ads6 .caption-ads .caption1 {
    font-size: 20px;
  }
  .banner-bottom .addon-box .banner-ads6 .caption-ads .caption2 {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption1 {
    font-size: 12px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption2 {
    font-size: 31px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption3 {
    font-size: 13px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption4 {
    font-size: 10px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads {
    top: 7px;
    left: 60px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption1 {
    font-size: 18px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption2 {
    font-size: 22px;
  }
  .page-layout-2columns-left .columns .column.main,
  .page-layout-2columns-right .columns .column.main {
    width: 67%;
  }
  .page-layout-2columns-left .columns .sidebar,
  .page-layout-2columns-right .columns .sidebar {
    width: 33%;
  }
  .toolbar.toolbar-products .pages {
    float: left;
    margin-top: 10px;
  }
  .products.wrapper ~ .toolbar.toolbar-products .pages {
    float: right;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-popup.modal-slide.modals-quickview .modal-inner-wrap[class] {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  html {
    overflow: visible;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info {
    width: 100%;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4) {
    display: none;
  }
  .ct-flex .ct-top:nth-child(n+4) {
    width: 50%;
  }
  .ct-flex .ct-top:before {
    display: none;
  }
  .header .content-cart .tool-header .minicart-wrapper {
    margin-left: 0;
    top: 2px;
  }
  .header .content-cart .tool-header ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .login-container .block {
    width: 100%;
  }
  .product-tab-main .block-title-tabs {
    position: relative;
  }
  .product-tab-main .block-title-tabs .toggle-tab {
    display: block;
  }
  .product-tab-main .block-title-tabs .toggle-tab i {
    font-size: 30px;
  }
  .product-tab-main .block-title-tabs .toggle-content {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding: 15px 50px 15px 15px;
    flex-direction: column;
    z-index: 2;
  }
  .product-tab-main .block-title-tabs .toggle-content.visible {
    display: flex;
  }
  .product-tab-main .block-title-tabs .magictabs .item {
    margin: 0;
  }
  .header .header-top {
    display: none;
  }
  .header .content-cart .tool-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header .content-cart .tool-header .minicart-wrapper {
    margin-left: 0;
  }
  .header .content-cart .tool-header .minicart-wrapper .action.showcart {
    padding-top: 0;
  }
  .header .content-cart .tool-header .minicart-wrapper .action.showcart .minicart-text {
    display: none;
    vertical-align: middle;
  }
  .product-flex {
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .product-flex:last-child {
    border-bottom: none;
  }
  .product-flex .link-product {
    margin-top: 0;
    width: 54.05405405405405%;
    margin-left: 69px;
  }
  .about-style .text-icon-about .icon-about {
    text-align: center;
    margin-top: 64px;
  }
  .about-style .text-icon-about .icon-about .gokko-icon {
    font-size: 35px;
    color: #63ab05;
  }
  .about-style .text-icon-about .icon-about .title-icon {
    font-size: 30px;
    color: #222222;
  }
  .about-style .text-icon-about .icon-about .text-icon {
    font-size: 15px;
    color: #666666;
  }
  .cookie-message .notify-slider-wrapper {
    bottom: 109px;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(1) {
    width: 100%;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) {
    width: 100%;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .nav-toggle-mobile,
  .switch-link-main {
    width: 30%;
  }
  .content-logo {
    width: 40%;
  }
  .form-create-account .create.info {
    width: 100%;
  }
  .form-create-account .create.account {
    width: 100%;
  }
  .cms-sale-products .product-item:nth-child(4n+4):before {
    opacity: 1;
  }
  .cms-sale-products .product-item:nth-child(3n+3):before {
    opacity: 0;
  }
  .catalog-category-view .main .product-item:nth-child(2n+2) {
    opacity: 1;
  }
  .catalog-category-view .main .product-item:nth-child(even):before {
    opacity: 0;
  }
  .bestseller-main .product .product-item-info:before {
    border-right: none;
  }
  .product.product-item:nth-child(3n+3) .product-item-info:before {
    display: none;
  }
  .cart.main.actions .continue {
    margin-right: 0;
    width: 100%;
  }
  .cart.main.actions .action.clear {
    display: block;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
  }
  .cart.main.actions .action.update {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .mode-list:after {
    content: "";
    display: inline-block;
    border-bottom: 6px;
    width: 18px;
    height: 6px;
    background-color: #cccccc;
    position: absolute;
    top: 26%;
    left: 7px;
  }
  .header .content-cart .tool-header .minicart-wrapper .action.showcart .crat-icon:before {
    content: "\e939";
    font-family: Gokko-Icon;
    font-size: 22px;
    line-height: 26px;
  }
  .product-items .product-item:nth-child(2n+1) {
    clear: unset !important;
  }
  .sidebar-main .filter .filter-title strong {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    padding: 7px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-weight: 400;
    color: #888888;
    display: inline-block;
  }
  .widget.block .block-title strong {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
  }
  .blog-page .block-categories .block-title strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 11px;
    border: none;
  }
  .widget.block .block-title {
    margin-bottom: 30px;
  }
  .block.filter .filter-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 3px;
    position: relative;
  }
  .block-compare .block-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 3px;
    position: relative;
  }
  .block-wishlist .block-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 3px;
    position: relative;
  }
  .block-reorder .block-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 3px;
    position: relative;
  }
  .widget.block .block-title {
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 0;
    padding-left: 10px;
    position: relative;
  }
  .columns .sidebar:nth-child(2),
  .page-layout-2columns-right .columns .sidebar:nth-child(2) {
    top: 0;
    width: auto;
    margin: 0;
  }
  .block.filter .block-title.filter-title {
    margin: 0;
  }
  .columns .column.main {
    width: 100%;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal {
    text-align: left;
    width: 33%;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart-summary {
    padding: 1px 0 25px;
  }
  .category-megamenu .widget-filter .filter-options-item {
    width: 50%;
  }
  .category-megamenu .widget-filter .filter-options-item:nth-child(3) {
    clear: left;
  }
  .page-layout-2columns-left .product.media.product-img-box,
  .page-layout-2columns-right .product.media.product-img-box,
  .page-layout-3columns .product.media.product-img-box {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-layout-2columns-left .product-info-main.product-shop,
  .page-layout-2columns-right .product-info-main.product-shop,
  .page-layout-3columns .product-info-main.product-shop {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-product-view .column.main {
    width: 100%;
  }
  .modes {
    display: none;
  }
  .page-products .toolbar .limiter {
    display: none;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block.filter .block-title.filter-title {
    display: block;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 0;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    padding: 0;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #ccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter-subtitle {
    display: none;
    font-size: 20px;
    font-weight: 300;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 8px;
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
  }
  .filter-options {
    display: none;
    margin: 0;
  }
  .filter.active .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
  }
  .filter .filter-current {
    border: solid #ccc;
    border-width: 1px 0;
    margin: 10px 0 0;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter-actions {
    margin: -35px 0 25px;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: block;
    text-decoration: none;
    margin-top: 10px;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current.active .items {
    display: block;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  body.filter-active .page-header {
    display: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 37px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e680';
    font-family: 'Pe-icon-7-stroke';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-products .sorter {
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 1;
  }
  .page-products .columns {
    padding-top: 60px;
  }
  .sidebar .accordion-container {
    display: none;
  }
  .column.main {
    margin-bottom: 0;
  }
  .category-products {
    margin-bottom: 0;
  }
  .header .content-cart .tool-header .minicart-wrapper {
    margin-top: 3px;
  }
  .toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .grid-1 .item-1 {
    width: 100%;
  }
  .grid-1 .item-1 .text-1 {
    position: absolute;
    top: 3.79746835443038%;
    left: 11.5819209039548%;
  }
  .grid-1 .item-3 {
    width: 100%;
    display: block;
  }
  .grid-1 .item-3 .text-6 {
    position: absolute;
    bottom: 5.854430379746835%;
    left: 10.08695652173913%;
    max-width: 77%;
  }
  .grid-1 .item-2 {
    width: 100%;
  }
  .grid-1 .item-2 div:nth-child(2) ~ div {
    margin-top: 10px;
  }
  .grid-1 .item-2 .item-7 {
    width: calc(62.47058823529412% - 5px);
    position: relative;
  }
  .grid-1 .item-2 .item-7 .text-2 {
    position: absolute;
    top: 20.25%;
    left: 10.7%;
  }
  .grid-1 .item-2 .item-7 .text-5 {
    position: absolute;
    top: 24.11575562700965%;
    left: 11.09022556390977%;
  }
  .grid-1 .item-2 .item-8 {
    width: calc(100% - 62.47058823529412% - 5px);
    position: relative;
  }
  .grid-1 .item-2 .item-8 .text-3 {
    position: absolute;
    top: 22.508038585209%;
    left: 7.119741100323625%;
  }
  .grid-1 .item-2 .item-8 .text-4 {
    position: absolute;
    top: 6.796116504854369%;
    left: 9.70873786407767%;
  }
  .grid-1 img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .grid-1 p {
    margin: 0;
    padding: 0;
  }
  .grid-1 .cap1 {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 5.5%;
    padding: 0;
  }
  .grid-1 .cap2 {
    font-size: 35px;
    color: #333;
    line-height: 30px;
  }
  .grid-1 .cap3 {
    font-size: 28px;
    color: #666666;
    line-height: 30px;
    margin-top: 2.056962025316456%;
  }
  .grid-1 .cap4 {
    font-size: 24px;
    color: #63ab04;
    line-height: 30px;
    margin-top: 5.466237942122186%;
  }
  .grid-1 .cap5 {
    font-size: 26px;
    color: #333;
    line-height: 30px;
    margin: 9% 0;
  }
  .grid-1 .cap6 {
    margin-top: 7%;
    line-height: 38px;
  }
  .grid-1 .cap6 .btn-shop {
    color: #ffffff;
    background-color: #63ab04;
    line-height: 38px;
    padding: 12px 33px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
  }
  .navigation .parent .level-top {
    display: inline;
  }
  .time-product .product-item-info .images-container .products-textlink {
    flex: 1;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right {
    margin-right: 0;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .product-hover {
    /* width: 100%;*/
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info {
    position: relative;
    width: 100%;
  }
  .time-product.box-products-four .product-item-info .images-container .products-textlink .alo-count-down .countdown {
    justify-content: center;
  }
  .time-product.box-products-four .product-item-info .images-container .products-textlink .alo-count-down .countdown .timer-box {
    margin: 0 11px;
  }
  .time-product.box-products-four .product-item-info .images-container .products-textlink .actions-cart form {
    display: flex;
    justify-content: center;
  }
  .time-product.box-products-four .product-item-info .images-container .hover-box {
    display: none;
  }
  /*body {
            .container {
                padding-left: 15px;
                padding-right: 15px;
            }
        }*/
  .page-header {
    border-bottom: 0;
  }
  .header .free-shipping {
    text-align: center;
  }
  .top-banner .container-offer {
    width: 540px;
  }
  .hot-deals-box .hot-deals-tab-time-col {
    width: 100%;
  }
  .hot-deals-box .hot-deals-tab-content-col {
    width: 100%;
  }
  .hot-deals-box .content-products .slick-prev,
  .hot-deals-box .content-products .slick-next {
    top: 52%;
    transform: translateY(-50%);
  }
  .banner-side .col-banner {
    margin-top: 30px;
  }
  .banner-side .banner-ads {
    max-width: 270px;
    margin: 0 auto;
  }
  .header .content-cart {
    text-align: center;
  }
  .header .menu-mobile .content-cart .tool-header {
    float: none;
  }
  .service .primary-service {
    width: 100%;
    text-align: left;
  }
  .service .primary-service .service-item {
    max-width: 273px;
    margin-left: auto;
    margin-right: auto;
  }
  .service .primary-service .service-item .icon {
    display: inline-block;
  }
  .service .primary-service:after {
    display: none;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption1 {
    font-size: 20px;
    line-height: 20px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption2 {
    font-size: 25px;
    line-height: 25px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 {
    font-size: 14px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
    height: 37px;
    line-height: 35px;
    padding: 0 30px;
  }
  .megashop .content-products .slick-arrow {
    top: -45px;
  }
  .category-featured {
    margin-bottom: 45px;
  }
  .banner-slogan .addon-box .banner-ads.banner-ads7,
  .banner-slogan .addon-box .banner-ads.banner-ads8,
  .banner-slogan .addon-box .banner-ads.banner-ads9 {
    max-width: 370px;
    margin: 0 auto;
  }
  .banner-slogan .addon-box .banner-ads.banner-ads8 {
    margin-bottom: 30px;
  }
  .banner-bottom-low .col-banner-main:first-child {
    margin-bottom: 30px;
  }
  .banner-top .col-banner:not(:last-child) {
    margin-bottom: 30px;
  }
  .banner-top .addon-box .banner-ads2 {
    max-width: 470px;
    margin: 0 auto;
  }
  .banner-middle .col-banner:not(:last-child),
  .banner-bottom .col-banner:not(:last-child) {
    margin-bottom: 30px;
  }
  .banner-middle .addon-box .banner-ads3,
  .banner-middle .addon-box .banner-ads4,
  .banner-bottom .addon-box .banner-ads3,
  .banner-bottom .addon-box .banner-ads4 {
    margin: 0 auto;
    max-width: 420px;
  }
  .banner-slogan .addon-box .banner-ads .caption-ads .shop-now-btn {
    font-size: 14px;
    height: 33px;
    line-height: 30px;
    padding: 0 20px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .shop-now-btn {
    padding: 0 20px;
  }
  .product .product-item-info .products-textlink .product-name {
    font-size: 13px;
  }
  .product .product-item-info .hover-box .actions-cart {
    margin-right: 5px;
  }
  .product .product-item-info .hover-box .add-to-links .towishlist {
    margin-right: 5px;
  }
  .megashop .content-products .slick-arrow {
    top: -41px;
  }
  .category-featured .magictabs {
    display: none;
  }
  .category-featured .box-product-content .box-product {
    width: 100%;
  }
  .product-item-info .images-container .products-textlink {
    flex: 0;
  }
  .bestseller-main .bestseller .product-item-info .images-container .products-textlink {
    flex: 1;
  }
  .deal-the-day .block-title-tabs > .title {
    margin-right: 25px;
  }
  .deal-the-day .product .product-item-info .hover-box .actions-cart {
    margin-right: 10px;
  }
  .deal-the-day .product .product-item-info .hover-box .add-to-links .towishlist {
    margin-right: 10px;
  }
  .box-products-four .block-title-tabs .magictabs {
    padding-right: 0;
  }
  .box-products-four .box-product-content .content-products .product-items {
    display: flex !important;
    flex-wrap: wrap;
  }
  .box-products-four .box-product-content .content-products .product-items:before {
    content: "";
    display: table;
  }
  .box-products-four .box-product-content .content-products .product-items:after {
    content: "";
    display: table;
    clear: both;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(1) {
    width: 100%;
    min-height: 100%;
    margin-bottom: 20px;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) {
    width: 100%;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(1) {
    border-top: 0px solid #e6e6e6;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(1):before {
    position: absolute;
    content: "";
    border-right: 0px solid #e6e6e6;
    width: 0px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(2) {
    border-top: 1px solid #e6e6e6;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(2):before {
    position: absolute;
    content: "";
    border-right: 0px solid #e6e6e6;
    width: 0px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(3),
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(4),
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(5),
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(6) {
    width: 100%;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(3) {
    border-top: 1px solid #e6e6e6;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(3):before {
    position: absolute;
    content: "";
    border-right: 0px solid #e6e6e6;
    width: 0px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(4) {
    border-top: 1px solid #e6e6e6;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(4):before {
    position: absolute;
    content: "";
    border-right: 0px solid #e6e6e6;
    width: 0px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(5) {
    border-top: 1px solid #e6e6e6;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(5):before {
    position: absolute;
    content: "";
    border-right: 0px solid #e6e6e6;
    width: 0px;
    height: calc(100% - 30px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info:nth-child(6) {
    border-top: 1px solid #e6e6e6;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(3) {
    display: none;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads {
    top: 2px;
    left: 50px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption1 {
    font-size: 15px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption2 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .footer .toggle-tab.mobile {
    display: block !important;
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
  }
  .footer .toggle-tab.mobile:before {
    content: "\f107";
    font-family: "FontAwesome";
  }
  .footer .toggle-tab.mobile .hidden {
    display: none;
  }
  .footer .toggle-visible .toggle-tab.mobile:before {
    content: "\f106";
    font-family: "FontAwesome";
  }
  .footer .mobile-collapsible .toggle-content {
    display: none;
  }
  .footer .mobile-collapsible .toggle-content.visible {
    display: block;
  }
  .page-footer .block-footer-top .collapsible .heading {
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .page-footer .block-footer-top .collapsible .block-content-statick .bullet li {
    margin: 8px 0;
  }
  .page-footer .block-footer-bottom .payment-method .payment-text {
    margin-bottom: 10px;
  }
  .popup-newsletter.modal-popup.modal-slide {
    left: 0;
  }
  .page-layout-2columns-left .columns .column.main,
  .page-layout-2columns-right .columns .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .columns .sidebar,
  .page-layout-2columns-right .columns .sidebar {
    width: 100%;
  }
  .toolbar.toolbar-products .pages {
    float: left;
    margin-top: 10px;
  }
  .products.wrapper ~ .toolbar.toolbar-products .pages {
    float: right;
    margin-top: 0;
  }
  .actions-toolbar > .primary {
    display: inline-block;
    margin-right: 10px;
  }
  .actions-toolbar > .primary .action {
    margin-bottom: 0;
  }
  .actions-toolbar > .secondary {
    display: inline-block;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: static;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .products.wrapper.list .product-reviews-summary {
    margin-left: inherit;
    margin-right: inherit;
  }
  .page-layout-1column .product.media.product-img-box {
    width: 100%;
  }
  .page-layout-1column .product-info-main.product-shop {
    width: 100%;
  }
  /* product view */
  .fieldset .configurable.required {
    width: 40%;
  }
  /* about us */
  .our-left .about-primary,
  .our-left .about-secondary {
    width: 100%;
  }
  .our-left .about-primary {
    margin-bottom: 20px;
  }
  .crazy-team-slide .item:nth-child(1),
  .crazy-team-slide .item:nth-child(2) {
    margin-bottom: 30px;
  }
  /* contact us */
  .contact-form .map-primary {
    margin-bottom: 30px;
  }
  .store-contact .store1,
  .store-contact .store2 {
    margin-bottom: 30px;
  }
  .store-contact .store2 .store_info {
    border-right: 0;
  }
  .store_info .flex {
    width: auto;
    padding: 0;
  }
  .cart.main.actions {
    text-align: center;
    flex-wrap: wrap;
  }
  .cart.main.actions .action.update,
  .cart.main.actions .action.clear {
    margin-top: 15px !important;
  }
  /* check out */
  .opc-estimated-wrapper {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ccc;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    float: right;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    content: "\f291";
    font-size: 22px;
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-right: 10px;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background-color: #63ab04;
    vertical-align: middle;
  }
  .opc-progress-bar {
    width: 100%;
  }
  .opc-block-shipping-information {
    padding-left: 30px;
    padding-right: 30px;
  }
  .multicheckout .actions-toolbar button.action {
    width: 100%;
    margin-bottom: 0;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
    display: block;
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar .secondary button.action {
    margin-left: 0;
  }
  .multishipping-checkout-shipping .column.main .block .block-content .box.box-shipping-address,
  .multishipping-checkout-shipping .column.main .block .block-content .box.box-items,
  .multishipping-checkout-shipping .column.main .block .block-content .box.box-shipping-method {
    width: 100%;
    margin-bottom: 25px;
  }
  .multishipping-checkout-shipping .column.main .block .block-content .box.box-shipping-method {
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .multishipping-checkout-shipping .column.main .block .block-content .box.box-items {
    margin-bottom: 0;
  }
  .multicheckout .block-billing .box.box-billing-address {
    width: 100%;
    margin-bottom: 30px;
  }
  .multicheckout .block-billing .box.box-billing-method {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customer-account-index .column.main .block .block-content .box:nth-child(1),
  .sales-order-view .column.main .block .block-content .box:nth-child(1),
  .customer-address-index .column.main .block .block-content .box:nth-child(1),
  .multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(1) {
    float: none;
  }
  /* my account */
  .account .page-wrapper .page-main {
    padding-top: 0;
  }
  .customer-account-index .column.main,
  .sales-order-view .column.main,
  .customer-address-index .column.main,
  .multishipping-checkout-shipping .column.main {
    margin-bottom: 30px !important;
  }
  .customer-account-index .column.main .block .block-content .box,
  .sales-order-view .column.main .block .block-content .box,
  .customer-address-index .column.main .block .block-content .box,
  .multishipping-checkout-shipping .column.main .block .block-content .box {
    width: 100%;
  }
  .customer-account-index .column.main .block .block-content .box:nth-child(1),
  .sales-order-view .column.main .block .block-content .box:nth-child(1),
  .customer-address-index .column.main .block .block-content .box:nth-child(1),
  .multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(1) {
    margin-bottom: 25px;
  }
  .wishlist-index-index .products-grid.wishlist {
    margin-right: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-items .product-item {
    margin-bottom: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart {
    float: none;
    margin-right: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-photo {
    margin-right: 0;
    float: none;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-name,
  .wishlist-index-index .products-grid.wishlist .product-item-description,
  .wishlist-index-index .products-grid.wishlist .product-item .price-box,
  .wishlist-index-index .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
  .modal-popup.modal-slide.modals-quickview {
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    /*.modal-inner-wrap[class] {
                overflow-x: visible;
            }*/
  }
  .modal-popup.modal-slide.modals-quickview .action-close {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  .ctn {
    display: flex;
    flex-wrap: wrap;
  }
  .ctn .box-img1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .ctn .box-img2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .ctn .box-img3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    padding: 5px 10px;
    padding-top: 5px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  /* .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td:before {
            content: attr(data-th) ": ";
            margin-right: 10px;
            font-weight: bold;
        }*/
  .wishlist-index-index .products-grid.wishlist .product-items .product-item {
    border-top: 0;
    border-bottom: 0;
  }
  .account .page-main .column.main,
  .account .page-main .sidebar-additional {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-item-inner .add-to-links {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid-1,
  .time-product,
  .ctn {
    padding-right: 15px;
    padding-left: 15px;
  }
  .search-area .toggle-content {
    width: 450px;
  }
  .content-logo {
    width: 20%;
  }
  .nav-toggle-mobile,
  .switch-link-main {
    width: 40%;
  }
  .grid-1 .item-2 .item-7 .text-5 {
    top: 10.116%;
  }
  .cms-sale-products .product-item:nth-child(3n+3):before {
    opacity: 1;
  }
  .cms-sale-products .product-item:nth-child(even):before {
    opacity: 0;
  }
  .product-items .product-item:nth-child(2n+1) {
    clear: unset !important;
  }
  .toolbar .limiter {
    margin-right: 0;
    padding: 2px;
  }
  .toolbar .limiter .label {
    display: none;
  }
  .toolbar .sorter {
    padding-left: 0;
    margin-right: 0;
  }
  .toolbar .sorter .sorter-label {
    display: none;
  }
  .grid-1 .item-1 {
    width: 100%;
  }
  .grid-1 .item-1 .text-1 {
    position: absolute;
    top: 3.79746835443038%;
    left: 11.5819209039548%;
  }
  .grid-1 .item-3 {
    width: 100%;
    display: block;
  }
  .grid-1 .item-3 .text-6 {
    position: absolute;
    bottom: 5.854430379746835%;
    left: 10.08695652173913%;
    max-width: 77%;
  }
  .grid-1 .item-2 {
    width: 100%;
  }
  .grid-1 .item-2 div:nth-child(1) ~ div {
    margin-top: 10px;
  }
  .grid-1 .item-2 div:nth-child(2) ~ div {
    margin-top: 10px;
  }
  .grid-1 .item-2 .item-7 {
    width: 100%;
    position: relative;
  }
  .grid-1 .item-2 .item-7 .text-2 {
    position: absolute;
    top: 20.25%;
    left: 10.7%;
  }
  .grid-1 .item-2 .item-7 .text-5 {
    position: absolute;
    top: 24.11575562700965%;
    left: 11.09022556390977%;
  }
  .grid-1 .item-2 .item-8 {
    width: 100%;
    position: relative;
  }
  .grid-1 .item-2 .item-8 .text-3 {
    position: absolute;
    top: 22.508038585209%;
    left: 7.119741100323625%;
  }
  .grid-1 .item-2 .item-8 .text-4 {
    position: absolute;
    top: 6.796116504854369%;
    left: 9.70873786407767%;
  }
  .grid-1 img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .grid-1 p {
    margin: 0;
    padding: 0;
  }
  .grid-1 .cap1 {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 5.5%;
    padding: 0;
  }
  .grid-1 .cap2 {
    font-size: 35px;
    color: #333;
    line-height: 30px;
  }
  .grid-1 .cap3 {
    font-size: 28px;
    color: #666666;
    line-height: 30px;
    margin-top: 2.056962025316456%;
  }
  .grid-1 .cap4 {
    font-size: 24px;
    color: #63ab04;
    line-height: 30px;
    margin-top: 5.466237942122186%;
  }
  .grid-1 .cap5 {
    font-size: 26px;
    color: #333;
    line-height: 30px;
    margin: 9% 0;
  }
  .grid-1 .cap6 {
    margin-top: 7%;
    line-height: 38px;
  }
  .grid-1 .cap6 .btn-shop {
    color: #ffffff;
    background-color: #63ab04;
    line-height: 38px;
    padding: 12px 33px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
  }
  body .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .content-cart .tool-header ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  .header .content-cart .tool-header ul li {
    margin-right: 0;
  }
  .header .menu-mobile .content-cart .tool-header {
    float: none;
    margin: 0;
  }
  .top-banner .container-offer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption1 {
    font-size: 15px;
    line-height: 15px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption2 {
    font-size: 20px;
    line-height: 20px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 {
    font-size: 13px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
    height: 35px;
    line-height: 33px;
    padding: 0 22px;
    font-size: 14px;
  }
  .about-style .text-icon-about .icon-about {
    text-align: center;
    margin-top: 64px;
    width: 50%;
  }
  .about-style .text-icon-about .icon-about .gokko-icon {
    font-size: 35px;
    color: #63ab05;
  }
  .about-style .text-icon-about .icon-about .title-icon {
    font-size: 30px;
    color: #222222;
  }
  .about-style .text-icon-about .icon-about .text-icon {
    font-size: 15px;
    color: #666666;
  }
  .caption-primary p {
    font-size: 16px;
  }
  .caption-primary p span {
    font-size: 18px;
  }
  .slick-dots {
    display: none !important;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption2 {
    display: none;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 i {
    display: none;
  }
  .deal-the-day .block-title-tabs > .title,
  .deal-the-day .block-title-tabs .count-down-time {
    width: 100%;
  }
  .deal-the-day .block-title-tabs > .title {
    margin-bottom: 10px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption1 {
    font-size: 14px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption2 {
    font-size: 14px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .shop-now-btn {
    height: auto;
    line-height: normal;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    color: #e75146;
    text-decoration: underline;
  }
  .popup-newsletter.modal-popup.modal-slide {
    padding: 0 30px;
  }
  .popup-newsletter.modal-popup.modal-slide .modal-inner-wrap {
    width: 100% !important;
  }
  .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist {
    padding-right: 15px;
    margin-right: 15px;
  }
  /* post view */
  .breadcrumbs li + li.blog_post {
    margin-top: 10px;
    display: block;
    max-width: 252px;
    margin-left: 0;
  }
  .post-view .post-holder .post-header .post-info .dash {
    display: none;
  }
  .post-view .post-holder .post-header .item.post-categories {
    width: 100%;
  }
  /* product view */
  .fieldset .configurable.required {
    width: 45%;
  }
  /* contact us */
  .store_info .flex {
    width: 100%;
    padding: 10px 0 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .box-tocart input.qty {
    width: 85px;
  }
}
@media screen and (max-width: 480px) {
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info {
    max-height: none;
  }
  .box-products-four.time-product .item-product-right .product-item-info .images-container {
    display: block;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container {
    display: block;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .product-hover {
    width: 100%;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink {
    width: 100%;
  }
  .minicart-wrapper .ui-corner-all {
    position: static;
  }
  .search-area .toggle-content {
    width: 330px;
  }
  .header .content-search .search-area .form-search .field .control.catalogsearch .input-text {
    width: 100%;
  }
  .header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box {
    display: none;
  }
  .switch-link-main .tool-header {
    display: none;
  }
  .nav-toggle-mobile,
  .switch-link-main {
    width: 20%;
  }
  .content-logo {
    width: 60%;
  }
  .header .content-search {
    position: absolute;
    right: 0;
    top: 13px;
  }
  .header .content-search .search-toggle {
    color: #ffffff;
  }
  .search-area .toggle-tab .pe-7s-search:before {
    font-size: 2.1rem;
  }
  .header .header-container-fixed {
    position: static;
  }
  .message.global.cookie.magepow-gdpr-cookie-notice {
    width: 100% !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    font-size: 15px;
  }
  .style-contact .fieldset .div-flex {
    flex-wrap: wrap;
  }
  .style-contact .fieldset .div-flex .name {
    width: 100%;
  }
  .style-contact .fieldset .div-flex .email {
    width: 100%;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info {
    width: 50%;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4) {
    display: unset;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(5) {
    display: unset;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(6) {
    display: unset;
  }
  .cms-sale-products .product-item:before {
    opacity: 0;
  }
  .product.detailed .items-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .product.detailed .items-tabs .active {
    border-bottom: none;
  }
  .product.detailed .items-tabs .data.item {
    min-width: 50%;
    width: auto !important;
  }
  .product.detailed .items-tabs .data.item .data.switch {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .product.detailed .items-tabs .data.title {
    width: 10px;
    flex: 0 0 auto;
    /* Prevents the tabs from shrinking */
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container {
    display: flex;
    flex-wrap: wrap;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .product-hover {
    width: 100%;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink {
    width: 100%;
  }
  .cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item {
    max-width: 100%;
  }
  .header .content-cart .tool-header .minicart-wrapper .action.showcart .crat-icon:before {
    content: "\e939";
    font-family: Gokko-Icon;
    font-size: 22px;
    line-height: 31px;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(1) {
    width: 100%;
  }
  .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) {
    width: 100%;
  }
  .time-product.box-products-four .box-product-content .content-products .product-items {
    display: inline-block !important;
  }
  .top-banner .container-offer {
    display: none;
  }
  .header .content-cart .tool-header {
    position: relative;
  }
  .header .content-cart .tool-header .tool-setting .settting-switcher,
  .header .content-cart .tool-header .minicart-wrapper {
    position: static;
  }
  .header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-switcher,
  .header .content-cart .tool-header .minicart-wrapper .block-minicart {
    left: 50%;
    transform: translateX(-50%);
  }
  .header .content-cart .tool-header .minicart-wrapper .block-minicart {
    right: auto;
  }
  .header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
    left: auto;
    right: 0;
  }
  .hotcat-section .featured-category .box-hotcat-content .item .category-item-info {
    background-image: none;
  }
  .hotcat-section .featured-category .box-hotcat-content .item .category-item-info:hover {
    background-image: none;
  }
  .hot-deals-box .product .product-item-info .hover-box .actions-cart .button.btn-cart {
    min-width: 120px;
    height: 35px;
    line-height: 31px;
    font-size: 14px;
  }
  .hot-deals-box .price-box .price {
    font-size: 18px;
  }
  .hot-deals-box .price-box .old-price .price {
    font-size: 15px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption1 {
    font-size: 13px;
    line-height: 13px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption2 {
    font-size: 15px;
    line-height: 15px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
    height: 33px;
    line-height: 30px;
    padding: 0 20px;
  }
  .slick-dots {
    bottom: 5px;
  }
  .hotcat-section .featured-category > .title span {
    font-size: 18px;
  }
  .hotcat-section .slick-slide img {
    margin: 0 auto;
  }
  .hotcat-section .featured-category .box-hotcat-content .item,
  .hotcat-section .featured-category .box-hotcat-content .item:hover {
    background-image: none;
  }
  .caption-primary p .deals-now {
    display: inline-block;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads {
    top: 1px;
    right: 5px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption1 {
    font-size: 12px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption2 {
    font-size: 16px;
  }
  .banner-middle .addon-box .banner-ads4 .caption-ads .caption3 {
    margin-bottom: 3px;
  }
  .banner-slogan .addon-box .banner-ads .shop-now-btn {
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads {
    top: 3px;
    right: 5px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption1 {
    font-size: 13px;
    padding: 3px 5px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption2 .primary {
    font-size: 13px;
  }
  .banner-middle .addon-box .banner-ads5 .caption-ads .caption2 .secondary {
    font-size: 14px;
  }
  .banner-bottom .addon-box .banner-ads6 .caption-ads {
    top: 3px;
    right: 20px;
  }
  .banner-bottom .addon-box .banner-ads6 .caption-ads .caption1 {
    font-size: 20px;
  }
  .banner-bottom .addon-box .banner-ads6 .caption-ads .caption2 {
    margin-bottom: 5px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption1 {
    font-size: 12px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption2 {
    font-size: 20px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption3 {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption4 {
    font-size: 12px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads {
    left: 22px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption1 {
    font-size: 10px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption2 {
    font-size: 10px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .shop-now-btn {
    font-size: 12px;
  }
  .modal-popup .modal-content .block-content .promo-text {
    font-size: 18px;
  }
  .modal-popup .modal-content .block-content > .caption {
    font-size: 16px;
    padding: 0;
  }
  .modal-popup .modal-content .block-content .subcribe-box {
    padding: 0;
  }
  .products.wrapper ~ .toolbar .sorter {
    display: none;
  }
  .toolbar .modes {
    width: 100%;
    margin-bottom: 15px;
  }
  .toolbar.toolbar-products .pages {
    width: 100%;
  }
  /* list view */
  .products.wrapper.list .product .product-item-info .images-container,
  .products.wrapper.list .product .product-item-info .products-textlink {
    width: 100%;
  }
  .breadcrumbs li + li.product {
    margin-left: 0;
    margin-top: 10px;
  }
  .product.detailed .items-tabs {
    text-align: center;
  }
  .product.detailed .items-tabs .data.title {
    width: 100%;
  }
  .product.detailed .items-tabs .data.title:first-child .data.switch {
    background-image: none;
  }
  .product.detailed .items-tabs .data.switch {
    background-image: none;
  }
  .product.info.detailed .product.data.items .items-tabs .item.active a,
  .product.info.detailed .product.data.items .items-tabs .item:hover a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 4px;
    text-decoration: none;
    border-bottom: 3px solid #f15a24;
    color: #333;
  }
  .product.detailed .items-tabs::after {
    display: none;
  }
  /* list blog */
  .post-list-wrapper .post-list .post-content .post-item-photo {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .post-list-wrapper .post-list .post-content .post-item-detail {
    width: 100%;
    padding-left: 0;
  }
  /* product view */
  .fieldset .configurable.required {
    width: 100%;
    max-width: 218px;
    float: none;
  }
  .fieldset .configurable.required:first-child {
    margin-right: 0;
  }
  /* contact us */
  .store-contact .store1,
  .store-contact .store2,
  .store-contact .store3,
  .store-contact .store4 {
    width: 100%;
  }
  .store-contact .store1 .store_info,
  .store-contact .store3 .store_info {
    border-right: 0;
  }
  .store-contact .store3 {
    margin-bottom: 30px;
  }
  .store_info .flex {
    width: auto;
    padding: 0;
  }
  /* view cart */
  .cart-container .cart-summary {
    width: 100%;
  }
  .cart.table-wrapper .item-info .col.qty,
  .cart.table-wrapper .item-info .col.price,
  .cart.table-wrapper .item-info .col.subtotal,
  .cart.table-wrapper .item-info .col.msrp {
    width: 50%;
  }
  .cart.main.actions .continue,
  .cart.main.actions .action.clear,
  .cart.main.actions .action.update {
    width: 100%;
    display: block;
  }
  .cart.main.actions .continue {
    margin-bottom: 15px;
  }
  .wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 100%;
  }
  .wishlist-index-index .actions-toolbar button.action {
    width: 100%;
  }
  .wishlist-index-index .actions-toolbar button.action:not(:last-child) {
    margin-bottom: 20px;
  }
  .wishlist-index-index .actions-toolbar > .primary {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .ct-flex .ct-top:nth-child(5) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) and (min-width: 361px) {
  .product .product-item-info {
    /*.sticker {

                    .labelnew,
                    .labelsale {
                        width: 46px;
                        height: 24px;
                        line-height: 22px;
                    }
                }*/
  }
  .product .product-item-info .hover-box .actions-cart {
    margin-right: 5px;
  }
  .product .product-item-info .hover-box .actions-cart .button.btn-cart {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
  .product .product-item-info .hover-box .add-to-links .towishlist {
    margin-right: 5px;
  }
  .deal-the-day .product .product-item-info .hover-box .actions-cart {
    margin-right: 5px;
  }
  .deal-the-day .product .product-item-info .hover-box .actions-cart .button.btn-cart {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
  .deal-the-day .product .product-item-info .hover-box .add-to-links .towishlist {
    margin-right: 5px;
  }
}
@media screen and (max-width: 360px) {
  .notify-slider-wrapper {
    left: 0;
  }
  .search-area .toggle-content {
    width: 300px;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-item-inner .btn-cart {
    max-width: unset;
  }
  .about-style .title-about {
    padding: 60px 0;
  }
  .catalog-category-view .main .product-item:before {
    border-right: 0px solid #e6e6e6;
  }
  .header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
    width: 186px;
  }
  .product-flex .link-product {
    margin-top: 0;
    margin-left: 0;
  }
  .product-items .product-item:nth-child(1n+1) {
    clear: unset !important;
  }
  .header .content-cart .tool-header .minicart-wrapper {
    margin-top: 3px;
  }
  .ct-flex .ct-top {
    width: 100%;
  }
  .ct-flex .ct-top:nth-child(n+4) {
    width: 100%;
  }
  /*test bestsale*/
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    max-height: 100%;
    height: 100%;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container {
    display: inline;
    padding: 4px;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .product-hover {
    width: 100%;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink {
    width: 100%;
    margin-top: 14px;
  }
  .cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info {
    width: 100%;
  }
  /*end test*/
  .grid-1 .item-1 {
    width: 100%;
  }
  .grid-1 .item-1 .text-1 {
    position: absolute;
    top: 3.79746835443038%;
    left: 11.5819209039548%;
  }
  .grid-1 .item-3 {
    width: 100%;
    display: block;
  }
  .grid-1 .item-3 .text-6 {
    position: absolute;
    bottom: 36.854430379746835%;
    left: 10.08695652173913%;
    max-width: 77%;
  }
  .grid-1 .item-2 {
    width: 100%;
  }
  .grid-1 .item-2 div:nth-child(2) ~ div {
    margin-top: 10px;
  }
  .grid-1 .item-2 .item-7 {
    width: 100%;
    position: relative;
  }
  .grid-1 .item-2 .item-7 .text-2 {
    position: absolute;
    top: 4.25%;
    left: 10.7%;
  }
  .grid-1 .item-2 .item-7 .text-5 {
    position: absolute;
    top: 7.11575562700965%;
    left: 11.09022556390977%;
  }
  .grid-1 .item-2 .item-8 {
    width: 100%;
    position: relative;
  }
  .grid-1 .item-2 .item-8 .text-3 {
    position: absolute;
    top: 22.508038585209%;
    left: 7.119741100323625%;
  }
  .grid-1 .item-2 .item-8 .text-4 {
    position: absolute;
    top: 6.796116504854369%;
    left: 9.70873786407767%;
  }
  .grid-1 img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: .5;
  }
  .grid-1 p {
    margin: 0;
    padding: 0;
  }
  .grid-1 .cap1 {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 5.5%;
    padding: 0;
  }
  .grid-1 .cap2 {
    font-size: 35px;
    color: #333;
    line-height: 30px;
  }
  .grid-1 .cap3 {
    font-size: 28px;
    color: #666666;
    line-height: 30px;
    margin-top: 2.056962025316456%;
  }
  .grid-1 .cap4 {
    font-size: 24px;
    color: #63ab04;
    line-height: 30px;
    margin-top: 5.466237942122186%;
  }
  .grid-1 .cap5 {
    font-size: 26px;
    color: #333;
    line-height: 30px;
    margin: 9% 0;
  }
  .grid-1 .cap6 {
    margin-top: 7%;
    line-height: 38px;
  }
  .grid-1 .cap6 .btn-shop {
    color: #ffffff;
    background-color: #63ab04;
    line-height: 38px;
    padding: 12px 33px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
  }
  .slick-prev,
  .slick-next {
    width: 38px;
    height: 38px;
    line-height: 32px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 18px;
  }
  .service .primary-service .service-item .icon {
    display: block;
  }
  .static-home-slide .slick-slide.slick-active .text-slide .caption3 {
    margin-bottom: 5px;
  }
  .static-home-slide .slick-slide.slick-active .text-slide.text-slide3 .caption1 {
    margin-bottom: 8px;
    margin-top: 0;
  }
  .deal-the-day .alo-count-down .caption-count {
    width: 100%;
    margin-bottom: 10px;
  }
  .deal-the-day .alo-count-down .countdown {
    width: 100%;
  }
  .hot-deals-box .product .product-item-info .sticker .labelnew,
  .hot-deals-box .product .product-item-info .sticker .labelsale {
    width: 54px;
    height: 24px;
    line-height: 22px;
  }
  .hot-deals-box .content-products .slick-prev,
  .hot-deals-box .content-products .slick-next {
    top: 58%;
  }
  .box-products-four {
    margin-bottom: 30px;
  }
  .banner-middle .addon-box .banner-ads .caption-ads .shop-now-btn,
  .banner-bottom .addon-box .banner-ads .caption-ads .shop-now-btn {
    height: auto;
    line-height: normal;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    color: #e75146;
    text-decoration: underline;
    font-size: 14px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption2 {
    font-size: 16px;
  }
  .banner-bottom .addon-box .banner-ads7 .caption-ads .caption4 {
    font-size: 10px;
  }
  .banner-bottom-low {
    margin-bottom: 30px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption2 {
    font-size: 9px;
  }
  .banner-bottom-low .addon-box .banner-ads8 .caption-ads .caption-btn {
    margin-top: -6px;
  }
  .popup-newsletter.modal-popup.modal-slide {
    padding: 0 20px;
  }
  .modal-popup .modal-content .block-content .promo-text {
    font-size: 18px;
  }
  .modal-popup .modal-content .block-content > .caption {
    font-size: 15px;
  }
  .toolbar .sorter {
    margin-right: 5px;
  }
  .toolbar .modes-label,
  .toolbar .sorter-label,
  .toolbar .sorter-options,
  .toolbar .limiter .label,
  .toolbar .limiter-options,
  .toolbar .limiter-text,
  .toolbar .toolbar-amount {
    font-size: 12px;
  }
  .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist {
    padding-right: 6px;
    margin-right: 6px;
  }
  .contact-form input.input-text {
    width: 100%;
  }
  /* check out */
  .custom-slide {
    left: 0 !important;
  }
  body.account .main .block-title strong {
    font-size: 20px;
  }
  .product-info-main .brand span {
    font-size: 15px;
  }
  .hot-deals-box .product .product-item-info .hover-box .actions-cart .button.btn-cart {
    min-width: 107px;
  }
  .hot-deals-box .alo-count-down .caption-count {
    margin-bottom: 10px;
  }
  .hot-deals-box .alo-count-down .countdown {
    display: block;
  }
}
@media (max-width: 329px) {
  .header .header-top-link .currency_top span:after {
    content: "";
    margin-left: 5px;
  }
}
@media (max-width: 320px) {
  .header .content-search .search-area .form-search .field .control.catalogsearch .input-text {
    width: calc(100% - 93px - 43px);
    float: left;
    padding: 0 12px;
  }
  .header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box {
    width: 26px;
    float: left;
    height: 31px;
    margin: 3px 0;
    position: relative;
    /* display: none; */
    color: #888888;
  }
  .header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 1.3rem;
    position: absolute;
    right: -12px;
    top: 59%;
    transform: translate(0, -50%);
  }
  .header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
    left: auto;
    right: -19px;
  }
  .notify-slider-wrapper {
    bottom: 0;
    left: 0px;
  }
  .header .header-content {
    height: 100%;
    max-height: unset;
  }
  .header .content-cart .tool-header .tool-setting {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    vertical-align: middle;
  }
  .header .content-cart .tool-header .tool-setting .dropdown-link .login {
    padding-left: 0;
  }
  .header .content-cart .tool-header .tool-setting .dropdown-link .login:before {
    display: none;
    content: "";
  }
  .header .header-top-link .top-form-language .toggle span {
    color: #ffffff;
    font-size: 14px;
    margin-right: 5px;
  }
  .header .header-top-link .currency_top {
    margin-right: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 280px) {
  .page-404 .button-404 a {
    padding: 12px 15px;
  }
  .page-404 .title-404 {
    font-size: 100px;
  }
}
/* right to left */
body.rtl,
.rtl .main,
.rtl select,
.rtl input,
.rtl textarea {
  text-align: right;
}
body.rtl {
  direction: rtl;
}
.rtl {
  /* menu */
  /* service */
  /* slider */
  /*.box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info {border-left: 1px solid #dfdfdf;}*/
  /*&.page-layout-2columns-left .columns .sidebar.sidebar-additional {clear: none;}*/
  /* product detail */
  /* view cart */
  /* checkout */
  /*.actions-toolbar .primary {float: right;}*/
  /* multi checkout */
  /*.actions-toolbar .primary .action, .multicheckout .actions-toolbar > .primary {margin-right: 0;}*/
  /* about us */
  /* service */
}
.rtl .review-form .review-field-rating .control:before {
  position: relative;
}
.rtl .random-products .product .product-item-info .sticker {
  left: auto;
  right: 10px;
}
.rtl .random-products .product .product-item-info .product-hover .link-view {
  right: auto;
  left: 0;
}
.rtl .newletter .visible .actions {
  right: auto;
  left: 0;
}
.rtl .modal-popup.modal-slide.popup-newsletter .modal-content .block-content .subscribe-bottom input.no-view + span {
  float: right;
  margin-right: 0;
  margin-left: 8px;
}
.rtl .plus:before {
  margin-right: 0;
  margin-left: 2px;
}
.rtl .product-addto-links .action.towishlist {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .header .header-top-link .link-top ul li:last-child {
  padding: 0 15px 0 0;
}
.rtl .header .header-top-link .link-top ul li,
.rtl .header .header-top-link .social {
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}
.rtl .header .header-top-link .top-form-language,
.rtl .header .header-top-link .currency_top {
  margin-left: 30px;
  margin-right: 0;
}
.rtl .header .header-top-link .top-form-language:after,
.rtl .header .header-top-link .currency_top:after {
  right: auto;
  left: -15px;
}
.rtl .header .top-links:before {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .ui-corner-all {
  margin-top: 0px;
}
.rtl .header .header-sticker .content-cart .tool-header .top-form-language .switcher .options .ui-corner-all {
  height: 0;
}
.rtl .category-products.products-list .product-items .product-item .product-item-info .product-item-inner {
  border: none;
}
.rtl .pages .pages-items .pages-item-next {
  transform: rotateY(180deg);
}
.rtl .column.main .main-primary {
  float: left;
}
.rtl .header .content-cart {
  left: 0;
  right: auto;
}
.rtl .header .visible-md-on {
  float: none;
}
.rtl .header .welcome-msg {
  direction: ltr;
}
.rtl .header .header-top .top-right .welcometop {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .header .contact ul .hotline {
  border-right: none;
  padding-left: 15px;
  width: auto;
}
.rtl .header .header-content .row-header-content {
  margin: 0;
}
.rtl .links-wrapper-separators {
  direction: ltr;
}
.rtl .magicmenu .nav-desktop .level0.home > .level0 {
  padding: 20px 25px;
}
.rtl .header .welcometop:after {
  right: auto;
  left: 0;
}
.rtl #search_autocomplete {
  left: auto;
  right: 0;
}
.rtl .header .header-top-link > ul {
  padding-right: 0;
}
.rtl .header .header-top-link > ul li {
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 0;
  margin-right: 0;
}
.rtl .header .header-top-link > ul li:after {
  right: auto;
  left: 0;
}
.rtl .header .header-top-link > ul li a:after,
.rtl .header .header-top-link > ul li strong:after {
  content: "\f100";
  font-family: "Flaticon";
  margin-left: 10px;
  font-size: 17px;
}
.rtl .header .header-top-link > ul li a:before,
.rtl .header .header-top-link > ul li strong:before {
  display: none;
}
.rtl .header .header-top-link > ul li a.top-link-mywishlist:after {
  content: "\f101";
  font-family: "Flaticon";
}
.rtl .header .header-top-link > ul li a.top-link-mywishlist:before {
  display: none;
}
.rtl .header .header-top-link > ul li:last-child a:after,
.rtl .header .header-top-link > ul li:last-child strong:after {
  content: "\f102";
  font-family: "Flaticon";
}
.rtl .header .header-top-link > ul li:last-child a:before,
.rtl .header .header-top-link > ul li:last-child strong:before {
  display: none;
}
.rtl .header .header-top-link .switcher-options .switcher-dropdown li a {
  background-position: right center;
  padding-right: 24px;
  padding-left: 0;
}
.rtl .header .header-top-link .switcher-currency .switcher-dropdown li a {
  padding-right: 0;
}
.rtl .header .header-top-link .top-form-language .toggle span {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px;
  padding-left: 0;
}
.rtl .header .header-top-link .top-form-language .toggle span:before {
  content: "\f107";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.rtl .header .header-top-link .top-form-language .toggle span:after {
  display: none;
}
.rtl .header .header-top-link .currency_top:before {
  right: auto;
  left: 0;
}
.rtl .header .header-top-link .currency_top .toggle span:before {
  content: "\f107";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.rtl .header .header-top-link .currency_top .toggle span:after {
  display: none;
}
.rtl .content-cart .tool-header .minicart-wrapper {
  margin-left: 0;
}
.rtl .content-cart .tool-header .minicart-wrapper .action.showcart .minicart-text {
  margin-left: 0;
}
.rtl .content-cart .tool-header .minicart-wrapper .action.showcart .crat-icon .counter.qty {
  left: -15px;
  right: auto;
}
.rtl .content-cart .tool-header .minicart-wrapper .block-minicart {
  right: auto;
  left: 0;
}
.rtl .content-cart .tool-header .tool-setting .settting-switcher .dropdown-toggle .text-setting.text-bold:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 14px;
  margin-right: 7px;
}
.rtl .content-cart .tool-header .tool-setting .settting-switcher .dropdown-toggle .text-setting.text-bold:after {
  display: none;
}
.rtl .content-cart .tool-header .tool-setting .settting-switcher .dropdown-switcher .links li {
  text-align: right;
}
.rtl .content-search .search-area .form-search .action.search {
  right: auto;
  left: -3px;
  border-radius: 5px 0 0 5px;
}
.rtl .content-search .search-area .form-search .field .control.catalogsearch .input-text {
  float: right;
}
.rtl .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box {
  float: right;
}
.rtl .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box:after {
  right: 15px;
}
.rtl .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box span {
  border-left: 0;
  border-right: 1px solid #eeeeee;
  text-align: left;
  padding-left: 10px;
}
.rtl .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
  padding-right: 0;
  left: auto;
}
.rtl .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container li {
  text-align: right;
}
.rtl .content-search .search-area .form-search .search-autocomplete ul li {
  text-align: right;
}
.rtl .content-search .search-area .form-search .search-autocomplete .action.close {
  float: left;
}
.rtl .content-search .search-area .form-search .search-autocomplete .c-smartsearch__image {
  float: right;
}
.rtl .content-search .search-area .form-search .search-autocomplete .c-smartsearch__description {
  padding: 10px 110px 0 0;
}
.rtl .vmagicmenu {
  float: right;
}
.rtl .nav-sections-item-content .magicmenu {
  padding-left: 0;
  padding-right: 45px;
}
.rtl .magicmenu .nav-desktop .level0:not(:first-child):not(:last-child) .level-top:before {
  right: auto;
  left: 0;
}
.rtl .magicmenu .nav-desktop .level0.hasChild .level-top:after,
.rtl .magicmenu .nav-desktop .level0.home .level-top:after {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .magicmenu .nav-desktop .level0.dropdown > .level0 a,
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 a,
.rtl .magicmenu .nav-desktop .level0.ext .level0.dropdown a {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  text-align: right;
  float: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children a,
.rtl .magicmenu .nav-desktop p {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: right;
}
.rtl .mage-column.mega-block-right {
  float: left;
}
.rtl .banner-menu-position img {
  left: auto;
  right: 31%;
  transform: rotateY(180deg);
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega {
  padding: 0 30px 0 0;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before,
.rtl .vmagicmenu .level0 .level-top-mega .children > a:before {
  right: 0;
  left: auto;
}
.rtl .magicmenu .nav-desktop .level0.dropdown > .level0,
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,
.rtl .magicmenu .nav-desktop .level0.ext .level0.dropdown {
  padding-right: 0;
}
.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild ul,
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  right: 100%;
  left: auto;
}
.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  content: "\f104";
  right: auto;
  left: 15px;
}
.rtl .service .primary-service .service-item .icon {
  margin-right: 0;
  margin-left: 18px;
}
.rtl .service .primary-service .service-item .info {
  text-align: right;
}
.rtl .vmagicmenu .level-top a {
  text-align: right;
}
.rtl .vmagicmenu .level0 .level-top img {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .vmagicmenu .level0.hasChild .level-top:after {
  content: "\f104";
  float: left;
}
.rtl .vmagicmenu .level0 .level-top-mega,
.rtl .vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  right: 100%;
  left: auto;
}
.rtl .vmagicmenu .level0 .level-top-mega .mage-column .children {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}
.rtl .vmagicmenu .level0 .level-top-mega .children a,
.rtl .vmagicmenu p {
  text-align: right;
}
.rtl .vmagicmenu .level0 {
  float: right;
}
.rtl .vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: right;
}
.rtl .vmagicmenu .banner-menu-bottom {
  padding-left: 0;
  padding-right: 100px;
}
.rtl .vmagicmenu .banner-menu-bottom .img-menu {
  right: auto;
  left: 0;
  transform: rotateY(180deg);
}
.rtl .vmagicmenu .banner-menu-position .text-menu-right {
  margin-left: 80px;
}
.rtl .vmagicmenu .banner-menu-position img {
  margin-right: -30px;
}
.rtl .vmagicmenu .banner-menu-bottom2 {
  padding-left: 0;
  padding-right: 130px;
}
.rtl .vmagicmenu .banner-menu-bottom2 .img-menu {
  right: auto;
  left: 0;
  transform: rotateY(180deg);
}
.rtl .vmagicmenu .all-cat span:after {
  display: none;
}
.rtl .vmagicmenu .all-cat span:before,
.rtl .meanmenu-accordion .all-cat span:before {
  content: "\f100";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 20px;
}
.rtl .vmagicmenu .block-title .vmagicmenu-subtitle {
  margin-left: 0;
  margin-right: 24px;
}
.rtl .vmagicmenu .block-title {
  text-align: right;
}
.rtl .vmagicmenu .block-title .icon-menu {
  left: auto;
  right: 20px;
}
.rtl .hot-products .box-product-content .content-products:hover .slick-next {
  right: auto;
  left: -8px;
}
.rtl .hot-products .box-product-content .content-products:hover .slick-prev {
  left: auto;
  right: -8px;
}
.rtl .hot-products .product:after {
  right: 0;
  left: auto;
}
.rtl .hotcat-section .featured-category .slick-slider .slick-next {
  left: 0;
}
.rtl .hotcat-section .featured-category .slick-slider .slick-prev {
  right: 0;
  left: auto;
}
.rtl .hotcat-section .featured-category .slick-slider:hover .slick-prev {
  right: -7px;
}
.rtl .hotcat-section .featured-category .slick-slider:hover .slick-next {
  left: -7px;
  right: auto;
}
.rtl .box-products .block-title-tabs .magictabs .item {
  margin: 0 1px 0 0;
}
.rtl .box-products .block-title-tabs .magictabs .item.activated .title,
.rtl .box-products .block-title-tabs .magictabs .item:hover .title,
.rtl .product.detailed .items-tabs .data.title.active .data.switch,
.rtl .product.detailed .items-tabs .data.title:hover .data.switch {
  background-position: 100% 100%;
}
.rtl .box-products .block-title-tabs .magictabs .item .title,
.rtl .product.detailed .items-tabs .data.switch {
  background-position: 100% 0;
}
.rtl .box-products .block-title-tabs > .title,
.rtl .deal-the-day .alo-count-down,
.rtl .megashop h3,
.rtl .category-featured .block-title-tabs > .title {
  float: right;
}
.rtl .box-products .block-title-tabs .magictabs {
  padding-right: 0;
}
.rtl .hot-deals-box .hot-deals-tab-box h2 {
  float: right;
}
.rtl .hot-deals-box .alo-count-down {
  float: left;
  padding-right: 0;
  padding-left: 20px;
}
.rtl .category-featured .magictabs .item {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .box-products-four .product .product-item-info .sticker:first-child {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .horizontal-product .product .product-item-info .images-container {
  padding-right: 0;
  padding-left: 5px;
}
.rtl .horizontal-product .product .product-item-info .product-item-details {
  padding-left: 0;
  padding-right: 5px;
}
.rtl .deal-the-day .alo-count-down .caption-count {
  margin-left: 12px;
  margin-right: 0;
}
.rtl .deal-the-day .alo-count-down .timer-box:not(:last-child) {
  margin-left: 9px;
  margin-right: 0;
}
.rtl .hot-deals-box .images-container,
.rtl .hot-deals-box .product-item-details {
  float: right;
}
.rtl .product .product-item-info .sticker {
  left: auto;
  right: 20px;
}
.rtl .box-products-four .product .product-item-info .sticker {
  right: 10px;
}
.rtl .product .product-item-info .hover-box .actions-cart,
.rtl .product .product-item-info .hover-box .add-to-links .towishlist {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .deal-the-day .product .product-item-info .hover-box .actions-cart,
.rtl .deal-the-day .product .product-item-info .hover-box .add-to-links .towishlist {
  margin-right: 0;
  margin-left: 19px;
}
.rtl .product .product-item-info .product-hover .link-view {
  right: auto;
  left: 10px;
}
.rtl .category-featured .magictabs {
  float: left;
}
.rtl .category-active .banner-featured,
.rtl .category-active .content-products {
  float: right;
}
.rtl .megashop .block-title-tabs .magictabs {
  float: left;
  padding-right: 0;
  padding-left: 48px;
}
.rtl .megashop .content-products .slick-arrow.slick-prev {
  left: 27px;
  right: auto;
}
.rtl .megashop .content-products .slick-arrow.slick-next {
  right: auto;
  left: 0;
}
.rtl .box-products.box-products-three .box-product-adv,
.rtl .box-products.box-products-three .box-product {
  float: right;
}
.rtl .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(1) {
  float: right;
}
.rtl .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2),
.rtl .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(3),
.rtl .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(4) {
  float: right;
}
.rtl .box-products-four .block-title-tabs .magictabs {
  padding-left: 56px;
  padding-right: 0;
}
.rtl .box-products-four .product-item-info .product-hover {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
.rtl .cms-static-blog .block-content.magicblog .blog_short_text .post-meta .post-author {
  margin-left: 10px;
  padding-right: 0;
  padding-left: 15px;
  margin-right: 0;
}
.rtl .cms-static-blog .magicblog .blog_short_text .post-meta .post-author:after {
  right: auto;
  left: 0;
}
.rtl .alo-brand .shopbrand .slick-prev {
  right: 25px;
}
.rtl .alo-brand .shopbrand .slick-next {
  left: 25px;
}
.rtl .alo-brand .shopbrand:hover .slick-prev {
  left: auto;
  right: -11px;
}
.rtl .alo-brand .shopbrand:hover .slick-next {
  right: auto;
  left: -11px;
}
.rtl .page-footer .block-footer-top .collapsible .address-list,
.rtl .page-footer .block-footer-top .collapsible .block-content-statick .bullet {
  padding-right: 0;
}
.rtl .page-footer .block-footer-top .collapsible .address-list li p .contact-name {
  margin-right: 0;
}
.rtl .page-footer .block-footer-top .collapsible .address-list li .follow-buttons a {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .page-footer .block-footer-bottom .payment-method .payment-text {
  margin-left: 55px;
  margin-right: 0;
}
.rtl .instagram-feed ul {
  padding-right: 0;
}
.rtl.page-layout-2columns-left .columns .column.main {
  float: left;
}
.rtl.page-layout-2columns-left .columns .sidebar {
  float: right;
  clear: right;
}
.rtl .mode-grid {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .toolbar .sorter {
  margin-right: 0;
}
.rtl .toolbar .sorter .sorter-label {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .toolbar .modes {
  float: right;
}
.rtl .toolbar .pages {
  float: left;
}
.rtl .toolbar .sorter .sorter-options {
  background-position: 10% 50%;
}
.rtl .toolbar .limiter .control .limiter-options {
  padding: 4px 9px 5px 9px;
  background-position: 30% 50%;
}
.rtl .accor-title {
  text-align: right;
}
.rtl ul.nav-accordion li a {
  text-align: right;
  padding: 0 23px 0 0;
}
.rtl ul.nav-accordion ul {
  padding: 0 15px 0 0;
}
.rtl ul.nav-accordion .expand,
.rtl ul.nav-accordion .collapse {
  left: auto;
  right: 0;
}
.rtl ul.nav-accordion .collapse:before,
.rtl ul.nav-accordion .expand:before {
  content: "\f104";
}
.rtl ul.nav-accordion ul ul li a:before {
  content: "\f0d9";
  padding-left: 12px;
  padding-right: 0;
}
.rtl .meanmenu-accordion .all-cat span:after {
  display: none;
}
.rtl .block.filter .filter-options-content {
  margin-right: 0;
}
.rtl .block.filter .filter-options .count {
  float: left;
}
.rtl .block.filter .filter-options-content .items .item a:before {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .sidebar-additional .product.product-item .images-container,
.rtl .sidebar-additional .product.product-item .products-textlink {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .sidebar-additional .block-title-tabs .magictabs {
  padding-right: 0;
}
.rtl .page-footer .block-footer-bottom .trademark-help p {
  background-position: 100% 3px;
  padding-right: 31px;
  padding-left: 0;
}
.rtl .product-info-main .brand span {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .products.wrapper.list .product .product-item-info .images-container {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.rtl .products.wrapper.list .product .product-item-info .products-textlink {
  float: right;
}
.rtl .product .product-item-info .products-textlink .product-reviews-summary .rating-summary {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .price-box .special-price {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .products.wrapper.list .product .product-item-info .products-textlink .product.description ul,
.rtl .product-info-main .attribute .value > ul {
  padding-right: 0;
}
.rtl .products.wrapper.list .product .product-item-info .products-textlink .product.description ul li:before,
.rtl .product-info-main .attribute .value > ul li:before {
  display: none;
}
.rtl .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-primary,
.rtl .product-add-form .button.btn-cart {
  margin-right: 0;
  margin-left: 18px;
}
.rtl .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist,
.rtl .product-add-form .product-social-links .product-addto-links .towishlist {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e6e6e6;
  float: right;
}
.rtl .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .action .icon,
.rtl .product-add-form .product-social-links .product-addto-links .action .icon {
  margin-right: 0;
  margin-left: 6px;
}
.rtl .addit .so-social-share:not(:last-child) {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .field.qty .label {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .review-ratings ~ .review-content,
.rtl .review-ratings ~ .review-details {
  margin-right: 280px;
  margin-left: 0;
}
.rtl .review-ratings {
  float: right;
}
.rtl .review-ratings .item .rating-label {
  padding-right: 0;
  padding-left: 25px;
}
.rtl .block.related .products.list.items:hover .slick-prev,
.rtl .block.crosssell .products.list.items:hover .slick-prev,
.rtl .block.upsell .products.list.items:hover .slick-prev {
  left: auto;
  right: -25px;
}
.rtl .block.related .products.list.items:hover .slick-next,
.rtl .block.crosssell .products.list.items:hover .slick-next,
.rtl .block.upsell .products.list.items:hover .slick-next {
  right: auto;
  left: -25px;
}
.rtl .post-list-wrapper .post-list .post-item-photo {
  float: right;
  padding-right: 0;
  padding-left: 15px;
}
.rtl .post-list-wrapper .post-list .post-content .post-item-detail {
  float: right;
  padding-left: 0;
  padding-right: 15px;
}
.rtl .post-posed-date {
  float: right;
}
.rtl .item.post-categories {
  float: right;
}
.rtl .post-posed-date .fa,
.rtl .post-author .fa {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .addthis_default_style .addthis_separator,
.rtl .addthis_default_style .at4-icon,
.rtl .addthis_default_style .at300b,
.rtl .addthis_default_style .at300bo,
.rtl .addthis_default_style .at300bs,
.rtl .addthis_default_style .at300m {
  float: right;
}
.rtl .post-holder .post-header .post-info,
.rtl .post-view .post-holder .post-header .post-info .dash {
  float: right;
}
.rtl table th {
  text-align: right;
}
.rtl .cart.table-wrapper .item-actions td {
  text-align: left;
}
.rtl .actions-toolbar .action-edit,
.rtl .actions-toolbar .action-towishlist {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .cart-summary {
  float: left;
}
.rtl .cart-container .form-cart {
  float: right;
}
.rtl .cart.main.actions {
  text-align: left;
}
.rtl .cart.main.actions .continue {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.rtl .checkout-success .actions-toolbar .primary.continue {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.rtl #registration .action.primary {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.rtl .cart.main.actions .action.clear {
  margin: 0;
}
.rtl .cart-summary .block .item-options {
  margin-right: 0;
}
.rtl .field-tooltip {
  right: auto;
  left: 0;
}
.rtl .field .control._with-tooltip input {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .opc-wrapper {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
.rtl .opc-sidebar {
  float: left;
}
.rtl .opc-wrapper .fieldset > .field.required > label {
  padding-right: 0;
}
.rtl .opc-wrapper .field._required select {
  background-position: 2% 50%;
}
.rtl .minicart-items .product > .product-item-photo,
.rtl .minicart-items .product > .product-image-container {
  float: right;
}
.rtl .opc-block-summary .product-item .product-item-name-block,
.rtl .opc-block-summary .product-item .subtotal {
  text-align: right;
}
.rtl .opc-block-summary .product-item-details {
  padding-right: 15px;
  padding-left: 0;
}
.rtl .opc-block-shipping-information .shipping-information-title .action-edit {
  left: 0;
  right: auto;
}
.rtl .cart.table-wrapper .product-item-photo {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .all-cat {
  text-align: right;
}
.rtl .multicheckout .actions-toolbar .secondary .action {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .multicheckout .block-billing .box-billing-address {
  float: right;
}
.rtl .multicheckout .block-billing .box-billing-method {
  float: right;
  padding-left: 0;
  padding-right: 25px;
}
.rtl .multicheckout .block-shipping .box {
  float: right;
}
.rtl .multicheckout .actions-toolbar .primary {
  float: right;
}
.rtl .multicheckout.order-review .box-items {
  float: none;
}
.rtl .block.block-collapsible-nav .item a,
.rtl .block.block-collapsible-nav .item > strong {
  border-left: 0;
  border-right: 3px solid transparent;
}
.rtl .block.block-collapsible-nav .item.current > strong {
  border-color: #24aa4b;
}
.rtl .actions-toolbar .secondary {
  float: left;
}
.rtl input[type="checkbox"] {
  margin: 2px 0 0 5px;
}
.rtl .block-reorder .actions-toolbar {
  max-width: none;
}
.rtl.wishlist-index-index .product-item-inner > .product-item-actions {
  right: auto;
  left: 10px;
}
.rtl .products-grid.wishlist .product-item-actions > * {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .abs-blocks-2columns:nth-child(odd),
.rtl .amazon-addresses .amazon-address:nth-child(odd),
.rtl .login-container .block:nth-child(odd),
.rtl .block-addresses-list .items.addresses > .item:nth-child(odd),
.rtl .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
.rtl [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
.rtl .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
.rtl .column .block-addbysku .block-content .box:nth-child(odd) {
  float: right;
  clear: right;
}
.rtl .abs-blocks-2columns:nth-child(even),
.rtl .amazon-addresses .amazon-address:nth-child(even),
.rtl .login-container .block:nth-child(even),
.rtl .block-addresses-list .items.addresses > .item:nth-child(even),
.rtl .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
.rtl [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(even),
.rtl .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
.rtl .column .block-addbysku .block-content .box:nth-child(even) {
  float: left;
}
.rtl .sales-order-view .column.main .block .block-content .box:nth-child(2),
.rtl .customer-address-index .column.main .block .block-content .box:nth-child(2),
.rtl .multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(2) {
  float: right;
}
.rtl.customer-account-index .column.main .block .block-content .box:nth-child(2),
.rtl.sales-order-view .column.main .block .block-content .box:nth-child(2),
.rtl.customer-address-index .column.main .block .block-content .box:nth-child(2),
.rtl.multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(2) {
  float: left;
}
.rtl.customer-account-index .column.main .block .block-content .box:nth-child(1),
.rtl .sales-order-view .column.main .block .block-content .box:nth-child(1),
.rtl .customer-address-index .column.main .block .block-content .box:nth-child(1),
.rtl .multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(1),
.rtl.sales-order-view .column.main .block .block-content .box:nth-child(1),
.rtl.customer-address-index .column.main .block .block-content .box:nth-child(1),
.rtl.multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(1) {
  float: right;
}
.rtl.multishipping-checkout-shipping .column.main .block .block-content .box:nth-child(2) {
  float: right;
}
.rtl .our-right ul li a:before {
  display: none;
}
.rtl .our-right ul li a:after {
  content: "\f102";
  font-family: "Flaticon";
  margin-left: 16px;
}
.rtl .store-contact .store_info {
  border-right: 0;
  border-left: 1px solid #e6e6e6;
}
.rtl .store-contact .store4 .store_info {
  border-left: 0;
}
.rtl .store-contact .store_info li .icons {
  margin-right: 0;
  margin-left: 18px;
}
.rtl .service .primary-service:after {
  display: none;
}
.rtl .service .primary-service:last-child:before {
  display: none;
}
.rtl .hotcat-section .featured-category .slick-slider .slick-slide .item .figcaption ul {
  padding-right: 0;
}
.rtl .product .product-item-info {
  border-left: 0;
}
.rtl .horizontal-product .product .product-item-info {
  border-right: 0;
}
.rtl .magictabs {
  padding-right: 0;
}
.rtl .page-footer .block-creare-twitter .block-content .twitter-pic {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .page-footer .block-creare-twitter .block-content ul {
  padding-right: 0;
}
.rtl .hot-products .product .product-item-info {
  border-right: 0;
}
.rtl .slick-slide.slick-current .product .product-item-info {
  border-right: 0;
}
.rtl .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(2) .product-item-info {
  border-right: 0;
}
.rtl .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(3) .product-item-info,
.rtl .box-products-four .box-product-content .content-products .product-items .sub-item:nth-child(4) .product-item-info {
  border-right: 1px solid #e6e6e6;
}
.rtl .page-footer .block-footer-bottom .footer-menu-box .footer-menu-list {
  padding-right: 0;
}
.rtl .sidebar-additional .actions-toolbar .primary {
  float: right;
}
.rtl .header .free-shipping {
  text-align: left;
}
.rtl .static-home-slide .slick-slide .text-slide.text-slide3 {
  right: 2%;
}
.rtl .newletter .visible .actions .button {
  border-radius: 5px 0 0 5px;
}
.rtl .newletter .visible .control input {
  padding-right: 19px;
  border-radius: 0 2px 2px 0;
}
.rtl .grid-1 .item-3 .text-6 {
  left: 0;
  max-width: 66%;
}
.rtl .grid-1 .item-1 .text-1 {
  left: auto;
  right: 15px;
}
.rtl .container .ct-flex .ct-top:first-child ~ .ct-top:before {
  left: auto;
  right: -60px;
}
.rtl .top-title {
  direction: ltr;
}
.rtl .product-item-info .images-container .products-textlink .alo-count-down .countdown .timer-box {
  margin-left: 0;
  margin-right: 23px;
}
.rtl .product-item-info .images-container .products-textlink .alo-count-down .countdown .timer-box:first-child {
  margin-right: 0;
}
.rtl .product-item-info .images-container .products-textlink .alo-count-down .countdown .timer-box span:first-child:before {
  right: auto;
  left: -13px;
}
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .price-box {
  text-align: right;
}
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .products-textlink .product-name {
  text-align: right;
}
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right .product-item-info .per-product .images-container .products-textlink ul li {
  text-align: right;
}
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(1):before,
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(2):before,
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(4):before,
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(5):before {
  right: auto;
  left: 0;
}
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .products-textlink .product-name {
  text-align: right;
}
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info .per-product .images-container .products-textlink .price-box {
  text-align: right;
}
.rtl .swatch-attribute.color {
  text-align: right;
}
.rtl .block-title-tabs .magictabs .item {
  margin-right: 0;
  margin-left: 37px;
}
.rtl .product .product-item-info .sticker .labelnew {
  text-align: left;
  max-width: 50px;
}
.rtl .product .product-item-info .sticker .labelsale {
  text-align: left;
  max-width: 50px;
}
.rtl.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs > .title {
  margin: 20px 19px 23px 0;
}
.rtl.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item {
  padding-left: 0;
  padding-right: 55px;
}
.rtl.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .item .title:before {
  left: auto;
  right: -38px;
}
.rtl.cms-index-index .bestseller-main .bestseller .magic-category .block-title-tabs .magictabs .activated:before {
  right: auto;
  left: -3px;
  transform: translate(-50%, -50%) rotateY(180deg);
}
.rtl.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .product-name {
  text-align: right;
}
.rtl.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container .products-textlink .price-box {
  text-align: right;
}
.rtl.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .product-name {
  text-align: right;
}
.rtl.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-right .product-item-info .images-container .products-textlink .price-box {
  text-align: right;
}
.rtl.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .product-name {
  text-align: right;
}
.rtl.cms-index-index .bestseller-main .bestseller .bestseller-product .products-bottom .product-item-info .images-container .products-textlink .price-box {
  text-align: right;
}
.rtl .newletter .text-letter {
  direction: ltr;
}
.rtl .newletter .block-title {
  direction: ltr;
}
.rtl .random-products .slick-active .product-item:before {
  left: auto;
  right: 0;
}
.rtl .product-tab-main .slick-active .product-item:before {
  left: auto;
  right: 0;
}
.rtl .product-flex:before {
  right: auto;
  left: 0;
}
.rtl .page-footer .block-footer-top .collapsible .address-list li p {
  padding-left: 0;
  padding-right: 38px;
}
.rtl .page-footer .block-footer-top .collapsible .address-list li p .contact-name {
  left: auto;
  right: 0;
}
.rtl .page-footer .block-footer-top .collapsible .address-list li p .icon-location:before {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .page-footer .block-footer-top .collapsible .address-list li p .icon-phone3:before {
  margin-right: 0;
  margin-left: 17px;
}
.rtl .page-footer .block-footer-top .collapsible .address-list .gokko-icon.icon-envelope:before {
  margin-right: 0;
  margin-left: 18px;
}
.rtl .footer-copyright .main2 ul li {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .breadcrumbs li a {
  padding-right: 0;
  padding-left: 27px;
}
.rtl .breadcrumbs li a:before {
  right: auto;
  left: 10px;
  content: "\f100";
}
.rtl .breadcrumbs li strong {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .toolbar-top .toolbar {
  text-align: left;
  padding-left: 10px;
}
.rtl .toolbar-top .toolbar .modes {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .toolbar-top .toolbar .toolbar-amount {
  margin-left: 20px;
}
.rtl .toolbar-top .toolbar .limiter {
  vertical-align: bottom;
  margin-right: 0;
  margin-left: 0;
  direction: ltr;
}
.rtl .toolbar-top .toolbar .sorter {
  direction: ltr;
}
.rtl .toolbar-top .toolbar .sorter .sorter-label {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .swatch-option-link-layered .swatch-option {
  margin-right: 0;
  margin-left: 10px;
  float: none;
  display: inline-block;
}
.rtl .toolbar-bottom {
  direction: ltr;
}
.rtl .ui-slider-handle {
  /*background: transparent;*/
}
.rtl .block.filter .filter-options-content .items .item a:before {
  right: 0;
}
.rtl .ui-slider-range {
  position: absolute;
}
.rtl .modal-popup.modal-slide.popup-newsletter .modal-content .banner-newsletter-popup {
  right: auto;
  left: 0;
  transform: rotateY(180deg);
}
.rtl .products.wrapper.list .product .product-item-info .products-textlink .product-name {
  text-align: right;
}
.rtl .category-products.products-list .product-items .product-item .product-item-actions .free-ship {
  position: relative;
  display: inline-block;
  padding-right: 28px;
}
.rtl .category-products.products-list .product-items .product-item .product-item-actions .free-ship .gokko-icon {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 3px;
}
.rtl .post-list .post-header .post-info .post-posed-date {
  border-right: none;
  border-left: 1px solid #e6e6e6;
  margin-left: 13px;
}
.rtl .post-list .post-header .post-info .post-posed-date .value {
  padding-right: 0;
  padding-left: 13px;
}
.rtl .widget.block-categories li {
  direction: ltr;
}
.rtl .post-nextprev-hld {
  direction: ltr;
  display: flex;
  justify-content: flex-end;
}
.rtl .post-nextprev-hld:before,
.rtl .post-nextprev-hld:after {
  display: none;
}
.rtl .about-style .bg-fa .box-information .text-flex .bg-radius {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .style-contact .introduce-contact .address-list {
  padding-right: 0;
}
.rtl .style-contact .introduce-contact .address-list li p {
  padding-left: 0;
  padding-right: 38px;
}
.rtl .style-contact .introduce-contact .address-list li p .contact-name {
  left: auto;
  right: 0;
}
.rtl .style-contact .introduce-contact .address-list li p .icon-location:before {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .style-contact .introduce-contact .address-list li p .icon-phone:before {
  margin-left: 0;
  margin-right: 8px;
}
.rtl .style-contact .introduce-contact .address-list .gokko-icon.icon-envelope:before {
  margin-left: 18px;
  margin-right: 6px;
}
.rtl .actions-toolbar .primary {
  float: left;
}
.rtl .actions-toolbar .primary .action {
  margin-right: 0;
  margin-left: 0;
}
.rtl .form.form-login .actions-toolbar .primary {
  float: right;
}
.rtl .product-info-main .rating-summary {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .product-info-main .attribute .value > ul {
  margin-right: 0;
}
.rtl .catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box {
  margin-left: 0;
  margin-right: 23px;
}
.rtl .catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box:first-child {
  margin-right: 0;
}
.rtl .catalog-product-view .additional-timer-block .alo-count-down .countdown .timer-box span:first-child:before {
  right: auto;
  left: -13px;
}
.rtl .catalog-product-view .block.related .block-content {
  padding-right: 14px;
  margin: 0;
}
.rtl .brand-bottom .shopbrand:hover .slick-prev {
  right: -23px;
  left: auto;
}
.rtl .brand-bottom .shopbrand:hover .slick-next {
  left: -23px;
  right: auto;
}
.rtl .searchsuite-autocomplete {
  left: auto;
  right: 0;
  top: 100%;
}
.rtl .searchsuite-autocomplete #suggest {
  direction: ltr;
}
.rtl .searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
  direction: ltr;
}
.rtl .swatch-option {
  float: right;
  margin: 0 0 15px 18px;
}
.rtl .swatch-option.text {
  margin-right: 0;
}
.rtl.account .main .block-title {
  display: flex;
  align-items: flex-end;
}
.rtl.account .main .block-title strong {
  margin-right: 0;
  margin-left: 15px;
  order: 1;
}
.rtl.account .main .block-title > a {
  order: 2;
  margin-right: 0;
  margin-bottom: 5px;
}
.rtl.account .toolbar .toolbar-amount {
  direction: ltr;
  float: right;
}
.rtl .notify-slider-wrapper {
  left: auto;
  right: 25px;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  float: right;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  text-align: right;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  text-align: right;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  order: 1;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased {
  direction: ltr;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .link-view {
  text-align: left;
}
.rtl .suggest-slider .x-close {
  right: auto;
  left: -2px;
}
.rtl .header .content-cart .tool-header .minicart-wrapper .block-minicart .items-total {
  float: left;
}
.rtl .minicart-items .item-qty {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right {
  margin: 8px 0 0 32px;
}
.rtl .page-footer .footer-links-company .footer-copyright #backtotop {
  right: auto;
  left: 5px;
}
.rtl .header .header-top-link .switcher-options .switcher-dropdown {
  left: auto;
  right: 0;
}
/* responsive right to left */
@media (max-width: 1440px) {
  .rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-left .product-item-info:nth-child(3):before {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .rtl .header .content-cart .tool-header ul li:not(:last-child) {
    margin-right: 0;
    margin-left: 30px;
  }
  .rtl .header .header-top-link .currency_top {
    margin-left: 0;
  }
  .rtl .nav-toggle::before {
    text-align: right;
  }
  .rtl .box-products .block-title-tabs > .title,
  .rtl .megashop h3,
  .rtl .category-featured .block-title-tabs > .title {
    margin-left: 65px;
  }
  .rtl .static-home-slide .magicslider:hover .slick-prev {
    right: 0;
  }
  .rtl .static-home-slide .magicslider:hover .slick-next {
    left: 0;
  }
  .rtl .content-products:hover .slick-prev {
    right: 0;
  }
  .rtl .content-products:hover .slick-next {
    left: 0;
  }
  .rtl .hot-products .box-product-content .content-products:hover .slick-prev {
    right: 15px;
  }
  .rtl .hot-products .box-product-content .content-products:hover .slick-next {
    left: 15px;
  }
  .rtl .alo-brand .shopbrand:hover .slick-prev {
    right: 10px;
  }
  .rtl .alo-brand .shopbrand:hover .slick-next {
    left: 10px;
  }
  .rtl .hotcat-section .featured-category .slick-slider:hover .slick-prev {
    right: 15px;
  }
  .rtl .hotcat-section .featured-category .slick-slider:hover .slick-next {
    left: 15px;
  }
}
@media screen and (max-width: 991px) {
  /*res icon*/
  .rtl .header .content-cart .tool-header {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  /*end*/
  .nav-open .rtl .nav-sections {
    left: auto;
    right: 0;
  }
  .nav-before-open.nav-open .rtl .nav-toggle {
    right: auto;
    left: 0;
  }
  .rtl .nav-sections .navigation-mobile ul li a {
    text-align: right;
  }
  .rtl .nav-sections .navigation-mobile ul li .expand,
  .rtl .nav-sections .navigation-mobile ul li .collapse {
    right: auto;
    left: 0;
  }
  .rtl .header .header-top-link {
    float: none;
  }
  .rtl .box-products .toggle-tab.mobile,
  .rtl .box-products .block-title-tabs .magictabs.toggle-content {
    right: auto;
    left: 0;
  }
  .rtl .box-products-four .toggle-tab.mobile {
    left: 50px;
  }
  .rtl .box-products-four .block-title-tabs .magictabs {
    padding-left: 0;
  }
  .rtl .nav-sections .navigation-mobile ul li li a {
    padding: 10px 25px 10px 0;
  }
  .rtl .nav-sections .navigation-mobile ul li li li a {
    padding: 10px 40px 10px 0;
  }
  .rtl .megashop .toggle-tab.mobile {
    left: 50px;
    right: auto;
  }
  .rtl .megashop .block-title-tabs.toggle-content.visible {
    right: auto;
    left: 0;
  }
  .rtl .header .content-cart .tool-header .tool-setting .settting-switcher .dropdown-toggle .text-setting {
    text-align: right;
  }
  .rtl .header .nav-toggle {
    left: auto;
    right: 0;
  }
  .rtl .header .content-cart .tool-header .minicart-wrapper .action.showcart .crat-icon {
    transform: none;
  }
  .rtl .header .top-link-mywishlist {
    padding-top: 0;
  }
  .rtl .header .top-link-mywishlist:before {
    position: static;
    transform: none;
  }
  .rtl .header .top-link-mycompare {
    padding-top: 0;
  }
  .rtl .header .top-link-mycompare:before {
    position: static;
    transform: none;
  }
  .rtl .header .content-cart .tool-header ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* styles-m.css | http://wp2cart.com/gokko/pub/static/frontend/Alothemes/gokko/en_US/css/styles-m.css */
  /*body.rtl * {
            direction: rtl;
        }*/
  .rtl .filter.active .filter-title strong {
    right: auto;
    left: 3px;
  }
  .rtl .time-product.box-products-four .box-product-content .content-products .product-items .item-product-right {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .rtl .product-tab-main .block-title-tabs .toggle-content {
    right: 0;
    left: auto;
  }
  .rtl .block.filter .block-title.filter-title {
    margin: 0;
    text-align: left;
  }
  .rtl .service .primary-service {
    text-align: right;
  }
  .rtl .service .primary-service::before {
    display: none;
  }
  .rtl .deal-the-day .block-title-tabs > .title {
    margin-left: 25px;
  }
  .rtl .footer .toggle-tab.mobile {
    right: auto;
    left: 15px;
  }
  .rtl .page-footer .block-footer-bottom .payment-method .payment-text {
    margin-left: 0;
  }
  .rtl .cart.table-wrapper .item .col.item {
    padding: 25px 75px 10px 0;
  }
  .rtl .cart.table-wrapper .product-item-photo {
    left: auto;
    right: 0;
    padding: 0;
  }
  .rtl .cart.table-wrapper .col.qty,
  .rtl .cart.table-wrapper .col.price,
  .rtl .cart.table-wrapper .col.subtotal,
  .rtl .cart.table-wrapper .col.msrp {
    float: right;
  }
  .rtl .cart.table-wrapper .item-actions td {
    text-align: center;
  }
  .rtl .opc-estimated-wrapper .estimated-block {
    float: right;
  }
  .rtl .opc-estimated-wrapper .minicart-wrapper {
    float: left;
  }
  .rtl .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    display: none;
  }
  .rtl .opc-estimated-wrapper .minicart-wrapper .action.showcart:after {
    content: "\f291";
    font-size: 22px;
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-right: 10px;
  }
  .rtl .opc-estimated-wrapper .minicart-wrapper .action.showcart:after {
    color: #333;
  }
  .rtl .opc-wrapper {
    float: none;
    padding-left: 0;
  }
  .rtl .multicheckout .actions-toolbar .primary {
    float: none;
  }
  .rtl .multicheckout .actions-toolbar .secondary .action {
    margin-right: 0;
  }
  .rtl .sidebar-additional .actions-toolbar .primary {
    float: none;
    display: inline-block;
  }
  .rtl .block-addresses-list .items.addresses > .item:nth-child(2n+1) {
    float: none;
  }
  .rtl .block-addresses-list .items.addresses > .item:nth-child(2n) {
    float: none;
  }
  .rtl .store-contact .store2 .store_info {
    border-left: 0;
  }
  .rtl .hot-deals-box .hot-deals-tab-box {
    padding-right: 20px;
  }
  .rtl .product .product-item-info .hover-box .actions-cart,
  .rtl .product .product-item-info .hover-box .add-to-links .towishlist {
    margin-left: 5px;
  }
  .rtl .header .free-shipping {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .rtl .review-ratings ~ .review-content,
  .rtl .review-ratings ~ .review-details {
    margin-right: 0;
  }
  .rtl .review-ratings {
    float: none;
  }
  .rtl .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td::before {
    margin-right: 0;
    margin-left: 10px;
  }
  .rtl .multicheckout .actions-toolbar .secondary {
    float: none;
  }
  .rtl .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    float: right;
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .rtl .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist,
  .rtl .product-add-form .product-social-links .product-addto-links .towishlist {
    padding-left: 15px;
    margin-left: 15px;
  }
  .rtl .products-grid.wishlist .product-item-actions > * {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .rtl.cms-index-index .bestseller-main .bestseller .bestseller-product .products-top .products-top-left .product-item-info .images-container {
    padding-right: 4px;
  }
  .rtl .content-cart .tool-header .minicart-wrapper .block-minicart {
    left: 50%;
  }
  .rtl .box-products .block-title-tabs .magictabs .item:first-child .title,
  .rtl .product.detailed .items-tabs .data.title:first-child .data.switch {
    background-image: none;
  }
  .rtl .post-list-wrapper .post-list .post-content .post-item-detail {
    padding-right: 0;
  }
  .rtl .post-list-wrapper .post-list .post-content .post-item-photo {
    padding-left: 0;
  }
  .rtl .store-contact .store1 .store_info,
  .rtl .store-contact .store3 .store_info {
    border-left: 0;
  }
  .rtl .header .content-cart .tool-header {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) and (min-width: 361px) {
  .rtl .rtl .deal-the-day .product .product-item-info .hover-box .actions-cart,
  .rtl .rtl .deal-the-day .product .product-item-info .hover-box .add-to-links .towishlist {
    margin-left: 5px;
  }
  .rtl .deal-the-day .product .product-item-info .hover-box .actions-cart,
  .rtl .deal-the-day .product .product-item-info .hover-box .add-to-links .towishlist {
    margin-left: 5px;
  }
}
@media screen and (max-width: 360px) {
  .rtl .notify-slider-wrapper {
    right: 0;
  }
  .rtl .hotcat-section .featured-category .slick-slider .slick-prev {
    left: 42px;
  }
  .rtl .toolbar .sorter {
    margin-left: 5px;
  }
  .rtl .product-info-main .brand span {
    font-size: 15px;
  }
  .rtl .products.wrapper.list .product .product-item-info .products-textlink .actions-no .actions-secondary .towishlist,
  .rtl .product-add-form .product-social-links .product-addto-links .towishlist {
    padding-left: 6px;
    margin-left: 6px;
  }
}
header.page-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header.page-header.sticky .header-top {
  display: none;
}
header.page-header.sticky .header-logo .logo img {
  width: 91%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  header.page-header.sticky .header-logo .logo img {
    width: 100%;
    max-width: 200px;
  }
}
header .header-top {
  background: #2C2C2C;
}
@media only screen and (max-width: 1199px) {
  header .header-top {
    display: none;
  }
}
header .header-top .welcome.mesg {
  padding: 10px 0;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #F0F0F0;
}
header .header-top .header-top-menus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-top .header-top-menus .search-wrapper {
  display: none;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  header .header-top .header-top-menus .search-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  header .header-top .header-top-menus .search-wrapper {
    display: flex;
  }
  header .header-top .header-top-menus .search-wrapper .search-toggle.icon i::before {
    vertical-align: middle;
  }
}
header .header-top .header-top-menus .search-wrapper .contact-section {
  display: none;
}
@media only screen and (max-width: 1199px) {
  header .header-top .header-top-menus .search-wrapper .contact-section {
    display: block;
    align-self: center;
    margin-left: 10px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 639px) {
  header .header-top .header-top-menus .search-wrapper .contact-section {
    max-width: 25px;
  }
}
header .header-top .header-top-menus .search-area {
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  header .header-top .header-top-menus .search-area {
    border-left: 2px solid #393939;
    border-right: 2px solid #393939;
  }
}
header .header-top .header-top-menus .search-area .toggle-tab {
  height: 100%;
  display: flex;
  position: static;
  text-align: center;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
header .header-top .header-top-menus .search-area .toggle-tab .pe-7s-search {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  header .header-top .header-top-menus .search-area .toggle-tab .pe-7s-search {
    line-height: 20px;
  }
}
header .header-top .header-top-menus .search-area .toggle-content {
  display: none;
  border-style: solid;
  border-width: 0;
  position: absolute;
  z-index: 99998;
  opacity: 0;
  top: 100%;
  width: 340px;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}
header .header-top .header-top-menus .search-area .toggle-content .searchsuite-autocomplete {
  width: 340px;
  margin-top: 0;
  transform: translateX(2px);
}
@media only screen and (max-width: 1023px) {
  header .header-top .header-top-menus .search-area .toggle-content {
    position: fixed;
    z-index: 99;
    width: 500px;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99999;
  }
}
@media only screen and (max-width: 767px) {
  header .header-top .header-top-menus .search-area .toggle-content {
    width: 300px;
  }
}
header .header-top .header-top-menus .search-area .toggle-content.visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
header .header-top .header-top-menus .search-area .toggle-content .block-title {
  display: none;
}
header .header-top .header-top-menus .search-area .toggle-content .block-search {
  background-color: #ffffff;
}
header .header-top .header-top-menus .search-area .toggle-content #search_mini_form {
  display: flex;
  padding: 5px;
}
header .header-top .header-top-menus .search-area .toggle-content #search_mini_form .field.search {
  flex: 0 0 85%;
}
header .header-top .header-top-menus .search-area .toggle-content #search_mini_form .field.search #search {
  border: 1px solid #D5D5D5;
  border-radius: 2px 0 0 2px;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #626264;
}
header .header-top .header-top-menus .search-area .toggle-content #search_mini_form .field.search #search::placeholder {
  font-size: 14px;
  color: #626264;
}
header .header-top .header-top-menus .search-area .toggle-content #search_mini_form .action.search.button {
  border-radius: 0 2px 2px 0;
  border: 1px solid #D5D5D5;
  background-color: transparent;
  color: #000;
  line-height: normal;
  opacity: 1;
  border-left: none;
}
header .header-top .header-top-menus .search-area:hover {
  background: #f15a24;
}
header .header-top .header-top-menus .tool-header-link {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  align-self: stretch;
  border-right: 2px solid #393939;
}
@media only screen and (max-width: 1199px) {
  header .header-top .header-top-menus .tool-header-link {
    display: none;
  }
}
header .header-top .header-top-menus .tool-header-link .top-links {
  display: flex;
  padding: 0 8px;
}
header .header-top .header-top-menus .tool-header-link .top-links:before {
  margin: 0;
  display: none;
}
header .header-top .header-top-menus .tool-header-link .top-links a {
  align-self: center;
}
header .header-top .header-top-menus .tool-header-link .top-links a img {
  padding: 2px;
  width: 30px;
  height: 30px;
}
header .header-top .header-top-menus .tool-header-link .top-links a i.fa-user-o {
  color: #ffffff;
  font-size: 20px;
  height: 25px;
  width: 25px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 4px;
  cursor: pointer;
}
header .header-top .header-top-menus .tool-header-link .top-links a i.fa-user-o::before {
  top: 5px;
  position: absolute;
}
@media only screen and (min-width: 1250px) {
  header .header-top .header-top-menus .tool-header-link .top-links a i.fa-user-o {
    margin-right: 10px;
  }
}
header .header-top .header-top-menus .tool-header-link .top-links a i.fa-user-o:hover {
  color: #f15a24;
  border-color: #f15a24;
}
header .header-top .header-top-menus .tool-header-link .top-links .userIcon .icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
}
header .header-top .header-top-menus .tool-header-link .top-links .userIcon .icon i.fa-user-o {
  color: #ffffff;
  font-size: 20px;
  height: 25px;
  width: 25px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 4px;
  cursor: pointer;
}
header .header-top .header-top-menus .tool-header-link .top-links .userIcon .icon i.fa-user-o::before {
  top: 5px;
  position: absolute;
}
@media only screen and (min-width: 1250px) {
  header .header-top .header-top-menus .tool-header-link .top-links .userIcon .icon i.fa-user-o {
    margin-right: 10px;
  }
}
header .header-top .header-top-menus .tool-header-link .top-links .userIcon .icon i.fa-user-o:hover {
  color: #f15a24;
  border-color: #f15a24;
}
header .header-top .header-top-menus .tool-header-link .top-links .userIcon ul.account-links {
  position: absolute;
  background: #ffffff;
  display: none;
  padding: 10px;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07000000000000001);
  flex-direction: column;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .header-top .header-top-menus .tool-header-link .top-links .userIcon ul.account-links li {
  padding-bottom: 8px;
  margin-bottom: 0;
}
header .header-top .header-top-menus .tool-header-link .top-links .userIcon ul.account-links li a {
  font-size: 14px;
  color: #626264;
  text-decoration: none;
}
header .header-top .header-top-menus .tool-header-link .top-links .userIcon:hover ul.account-links {
  display: block;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link {
  align-self: center;
}
@media only screen and (min-width: 1200px) {
  header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link {
    width: 80%;
  }
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login {
  white-space: nowrap;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login .welcome-text {
  color: #ffffff;
  font-size: 14px;
  display: none;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a:hover {
  text-decoration: none;
  color: #f15a24;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a:hover::after {
  color: #ffffff;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a[title="Login"]::after,
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a[title="Accesso"]::after,
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a[title="Inicio de sesión"]::after,
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a[title="Conecte-se"]::after,
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a[title="로그인"]::after {
  content: '/';
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a[title="Přihlásit se"]::after {
  content: '/';
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a[title="Zaloguj się"]::after {
  content: '/';
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login a[title="เข้าสู่ระบบ"]::after {
  content: '/';
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .login span.or {
  display: none;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .logout .welcome-text {
  color: #ffffff;
  font-size: 14px;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .logout a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .logout a:hover {
  text-decoration: none;
  color: #f15a24;
}
header .header-top .header-top-menus .tool-header-link .top-links .dropdown-link .logout a[title="Firmar el contrato"] {
  display: block;
}
header .header-top .blog-menu {
  padding: 0 15px;
}
header .header-top .blog-menu .blogs .dropdown button.btn.dropdown-toggle {
  font-size: 14px;
  font-weight: normal;
  color: #F0F0F0;
  line-height: normal;
  background-color: transparent;
  border: none;
  padding: 8px 0;
  text-align: left;
}
header .header-top .blog-menu .blogs .dropdown button.btn.dropdown-toggle:focus {
  box-shadow: none;
}
header .header-top .blog-menu .blogs .dropdown button.btn.dropdown-toggle a {
  color: inherit;
}
header .header-top .blog-menu .blogs .dropdown button.btn.dropdown-toggle a:hover {
  text-decoration: none;
}
header .header-top .blog-menu .blogs .dropdown button.btn.dropdown-toggle::after {
  content: none;
}
header .header-top .blog-menu .blogs .dropdown ul.dropdown-menu {
  padding: 20px 10px;
  top: 98%;
  border-radius: 0;
  border: none;
}
header .header-top .blog-menu .blogs .dropdown ul.dropdown-menu .block-cms-link {
  margin-bottom: 5px;
}
header .header-top .blog-menu .blogs .dropdown ul.dropdown-menu li a {
  color: #626264;
  text-decoration: none;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
  display: block;
}
header .header-top .blog-menu .blogs .dropdown ul.dropdown-menu li a span {
  display: block;
}
header .header-top .blog-menu .blogs .dropdown:hover ul.dropdown-menu {
  display: block;
  width: 100%;
}
header .header-top .sum-language-currency {
  padding: 0 15px;
  display: inline-block;
  position: relative;
}
header .header-top .sum-language-currency .top-form-language .switcher-language {
  display: block;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options {
  position: static;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options.active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f15a24;
  bottom: 0;
  left: 0;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options .switcher-trigger {
  padding: 7px 0;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options .switcher-trigger::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: 0;
  color: #ffffff;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options .switcher-trigger strong span {
  font-size: 14px;
  color: #F0F0F0;
  background-image: none !important;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options .mage-dropdown-dialog {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
  left: 0;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options .mage-dropdown-dialog ul {
  background-color: #ffffff;
  min-width: 65px;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options .mage-dropdown-dialog ul li {
  position: relative;
}
header .header-top .sum-language-currency .top-form-language .switcher-language .switcher-options .mage-dropdown-dialog ul li a {
  font-size: 14px;
  color: #626264;
}
header .header-top .sum-language-currency .currency_top .switcher-currency {
  display: block;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options {
  position: static;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options.active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f15a24;
  bottom: 0;
  left: 0;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options .switcher-trigger {
  padding: 7px 0;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options .switcher-trigger::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: 0;
  color: #ffffff;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options .switcher-trigger strong span {
  font-size: 14px;
  color: #F0F0F0;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options .mage-dropdown-dialog {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
  left: 0;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options .mage-dropdown-dialog ul {
  background-color: #ffffff;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options .mage-dropdown-dialog ul li {
  position: relative;
}
header .header-top .sum-language-currency .currency_top .switcher-currency .switcher-options .mage-dropdown-dialog ul li a {
  font-size: 14px;
  color: #626264;
}
header .header-top .contact {
  padding: 0 8px;
}
header .header-top .contact .callus {
  padding: 7px;
}
header .header-top .contact .callus div a {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #F0F0F0;
}
@media only screen and (min-width: 1200px) {
  header .header-top .contact .callus div a {
    font-size: 0;
  }
}
header .header-top .contact .callus div a i.fa-phone {
  padding-right: 10px;
  color: #f15a24;
  font-size: 16px;
}
header .header-top .contact .callus div a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  header .header-top .contact .callus div a .call-btn {
    display: none;
  }
}
header .header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .header-logo .logo {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  header .header-logo .logo {
    margin-right: 0 !important;
  }
}
header .header-logo .logo img {
  width: 83%;
  height: 100%;
  padding: 15px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 1200px) {
  header .header-logo .logo img {
    width: 91%;
  }
}
@media only screen and (max-width: 1199px) {
  header .header-logo .logo img {
    width: 100%;
    max-width: 200px;
  }
}
header .header .main-header-container {
  padding: 0;
}
header .header .header-content {
  max-height: none;
  background-color: #212121;
  padding: 0;
}
header .header .header-content .row-header-content {
  align-items: initial;
}
@media only screen and (max-width: 1199px) {
  header .header .header-content .row-header-content {
    justify-content: center;
  }
}
header .header .header-content .row-header-content .nav-items {
  max-width: unset;
  flex-grow: 1;
}
header .header .header-content .row-header-content .search-wrapper {
  display: none;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  header .header .header-content .row-header-content .search-wrapper {
    display: flex;
  }
  header .header .header-content .row-header-content .search-wrapper .search-toggle.icon i::before {
    vertical-align: middle;
  }
}
header .header .header-content .row-header-content .search-wrapper .contact-section {
  display: none;
}
@media only screen and (max-width: 1199px) {
  header .header .header-content .row-header-content .search-wrapper .contact-section {
    display: block;
    align-self: center;
    margin-left: 10px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 639px) {
  header .header .header-content .row-header-content .search-wrapper .contact-section {
    max-width: 25px;
  }
}
header .header .header-content .row-header-content .search-area {
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  header .header .header-content .row-header-content .search-area {
    border-left: 2px solid #393939;
    border-right: 2px solid #393939;
  }
}
header .header .header-content .row-header-content .search-area .toggle-tab {
  height: 100%;
  display: flex;
  position: static;
  text-align: center;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
header .header .header-content .row-header-content .search-area .toggle-tab .pe-7s-search {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  header .header .header-content .row-header-content .search-area .toggle-tab .pe-7s-search {
    line-height: 20px;
  }
}
header .header .header-content .row-header-content .search-area .toggle-content {
  display: none;
  border-style: solid;
  border-width: 0;
  position: absolute;
  z-index: 99998;
  opacity: 0;
  top: 100%;
  width: 380px;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1023px) {
  header .header .header-content .row-header-content .search-area .toggle-content {
    position: fixed;
    z-index: 99;
    width: 500px;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99999;
  }
}
@media only screen and (max-width: 767px) {
  header .header .header-content .row-header-content .search-area .toggle-content {
    width: 300px;
  }
}
header .header .header-content .row-header-content .search-area .toggle-content.visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
header .header .header-content .row-header-content .search-area .toggle-content .block-title {
  display: none;
}
header .header .header-content .row-header-content .search-area .toggle-content #search_mini_form {
  display: flex;
  padding: 5px;
}
header .header .header-content .row-header-content .search-area .toggle-content #search_mini_form .field.search {
  flex: 0 0 85%;
}
header .header .header-content .row-header-content .search-area .toggle-content #search_mini_form .field.search #search {
  border: 1px solid #D5D5D5;
  border-radius: 2px 0 0 2px;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #626264;
}
header .header .header-content .row-header-content .search-area .toggle-content #search_mini_form .field.search #search::placeholder {
  font-size: 14px;
  color: #626264;
}
header .header .header-content .row-header-content .search-area .toggle-content #search_mini_form .action.search.button {
  border-radius: 0 2px 2px 0;
  border: 1px solid #D5D5D5;
  background-color: transparent;
  color: #000;
  line-height: normal;
  opacity: 1;
  border-left: none;
}
header .header .header-content .row-header-content .search-area:hover {
  background: #f15a24;
}
header .header .header-content .row-header-content .content-cart {
  padding: 0;
}
@media only screen and (min-width: 481px) and (max-width: 1199px) {
  header .header .header-content .row-header-content .content-cart {
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  header .header .header-content .row-header-content .content-cart {
    flex: 1 !important;
    max-width: 16.466667% !important;
  }
}
header .header .header-content .row-header-content .content-cart .tool-header {
  justify-content: end;
  align-items: initial;
}
@media (max-width: 820px) {
  header .header .header-content .row-header-content .content-cart .tool-header {
    overflow: hidden;
  }
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 50%;
  background: #f15a24;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  header .header .header-content .row-header-content .content-cart .tool-header .quote-cart {
    height: 100%;
    flex: 0 0 100%;
  }
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a {
    display: block;
  }
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .crat-icon {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .crat-icon:hover {
  color: #ffffff;
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .crat-icon img {
  width: 35px;
  height: 30px;
  padding: 2px;
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .crat-icon .counter {
  height: 18px;
  width: 18px;
  background: #ffffff;
  color: #000;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  top: -1px;
  right: 0px;
  position: absolute;
  left: auto;
  line-height: 10px;
}
@media only screen and (max-width: 768px) {
  header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .crat-icon .counter {
    right: -5px;
  }
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .miniquote-text {
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .miniquote-text {
    display: none;
  }
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .miniquote-text .quotecart-title {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
header .header .header-content .row-header-content .content-cart .tool-header .quote-cart .quotecart-wrapper a .miniquote-text .quotecart-title:hover {
  text-decoration: none;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart {
  flex: 0 0 50%;
  background: #f15a24;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  header .header .header-content .row-header-content .content-cart .tool-header .tool-cart {
    height: 100%;
  }
  header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  header .header .header-content .row-header-content .content-cart .tool-header .tool-cart {
    flex: 0 0 100%;
  }
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px), print {
  header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper {
    margin-left: 14px;
  }
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .block-minicart {
  top: 100%;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart {
  background-color: transparent;
  display: flex;
  padding-top: 0px;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .crat-icon {
  position: static;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .crat-icon:before {
  color: #ffffff;
  display: none;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .crat-icon img {
  width: 33px;
  height: 27px;
  padding: 2px;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .crat-icon .counter.qty {
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -8px;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .crat-icon .counter.qty .counter-number {
  color: #626264;
  font-size: 12px;
  font-family: "Roboto-Custom", sans-serif;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .minicart-text {
  align-self: center;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .minicart-text .cart-title {
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .minicart-text .cart-title:hover {
  text-decoration: none;
  color: #ffffff;
}
header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .showcart .minicart-text .price {
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper .mage-dropdown-dialog .ui-widget-content {
    width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  header .header .header-content .row-header-content .content-cart .tool-header .tool-cart .minicart-wrapper:hover .ui-dialog.ui-widget {
    display: block !important;
  }
}
@media only screen and (max-width: 1199px) {
  header .header .header-content .row-header-content .nav-items {
    order: 4;
  }
  header .header .header-content .row-header-content .nav-items .close-menu {
    background: #212121;
    font-family: "Roboto-Custom", sans-serif;
    font-size: 18px;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content {
    background-color: #F8FAFB;
    padding: 20px;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li .level-top span {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li .collapse::before {
    color: #191C1A;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li .submenu li.level1 a,
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li ul li.level1 a,
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li .submenu li a,
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li ul li a {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li .submenu li.level1 a span,
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li ul li.level1 a span,
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li .submenu li a span,
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content nav.navigation-mobile .nav-mobile li ul li a span {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .header2 {
    padding: 20px 0px;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .header2 li a {
    font-family: "Comfortaa-Custom", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .top-form-language {
    order: 1;
    padding: 0;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .top-form-language .switcher-language .switcher-options .switcher-trigger strong span {
    font-family: "Roboto-Custom", sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    background-image: none !important;
    padding-left: 0;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .top-form-language .switcher-language .switcher-options .mage-dropdown-dialog ul li a {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    padding-left: 0;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .currency_top {
    order: 2;
    margin-bottom: 20px;
    padding: 0;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .currency_top div.switcher-options div.switcher-trigger::before {
    content: none;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .currency_top div.switcher-options strong {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .currency_top div.switcher-options .mage-dropdown-dialog {
    display: block !important;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .currency_top .switcher-currency {
    border: none;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .currency_top ul {
    display: block !important;
    border: none;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .currency_top ul li {
    border: 1px solid #e3e3e3;
    border-radius: 19px;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
  }
  header .header .header-content .row-header-content .nav-items .section-items .section-item-content .currency_top ul li a {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 14px;
    padding: 5px 20px;
  }
}
header .header .header-content .row-header-content .nav-toggle-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .header .header-content .row-header-content .nav-toggle-mobile .nav-toggle-main .nav-toggle::before {
  color: #ffffff;
}
header .header .header-content .row-header-bottom {
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  header .header .header-content .row-header-bottom .menu,
  header .header .header-content .row-header-bottom .nav-sections,
  header .header .header-content .row-header-bottom .nav-sections-items,
  header .header .header-content .row-header-bottom .nav-sections-item-content,
  header .header .header-content .row-header-bottom .magicmenu,
  header .header .header-content .row-header-bottom .nav-desktop.sticker {
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  header .header .header-content .row-header-bottom .nav-sections-items {
    min-height: calc(100vh - 135px);
  }
  header .header .header-content .row-header-bottom .nav-sections-items .nav-sections-item-content {
    min-height: calc(100vh - 115px);
    padding: 15px !important;
  }
  header .header .header-content .row-header-bottom .nav-sections-items .nav-sections-item-content .navigation-mobile {
    position: relative;
    flex: 1;
    padding: 0 !important;
  }
}
header .header .header-content .row-header-bottom .content-menu {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  header .header .header-content .row-header-bottom .content-menu .magicmenu {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  header .header .header-content .row-header-bottom .content-menu .top-form-language {
    display: none !important;
  }
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker {
  display: flex;
  margin-top: 0;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top {
  height: 100%;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top a.level-top {
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  padding: 0 13px;
}
@media only screen and (min-width: 1440px) {
  header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top a.level-top {
    padding: 0 22px;
  }
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top a.level-top span {
  font-size: 15px;
  font-weight: bold;
  margin-right: 0;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top a.level-top::after {
  display: none;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top a.level-top:hover {
  background-color: #151515;
  color: #f15a24;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top a.level-top:hover span {
  color: #f15a24;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top a.level-top:hover::before {
  content: '';
  height: 2px;
  width: 100%;
  top: 98%;
  left: 0;
  position: absolute;
  background-color: #f15a24;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top ul {
  min-width: 200px;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top ul li {
  font-size: 14px;
  color: #626264;
  padding-bottom: 8px;
  margin-bottom: 0;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top ul li::before {
  top: -6px;
  right: 8px;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #626264;
  padding-top: 15px;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top ul li a:hover {
  color: #626264;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top div {
  display: block;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega {
  background-color: #ffffff;
  max-height: 90vh;
  overflow: auto;
  left: 0 !important;
  right: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding: 0;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .children.level1.category-item {
  padding-left: 30px;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega.no-categories {
  left: auto !important;
  right: unset !important;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega.no-categories .content-mega-horizontal ul.level0 {
  border-right: none !important;
  min-height: 55px !important;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega.no-categories .content-mega-horizontal ul.level0 .category-child span {
  color: #626264 !important;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega.no-categories .content-mega-horizontal ul.level0 .category-child:hover span {
  color: #f15a24 !important;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega::-webkit-scrollbar {
  display: none;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal {
  width: 100% !important;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 {
  padding-bottom: 20px;
  padding-right: 5px;
  padding-top: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-right: 1px solid #f15a24;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item.level1 > a span {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item.active > .item-wrapper {
  display: block;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item.active.level1 > a span {
  color: #f15a24;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item:hover.level1 > a span {
  color: #f15a24;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item:hover > .item-wrapper {
  display: block;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > .item-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 98%;
  bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #f15a24 #cccccc;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > .item-wrapper::-webkit-scrollbar {
  width: 6px;
  /* Width of the scrollbar */
  background-color: #f15a24;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > .item-wrapper::-webkit-scrollbar-thumb {
  background-color: #f15a24;
  /* Color of the thumb */
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > .item-wrapper::-webkit-scrollbar-track {
  background-color: #ccc;
  /* Color of the track */
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > .item-wrapper a:hover span,
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > .item-wrapper .level2.hasChild a:hover span {
  color: #f15a24;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > .item-wrapper .wrapper .level2.hasChild::before {
  content: unset;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > .item-wrapper .level2.submenu {
  display: none;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .category-item > a {
  line-height: 1.42;
  padding: 0;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 li.level1 a span {
  font-size: 15px;
  color: #333;
  text-transform: none;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 li.level1 a.category-child span {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  color: #626264;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 li.level1 ul {
  padding-bottom: 0;
  padding-top: 0;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 li.level1 ul li a span {
  font-size: 14px;
  color: #626264;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top .level-top-mega .content-mega .content-mega-horizontal ul.level0 .level2.hasChild ul.level2.submenu {
  position: absolute;
  left: 100%;
  top: 0;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top:hover .level-top-mega {
  top: 100%;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top.parent.first.dropdown ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 15px;
}
header .header .header-content .row-header-bottom .content-menu .nav-desktop.sticker li.level-top.parent.first.dropdown:hover ul {
  display: block;
}
header .header .header-content .content-logo {
  justify-content: center;
}
header .header .nav-2 .content-mega-horizontal {
  width: auto !important;
}
header .header .nav-2 .content-mega-horizontal .cat-mega {
  display: flex;
  flex-wrap: wrap;
}
header .header .nav-2 .content-mega-horizontal .cat-mega li.category-item {
  width: 50%;
}
header .search-area .searchsuite-autocomplete::-webkit-scrollbar,
header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar {
  width: 3px !important;
}
header .search-area .searchsuite-autocomplete::-webkit-scrollbar-thumb,
header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container::-webkit-scrollbar-thumb {
  background-color: #212121 !important;
}
header .header .search-area .searchsuite-autocomplete,
header .header .content-search .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container {
  max-width: 100%;
  width: 100%;
  transform: translateX(2px);
}
header .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before,
header .vmagicmenu .level0 .level-top-mega .children > a:before {
  height: 0;
  width: 0;
}
@media only screen and (max-width: 1199px) {
  .nav-open .nav-sections-item-title.active + .nav-sections-item-content {
    display: flex !important;
    flex-direction: column;
  }
  .nav-open .nav-sections-item-title.active + .nav-sections-item-content > div:nth-child(1) {
    order: 2;
    padding: 10px 15px;
  }
  .nav-open .nav-sections-item-title.active + .nav-sections-item-content > div:nth-child(1) .fa-phone {
    display: none;
  }
  .nav-open .nav-sections-item-title.active + .nav-sections-item-content .top-form-language {
    order: 3;
  }
  .contact {
    border-top: 2px solid #F1F3F4;
    border-bottom: 2px solid #F1F3F4;
  }
  .contact .tel {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
    display: flex;
  }
  .contact .tel i {
    line-height: 24px;
    margin-right: 10px;
  }
  .contact .tel:hover {
    text-decoration: none;
  }
  .contact .tel .call-btn {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #f15a24;
    flex: 1;
    text-align: right;
    text-transform: uppercase;
    display: none;
  }
  .top-form-language {
    padding: 0;
  }
  .top-form-language #switcher-language-nav {
    border: none;
  }
  .top-form-language #switcher-language-nav .switcher-options #switcher-language-trigger-nav::before {
    content: '' !important;
  }
  .top-form-language #switcher-language-nav .switcher-options #switcher-language-trigger-nav strong span {
    font-family: "Roboto-Custom", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
  }
  .top-form-language #switcher-language-nav .mage-dropdown-dialog {
    display: inline-block !important;
  }
  .top-form-language #switcher-language-nav .mage-dropdown-dialog .ui-widget-content {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .top-form-language #switcher-language-nav .mage-dropdown-dialog .ui-widget-content li.switcher-option {
    border: 1px solid #E3E3E3;
    border-radius: 19px;
    text-align: center;
    margin-right: 8px;
  }
  .top-form-language #switcher-language-nav .mage-dropdown-dialog .ui-widget-content li.switcher-option a {
    padding: 5px 20px;
  }
}
.custome-ticker {
  overflow: hidden;
}
.ticker-wrapper {
  display: block;
  margin: auto;
  position: relative;
}
#info {
  position: absolute;
  top: 0;
}
#static {
  display: inline-block;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  width: 100%;
}
#static:before {
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: -25px;
  width: 100%;
  z-index: 1;
}
#static:after {
  bottom: -25px;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#ticker {
  display: inline-block;
  height: 50px;
  list-style: none;
  margin: 0 5px;
  padding: 0 15px;
  position: absolute;
  text-align: left;
  top: -5px;
  transition: 0.5s;
  vertical-align: middle;
  width: 100%;
}
#ticker li {
  line-height: 50px;
  margin: 25px 0;
  padding: 0 15px;
  position: relative;
  transition: 0.8s;
  font-weight: bold;
  font-size: 14px;
  color: #F0F0F0;
}
@media only screen and (min-width: 1200px) {
  .nav-open .nav-sections-item-content > div:not(:first-child) {
    margin-top: 0;
  }
  .nav-open .close-menu,
  .nav-open .nav-sections-item-content .contact,
  .nav-open .nav-sections .nav-sections-item-title {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .menu .nav-sections .nav-sections-items div.section-item-content.nav-sections-item-content[aria-hidden="true"] {
    display: none !important;
  }
}
.navigation-mobile.navigation {
  transition: 0.3s all ease-in-out;
  position: relative;
}
.navigation-mobile.navigation li {
  position: static !important;
}
.navigation-mobile.navigation li.category-item > .link {
  position: relative;
  display: block;
  padding: 0;
}
.navigation-mobile.navigation li.category-item > .link .category-name {
  display: block;
  padding-right: 30px;
  padding-left: 14px;
  color: #000000;
}
.navigation-mobile.navigation li.category-item > .link .collapse {
  top: -10px;
}
.navigation-mobile.navigation li.category-item > .link .collapse::before {
  transform: rotate(-90deg);
}
.navigation-mobile.navigation li.category-item ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.navigation-mobile.navigation li.category-item ul .parent-category,
.navigation-mobile.navigation li.category-item ul .back-btn {
  padding-left: 14px;
  padding-right: 12px;
}
.navigation-mobile.navigation li.category-item ul .parent-category a {
  padding: 0;
  font-weight: bold !important;
}
.navigation-mobile.navigation li.category-item ul .horizon {
  padding: 0;
  margin: 0;
}
.navigation-mobile.navigation li.category-item ul .horizon hr {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.navigation-mobile.navigation li.category-item.disable-arrows > .link {
  pointer-events: none;
}
.cms-home .static_sections_top {
  position: relative;
}
.cms-home .static_sections_top .magicslider .slick-slide .alo-item {
  position: relative;
  max-height: calc(100vh - 258px);
}
@media only screen and (min-width: 1440px) {
  .cms-home .static_sections_top .magicslider .slick-slide .alo-item {
    max-height: calc(100vh - 280px);
  }
}
@media only screen and (min-width: 1920px) {
  .cms-home .static_sections_top .magicslider .slick-slide .alo-item {
    max-height: calc(100vh - 304px);
  }
}
@media only screen and (min-width: 2560px) {
  .cms-home .static_sections_top .magicslider .slick-slide .alo-item {
    max-height: calc(100vh - 338px);
  }
}
@media only screen and (max-width: 1024px) {
  .cms-home .static_sections_top .magicslider .slick-slide .alo-item {
    max-height: 330px;
  }
}
.cms-home .static_sections_top .magicslider ul.slick-dots {
  text-align: center;
  display: flex !important;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .cms-home .static_sections_top .magicslider ul.slick-dots li {
    height: unset;
    width: unset;
  }
  .cms-home .static_sections_top .magicslider ul.slick-dots li button {
    height: 48px !important;
    width: 48px !important;
    background: none !important;
    background-color: none !important;
    border-color: transparent !important;
  }
  .cms-home .static_sections_top .magicslider ul.slick-dots li button::before {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #A1C2D8;
    opacity: 1 !important;
    box-sizing: content-box;
  }
  .cms-home .static_sections_top .magicslider ul.slick-dots li.slick-active button::before {
    border: 2px solid white;
    opacity: 1 !important;
  }
}
.cms-home .static_sections_top.wrap .block-static-block > div {
  overflow: hidden;
}
.cms-home .magicslider .slick-dots li button {
  position: relative;
  height: 15px !important;
  width: 15px !important;
  background-color: #A1C2D8 !important;
  border-color: transparent !important;
  opacity: 1;
  font-size: unset;
}
.cms-home .slick-dots li.slick-active button {
  border-color: #fff !important;
}
.cms-home .slick-slide .alo-item a img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .cms-home .slick-slide .alo-item a img {
    height: 350px;
  }
}
.cms-home .slick-slide.slick-active .alo-item a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform 3s ease-in-out;
  -webkit-animation: cssAnimation 3s 1 ease-in-out forwards;
  animation: cssAnimation 3s 1 ease-in-out forwards;
}
@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1.3) translate(0px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1.3) translate(0px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}
.cms-home .slick-track {
  transition: none !important;
  -webkit-transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
}
.cms-home .magicslider-caption {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media only screen and (min-width: 992px) {
  .cms-home .magicslider-caption .banner-text-wrapper {
    width: 46%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .cms-home .magicslider-caption .banner-text-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
.cms-home .magicslider-caption .banner-text-wrapper .banner-title {
  font-size: 40px;
  color: #ffffff;
  text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.33);
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cms-home .magicslider-caption .banner-text-wrapper .banner-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 640px) {
  .cms-home .magicslider-caption .banner-text-wrapper .banner-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-home .magicslider-caption .banner-text-wrapper .banner-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .cms-home .magicslider-caption .banner-text-wrapper .banner-title {
    width: 80%;
  }
}
.cms-home .magicslider-caption .banner-text-wrapper .banner-subtitle {
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .cms-home .magicslider-caption .banner-text-wrapper .banner-subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-home .magicslider-caption .banner-text-wrapper .banner-subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-home .magicslider-caption .banner-text-wrapper .banner-subtitle {
    font-size: 16px;
  }
}
.cms-home .magicslider-caption .banner-text-wrapper .cta-wrapper {
  text-align: center;
}
.cms-home .magicslider-caption .banner-text-wrapper .simple-btn {
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
  min-width: 140px;
  padding: 10px;
  text-decoration: none;
}
.cms-home .magicslider-caption .banner-text-wrapper .simple-btn span {
  font-size: 15px;
  font-weight: bold;
  color: #f15a24;
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .cms-home .magicslider-caption .banner-text-wrapper .simple-btn span {
    font-size: 12px !important;
  }
}
.cms-home .magicslider-caption .banner-text-wrapper .simple-btn span::after {
  content: '>>';
  color: #f15a24;
  line-height: 16px;
  padding-left: 5px;
}
.cms-home .magicslider-caption .banner-text-wrapper .simple-btn:hover {
  background: #f15a24;
}
.cms-home .magicslider-caption .banner-text-wrapper .simple-btn:hover span {
  color: #ffffff;
}
.cms-home .magicslider-caption .banner-text-wrapper .simple-btn:hover span::after {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cms-home .magicslider-caption .banner-text-wrapper .simple-btn {
    min-width: 100px;
    padding: 5px;
  }
  .cms-home .magicslider-caption .banner-text-wrapper .simple-btn span {
    font-size: 13px;
  }
}
.cms-home .magicslider-caption .banner-text-wrapper .play-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 43px;
  width: 43px;
  z-index: 1;
  border-radius: 100%;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.cms-home .magicslider-caption .banner-text-wrapper .play-btn span {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cms-home .magicslider-caption .banner-text-wrapper .play-btn span .fa-play {
  font-size: 22px;
  left: 2px;
  position: relative;
  color: #f15a24;
}
.cms-home .magicslider-caption .banner-text-wrapper .play-btn:hover {
  background: #f15a24;
}
.cms-home .magicslider-caption .banner-text-wrapper .play-btn:hover::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.cms-home .magicslider-caption .banner-text-wrapper .play-btn:hover::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .cms-home .magicslider-caption .banner-text-wrapper .play-btn {
    height: 35px;
    width: 35px;
  }
  .cms-home .magicslider-caption .banner-text-wrapper .play-btn span .fa-play {
    font-size: 18px;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
.cms-home .home-category .category-container {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cms-home .home-category .category-container:hover {
  background: #f15a24 !important;
}
.cms-home .home-category .category-container:hover > picture {
  display: none;
}
.cms-home .home-category .category-container > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 8px;
}
@media only screen and (max-width: 768px) {
  .cms-home .home-category .category-container > a {
    padding: 20px 5px;
  }
}
@media only screen and (min-width: 1920px) {
  .cms-home .home-category .category-container > a {
    padding: 25px;
  }
}
.cms-home .home-category .category-container > a:hover {
  text-decoration: none;
}
.cms-home .home-category .category-container .wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .cms-home .home-category .category-container .wrapper {
    text-align: center;
  }
}
.cms-home .home-category .category-container .wrapper .non-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 2;
  transition: .3s all ease;
}
.cms-home .home-category .category-container .wrapper .non-hover .category-name {
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .cms-home .home-category .category-container .wrapper .non-hover .category-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.cms-home .home-category .category-container .wrapper .hover-container {
  opacity: 0;
  transition: .3s all ease;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .cms-home .home-category .category-container .wrapper .hover-container .horizontal-wrapper {
    display: flex;
    margin-bottom: 6px;
  }
}
.cms-home .home-category .category-container .wrapper .hover-container .horizontal-wrapper .image-container {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .cms-home .home-category .category-container .wrapper .hover-container .horizontal-wrapper .image-container {
    margin-right: 8px;
    margin-bottom: 0px;
    flex: 0 0 95px;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-home .home-category .category-container .wrapper .hover-container .horizontal-wrapper .image-container {
    display: none;
  }
}
.cms-home .home-category .category-container .wrapper .hover-container .horizontal-wrapper .image-container img {
  width: 100% !important;
}
.cms-home .home-category .category-container .wrapper .hover-container .horizontal-wrapper .image-text-container p {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 20px !important;
  min-height: 80px;
}
@media only screen and (max-width: 767px) {
  .cms-home .home-category .category-container .wrapper .hover-container .horizontal-wrapper .image-text-container p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-home .home-category .category-container .wrapper .hover-container .horizontal-wrapper .image-text-container p {
    margin-bottom: 7px;
  }
}
.cms-home .home-category .category-container .wrapper .hover-container .buy-now {
  font-size: 14px;
  font-weight: 900;
  color: #ffffff !important;
  text-decoration: none !important;
}
.cms-home .home-category .category-container .wrapper .hover-container .buy-now:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .cms-home .home-category .category-container .wrapper .hover-container .buy-now {
    font-size: 12px;
  }
}
.cms-home .home-category .category-container .wrapper:hover .non-hover {
  opacity: 0;
  z-index: -1;
  transition: .3s all ease;
}
.cms-home .home-category .category-container .wrapper:hover .hover-container {
  opacity: 1;
  transition: .3s all ease;
  z-index: 1;
}
.cms-home .home-category .category-container::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 5px;
  background-color: #f15a24;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  transition: .3s all ease;
}
.cms-home .home-category .category-container:hover::after {
  height: 0;
  transition: .3s all ease;
}
.cms-home .home-category .category-container .non-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cms-home .widget.block.block-static-block {
  margin-bottom: 0;
  position: relative;
}
.cms-home .widget.block.block-static-block .contact-form-wrapper {
  position: absolute;
  width: 25%;
  height: auto;
  transform: translateY(-50%);
  right: 15px;
  top: 50%;
  padding: 15px 20px;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 3px;
  max-height: 100%;
  z-index: 11;
  display: none;
}
@media only screen and (max-width: 991px) {
  .cms-home .widget.block.block-static-block .contact-form-wrapper {
    display: none;
  }
}
.cms-home .widget.block.block-static-block .contact-form-wrapper .field {
  margin-bottom: 10px;
}
.cms-home .widget.block.block-static-block .contact-form-wrapper div.mage-error[generated] {
  margin-top: 1px;
}
.cms-home .widget.block.block-static-block .contact-form-wrapper input,
.cms-home .widget.block.block-static-block .contact-form-wrapper textarea {
  margin-bottom: 0;
}
.cms-home .widget.block.block-static-block .contact-form-wrapper input {
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  color: #626264;
}
.cms-home .widget.block.block-static-block .contact-form-wrapper textarea#comment {
  max-height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close {
  width: 15px;
  line-height: 15px;
}
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close::before,
.cms-home .widget.block.block-static-block .contact-form-wrapper .action-close::after {
  height: 15px;
}
.cms-home .widget.block.block-static-block .contact-form-wrapper h2 {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 16px;
  color: #333;
}
.cms-home .page-wrapper {
  background: #F8FAFB;
}
.cms-home .columns {
  padding: 45px 0;
}
@media only screen and (max-width: 767px) {
  .cms-home .columns {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .featured-artical {
    padding: 0 15px;
  }
}
.cms-home .featured-artical .head-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cms-home .featured-artical .head-wrapper span.title {
  font-size: 20px;
  flex: 0 0 75%;
  margin-bottom: 0px;
  color: #333;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .cms-home .featured-artical .head-wrapper span.title {
    font-size: 16px;
  }
}
.cms-home .featured-artical .head-wrapper .featured-view-all {
  font-size: 14px;
  align-self: center;
  flex: 0 0 25%;
  color: #5B5B5B;
  text-align: right;
}
.cms-home .featured-artical .head-wrapper .featured-view-all:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .cms-home .featured-artical .head-wrapper .featured-view-all {
    font-size: 12px;
  }
}
.cms-home .featured-artical .head-wrapper .featured-view-all::after {
  content: ' \003E';
  color: #009FE1;
}
.cms-home .featured-artical .feature-article-container {
  margin-bottom: 22px;
}
.cms-home .featured-artical .feature-article-container .featured-article-image-wrapper {
  overflow: hidden;
}
.cms-home .featured-artical .feature-article-container .featured-article-image-wrapper img {
  transition: .2s transform ease;
  height: 90px;
  width: 100% !important;
  object-fit: cover;
}
.cms-home .featured-artical .feature-article-container .featured-article-wrapper {
  padding: 8px 10px 10px;
  background: #FFFFFF;
}
.cms-home .featured-artical .feature-article-container .featured-article-wrapper .featured-article-title .featured-item-link {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 20px !important;
  min-height: 21px;
}
.cms-home .featured-artical .feature-article-container .featured-article-wrapper .featured-article-title .featured-item-link:hover {
  color: #f15a24;
}
.cms-home .featured-artical .feature-article-container .featured-article-wrapper .featured-article-info {
  font-size: 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px !important;
  min-height: 40px;
}
.cms-home .featured-artical .feature-article-container:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07000000000000001);
}
.cms-home .featured-artical .feature-article-container:hover .featured-article-image-wrapper img {
  transform: scale(1.1);
  transition: .2s transform ease;
}
.cms-home .featured-artical .owl-stage {
  padding: 15px 0;
}
.cms-home .featured-artical .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
@media only screen and (max-width: 991px) {
  .cms-home .featured-artical .owl-dots .owl-dot {
    padding: 13px !important;
    width: 48px;
    height: 48px;
    margin-right: 8px;
  }
}
.cms-home .featured-artical .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border: 2px solid transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.cms-home .featured-artical .owl-dots .owl-dot.active span {
  background-color: #fff;
  border-color: #f15a24;
}
.cms-home .sidebar-additional {
  display: block;
  margin-bottom: 0;
}
.cms-home .featured-product {
  padding: 0px 15px;
}
@media only screen and (min-width: 1024px) {
  .cms-home .featured-product {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .featured-product {
    padding: 0;
  }
}
.cms-home .featured-product .featured-product-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cms-home .featured-product .featured-product-head span,
.cms-home .featured-product .featured-product-head h2 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0px;
  flex: 0 0 75%;
}
@media only screen and (max-width: 1024px) {
  .cms-home .featured-product .featured-product-head span,
  .cms-home .featured-product .featured-product-head h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .cms-home .featured-product .featured-product-head span,
  .cms-home .featured-product .featured-product-head h2 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .cms-home .featured-product .featured-product-head span,
  .cms-home .featured-product .featured-product-head h2 {
    margin-left: 8px;
    flex: 0 0 80%;
  }
}
.cms-home .featured-product .featured-product-head .featured-product-view-all {
  font-size: 14px;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .cms-home .featured-product .featured-product-head .featured-product-view-all {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-home .featured-product .featured-product-head .featured-product-view-all {
    font-size: 12px;
  }
}
.cms-home .featured-product .featured-product-head .featured-product-view-all:hover {
  text-decoration: none;
}
.cms-home .featured-product .featured-product-head .featured-product-view-all::after {
  content: ' \003E';
  color: #009FE1;
}
@media only screen and (min-width: 768px) {
  .cms-home .featured-product .featured-row {
    display: flex;
    flex-wrap: wrap;
  }
  .cms-home .featured-product .featured-row .featured-product-container {
    flex: 0 0 33.33%;
    padding: 0 18px;
    margin-bottom: 30px;
  }
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .featured-product-description {
    display: none;
  }
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(1),
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(4),
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(5) {
    flex: 0 0 66.66%;
  }
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(1) .featured-product-wrapper,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(4) .featured-product-wrapper,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(5) .featured-product-wrapper {
    display: flex;
    width: 100%;
    background: #FFFFFF;
  }
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(1) .featured-product-wrapper .product-images,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(4) .featured-product-wrapper .product-images,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(5) .featured-product-wrapper .product-images {
    flex: 0 0 47%;
  }
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(1) .featured-product-wrapper .product-images img,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(4) .featured-product-wrapper .product-images img,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(5) .featured-product-wrapper .product-images img {
    width: 100%;
    height: 100% !important;
    max-height: 100%;
  }
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(1) .featured-product-wrapper .product-info-wrapper,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(4) .featured-product-wrapper .product-info-wrapper,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(5) .featured-product-wrapper .product-info-wrapper {
    flex: 0 0 53%;
  }
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(1) .featured-product-wrapper .product-info-wrapper .featured-product-description,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(4) .featured-product-wrapper .product-info-wrapper .featured-product-description,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(5) .featured-product-wrapper .product-info-wrapper .featured-product-description {
    display: block;
  }
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(1) .featured-product-wrapper .product-info-wrapper .featured-product-description p,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(4) .featured-product-wrapper .product-info-wrapper .featured-product-description p,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(5) .featured-product-wrapper .product-info-wrapper .featured-product-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px !important;
    min-height: 60px;
  }
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(1) .featured-product-wrapper .product-info-wrapper form .btn-cart,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(4) .featured-product-wrapper .product-info-wrapper form .btn-cart,
  .cms-home .featured-product .featured-row .featured-product-container:nth-child(5) .featured-product-wrapper .product-info-wrapper form .btn-cart {
    padding: 7px 15px;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 374px) {
  .cms-home .featured-product .featured-row .featured-product-container {
    padding: 0 15px;
  }
}
.cms-home .featured-product .featured-row .owl-stage-outer {
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .cms-home .featured-product .featured-row .featured-product-container {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .featured-product .featured-row .featured-product-container {
    padding: 0 5px;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper {
  background-color: #FFFFFF;
  height: 100%;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper {
    box-shadow: 0px 3px 10px #00000014;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-images {
  overflow: hidden;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-images img {
  width: 100%;
  height: 100%;
  transition: .2s transform ease;
}
@media only screen and (min-width: 768px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-images img {
    height: 103px;
    object-fit: cover;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper {
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name {
  margin-bottom: .5rem;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name h3 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px !important;
}
@media only screen and (max-width: 1023px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name h3 {
    font-size: 14px;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name h3 a {
  color: #333;
  text-decoration: none;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name .size-available {
  font-size: 14px;
  letter-spacing: 0px;
  color: #4A9EDB;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name .size-available {
    font-size: 12px;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name p {
    font-size: 12px;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .product-name .product-item-description {
  margin-bottom: 0;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .starting-from {
  text-align: left;
  font-size: 14px;
  color: #333;
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 600;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .starting-from .price-box {
  padding-left: .625rem;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .starting-from .price-box {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .starting-from {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .starting-from {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .starting-from {
    flex-direction: column;
    gap: 5px;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .price-final_price {
  display: inline-flex;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .price-final_price .price {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  color: #4A9EDB;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .price-final_price .price {
    font-size: 16px;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .price-final_price .price-to {
  padding-left: 10px;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper form .btn-cart {
  background-color: transparent;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper form .btn-cart span {
  text-align: right;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #f15a24;
}
@media only screen and (max-width: 1023px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper form .btn-cart span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper form .btn-cart span {
    visibility: hidden;
    transition: .2s all ease;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper form .btn-cart img {
  width: 25px;
  height: auto;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .login-see-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .login-see-container .login-note {
  font-size: 12px;
  font-weight: 100;
  color: #333;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .login-see-container .ask-quote {
  text-align: right;
  padding: 7px 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .login-see-container .ask-quote {
    padding: 7px;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .login-see-container .ask-quote span {
  text-align: right;
  font-size: 16px;
  color: #f15a24;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .login-see-container .ask-quote span {
    visibility: hidden;
    transition: .2s all ease;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .login-see-container .ask-quote span {
    font-size: 14px;
  }
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper .product-info-wrapper .login-see-container .ask-quote img {
  height: 20px;
  margin-left: 5px;
  flex: 0 0 25px;
}
.cms-home .featured-product .featured-row .featured-product-container .featured-product-wrapper:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07000000000000001);
}
.cms-home .featured-product .featured-row .featured-product-container:hover .product-images img {
  transform: scale(1.1);
  transition: .2s transform ease;
}
@media only screen and (min-width: 1024px) {
  .cms-home .featured-product .featured-row .featured-product-container:hover form .btn-cart span {
    visibility: visible !important;
    transition: .2s all ease;
  }
}
@media only screen and (min-width: 1024px) {
  .cms-home .featured-product .featured-row .featured-product-container:hover .login-see-container .ask-quote span {
    visibility: visible !important;
    transition: .2s all ease;
  }
}
.cms-home .featured-product .featured-row .featured-product-container.loggedIn:nth-child(1) .featured-product-wrapper .product-images img,
.cms-home .featured-product .featured-row .featured-product-container.loggedIn:nth-child(7) .featured-product-wrapper .product-images img {
  height: 100% !important;
}
@media only screen and (min-width: 768px) {
  .cms-home .featured-product .featured-row .featured-product-container.loggedIn .featured-product-wrapper .product-images img {
    height: 103px;
    object-fit: cover;
  }
}
.cms-home .featured-product .featured-row .featured-product-container.loggedIn .featured-product-wrapper .product-info-wrapper .login-see-container {
  margin-top: 30px;
}
.cms-home .featured-product .featured-row .featured-product-container.nonLoggedIn .featured-product-wrapper .product-info-wrapper .product-name p {
  display: none;
}
.cms-home .featured-product .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
@media only screen and (max-width: 991px) {
  .cms-home .featured-product .owl-dots .owl-dot {
    padding: 13px !important;
    width: 48px;
    height: 48px;
    margin-right: 8px;
  }
}
.cms-home .featured-product .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border: 2px solid transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.cms-home .featured-product .owl-dots .owl-dot.active span {
  background-color: #fff;
  border-color: #f15a24;
}
.modals-wrapper .contact-form-modal.modal-slide,
.modals-wrapper .contact-form-modal.modal-popup {
  transition: visibility .3s,opacity .3s ease;
}
.modals-wrapper .contact-form-modal .modal-inner-wrap {
  transition: none;
  max-width: 405px;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .modals-wrapper .contact-form-modal .modal-inner-wrap {
    max-width: 360px;
  }
}
#contact-form-popup form .field {
  margin-bottom: 10px;
}
#contact-form-popup form .field div.mage-error[generated] {
  margin-top: 1px;
}
#contact-form-popup form .field .input-text {
  margin-bottom: 0;
}
#contact-form-popup form .field input {
  height: 40px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #333;
  font-family: "Roboto-Custom", sans-serif;
}
#contact-form-popup form .field textarea {
  height: 50px !important;
  font-size: 14px;
  color: #333;
  border: 1px solid #e6e6e6;
  font-family: "Roboto-Custom", sans-serif;
}
#contact-form-popup form .actions-toolbar .primary {
  width: 100%;
}
#contact-form-popup form .actions-toolbar button.submit {
  width: 100%;
  margin-right: 0px;
}
.popup-messages .contact-message-wrapper {
  color: #626264;
  font-size: 15px;
  padding: 5px 16px 5px 10px;
  background-color: #e5efe5;
}
.slick-initialized .slick-arrow {
  font-size: unset;
}
@media only screen and (max-width: 575px) {
  .blog-page .breadcrumbs li + li.blog_post {
    display: flex;
    align-items: flex-start;
  }
  .blog-page .breadcrumbs li + li.blog_post strong {
    padding-right: 0;
    display: inline;
  }
}
.blog-page iframe {
  max-width: 100%;
}
.blog-page .breadcrumbs .items {
  align-items: flex-start;
}
.blog-page .breadcrumbs li + li.blog_post {
  max-width: 75%;
}
.blog-page .main-content .columns .column.main .post-view ul li {
  margin: 0;
}
.blog-page.blog-index-index .post-list-wrapper ul,
.blog-page.blog-index-index .post-list-wrapper ol {
  list-style-position: inside;
  width: 100%;
  margin: 0;
}
.blog-page.blog-index-index .post-list-wrapper ul li,
.blog-page.blog-index-index .post-list-wrapper ol li {
  color: #333333;
}
.blog-page.blog-post-view .post-view ul,
.blog-page.blog-post-view .post-view ol {
  list-style-position: inside;
  width: 100%;
  margin: 0;
}
.blog-page.blog-post-view .post-view ul li,
.blog-page.blog-post-view .post-view ol li {
  color: #333333;
}
.blog-page.blog-post-view .post-view [data-content-type="row"] {
  margin-bottom: 20px;
}
.blog-page.blog-post-view .post-view [data-content-type="button-item"] a {
  padding: 15px 20px;
  line-height: normal;
}
.blog-page.blog-post-view .post-view .pagebuilder-column-line {
  gap: 10px;
  margin-bottom: 20px;
}
.blog-page.blog-post-view .post-view .pagebuilder-column-line .pagebuilder-column {
  justify-content: center !important;
  align-items: center;
}
.blog-page .related.block .secondary-addto-links {
  display: none;
}
.blog-page .related.block .product .product-item-info .hover-box {
  opacity: 1;
  visibility: visible;
  position: static;
  transform: unset !important;
}
.blog-page .related.block .show-details {
  text-align: center;
  margin-top: 12px;
}
.blog-page .related.block .product .product-item-info {
  transition: none;
  box-shadow: none;
}
.blog-page .related.block .product .product-item-info:hover {
  padding: 10px;
  padding-bottom: 18px;
  margin: 0;
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-title,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-title {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-title a,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-title a {
  font-size: 22px;
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-title a:hover,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-title a:hover {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-title a,
  .blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-title a {
    font-size: 18px;
  }
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-info,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-info {
  display: none;
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-text-hld h2,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-text-hld h2 {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 16px;
  color: #333;
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-text-hld h3,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-text-hld h3 {
  font-size: 16px;
  color: #333;
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-text-hld p,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-text-hld p {
  font-size: 14px;
  color: #333;
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description .post-text-hld img,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-text-hld img {
  margin: 0 !important;
}
.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description p,
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description p {
  font-size: 14px;
  color: #333;
}
.blog-page.blog-index-index .post-list-wrapper .post-list .post-holder .post-content .post-description a.post-read-more,
.blog-page.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description a.post-read-more {
  padding: 15px 20px;
  line-height: normal;
}
.blog-index-index .sidebar.sidebar-additional .search-label,
.blog-archive-view .sidebar.sidebar-additional .search-label {
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.blog-index-index .sidebar.sidebar-additional .block.blog-search .block-content #blog_search_mini_form .actions .action.search:hover::before,
.blog-archive-view .sidebar.sidebar-additional .block.blog-search .block-content #blog_search_mini_form .actions .action.search:hover::before {
  color: #4A9EDB;
}
.blog-index-index .sidebar.sidebar-additional .block.block-recent-posts .block-title,
.blog-archive-view .sidebar.sidebar-additional .block.block-recent-posts .block-title {
  border-bottom: 2px solid #e6e6e6;
}
.blog-index-index .sidebar.sidebar-additional .block.block-recent-posts .block-title strong,
.blog-archive-view .sidebar.sidebar-additional .block.block-recent-posts .block-title strong {
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333;
}
.blog-index-index .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info,
.blog-archive-view .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info {
  align-self: center;
}
.blog-index-index .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .title a h3,
.blog-archive-view .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .title a h3,
.blog-index-index .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .title .recent-post h3,
.blog-archive-view .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .title .recent-post h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.blog-index-index .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .post-meta,
.blog-archive-view .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .post-meta {
  display: none;
}
.blog-index-index .sidebar.sidebar-additional .block.block-archive .block-title strong,
.blog-archive-view .sidebar.sidebar-additional .block.block-archive .block-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
}
.blog-index-index .sidebar.sidebar-additional .block.block-archive .block-content .item a.archive-item-link,
.blog-archive-view .sidebar.sidebar-additional .block.block-archive .block-content .item a.archive-item-link {
  color: #4A9EDB;
}
.blog-index-index .toolbar-blog-posts .pages .pages-items .item.current .page,
.blog-archive-view .toolbar-blog-posts .pages .pages-items .item.current .page {
  background-color: #f15a24;
}
.blog-index-index .toolbar-blog-posts .pages .pages-items .item .page:hover,
.blog-archive-view .toolbar-blog-posts .pages .pages-items .item .page:hover {
  border-color: #f15a24;
  color: #ffffff;
  background-color: #f15a24;
}
.blog-post-view .sidebar.sidebar-additional .search-label {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.blog-post-view .post-view .post-holder .post-content .post-description .post-header .post-title-holder .post-title {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 22px;
  color: #333;
}
.blog-post-view .post-view .post-holder .post-content .post-description .post-header .post-title-holder .post-title a {
  font-size: 22px;
}
.blog-post-view .post-view .post-holder .post-content .post-description .post-header .post-title-holder .post-title a:hover {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .blog-post-view .post-view .post-holder .post-content .post-description .post-header .post-title-holder .post-title a {
    font-size: 18px;
  }
}
.blog-post-view .post-view .post-holder .post-content .post-description .post-header .element-head {
  display: none;
}
.blog-post-view .post-view .post-holder .post-content .post-description .post-text-hld {
  font-size: 14px;
  color: #333;
}
.blog-post-view .post-view .post-holder .post-content .post-description .post-text-hld p {
  font-size: 14px;
  color: #333;
}
.blog-post-view .post-view .post-holder .post-content .post-description p {
  font-size: 14px;
  color: #333;
}
.blog-post-view .post-view .post-holder .post-content .post-description img {
  margin: 0 !important;
}
.blog-post-view .post-view .post-holder .post-content .post-description .video-container iframe {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-post-view .post-view .post-holder .post-content .post-description .video-container iframe {
    width: 100%;
    height: auto;
  }
}
.blog-post-view .post-view .post-holder .post-bottom .post-nextprev-hld .prev-action.action {
  width: auto;
}
.blog-post-view .post-view .post-holder .post-bottom .post-nextprev-hld .prev-action.action .nextprev-link.prev-link:hover {
  color: #4A9EDB;
}
.blog-post-view .post-view .post-holder .post-bottom .post-nextprev-hld .next-action.action {
  width: auto;
}
.blog-post-view .post-view .post-holder .post-bottom .post-nextprev-hld .next-action.action .nextprev-link.next-link:hover {
  color: #4A9EDB;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-title.title strong {
  font-family: "Comfortaa-Custom", sans-serif;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info {
  padding: 0;
  box-shadow: none;
  padding: 0 5px;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info:hover {
  margin-bottom: 0;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info:hover .hover-box {
  padding: 0 10px 10px;
  opacity: 1;
  bottom: 0;
  transition: all .3s ease;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container .product-hover {
  margin-bottom: 0;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container .product-hover .product-image-container {
  width: 100%;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper {
  margin: 0 26px;
  padding-bottom: 80% !important;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper img {
  margin: 0;
  width: 100%;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details {
  margin-top: 0;
  padding-bottom: 0;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-name {
  margin-top: 0px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 20px !important;
  min-height: 21px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 16px;
  }
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .size-available {
  text-align: center;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #4A9EDB;
  text-transform: capitalize;
  display: block;
  padding-bottom: 5px;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description {
  display: block;
  margin: 0;
  min-height: 41px;
}
@media only screen and (max-width: 480px) {
  .blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description {
    min-height: 65px;
  }
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px !important;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description p {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .starting-from {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding-top: 5px;
  background-color: #f8fafb;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .starting-from .price-final_price {
  padding: 10px 0;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .product-item-description .product-item-details {
  margin-top: 0;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .price-final_price {
  margin-bottom: 0;
  background: #F8FAFB;
  padding: 23px 0;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .product-item-details .price-final_price .price-container .price-wrapper .price {
  letter-spacing: 0px;
  color: #4A9EDB;
  font-size: 20px;
  font-family: "Roboto-Custom", sans-serif;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box {
  padding: 0 10px 10px;
  position: relative;
  background-color: #f8fafb;
  opacity: 0;
  visibility: visible;
  transition: all .3s ease;
  bottom: 62px;
}
@media only screen and (max-width: 1023px) {
  .blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box {
    visibility: visible;
    opacity: 1;
    position: static;
    transform: none !important;
  }
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .actions-primary.actions-cart a.btn-cart:hover {
  opacity: .8;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item .product-item-info .hover-box .actions .product-item-actions .secondary-addto-links {
  display: none;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-list .slick-track .slick-slide li.product-item.rfqa .hover-box {
  display: none;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-prev {
  opacity: 1 !important;
  visibility: visible !important;
  border: none;
  left: 0px !important;
  display: inline !important;
  height: auto;
  width: auto;
  line-height: normal;
  top: 50%;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-prev:hover {
  border: none;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-prev::before {
  color: #3F5086;
  font-size: 24px;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-next {
  opacity: 1 !important;
  visibility: visible !important;
  border: none;
  right: 0px !important;
  display: inline !important;
  height: auto;
  width: auto;
  line-height: normal;
  top: 50%;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-next:hover {
  border: none;
}
.blog-post-view .post-view .post-holder .post-bottom .block-related.related-products .block-content.content .products.products-grid.products-related .products.product-items.slick-initialized .slick-next::before {
  color: #3F5086;
  font-size: 24px;
}
.blog-post-view .post-view .post-holder .post-bottom .block.comments #post-comments .c-count {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 400;
}
.blog-post-view .post-view .post-holder .post-bottom .block.comments #post-comments .c-reply.cf .c-replyform .comment-form-blog-recaptcha .c-btn-hld button {
  padding: 6px 10px;
}
@media only screen and (max-width: 767px) {
  .blog-post-view .post-view .post-holder .post-bottom .slick-list {
    margin: 0;
  }
}
.blog-post-view .sidebar.sidebar-additional .block.blog-search .block-content #blog_search_mini_form .actions .action.search:hover::before {
  color: #4A9EDB;
}
.blog-post-view .sidebar.sidebar-additional .block.block-recent-posts .block-title {
  border-bottom: 2px solid #e6e6e6;
}
.blog-post-view .sidebar.sidebar-additional .block.block-recent-posts .block-title strong {
  font-size: 16px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333;
}
.blog-post-view .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info {
  align-self: center;
}
.blog-post-view .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .title a h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.blog-post-view .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .post-meta {
  display: none;
}
.blog-post-view .sidebar.sidebar-additional .block.block-archive .block-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
}
.blog-post-view .sidebar.sidebar-additional .block.block-archive .block-content .item a.archive-item-link {
  color: #4A9EDB;
}
.blog-archive-view .post-list-wrapper .post-list .post-holder .post-content .post-description .post-header .post-title-holder .post-info {
  display: flex;
}
.blog-archive-view .sidebar.sidebar-additional .block.block-recent-posts .block-content .item .info .post-meta {
  display: flex;
  flex-wrap: wrap;
}
.blog-page-list .page-title-wrapper .page-title {
  margin: 15px 0;
}
.blog-page-list .page-title-wrapper .page-title .base {
  text-align: left;
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.blog-archive-view .page-title-wrapper,
.blog-post-view .page-title-wrapper {
  display: none;
}
.blog-archive-view .columns,
.blog-post-view .columns {
  margin-top: 20px;
}
.cms-home .page-footer .footer.content .block.block-static-block {
  margin-bottom: 0;
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-left {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-left .partner-img img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right {
  background-color: #FBFBFC;
  position: relative;
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block {
    position: relative;
    margin-bottom: 25px;
    transform: none;
    top: auto;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content h3 {
  font-size: 30px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content h3 {
    margin-top: 25px;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content p {
  font-size: 14px;
  color: #333333;
  width: 82%;
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content p.our-partner-subheading {
  font-size: 20px;
  font-weight: bold;
  color: #009FE1;
  margin: 23px 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content p.our-partner-subheading {
    margin: 15px 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content p {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .partner-content p {
    width: 100%;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block {
  display: flex;
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img {
  position: relative;
  padding: 5px 20px;
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(2):before,
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(3):before {
  border-right: 1px solid #e6e6e6;
  width: 1px;
  height: 45px;
  content: "";
  position: absolute;
  left: 0;
  margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(2):before,
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(3):before {
    margin-top: 10px;
    height: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(2):before,
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(3):before {
    margin-top: 10px;
    height: 30px;
  }
}
@media screen and (max-width: 360px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(2):before,
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(3):before {
    margin-top: 5px;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img:nth-child(1) {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img {
    padding: 5px 11px;
  }
}
@media screen and (max-width: 575px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img img.partner-logo {
    width: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block .partner-img img.partner-logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cms-home .page-footer .footer.content .block.block-static-block .partner-block-right .partner-block .images-block {
    margin-bottom: 25px;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img {
  padding: 30px 0;
  position: relative;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content {
    margin-left: 0;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h2 {
  text-align: left;
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h2 {
    font-size: 22px;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h3 {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 479px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h3 {
    font-size: 22px;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content p {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  margin-top: 25px;
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content p {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content p {
    width: 100%;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h4 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h4 {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar-content h4 {
    width: 100%;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions {
    margin-top: 0;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now {
  border-radius: 4px;
  padding: 10px 16px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
  align-self: center;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now:hover {
  border: 1px solid #f15a24;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now span {
  line-height: normal;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now span .arrow {
  font-size: 22px;
  vertical-align: bottom;
}
@media screen and (max-width: 359px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now span .arrow {
    font-size: 20px;
  }
}
@media screen and (max-width: 359px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.subscribe-now span {
    font-size: 13px;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.learn-more {
  background: transparent;
  border-radius: 4px;
  padding: 10px 16px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: 1px solid #6F6F6F;
  margin-left: 8px;
  cursor: pointer;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.learn-more:hover {
  background-color: #009FE1;
  box-shadow: none;
  border: 1px solid #009FE1;
  border-radius: 4px;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.learn-more span {
  text-align: center;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: normal;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.learn-more span .arrow {
  font-size: 22px;
  vertical-align: bottom;
}
@media screen and (max-width: 359px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.learn-more span .arrow {
    font-size: 20px;
  }
}
@media screen and (max-width: 359px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-left .webinar-block .webinar.actions .action.learn-more span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-right {
    margin: 20px 0;
  }
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-right .webinar-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 45%;
  /* 16:9 */
  height: 0;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .webinar-block-right .webinar-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .3s ease;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .desktop-show {
  display: block;
}
.cms-home .page-footer .footer.content .block.block-static-block .bg-img .mobile-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .desktop-show {
    display: none !important;
  }
  .cms-home .page-footer .footer.content .block.block-static-block .bg-img .mobile-show {
    display: block;
  }
}
.customer-account-index .page-title-wrapper .page-title span,
.sales-order-view .page-title-wrapper .page-title span,
.customer-address-index .page-title-wrapper .page-title span,
.multishipping-checkout-shipping .page-title-wrapper .page-title span {
  font-family: "Comfortaa-Custom", sans-serif;
}
.customer-account-index .sidebar.sidebar-main .content.block-collapsible-nav-content,
.sales-order-view .sidebar.sidebar-main .content.block-collapsible-nav-content,
.customer-address-index .sidebar.sidebar-main .content.block-collapsible-nav-content,
.multishipping-checkout-shipping .sidebar.sidebar-main .content.block-collapsible-nav-content {
  font-family: "Roboto-Custom", sans-serif;
}
.customer-account-index .sidebar.sidebar-main .content.block-collapsible-nav-content .item.current strong,
.sales-order-view .sidebar.sidebar-main .content.block-collapsible-nav-content .item.current strong,
.customer-address-index .sidebar.sidebar-main .content.block-collapsible-nav-content .item.current strong,
.multishipping-checkout-shipping .sidebar.sidebar-main .content.block-collapsible-nav-content .item.current strong {
  border-color: #4A9EDB;
}
.customer-account-index .sidebar.sidebar-additional,
.sales-order-view .sidebar.sidebar-additional,
.customer-address-index .sidebar.sidebar-additional,
.multishipping-checkout-shipping .sidebar.sidebar-additional {
  order: 1;
}
.customer-account-index .sidebar.sidebar-additional .block.block-compare .block-title strong,
.sales-order-view .sidebar.sidebar-additional .block.block-compare .block-title strong,
.customer-address-index .sidebar.sidebar-additional .block.block-compare .block-title strong,
.multishipping-checkout-shipping .sidebar.sidebar-additional .block.block-compare .block-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
}
.customer-account-index .sidebar.sidebar-additional .block.block-compare .empty,
.sales-order-view .sidebar.sidebar-additional .block.block-compare .empty,
.customer-address-index .sidebar.sidebar-additional .block.block-compare .empty,
.multishipping-checkout-shipping .sidebar.sidebar-additional .block.block-compare .empty {
  font-family: "Roboto-Custom", sans-serif;
}
.customer-account-index .column.main,
.sales-order-view .column.main,
.customer-address-index .column.main,
.multishipping-checkout-shipping .column.main {
  order: 2;
}
.customer-account-index .column.main .block-dashboard-info .block-title strong,
.customer-account-index .column.main .block-dashboard-addresses .block-title strong,
.customer-account-index .column.main .block-reviews-dashboard .block-title strong,
.sales-order-view .column.main .block-dashboard-info .block-title strong,
.sales-order-view .column.main .block-dashboard-addresses .block-title strong,
.sales-order-view .column.main .block-reviews-dashboard .block-title strong,
.customer-address-index .column.main .block-dashboard-info .block-title strong,
.customer-address-index .column.main .block-dashboard-addresses .block-title strong,
.customer-address-index .column.main .block-reviews-dashboard .block-title strong,
.multishipping-checkout-shipping .column.main .block-dashboard-info .block-title strong,
.multishipping-checkout-shipping .column.main .block-dashboard-addresses .block-title strong,
.multishipping-checkout-shipping .column.main .block-reviews-dashboard .block-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
}
.customer-account-index .column.main .block-dashboard-info .block-content .box .box-actions .action.edit,
.customer-account-index .column.main .block-dashboard-addresses .block-content .box .box-actions .action.edit,
.customer-account-index .column.main .block-reviews-dashboard .block-content .box .box-actions .action.edit,
.customer-account-index .column.main .block-dashboard-info .block-content .box .box-actions .change-password,
.customer-account-index .column.main .block-dashboard-addresses .block-content .box .box-actions .change-password,
.customer-account-index .column.main .block-reviews-dashboard .block-content .box .box-actions .change-password,
.sales-order-view .column.main .block-dashboard-info .block-content .box .box-actions .action.edit,
.sales-order-view .column.main .block-dashboard-addresses .block-content .box .box-actions .action.edit,
.sales-order-view .column.main .block-reviews-dashboard .block-content .box .box-actions .action.edit,
.sales-order-view .column.main .block-dashboard-info .block-content .box .box-actions .change-password,
.sales-order-view .column.main .block-dashboard-addresses .block-content .box .box-actions .change-password,
.sales-order-view .column.main .block-reviews-dashboard .block-content .box .box-actions .change-password,
.customer-address-index .column.main .block-dashboard-info .block-content .box .box-actions .action.edit,
.customer-address-index .column.main .block-dashboard-addresses .block-content .box .box-actions .action.edit,
.customer-address-index .column.main .block-reviews-dashboard .block-content .box .box-actions .action.edit,
.customer-address-index .column.main .block-dashboard-info .block-content .box .box-actions .change-password,
.customer-address-index .column.main .block-dashboard-addresses .block-content .box .box-actions .change-password,
.customer-address-index .column.main .block-reviews-dashboard .block-content .box .box-actions .change-password,
.multishipping-checkout-shipping .column.main .block-dashboard-info .block-content .box .box-actions .action.edit,
.multishipping-checkout-shipping .column.main .block-dashboard-addresses .block-content .box .box-actions .action.edit,
.multishipping-checkout-shipping .column.main .block-reviews-dashboard .block-content .box .box-actions .action.edit,
.multishipping-checkout-shipping .column.main .block-dashboard-info .block-content .box .box-actions .change-password,
.multishipping-checkout-shipping .column.main .block-dashboard-addresses .block-content .box .box-actions .change-password,
.multishipping-checkout-shipping .column.main .block-reviews-dashboard .block-content .box .box-actions .change-password {
  color: #4A9EDB;
  font-family: "Roboto-Custom", sans-serif;
}
.customer-account-index .column.main .block-dashboard-info .block-content .box-title span,
.customer-account-index .column.main .block-dashboard-addresses .block-content .box-title span,
.customer-account-index .column.main .block-reviews-dashboard .block-content .box-title span,
.sales-order-view .column.main .block-dashboard-info .block-content .box-title span,
.sales-order-view .column.main .block-dashboard-addresses .block-content .box-title span,
.sales-order-view .column.main .block-reviews-dashboard .block-content .box-title span,
.customer-address-index .column.main .block-dashboard-info .block-content .box-title span,
.customer-address-index .column.main .block-dashboard-addresses .block-content .box-title span,
.customer-address-index .column.main .block-reviews-dashboard .block-content .box-title span,
.multishipping-checkout-shipping .column.main .block-dashboard-info .block-content .box-title span,
.multishipping-checkout-shipping .column.main .block-dashboard-addresses .block-content .box-title span,
.multishipping-checkout-shipping .column.main .block-reviews-dashboard .block-content .box-title span {
  font-family: "Comfortaa-Custom", sans-serif;
}
.customer-account-index .column.main .block-dashboard-info .block-content .box-content,
.customer-account-index .column.main .block-dashboard-addresses .block-content .box-content,
.customer-account-index .column.main .block-reviews-dashboard .block-content .box-content,
.sales-order-view .column.main .block-dashboard-info .block-content .box-content,
.sales-order-view .column.main .block-dashboard-addresses .block-content .box-content,
.sales-order-view .column.main .block-reviews-dashboard .block-content .box-content,
.customer-address-index .column.main .block-dashboard-info .block-content .box-content,
.customer-address-index .column.main .block-dashboard-addresses .block-content .box-content,
.customer-address-index .column.main .block-reviews-dashboard .block-content .box-content,
.multishipping-checkout-shipping .column.main .block-dashboard-info .block-content .box-content,
.multishipping-checkout-shipping .column.main .block-dashboard-addresses .block-content .box-content,
.multishipping-checkout-shipping .column.main .block-reviews-dashboard .block-content .box-content {
  font-family: "Roboto-Custom", sans-serif;
}
.customer-account-index .column.main .action.edit,
.customer-account-index .column.main .action.view,
.sales-order-view .column.main .action.edit,
.sales-order-view .column.main .action.view,
.customer-address-index .column.main .action.edit,
.customer-address-index .column.main .action.view,
.multishipping-checkout-shipping .column.main .action.edit,
.multishipping-checkout-shipping .column.main .action.view {
  color: #4A9EDB;
  font-family: "Roboto-Custom", sans-serif;
}
.company-account-addinfo .sidebar.sidebar-main,
.company-account-editinfo .sidebar.sidebar-main,
.company-account-view .sidebar.sidebar-main,
.company-account-users .sidebar.sidebar-main,
.company-account-userprofile .sidebar.sidebar-main,
.company-account-address .sidebar.sidebar-main,
.company-account-fcaddress .sidebar.sidebar-main,
.company-account-orders .sidebar.sidebar-main,
.stripe_payments-customer-cards .sidebar.sidebar-main,
.customer-account-edit .sidebar.sidebar-main,
.company-address-form .sidebar.sidebar-main,
.company-subuser-edit .sidebar.sidebar-main,
.sales-order-view .sidebar.sidebar-main,
.company-address-edit .sidebar.sidebar-main,
.company-address-fcedit .sidebar.sidebar-main,
.gdpr-company-index .sidebar.sidebar-main {
  order: 1;
}
.company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content,
.gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content {
  background-color: transparent;
  padding: 0;
}
.company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item {
  background-color: #EBEFF2;
  padding: 10px 0;
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
  .gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item {
    width: 100%;
    margin: 0;
  }
}
.company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child,
.gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child {
  margin: 0;
}
.company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a,
.gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a {
  font-size: 15px;
  color: #333333;
  text-decoration: none;
}
.company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
.gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current {
  background-color: #DBE2E7;
  border-right: 5px solid #f15a24;
  width: 97%;
}
@media only screen and (max-width: 767px) {
  .company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current,
  .gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current {
    width: 100%;
  }
}
.company-account-addinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-editinfo .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-users .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-userprofile .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-address .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-fcaddress .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-account-orders .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.stripe_payments-customer-cards .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.customer-account-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-address-form .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-subuser-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.sales-order-view .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-address-edit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.company-address-fcedit .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.gdpr-company-index .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong {
  border: none;
  font-size: 15px;
  color: #333;
}
.company-account-addinfo .column.main,
.company-account-editinfo .column.main,
.company-account-view .column.main,
.company-account-users .column.main,
.company-account-userprofile .column.main,
.company-account-address .column.main,
.company-account-fcaddress .column.main,
.company-account-orders .column.main,
.stripe_payments-customer-cards .column.main,
.customer-account-edit .column.main,
.company-address-form .column.main,
.company-subuser-edit .column.main,
.sales-order-view .column.main,
.company-address-edit .column.main,
.company-address-fcedit .column.main,
.gdpr-company-index .column.main {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .company-account-addinfo .column.main,
  .company-account-editinfo .column.main,
  .company-account-view .column.main,
  .company-account-users .column.main,
  .company-account-userprofile .column.main,
  .company-account-address .column.main,
  .company-account-fcaddress .column.main,
  .company-account-orders .column.main,
  .stripe_payments-customer-cards .column.main,
  .customer-account-edit .column.main,
  .company-address-form .column.main,
  .company-subuser-edit .column.main,
  .sales-order-view .column.main,
  .company-address-edit .column.main,
  .company-address-fcedit .column.main,
  .gdpr-company-index .column.main {
    margin-top: 60px;
  }
}
.company-account-editinfo .form-edit-account .actions-toolbar div.primary {
  display: flex;
}
.company-account-editinfo .form-edit-account .actions-toolbar div.primary button {
  width: unset;
}
.company-account-view .page-title-wrapper .page-title,
.company-account-addinfo .page-title-wrapper .page-title,
.gdpr-company-index .page-title-wrapper .page-title {
  display: none;
}
.company-account-view .block-dashboard-info,
.company-account-addinfo .block-dashboard-info,
.gdpr-company-index .block-dashboard-info {
  border: 1px solid #f2f2f2;
  border-top: 4px solid #4A9EDB;
  padding: 21px 27px;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
body.company-account-view .block-dashboard-info .block-title strong,
body.company-account-addinfo .block-dashboard-info .block-title strong,
body.gdpr-company-index .block-dashboard-info .block-title strong {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 18px !important;
  text-transform: uppercase;
  color: #333;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box {
  border: 1px solid #edf6fc;
  border-radius: 4px;
  margin-top: 29px;
  padding: 19px 19px 19px 28px;
  background-color: #FAFBFC;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .box-actions .action.edit,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .box-actions .action.edit,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .box-actions .action.edit {
  color: #009FE1;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  text-transform: capitalize;
  min-width: 160px;
  display: inline-block;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title,
  .company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title,
  .gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title {
    min-width: 165px;
  }
}
@media screen and (max-width: 768px) {
  .company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title,
  .company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title,
  .gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title {
    min-width: 175px;
  }
}
@media screen and (max-width: 480px) {
  .company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title,
  .company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title,
  .gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-title {
    min-width: 150px;
  }
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-data,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-data,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .company-data {
  font-size: 15px;
  color: #626264;
  text-transform: capitalize;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box {
  float: right;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box .edit,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box .edit,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box .edit {
  color: #4A9EDB;
  padding: 0px 2px;
  font-size: 14px;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box .delete,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box .delete,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .action-box .delete {
  color: #4A9EDB;
  padding: 0px 30px 0 2px;
  font-size: 14px;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-field,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-field,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-field,
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .add-info,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .add-info,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .add-info {
  font-size: 14px;
  font-weight: bold;
  color: #626264;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-data,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-data,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-data {
  font-size: 14px;
  text-transform: capitalize;
  color: #626264;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-data a,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-data a,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box .address-data a {
  color: #626264;
  text-decoration: none;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p {
  display: flex;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p .add-info,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p .add-info,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p .add-info {
  width: 70%;
}
.company-account-view .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p span,
.company-account-addinfo .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p span,
.gdpr-company-index .block-dashboard-info .block-content .box.box-information .box-content.comapny-info-box > p span {
  overflow-wrap: break-word;
}
.company-account-users .page-title-wrapper .page-title {
  display: none;
}
.company-account-users .manager-user-dashboard {
  border: 1px solid #f2f2f2;
  border-top: 4px solid #4A9EDB;
  padding: 21px 27px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.company-account-users .manager-user-dashboard .block-title strong {
  font-size: 18px !important;
  font-family: "Comfortaa-Custom", sans-serif;
  text-transform: uppercase;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .company-account-users .subaccounts-manage {
    overflow-x: auto;
  }
}
.company-account-users .subaccounts-manage .data.table.subaccounts {
  margin-top: 33px;
}
.company-account-users .subaccounts-manage .data.table.subaccounts thead th,
.company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.date,
.company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.shipping,
.company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.status {
  font-size: 15px;
  font-family: "Comfortaa-Custom", sans-serif;
  color: #333333;
  border-bottom: 2px solid #8EA0AE;
  padding-left: 0;
}
@media screen and (max-width: 639px) {
  .company-account-users .subaccounts-manage .data.table.subaccounts thead th,
  .company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.date,
  .company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.shipping,
  .company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.status {
    display: table-cell;
  }
}
@media screen and (max-width: 639px) {
  .company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.date {
    min-width: 200px;
  }
  .company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.shipping {
    min-width: 150px;
  }
  .company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.status {
    min-width: 65px;
  }
  .company-account-users .subaccounts-manage .data.table.subaccounts thead th.col.actions {
    min-width: 103px;
  }
}
.company-account-users .subaccounts-manage .data.table.subaccounts tbody tr {
  display: table-row;
}
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.email,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.name,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.status,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.actions {
  font-weight: normal;
  font-size: 15px;
  font-family: "Roboto-Custom", sans-serif;
  color: #626264;
  border-bottom: 1px solid #DAEBF7;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding: 15px 7px 15px 0;
}
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.email .action.edit,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.name .action.edit,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.status .action.edit,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.actions .action.edit,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.email .action.delete,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.name .action.delete,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.status .action.delete,
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.actions .action.delete {
  color: #4A9EDB;
  font-size: 14px;
}
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.email {
  min-width: 200px;
  max-width: 200px;
}
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.name {
  min-width: 150px;
  max-width: 150px;
}
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.status {
  min-width: 80px;
  max-width: 80px;
}
.company-account-users .subaccounts-manage .data.table.subaccounts tbody td.col.actions {
  min-width: 65px;
  max-width: 65px;
}
.company-subuser-edit .form.form-edit-account .fieldset.info {
  margin-bottom: 10px;
}
.company-subuser-edit .form.form-edit-account .fieldset.info .legend {
  font-size: 20px;
}
.company-subuser-edit .form.form-edit-account .fieldset.info .field.field-name-firstname .label,
.company-subuser-edit .form.form-edit-account .fieldset.info .field.field-name-lastname .label,
.company-subuser-edit .form.form-edit-account .fieldset.info .field.field-name-email .label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.company-subuser-edit .form.form-edit-account .fieldset.permissions legend {
  font-size: 20px;
}
.company-subuser-edit .form.form-edit-account .fieldset.permissions #permission {
  display: block;
  height: 40px;
  background-position: 98% 50%;
}
.company-subuser-edit .form.form-edit-account .actions-toolbar .primary .action.save.primary {
  padding: 8px 60px;
  font-weight: bold;
}
.company-subuser-edit .form.form-edit-account .fieldset.access {
  margin-bottom: 10px;
}
.company-subuser-edit .form.form-edit-account .field.choice:last-child {
  display: none;
}
.company-account-orders .page-title-wrapper .page-title {
  display: none;
}
.company-account-orders .table-wrapper.orders-history {
  border: 1px solid #f2f2f2;
  border-top: 4px solid #4A9EDB;
  padding: 21px 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  .company-account-orders .table-wrapper.orders-history {
    padding: 21px 15px;
  }
}
.company-account-orders .table-wrapper.orders-history .block-title strong {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}
.company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar {
  background-color: #F8FAFB;
  margin-top: 19px;
}
.company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar .pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar .pager {
    flex-direction: column;
  }
}
.company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar .pager .toolbar-amount {
  padding: 11px;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
.company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar .pager .pages {
  position: relative;
  width: auto;
}
.company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar .pager .pages .items.pages-items .item.current .page {
  background-color: #f15a24;
}
.company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar .pager .pages .items.pages-items .item a:hover {
  background-color: #f15a24;
}
.company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar .pager .limiter {
  display: inline;
  padding: 5px;
  font-size: 14px;
  color: #626264;
}
.company-account-orders .table-wrapper.orders-history .order-products-toolbar.toolbar .pager .limiter select.limiter-options {
  appearance: auto;
  background-image: none;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  color: #626264;
}
.company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col {
  font-size: 15px;
  color: #333;
  border-bottom: 2px solid #8EA0AE;
  padding: 15px 8px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 639px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col.actions {
    min-width: 200px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col.actions {
    min-width: 200px;
  }
}
@media screen and (max-width: 639px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col.id {
    min-width: 150px;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col.date {
    min-width: 150px;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col.total {
    min-width: 150px;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col.status {
    min-width: 150px;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history thead th.col.actions {
    min-width: 275px;
  }
}
.company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col {
  font-size: 15px;
  color: #626264;
  border-bottom: 1px solid #DAEBF7;
  padding: 15px 8px;
}
@media only screen and (max-width: 1023px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col.actions {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col {
    padding: 15px 10px;
  }
}
.company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col .action.view,
.company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col .action.order {
  color: #4A9EDB;
  font-size: 14px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col .action.view,
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col .action.order {
    display: block;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col .action.view::after,
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col .action.order::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col.actions {
    min-width: 250px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col.actions {
    min-width: 250px;
  }
}
@media screen and (max-width: 639px) {
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col.id {
    min-width: 150px;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col.date {
    min-width: 150px;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col.total {
    min-width: 150px;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col.status {
    min-width: 150px;
  }
  .company-account-orders .table-wrapper.orders-history .data.table.table-order-items.history tbody td.col.actions {
    min-width: 275px;
  }
}
.sales-order-view .items.order-links .nav.item {
  display: none;
}
.sales-order-view .items.order-links .nav.item.current {
  display: block;
}
.sales-order-view .items.order-links .nav.item.current strong {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
}
.sales-order-view .order-details-items.ordered .order-title strong {
  font-size: 18px;
}
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items thead tr th {
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 639px) {
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items thead tr th {
    display: table-cell;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 639px) {
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items thead tr th.col.name {
    min-width: 150px;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items thead tr th.col.sku {
    min-width: 150px;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items thead tr th.col.price {
    min-width: 100px;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items thead tr th.col.qty {
    min-width: 100px;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items thead tr th.col.subtotal {
    min-width: 100px;
  }
}
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tbody tr td {
  font-size: 14px;
  border-bottom: 1px solid #d1d1d1;
}
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tbody tr td.col.name strong.product-item-name {
  font-family: "Comfortaa-Custom", sans-serif;
}
@media screen and (max-width: 639px) {
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tbody tr td.col.name {
    min-width: 150px;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tbody tr td.col.sku {
    min-width: 150px;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tbody tr td.col.price {
    min-width: 100px;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tbody tr td.col.qty {
    min-width: 100px;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tbody tr td.col.subtotal {
    min-width: 100px;
  }
}
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tfoot tr th {
  border: none;
  background-color: #fff;
  padding-left: 0;
}
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tfoot tr td {
  border: none;
}
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tfoot tr th,
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tfoot tr td {
  font-family: "Roboto-Custom", sans-serif !important;
}
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tfoot tr th strong,
.sales-order-view .order-details-items.ordered .table-wrapper.order-items .table.table-order-items tfoot tr td strong {
  font-family: inherit !important;
}
.sales-order-view .block.block-order-details-view .block-title {
  margin: 15px 0 10px;
}
.sales-order-view .block.block-order-details-view .block-title strong {
  font-size: 18px;
  font-family: "Comfortaa-Custom", sans-serif;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-address,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-method,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-address,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-method {
  background-color: #FAFBFC;
}
@media screen and (max-width: 767px) {
  .sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-address,
  .sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-method,
  .sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-address,
  .sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-method {
    margin-bottom: 25px;
  }
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-address strong.box-title,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-method strong.box-title,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-address strong.box-title,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-method strong.box-title {
  background-color: #FAFBFC;
  border: 1px solid #edf6fc;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-address strong.box-title span,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-method strong.box-title span,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-address strong.box-title span,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-method strong.box-title span {
  font-size: 14px;
  color: #333;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-address .box-content,
.sales-order-view .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
  border: 1px solid #edf6fc;
  border-top: none;
  font-size: 14px;
  color: #626264;
}
.company-account-address .page-title-wrapper .page-title,
.company-account-fcaddress .page-title-wrapper .page-title {
  display: none;
}
.company-account-address .block.block-addresses-default,
.company-account-fcaddress .block.block-addresses-default {
  border-top: 4px solid #4A9EDB;
  padding: 21px 27px;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: -5px;
}
.company-account-address .block.block-addresses-default .block-title strong,
.company-account-fcaddress .block.block-addresses-default .block-title strong {
  font-size: 18px !important;
  text-transform: uppercase;
  color: #333;
}
.company-account-address .block.block-addresses-default .block-content,
.company-account-fcaddress .block.block-addresses-default .block-content {
  border: 1px solid #edf6fc;
  border-radius: 4px;
  margin-top: 22px;
  background-color: #FAFBFC;
}
.company-account-address .block.block-addresses-default .box.box-address-shipping .box-heading,
.company-account-fcaddress .block.block-addresses-default .box.box-address-shipping .box-heading {
  padding: 15px 0 0 19px;
  display: grid;
  grid-auto-flow: column;
}
.company-account-address .block.block-addresses-default .box.box-address-shipping .box-heading .box-title,
.company-account-fcaddress .block.block-addresses-default .box.box-address-shipping .box-heading .box-title {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 14px;
  color: #333;
}
.company-account-address .block.block-addresses-default .box.box-address-shipping .box-heading .box-actions,
.company-account-fcaddress .block.block-addresses-default .box.box-address-shipping .box-heading .box-actions {
  align-self: center;
  margin: 0 15px 0 0;
}
.company-account-address .block.block-addresses-default .box.box-address-shipping .box-heading .box-actions .action.edit,
.company-account-fcaddress .block.block-addresses-default .box.box-address-shipping .box-heading .box-actions .action.edit {
  font-size: 14px;
  color: #009FE1;
}
.company-account-address .block.block-addresses-default .box.box-address-shipping .box-content,
.company-account-fcaddress .block.block-addresses-default .box.box-address-shipping .box-content {
  border-top: 1px solid #EDF1F3;
  margin-top: 6px;
}
.company-account-address .block.block-addresses-default .box.box-address-shipping .box-content address,
.company-account-fcaddress .block.block-addresses-default .box.box-address-shipping .box-content address {
  font-weight: Normal;
  font-size: 14px;
  color: #626264;
  margin-top: 5px;
  padding: 3px 0 0 19px;
}
.company-account-address .block.block-addresses-default .box.box-address-shipping .box-content address .address-field,
.company-account-fcaddress .block.block-addresses-default .box.box-address-shipping .box-content address .address-field {
  font-size: 14px;
  font-weight: bold;
  color: #626264;
}
.company-account-address .block.block-addresses-default .box.box-address-shipping .box-content address .address-data,
.company-account-fcaddress .block.block-addresses-default .box.box-address-shipping .box-content address .address-data {
  font-size: 14px;
  color: #626264;
}
.company-account-address .block.block-addresses-default .actions-toolbar,
.company-account-fcaddress .block.block-addresses-default .actions-toolbar {
  float: right;
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .company-account-address .block.block-addresses-default .actions-toolbar,
  .company-account-fcaddress .block.block-addresses-default .actions-toolbar {
    float: none;
  }
}
.company-account-address .block.block-addresses-list,
.company-account-fcaddress .block.block-addresses-list {
  padding: 21px 27px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.company-account-address .block.block-addresses-list .block-title strong,
.company-account-fcaddress .block.block-addresses-list .block-title strong {
  font-size: 14px;
  color: #333;
}
.company-account-address .block.block-addresses-list .block-content,
.company-account-fcaddress .block.block-addresses-list .block-content {
  margin-top: 24px;
}
.company-account-address .block.block-addresses-list .block-content p.empty,
.company-account-fcaddress .block.block-addresses-list .block-content p.empty {
  font-size: 14px;
}
.company-account-address .block.block-addresses-list .block-content .additional-addresses,
.company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses {
  overflow-x: auto;
}
.company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col,
.company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col {
  font-size: 13px;
  color: #333;
  padding: 4px;
  border-bottom: 2px solid #8EA0AE;
  min-width: 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col,
  .company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col {
    min-width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col,
  .company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col {
    min-width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col,
  .company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col {
    min-width: 120px;
  }
}
@media screen and (max-width: 639px) {
  .company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col,
  .company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history thead th.col {
    display: table-cell;
  }
}
.company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col,
.company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col {
  font-size: 13px;
  color: #626264;
  border-bottom: 1px solid #DAEBF7;
  padding: 4px;
  min-width: 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col,
  .company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col {
    min-width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col,
  .company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col {
    min-width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col,
  .company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col {
    min-width: 120px;
  }
}
.company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col .action.edit,
.company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col .action.edit,
.company-account-address .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col .action.delete,
.company-account-fcaddress .block.block-addresses-list .block-content .additional-addresses .table.history tbody td.col .action.delete {
  color: #4A9EDB;
}
.company-account-address .actions-toolbar .action.primary.add,
.company-account-fcaddress .actions-toolbar .action.primary.add {
  background-color: #f15a24;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Roboto-Custom", sans-serif;
}
.company-account-address .actions-toolbar .action.primary.add:hover,
.company-account-fcaddress .actions-toolbar .action.primary.add:hover {
  background-color: #009FE1;
  box-shadow: none;
}
.company-address-edit .form-edit-account .fieldset .legend,
.company-address-fcedit .form-edit-account .fieldset .legend,
.company-account-editinfo .form-edit-account .fieldset .legend {
  font-size: 22px !important;
  font-weight: bold !important;
  font-family: "Comfortaa-Custom", sans-serif;
}
.company-address-edit .form-edit-account .fieldset .field.field-name-firstname .label,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-firstname .label,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-firstname .label,
.company-address-edit .form-edit-account .fieldset .field.field-name-lastname .label,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-lastname .label,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-lastname .label,
.company-address-edit .form-edit-account .fieldset .field.company .label,
.company-address-fcedit .form-edit-account .fieldset .field.company .label,
.company-account-editinfo .form-edit-account .fieldset .field.company .label,
.company-address-edit .form-edit-account .fieldset .field.telephone .label,
.company-address-fcedit .form-edit-account .fieldset .field.telephone .label,
.company-account-editinfo .form-edit-account .fieldset .field.telephone .label,
.company-address-edit .form-edit-account .fieldset .field.street .label,
.company-address-fcedit .form-edit-account .fieldset .field.street .label,
.company-account-editinfo .form-edit-account .fieldset .field.street .label,
.company-address-edit .form-edit-account .fieldset .field.country .label,
.company-address-fcedit .form-edit-account .fieldset .field.country .label,
.company-account-editinfo .form-edit-account .fieldset .field.country .label,
.company-address-edit .form-edit-account .fieldset .field.region .label,
.company-address-fcedit .form-edit-account .fieldset .field.region .label,
.company-account-editinfo .form-edit-account .fieldset .field.region .label,
.company-address-edit .form-edit-account .fieldset .field.city .label,
.company-address-fcedit .form-edit-account .fieldset .field.city .label,
.company-account-editinfo .form-edit-account .fieldset .field.city .label,
.company-address-edit .form-edit-account .fieldset .field.zip .label,
.company-address-fcedit .form-edit-account .fieldset .field.zip .label,
.company-account-editinfo .form-edit-account .fieldset .field.zip .label,
.company-address-edit .form-edit-account .fieldset .field-name-opening-hours .label,
.company-address-fcedit .form-edit-account .fieldset .field-name-opening-hours .label,
.company-account-editinfo .form-edit-account .fieldset .field-name-opening-hours .label,
.company-address-edit .form-edit-account .fieldset .field-name-contactperson .label,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactperson .label,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactperson .label,
.company-address-edit .form-edit-account .fieldset .field-name-contactdetails .label,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactdetails .label,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactdetails .label,
.company-address-edit .form-edit-account .fieldset .field-name-requestinvoice .label,
.company-address-fcedit .form-edit-account .fieldset .field-name-requestinvoice .label,
.company-account-editinfo .form-edit-account .fieldset .field-name-requestinvoice .label,
.company-address-edit .form-edit-account .fieldset .field-name-certificateofanalysis .label,
.company-address-fcedit .form-edit-account .fieldset .field-name-certificateofanalysis .label,
.company-account-editinfo .form-edit-account .fieldset .field-name-certificateofanalysis .label,
.company-address-edit .form-edit-account .fieldset .field-name-addcomment .label,
.company-address-fcedit .form-edit-account .fieldset .field-name-addcomment .label,
.company-account-editinfo .form-edit-account .fieldset .field-name-addcomment .label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}
.company-address-edit .form-edit-account .fieldset .field.field-name-firstname .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-firstname .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-firstname .control .input-text,
.company-address-edit .form-edit-account .fieldset .field.field-name-lastname .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-lastname .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-lastname .control .input-text,
.company-address-edit .form-edit-account .fieldset .field.company .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.company .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.company .control .input-text,
.company-address-edit .form-edit-account .fieldset .field.telephone .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.telephone .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.telephone .control .input-text,
.company-address-edit .form-edit-account .fieldset .field.street .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.street .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.street .control .input-text,
.company-address-edit .form-edit-account .fieldset .field.country .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.country .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.country .control .input-text,
.company-address-edit .form-edit-account .fieldset .field.region .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.region .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.region .control .input-text,
.company-address-edit .form-edit-account .fieldset .field.city .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.city .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.city .control .input-text,
.company-address-edit .form-edit-account .fieldset .field.zip .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field.zip .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field.zip .control .input-text,
.company-address-edit .form-edit-account .fieldset .field-name-opening-hours .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field-name-opening-hours .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field-name-opening-hours .control .input-text,
.company-address-edit .form-edit-account .fieldset .field-name-contactperson .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactperson .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactperson .control .input-text,
.company-address-edit .form-edit-account .fieldset .field-name-contactdetails .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactdetails .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactdetails .control .input-text,
.company-address-edit .form-edit-account .fieldset .field-name-requestinvoice .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field-name-requestinvoice .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field-name-requestinvoice .control .input-text,
.company-address-edit .form-edit-account .fieldset .field-name-certificateofanalysis .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field-name-certificateofanalysis .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field-name-certificateofanalysis .control .input-text,
.company-address-edit .form-edit-account .fieldset .field-name-addcomment .control .input-text,
.company-address-fcedit .form-edit-account .fieldset .field-name-addcomment .control .input-text,
.company-account-editinfo .form-edit-account .fieldset .field-name-addcomment .control .input-text {
  margin-bottom: 15px;
  font-family: "Roboto-Custom", sans-serif;
}
.company-address-edit .form-edit-account .fieldset .field.field-name-firstname .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-firstname .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-firstname .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field.field-name-lastname .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-lastname .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-lastname .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field.company .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.company .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.company .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field.telephone .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.telephone .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.telephone .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field.street .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.street .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.street .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field.country .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.country .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.country .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field.region .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.region .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.region .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field.city .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.city .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.city .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field.zip .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field.zip .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field.zip .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field-name-opening-hours .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field-name-opening-hours .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field-name-opening-hours .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field-name-contactperson .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactperson .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactperson .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field-name-contactdetails .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactdetails .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactdetails .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field-name-requestinvoice .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field-name-requestinvoice .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field-name-requestinvoice .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field-name-certificateofanalysis .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field-name-certificateofanalysis .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field-name-certificateofanalysis .control select.required-entry,
.company-address-edit .form-edit-account .fieldset .field-name-addcomment .control select.required-entry,
.company-address-fcedit .form-edit-account .fieldset .field-name-addcomment .control select.required-entry,
.company-account-editinfo .form-edit-account .fieldset .field-name-addcomment .control select.required-entry {
  margin-bottom: 15px;
}
.company-address-edit .form-edit-account .fieldset .field.field-name-firstname .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-firstname .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-firstname .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.field-name-lastname .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-lastname .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-lastname .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.company .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.company .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.company .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.telephone .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.telephone .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.telephone .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.street .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.street .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.street .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.country .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.country .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.country .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.region .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.region .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.region .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.city .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.city .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.city .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.zip .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field.zip .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field.zip .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field-name-opening-hours .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field-name-opening-hours .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field-name-opening-hours .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field-name-contactperson .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactperson .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactperson .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field-name-contactdetails .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactdetails .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactdetails .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field-name-requestinvoice .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field-name-requestinvoice .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field-name-requestinvoice .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field-name-certificateofanalysis .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field-name-certificateofanalysis .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field-name-certificateofanalysis .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field-name-addcomment .control select.mage-error,
.company-address-fcedit .form-edit-account .fieldset .field-name-addcomment .control select.mage-error,
.company-account-editinfo .form-edit-account .fieldset .field-name-addcomment .control select.mage-error,
.company-address-edit .form-edit-account .fieldset .field.field-name-firstname .control select,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-firstname .control select,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-firstname .control select,
.company-address-edit .form-edit-account .fieldset .field.field-name-lastname .control select,
.company-address-fcedit .form-edit-account .fieldset .field.field-name-lastname .control select,
.company-account-editinfo .form-edit-account .fieldset .field.field-name-lastname .control select,
.company-address-edit .form-edit-account .fieldset .field.company .control select,
.company-address-fcedit .form-edit-account .fieldset .field.company .control select,
.company-account-editinfo .form-edit-account .fieldset .field.company .control select,
.company-address-edit .form-edit-account .fieldset .field.telephone .control select,
.company-address-fcedit .form-edit-account .fieldset .field.telephone .control select,
.company-account-editinfo .form-edit-account .fieldset .field.telephone .control select,
.company-address-edit .form-edit-account .fieldset .field.street .control select,
.company-address-fcedit .form-edit-account .fieldset .field.street .control select,
.company-account-editinfo .form-edit-account .fieldset .field.street .control select,
.company-address-edit .form-edit-account .fieldset .field.country .control select,
.company-address-fcedit .form-edit-account .fieldset .field.country .control select,
.company-account-editinfo .form-edit-account .fieldset .field.country .control select,
.company-address-edit .form-edit-account .fieldset .field.region .control select,
.company-address-fcedit .form-edit-account .fieldset .field.region .control select,
.company-account-editinfo .form-edit-account .fieldset .field.region .control select,
.company-address-edit .form-edit-account .fieldset .field.city .control select,
.company-address-fcedit .form-edit-account .fieldset .field.city .control select,
.company-account-editinfo .form-edit-account .fieldset .field.city .control select,
.company-address-edit .form-edit-account .fieldset .field.zip .control select,
.company-address-fcedit .form-edit-account .fieldset .field.zip .control select,
.company-account-editinfo .form-edit-account .fieldset .field.zip .control select,
.company-address-edit .form-edit-account .fieldset .field-name-opening-hours .control select,
.company-address-fcedit .form-edit-account .fieldset .field-name-opening-hours .control select,
.company-account-editinfo .form-edit-account .fieldset .field-name-opening-hours .control select,
.company-address-edit .form-edit-account .fieldset .field-name-contactperson .control select,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactperson .control select,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactperson .control select,
.company-address-edit .form-edit-account .fieldset .field-name-contactdetails .control select,
.company-address-fcedit .form-edit-account .fieldset .field-name-contactdetails .control select,
.company-account-editinfo .form-edit-account .fieldset .field-name-contactdetails .control select,
.company-address-edit .form-edit-account .fieldset .field-name-requestinvoice .control select,
.company-address-fcedit .form-edit-account .fieldset .field-name-requestinvoice .control select,
.company-account-editinfo .form-edit-account .fieldset .field-name-requestinvoice .control select,
.company-address-edit .form-edit-account .fieldset .field-name-certificateofanalysis .control select,
.company-address-fcedit .form-edit-account .fieldset .field-name-certificateofanalysis .control select,
.company-account-editinfo .form-edit-account .fieldset .field-name-certificateofanalysis .control select,
.company-address-edit .form-edit-account .fieldset .field-name-addcomment .control select,
.company-address-fcedit .form-edit-account .fieldset .field-name-addcomment .control select,
.company-account-editinfo .form-edit-account .fieldset .field-name-addcomment .control select {
  border-color: #e6e6e6;
  background-position: 98% 8px;
}
.company-address-edit .form-edit-account .fieldset .field.choice .label,
.company-address-fcedit .form-edit-account .fieldset .field.choice .label,
.company-account-editinfo .form-edit-account .fieldset .field.choice .label {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: 400 !important;
}
.company-address-edit .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.save.primary,
.company-address-edit .form-edit-account .actions-toolbar .primary .action.back,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.back,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.back {
  padding: 8px 32px;
}
.company-address-edit .form-edit-account .actions-toolbar .primary .action.back,
.company-address-fcedit .form-edit-account .actions-toolbar .primary .action.back,
.company-account-editinfo .form-edit-account .actions-toolbar .primary .action.back {
  line-height: 26px;
  margin-left: 25px;
  text-decoration: none;
}
.company-account-userprofile .page-title-wrapper .page-title {
  display: none;
}
.company-account-userprofile .block.block-dashboard-info {
  border: 1px solid #f2f2f2;
  border-top: 4px solid #4A9EDB;
  padding: 21px 27px;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.company-account-userprofile .block.block-dashboard-info .block-title strong {
  font-size: 18px !important;
  text-transform: uppercase;
  color: #333;
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information {
  border: 1px solid #edf6fc;
  border-radius: 4px;
  margin-top: 18px;
  padding: 25px 0 0 28px;
  background-color: #FAFBFC;
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-title {
  font-size: 15px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 479px) {
  .company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-title {
    display: grid;
  }
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-title .box-actions {
  float: right;
  margin-top: 0px;
}
@media screen and (max-width: 479px) {
  .company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-title .box-actions {
    float: none;
    margin-top: 5px;
  }
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-title .box-actions .action.edit {
  color: #4A9EDB;
  padding: 0px 2px;
  font-size: 14px;
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-title .box-actions .action.edit:after {
  display: none;
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-title .box-actions .action.delete {
  color: #4A9EDB;
  padding: 0px 2px;
  font-size: 14px;
  padding: 0px 15px 0 10px;
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-content {
  margin-top: 24px;
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: #626264;
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-content p:last-child {
  margin-bottom: 20px;
}
.company-account-userprofile .block.block-dashboard-info .block-content .box.box-information .box-content p span {
  font-weight: bold;
}
.customer-account-edit .form.form-edit-account .fieldset.info {
  margin-bottom: 30px;
}
.customer-account-edit .form.form-edit-account .fieldset.info .legend {
  font-size: 20px;
}
.customer-account-edit .form.form-edit-account .fieldset.info .field.field-name-firstname .label,
.customer-account-edit .form.form-edit-account .fieldset.info .field.field-name-lastname .label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.customer-account-edit .form.form-edit-account .fieldset.info .field.choice {
  margin-bottom: 0px;
}
.customer-account-edit .form.form-edit-account .fieldset.info .field.choice .label {
  display: inline;
  color: #333;
}
.customer-account-edit .form.form-edit-account .fieldset.info .field.choice:last-child {
  display: none;
}
.customer-account-edit .form.form-edit-account .additional-message {
  font-size: 14px;
  font-weight: 400;
}
.customer-account-edit .form.form-edit-account .fieldset.password .legend {
  font-size: 18px;
}
.customer-account-edit .form.form-edit-account .fieldset.password .field.email .label,
.customer-account-edit .form.form-edit-account .fieldset.password .field.password .label,
.customer-account-edit .form.form-edit-account .fieldset.password .field.new.password .label,
.customer-account-edit .form.form-edit-account .fieldset.password .field.confirmation.password .label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.customer-account-edit .form.form-edit-account .fieldset.password .control.password-container {
  position: relative;
}
.customer-account-edit .form.form-edit-account .fieldset.password .control.password-container .eye-btn {
  position: absolute;
  top: 12px;
  right: 6px;
}
.customer-account-edit .form.form-edit-account .fieldset.additional_info .form-edit-account label {
  display: block;
}
.customer-account-edit .form.form-edit-account .fieldset.additional_info .form-edit-account label::after {
  margin-left: 5px;
  top: 5px;
}
.customer-account-edit .form.form-edit-account .fieldset.additional_info .form-edit-account label span {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.customer-account-edit .form.form-edit-account .fieldset.additional_info .form-edit-account input {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  font-size: 14px;
}
.customer-account-edit .form.form-edit-account .actions-toolbar .primary .action.save.primary {
  padding: 8px 60px;
}
.stripe_payments-customer-cards .form.new-saved-card fieldset.payment-method .legend {
  font-family: "Comfortaa-Custom", sans-serif;
  font-size: 20px;
  color: #333;
}
.stripe_payments-customer-cards .form.new-saved-card fieldset.payment-method .stripe-new.stripe-payments-elements #card-details-label {
  color: #333333;
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.stripe_payments-customer-cards .form.new-saved-card fieldset.payment-method .stripe-new.stripe-payments-elements .pci-dss-info-block #pci-svg {
  fill: #4A9EDB !important;
}
.stripe_payments-customer-cards .form.new-saved-card fieldset.payment-method .stripe-new.stripe-payments-elements .pci-dss-info-text {
  color: #171717;
  font-size: 12px;
  font-family: "Roboto-Custom", sans-serif;
  font-weight: normal;
}
.stripe_payments-customer-cards .form.new-saved-card fieldset.payment-method .stripe-new.stripe-payments-elements.no-wrap #stripe-payments-card-number {
  box-shadow: none;
  border: 1px solid gray;
  width: 18em;
  padding: 7px 14px;
}
.stripe_payments-customer-cards .form.new-saved-card fieldset.payment-method .stripe-new.stripe-payments-elements.no-wrap #stripe-payments-card-expiry,
.stripe_payments-customer-cards .form.new-saved-card fieldset.payment-method .stripe-new.stripe-payments-elements.no-wrap #stripe-payments-card-cvc {
  box-shadow: none;
  border: 1px solid gray;
}
.stripe_payments-customer-cards .form.new-saved-card .actions-toolbar .primary .action.save.primary {
  padding: 8px 50px;
  font-size: 16px;
  margin-top: 13px;
}
.customer-account-forgotpassword .page-title-wrapper .page-title {
  margin-bottom: 40px;
}
.customer-account-forgotpassword .page-title-wrapper .page-title span {
  font-size: 18px !important;
  text-transform: uppercase;
  color: #333;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field.note {
  font-size: 15px;
  color: #333;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field.email .label span {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field.captcha .label span {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field.captcha .control.captcha-image .captcha-img {
  scale: 1.25;
  margin: 0 20px 20px 25px;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field.captcha .control.captcha .action.reload.captcha-reload {
  background: transparent;
  border: none;
  width: auto;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field.captcha .control.captcha .action.reload.captcha-reload span {
  color: #4A9EDB;
  font-size: 14px;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field.captcha .control.captcha .action.reload.captcha-reload span:hover {
  text-decoration: underline;
}
.customer-account-forgotpassword .form.password.forget .fieldset .field input {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
}
.gdpr-company-index .column.main span {
  font-size: 14px;
  color: #575757;
}
.gdpr-company-index .column.main a {
  font-size: 14px;
}
.form-edit-account select {
  height: 40px;
}
::selection {
  background: #43a0e1;
  color: #fff;
}
::-moz-selection {
  background: #189FE1;
  color: #fff;
}
::-webkit-selection {
  background: #189FE1;
  color: #fff;
}
input.input-text:focus,
.opc-wrapper .field._required select:focus,
.checkout-index-index .field._required select:focus {
  border: 1px solid #4A9EDB;
  border-radius: 2px;
}
.sidebar.sidebar-main .content.block-collapsible-nav-content .nav.item.current strong {
  border-color: #4A9EDB;
}
aside.modal-slide.alo-video .modal-content {
  position: initial !important;
}
@media only screen and (min-width: 768px) {
  .cart-summary {
    position: initial !important;
  }
}
.message.success {
  font-size: 14px;
}
.messages .message-error div {
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .sales-order-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    display: table;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: table-row-group;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: table-footer-group;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: table-row;
  }
}
.modal-popup.popup-messages .modal-header .action-close {
  top: 5px;
  right: 5px;
}
.nav-desktop.sticker .level-top.blog-link {
  display: none;
}
.contact-form .actions-toolbar .submit:hover {
  box-shadow: none !important;
}
#inicisModalDiv {
  opacity: 1;
}
.landing-page-container .landing-page-banner p {
  padding-bottom: 20px;
}
.landing-page-contact .title {
  text-align: center;
}
.landing-page-contact .title h3 {
  display: none;
}
.landing-page-contact .introduce-contact {
  display: none;
}
.landing-page-contact .fix-width.form-primary {
  flex-basis: 100%;
  max-width: 100%;
}
.landing-page-contact .subscribing-newsletter {
  display: none;
}
.btn-landing-page {
  background-color: #ff6347;
  color: white !important;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.cloud-img-left {
  text-align: left;
}
.cloud-img-left img {
  margin-bottom: 10px;
  border-radius: 50%;
  padding-block: inherit;
  max-width: 100%;
  width: 365px;
  height: 365px;
}
.cloud-img-right {
  text-align: right;
}
.cloud-img-right img {
  margin-bottom: 10px;
  border-radius: 50%;
  padding-block: inherit;
  max-width: 100%;
  width: 365px;
  height: 365px;
}
.cloud-container {
  padding-top: 50px;
  padding-left: 3px;
}
.cloud-container h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.cloud-container p {
  font-weight: 600;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .cloud-container.upper-wrapper {
    margin-left: 20px;
  }
  .cloud-container.lower-wrapper {
    margin-right: 20px;
  }
}
.cloud-container .cloud-content h3 {
  font-weight: 1000;
}
.cloud-container .cloud-content p {
  font-weight: 600;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 3rem;
}
.cloud-container .cloud-content .cloud-btn {
  text-align: center;
}
.cloud-column-wrapper .pagebuilder-column:first-child {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cloud-column-wrapper .pagebuilder-column {
    max-width: 50%;
  }
}
.landing-page-container {
  padding-bottom: 40px;
}
.landing-page-banner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}
.landing-page-banner h1,
.landing-page-banner p {
  margin: 0;
}
.faq-section {
  margin: 20px auto;
  font-family: Arial, sans-serif;
}
.faq-section h1 {
  text-align: center;
  margin-bottom: 20px;
}
.faq-section .faq-item {
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 10px;
}
.faq-section .faq-item .faq-question {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .faq-item .faq-question:after {
  content: '+';
  font-size: 20px;
}
.faq-section .faq-item .faq-question.active:after {
  content: '-';
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.faq-section .faq-item .faq-answer p {
  padding: 15px;
  margin: 0;
  font-size: 14px;
}
/* Owl Carousel */
.landing-page-product {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.landing-page-product .landing-page-product-head {
  text-align: center;
  margin-bottom: 20px;
}
.landing-page-product .landing-page-product-head span {
  font-size: 1.5em;
  font-weight: bold;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container {
  padding: 10px;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper .product-images {
  margin-bottom: 10px;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper .product-images img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper .product-info-wrapper {
  padding: 10px 0;
  text-align: center !important;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper .product-info-wrapper .product-name h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper .product-info-wrapper .product-name h3 a {
  text-decoration: none;
  color: #333;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper .product-info-wrapper .product-name h3 a:hover {
  color: #007bff;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper .product-info-wrapper .product-name .landing-page-product-description {
  margin-top: 10px;
  font-size: 0.9em;
  color: #555;
}
.landing-page-product .landing-row .owl-stage-outer .owl-stage .owl-item .landing-page-product-container .landing-page-product-wrapper .product-info-wrapper .product-name .landing-page-product-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 100px;
  padding: 4px 10px;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* key applications for pdp */
.app-resource-wrapper {
  flex-wrap: wrap;
  display: flex;
  row-gap: 30px;
}
.app-resource-wrapper .application-attachment {
  flex-basis: 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .app-resource-wrapper .application-attachment {
    flex-basis: 50%;
  }
}
.app-resource-wrapper .application-attachment a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.app-resource-wrapper .application-attachment > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
.app-resource-wrapper .application-attachment img {
  max-width: 90px;
  max-height: 90px;
}
.app-caption {
  margin-top: 12px;
}
.application-description {
  margin-bottom: 40px;
}
.specifications-desc {
  margin-bottom: 40px;
}
.about-the-product-tab .user-benefits {
  padding-top: 10px;
}
.payment-register-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.payment-register-wrapper .payment-method-info {
  flex-basis: 65%;
  padding-left: 100px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .payment-register-wrapper .payment-method-info {
    flex-basis: 100%;
    padding-right: 15px;
    padding-left: 0px;
  }
}
.payment-register-wrapper .payment-fields-wrapper {
  flex-basis: 100%;
}
/* Home page popup styles */
.modal-popup.cart-default.confirm._show .modal-inner-wrap {
  transform: unset !important;
  -webkit-transform: unset !important;
}
.modal-popup.cart-default.confirm .modal-inner-wrap {
  left: 0;
  right: 0;
  top: 35% !important;
}
@media (max-width: 1180px) {
  .modal-popup.cart-default.confirm .modal-inner-wrap {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .modal-popup.cart-default.confirm .modal-inner-wrap {
    width: calc(100% - 40px);
  }
}
.modal-popup.cart-default.confirm .modal-inner-wrap .modal-footer .action-primary.action-view-cart {
  color: #1979c3;
  font-size: 14px;
  font-family: "Comfortaa-Custom", sans-serif;
  line-height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  margin-right: 22px;
  text-transform: uppercase;
}
.modal-popup.cart-default.confirm .modal-inner-wrap .modal-footer .action-secondary {
  border: 1px solid #f15a24;
  background: linear-gradient(#f15a24, #f15a24);
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 20px;
  min-height: 42px;
  line-height: normal;
}
@media (max-width: 400px) {
  .modal-popup.cart-default.confirm .modal-inner-wrap .modal-footer .action-secondary {
    font-size: 13px;
  }
}
/* New contact page styles */
.contact-index-index .columns .column.main {
  margin-bottom: 0;
}
.contact-index-index .contact-form .actions-toolbar {
  margin-bottom: 0;
}
.contact-index-index .contact-form .actions-toolbar .primary button.action.submit {
  width: fit-content;
}
.contact-index-index main#maincontent > .columns {
  display: block;
}
.contact-title-section {
  margin-top: 20px;
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
  .contact-title-section {
    margin-top: 0;
  }
}
.contact-title-section h2 {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.contact-info-section .contact-item {
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
  top: 2px;
}
.contact-item .contact-item-icon {
  position: absolute;
  left: 0;
  text-align: center;
  width: 24px;
  height: 24px;
}
.contact-item .contact-item-text {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.contact-item a:hover {
  text-decoration: none;
}
.contact-index-index .contact-content .contact-form .map-primary {
  display: none;
}
.contact-index-index .contact-content .contact-form .field.company-name input {
  width: 100%;
}
.contact-index-index .contact-content .contact-form .fix-width .title h2 {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
@media (min-width: 576px) {
  .contact-index-index [data-content-type='row'][data-appearance='contained']:has(.contact-page-intro-section) {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contact-index-index [data-content-type='row'][data-appearance='contained']:has(.contact-page-intro-section) {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .contact-index-index [data-content-type='row'][data-appearance='contained']:has(.contact-page-intro-section) {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .contact-index-index [data-content-type='row'][data-appearance='contained']:has(.contact-page-intro-section) {
    max-width: 1170px;
  }
}
@media (max-width: 576px) {
  .contact-index-index [data-content-type='row'][data-appearance='contained']:has(.contact-page-intro-section) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .contact-index-index .contact-page-intro-section[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contact-index-index .contact-page-intro-section[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .contact-index-index .contact-page-intro-section[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .contact-index-index .contact-page-intro-section[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1170px;
  }
}
@media (max-width: 576px) {
  .contact-index-index .contact-page-intro-section[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .contact-index-index .contact-content .contact-form .introduce-contact {
    margin-top: 40px;
  }
  .contact-index-index .contact {
    border-top: 0;
    border-bottom: 0;
  }
}
/* Landing page styles */
/* landing page slider/banner */
.lp-content[data-content-type="row"][data-appearance="full-width"] .row-full-width-inner {
  max-width: 1170px;
}
@media (max-width: 1199px) {
  .lp-content[data-content-type="row"][data-appearance="full-width"] .row-full-width-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lp-pagebuilder-slider .lp-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  max-width: 1170px;
  width: 100%;
}
.lp-pagebuilder-slider .lp-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content h1 {
  color: #ffffff;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.lp-pagebuilder-slider .lp-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content p {
  color: #ffffff;
  font-size: 18px;
}
.lp-pagebuilder-slider .lp-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #f15a24;
  font-size: 14px;
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  cursor: pointer;
  min-width: 150px;
}
.lp-pagebuilder-slider .lp-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content button:after {
  content: '>>';
  color: #f15a24;
  line-height: 16px;
  padding-left: 5px;
}
.lp-pagebuilder-slider .lp-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content button:hover {
  background-color: #f15a24;
  color: #ffffff;
  border: 1px solid #f15a24;
}
.lp-pagebuilder-slider .lp-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content button:hover:after {
  color: #ffffff;
}
.lp-slider-container .lp-pagebuilder-slider .slick-dots li button {
  border-radius: 50%;
  position: relative;
  height: 15px !important;
  width: 15px !important;
  background-color: #a1c2d8 !important;
  border-color: transparent !important;
  opacity: 1;
  font-size: unset;
}
.lp-slider-container .lp-pagebuilder-slider .slick-dots li.slick-active button {
  border-color: #fff !important;
}
/* Landing page two column sections */
.lp-two-col-section > div {
  gap: 30px;
}
@media (max-width: 768px) {
  .lp-two-col-section > div {
    gap: 15px;
  }
}
.lp-two-col-section h2[data-content-type="heading"] {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 24px;
  color: #fa7a2a;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 500 !important;
}
.lp-content h2[data-content-type="heading"] {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 24px;
  color: #fa7a2a;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .lp-two-col-section.lp-two-col-section-right-img > div {
    flex-direction: column-reverse;
  }
  .lp-two-col-section.lp-two-col-section-right-img .pagebuilder-column {
    width: 100% !important;
  }
}
/* Landing page contact section */
.lp-content .style-contact .title {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.lp-content .contact-title-section {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.lp-content .style-contact .title h2 {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 24px;
  color: #fa7a2a;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 500 !important;
}
.lp-content .contact-title-section h2 {
  font-family: "Roboto-Custom", sans-serif !important;
  font-size: 24px !important;
  color: #fa7a2a !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 500 !important;
}
.lp-content .contact-form .actions-toolbar {
  margin-bottom: 0;
}
.lp-content .contact-form .actions-toolbar .primary button.action.submit {
  width: fit-content;
}
.lp-content .contact-form .company-name input {
  width: 100%;
}
.lp-content .contact-form .introduce-contact > div {
  padding-bottom: 0 !important;
}
.lp-content [data-content-type="button-item"] a {
  border-radius: 3px;
}
.lp-content [data-content-type="button-item"] a:hover {
  border: 0;
}
.lp-content [data-content-type="button-item"] a:focus {
  background-color: #f15a24;
  border-color: #f15a24;
}
.lp-content .contact-form .actions-toolbar .submit span {
  text-transform: uppercase !important;
}
@media only screen and (max-width: 1199px) {
  .lp-content .contact {
    border-top: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-content .contact-form .map-primary {
    margin-bottom: 0;
  }
  .lp-content .contact-form > .container > .row > .fix-width {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .lp-content .contact-form .introduce-contact {
    padding-left: 0;
    padding-right: 0;
  }
}
/* landing page FAQ section */
.lp-content question {
  border: 1px solid #555555;
  position: relative;
  color: #555555;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  padding: 15px 50px 15px 15px;
  font-weight: bold;
  width: 100%;
  display: block;
}
.lp-content answer {
  background: #e7e7e7;
  width: 100%;
  padding: 15px;
  display: none;
}
.lp-content answer {
  padding: 15px;
  margin: 0px;
}
.lp-content .plusminus {
  float: right;
}
.lp-content question:after {
  content: "\f067";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.lp-content question.active:after {
  content: "\f068";
}
.lp-content question.active + answer {
  display: block !important;
}
.lp-content question.active + answer {
  margin-bottom: 10px;
  border-top: 0;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-color: #cccccc;
}
.lp-content question:not(.active) {
  margin-bottom: 10px;
}
.lp-content question:not(.active) + answer {
  display: none !important;
}
.lp-content question {
  border: 1px solid #555;
}
.lp-content answer {
  background: #e7e7e7;
}
/* Landing page product carousel */
.lp-product-slider .slick-slide {
  margin: 0 10px;
}
.lp-product-slider .slick-list {
  margin: 0 -10px;
}
.lp-product-slider .product-items .product-item .product-item-details .price-box {
  display: none !important;
}
.lp-product-slider .product-items .product-item .product-item-inner {
  display: none;
}
.lp-product-slider .product-items .product-item [class^="swatch-opt-"] {
  display: none;
}
.lp-product-slider .product-items .product-item .product-reviews-summary {
  display: none;
}
.lp-product-slider .product-items .product-item strong.product-item-name {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #666;
}
.lp-product-slider .product-items .product-item strong.product-item-name a {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.lp-product-slider .product-items .product-item .lp-product-desc {
  display: block !important;
}
.lp-product-slider .slick-slider .slick-prev,
.lp-product-slider .slick-slider .slick-next {
  opacity: 1;
}
.lp-product-slider .slick-prev:before,
.lp-product-slider .slick-next:before {
  color: #666;
  font-size: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-product-slider .slick-prev:before,
.lp-product-slider .slick-next:before {
  margin-top: -2px;
}
.lp-product-slider .slick-slider:hover .slick-prev {
  opacity: 1;
}
.lp-product-slider .slick-prev.slick-disabled:before,
.lp-product-slider .slick-next.slick-disabled:before {
  opacity: 1;
}
.lp-product-slider .slick-prev:active,
.lp-product-slider .slick-next:active,
.lp-product-slider .slick-prev:focus,
.lp-product-slider .slick-next:focus,
.lp-product-slider .slick-prev:not(.primary),
.lp-product-slider .slick-next:not(.primary) {
  background: transparent;
}
.lp-product-slider .product-items .product-item strong.product-item-name a {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.lp-product-slider .slick-prev:before,
.lp-product-slider .slick-next:before {
  margin-top: -2px;
}
.lp-product-slider .slick-slider .slick-prev,
.lp-product-slider .slick-slider:hover .slick-prev {
  left: -35px;
}
.lp-product-slider .slick-slider .slick-next,
.lp-product-slider .slick-slider:hover .slick-next {
  right: -35px;
}
.lp-product-slider .slick-initialized li.product-item .product-item-info a {
  display: block;
}
.lp-product-slider .slick-initialized li.product-item .product-item-info span.product-image-wrapper {
  padding-bottom: 100% !important;
}
@media screen and (max-width: 1199px) {
  .lp-product-slider div[data-content-type="products"] {
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-product-slider div[data-content-type="products"] {
    max-width: calc(100% - 40px);
  }
  .lp-product-slider .slick-prev:before,
  .lp-product-slider .slick-next:before {
    font-size: 30px;
  }
  .lp-product-slider .slick-slider .slick-prev,
  .lp-product-slider .slick-slider:hover .slick-prev {
    left: -24px;
  }
  .lp-product-slider .slick-slider .slick-next,
  .lp-product-slider .slick-slider:hover .slick-next {
    right: -24px;
  }
}
/* Pdp page modal styles*/
@media only screen and (min-width: 992px) {
  .modals-wrapper .modal-rfqa .modal-inner-wrap {
    width: 50% !important;
    max-width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modals-wrapper .modal-rfqa .modal-inner-wrap {
    width: 70% !important;
  }
}
.modals-wrapper .modal-rfqa .modal-inner-wrap .modal-header .modal-title {
  color: #f15a24 !important;
}
.modals-wrapper .modal-rfqa .modal-inner-wrap .modal-content #rfq-popup #rfqForm {
  border-top: 4px solid #f15a24 !important;
}
.modals-wrapper .modal-rfqa .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modals-wrapper .modal-rfqa .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset .fields > .field {
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .modals-wrapper .modal-rfqa .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset .fields > .field {
    width: 100%;
  }
}
.modals-wrapper .modal-rfqa .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset .fields > .field.rfq_qty {
  width: 100%;
}
.modals-wrapper .modal-rfqa .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset .fields > .field.message {
  width: 100%;
}
.modals-wrapper .modal-rfqa .modal-inner-wrap .modal-content #rfq-popup #rfqForm .fieldset .fieldset .fields > .field.rfq_usetype #rfq_usetype {
  height: 40px;
  border: 1px solid #e6e6e6;
}
/* search bar css fix*/
body.searchopen {
  overflow: hidden;
}
.magepow-gdpr-cookie-notice {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
  line-height: 2;
  padding: 30px;
  margin: 0;
  display: block;
  z-index: 10;
  padding: 15px;
  background-color: #000;
  color: #fff;
}
.magepow-gdpr-cookie-notice .info,
.magepow-gdpr-cookie-notice .actions {
  display: inline-block;
}
.magepow-gdpr-cookie-notice .notice-cookie-title,
.magepow-gdpr-cookie-notice .notice-cookie-content {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .magepow-gdpr-cookie-notice .notice-cookie-title,
  .magepow-gdpr-cookie-notice .notice-cookie-content {
    font-size: 13px;
  }
}
.magepow-gdpr-cookie-notice #privacyLink {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  line-height: 1.6;
}
@media only screen and (min-width: 1023px) {
  .magepow-gdpr-cookie-notice .actions {
    margin-left: 30px;
  }
}
.magepow-gdpr-cookie-notice #btn-cookie-allow {
  padding: 0 10px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0px;
}
.magepow-gdpr-cookie-notice #btn-cookie-allow span {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  .modal-popup._show.cookies {
    left: auto;
  }
}
.modal-popup._show.cookies .modal-inner-wrap {
  height: 84% !important;
  width: 50% !important;
  margin: 50px auto !important;
}
@media only screen and (max-width: 1023px) {
  .modal-popup._show.cookies .modal-inner-wrap {
    width: 80% !important;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup._show.cookies .modal-inner-wrap .modal-content {
    padding: 0 15px;
  }
}
.modal-popup._show.cookies p,
.modal-popup._show.cookies li {
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .modal-popup._show.cookies p,
  .modal-popup._show.cookies li {
    font-size: 12px;
  }
}
.modal-popup._show.cookies .message.info span,
.modal-popup._show.cookies h2 {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .modal-popup._show.cookies .message.info span,
  .modal-popup._show.cookies h2 {
    font-size: 14px;
  }
}
.modal-popup._show.cookies tr th {
  font-family: "Roboto-Custom", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .modal-popup._show.cookies tr th {
    font-size: 12px;
  }
}
.modal-popup._show.cookies td {
  font-family: "Roboto-Custom", sans-serif;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .modal-popup._show.cookies td {
    font-size: 12px;
  }
}
#layerednav-filter-block {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #layerednav-filter-block .sidebar-shop {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #layerednav-filter-block {
    display: none;
  }
}
#layerednav-filter-block .sidebar-shop {
  background-color: #dbe2e7;
  margin-bottom: 0;
}
#layerednav-filter-block .sidebar-shop .filter-options-title {
  text-align: left;
  font-size: 20px;
  font-family: "Comfortaa-Custom", sans-serif;
  color: #333;
  border-bottom: 3px solid #f4f6f8;
  padding: 15px 0 10px 22px;
}
#layerednav-filter-block .sidebar-shop .swatch-option-link-layered {
  display: block;
  width: 100%;
}
#layerednav-filter-block .sidebar-shop .swatch-option-link-layered .swatch-option.text {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  color: #333;
  border: unset;
  display: block;
  width: 100%;
  margin: 0;
  background-color: transparent;
  padding-left: 50px !important;
}
#layerednav-filter-block .sidebar-shop .swatch-option-link-layered .swatch-option.text::before {
  content: '';
  height: 15px;
  width: 15px;
  background: #ffff;
  position: absolute;
  left: 22px;
  border: 1px solid #8EA0AE;
  border-radius: 2px;
  top: 6px;
}
#layerednav-filter-block .sidebar-shop .filter-current-subtitle {
  text-align: left;
  font-size: 20px;
  font-family: "Comfortaa-Custom", sans-serif;
  letter-spacing: 0px;
  color: #333;
  border-bottom: 3px solid #f4f6f8;
  padding: 15px 0 10px 15px;
  display: block;
}
#layerednav-filter-block .sidebar-shop ol.items {
  padding-left: 15px;
}
#layerednav-filter-block .sidebar-shop ol.items li span {
  font-size: 12px;
  color: #333;
}
#layerednav-filter-block .sidebar-shop .filter-actions {
  padding-left: 15px;
}
#layerednav-filter-block .sidebar-shop .filter-actions a span {
  font-size: 12px;
  color: #333;
}
@media screen and (min-width: 767px) {
  .categories-list {
    display: none !important;
  }
}
.mobile-view-category select.categories-list {
  background-image: none;
  appearance: auto;
  background: #DBE2E7;
  border: none;
  text-align: left;
  font-family: "Comfortaa-Custom", sans-serif;
  height: auto;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #3F5086;
  text-transform: uppercase;
  padding: 10px 15px;
}
.contact-index-index .contact-content .contact-form .fix-width .title {
  margin-top: 20px;
}
.contact-index-index .contact-content .contact-form .fix-width .title h3 {
  font-family: "Comfortaa-Custom", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset .required label::after {
  content: '*';
  color: #e02b27;
  font-size: 13px;
  margin: 0 0 0 5px;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset label {
  font-size: 16px;
  color: #333;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset input,
.contact-index-index .contact-content .contact-form .fix-width .fieldset textarea {
  height: 40px !important;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Roboto-Custom", sans-serif;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset input::placeholder,
.contact-index-index .contact-content .contact-form .fix-width .fieldset textarea::placeholder {
  font-size: 14px;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset input:focus,
.contact-index-index .contact-content .contact-form .fix-width .fieldset textarea:focus {
  border: 1px solid #f15a24;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset input#subscribing-newsletter {
  height: auto !important;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset input#tax-id {
  width: 100%;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset button {
  opacity: 1;
}
.contact-index-index .contact-content .contact-form .fix-width .fieldset button span {
  text-transform: uppercase;
}
.catalogsearch-result-index .all-cat,
.catalog-category-view .all-cat {
  display: none !important;
}
.page-header ul.switcher-dropdown {
  display: none;
}
form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -85px;
    margin-top: 4px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
    display: block;
}

.searchsuite-autocomplete .suggest {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.searchsuite-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 0 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.searchsuite-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.searchsuite-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.searchsuite-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Winoa/southkoreachildtheme/ko_KR/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
/* Payment Element */
li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}
.stripe-permanent-error {
    text-align: center;
    padding: 0 2em 2em 2em;
    font-size: large;
}

/* My Subscriptions customer account section */
a.subscription-name {
    display: block;
}
.stripe-subscription-edit {
    max-height: 30em;
    overflow: hidden;
    transition: max-height;
    transition-duration: 0.8s;
    vertical-align: top;
    display: inline-block;
    padding-right: 20px;
}
.stripe-subscription-edit.show {
    max-height: 30em;
}
.stripe-subscription-edit .section {
    margin: 5px 0;
}
.stripe-subscription-edit .mutable {
    display: none;
}
.stripe-subscription-edit.edit .mutable {
    display: block;
}
.stripe-subscription-edit.edit .static {
    display: none;
}
.stripe-subscription-edit .actions {
    margin-top: 10px;
}
.stripe-subscription-edit input {
    margin: 2px 0;
}
.subscription-card input {
    margin-right: 5px;
}
.subscription-card {
    padding: 5px 0 0 5px;
}
.subscription-card .exp, .details.stripe-payments .exp {
    color: #aaa;
}
.subscription-card.add-new {
    padding: 10px;
    text-align: center;
}
.stripe-subscriptions .section b {
    padding-bottom: 0.5em;
    display: inline-block;
}
table.subscription-details {
    font-size: small;
    color: #333;
    margin-top: 1em;
}
table.subscription-details td {
    padding: 0;
}
table.subscription-details tr td:first-child {
    width: 100%;
}
@media (pointer: fine) {
    table.subscription-details a.edit {
        visibility: hidden;
    }
    table.subscription-details div.details:hover a.edit {
        visibility: visible;
    }
}
.stripe-subscriptions .subscription-name {
    font-size: 1.1em;
}
.stripe-subscriptions div.billed {
    font-size: smaller;
    color: #999;
}
table.subscription-details a {
    cursor: pointer;
}
table.subscription-details .stripe-payments span.type {
    font-size: small;
}

/* My Payment Methods section */
.stripe-payments.delete-method {
    padding-left: 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZGVsZXRlLS1saW5rPC90aXRsZT48cGF0aCBkPSJNMTEuODY2IDkuOTk5bDIuNzQzLTIuNzQ0YTEuMzIyIDEuMzIyIDAgMCAwIC4wMDItMS44NjggMS4zMTggMS4zMTggMCAwIDAtMS44NjguMDAyTDEwIDguMTMzIDcuMjUyIDUuMzg0YTEuMzIzIDEuMzIzIDAgMCAwLTEuODYzLjAwMyAxLjMxNCAxLjMxNCAwIDAgMC0uMDAzIDEuODYzTDguMTM0IDEwbC0yLjc0MyAyLjc0M2ExLjMyMiAxLjMyMiAwIDAgMC0uMDAyIDEuODY4IDEuMzE4IDEuMzE4IDAgMCAwIDEuODY4LS4wMDJMMTAgMTEuODY0bDIuNzQ4IDIuNzQ5YTEuMzIzIDEuMzIzIDAgMCAwIDEuODYzLS4wMDNjLjUyLS41MTkuNTE3LTEuMzUuMDAzLTEuODYzbC0yLjc0OC0yLjc0OHoiIGZpbGw9IiMwMDk5RTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
}
.stripe-payments.saved-payment-methods img.saved-payment-method-icon {
    position: relative;
    top: 8px;
    height: 32px;
}
.stripe-payments.saved-payment-methods td {
    line-height: 28px;
}
.stripe-payments.saved-payment-methods td.saved-payment-method-name {
    padding:  0 10px 10px 10px;
}
.stripe-payments.saved-payment-methods td.saved-payment-method-name label {
    margin-left: 10px;
}

/* Card Icons */
.stripe-payments span.type.Visa,
.stripe-payments span.type.visa { background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/img/cards/visa.svg) no-repeat; }

.stripe-payments span.type.American.Express,
.stripe-payments span.type.amex { background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/img/cards/amex.svg) no-repeat; }

.stripe-payments span.type.MasterCard,
.stripe-payments span.type.mastercard { background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/img/cards/mastercard.svg) no-repeat; }

.stripe-payments span.type.Discover,
.stripe-payments span.type.discover { background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/img/cards/discover.svg) no-repeat; }

.stripe-payments span.type.Diners,
.stripe-payments span.type.diners { background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/img/cards/diners.svg) no-repeat; }

.stripe-payments span.type.JCB,
.stripe-payments span.type.jcb { background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/img/cards/jcb.svg) no-repeat; }

.stripe-payments span.type.Cartes.Bancaires,
.stripe-payments span.type.cartes_bancaires { background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/img/svg/cartes_bancaires.svg) no-repeat; }

.stripe-payments span.type.Visa, .stripe-payments span.type.visa,
.stripe-payments span.type.American.Express, .stripe-payments span.type.amex,
.stripe-payments span.type.MasterCard, .stripe-payments span.type.mastercard,
.stripe-payments span.type.Discover, .stripe-payments span.type.discover,
.stripe-payments span.type.Diners, .stripe-payments span.type.diners,
.stripe-payments span.type.JCB, .stripe-payments span.type.jcb,
.stripe-payments span.type.Cartes.Bancaires, .stripe-payments span.type.cartes_bancaires {
    padding-left: 40px;
    background-position-y: -3px;
    display: inline-block;
    height: 22px;
    font-size: 16px;
    background-size: 30px;
}

.payment-method.stripe-payments .checkout-agreements-block {
    margin-bottom: 10px;
}
.payment-method.stripe-payments.mobile {
    padding-top: 1em;
}
@media only screen and (max-width: 767px) {
    .checkout-payment-method .step-title.mobile {
        padding-left: 0;
    }
}

/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

/* Checkout Errors */
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

/* Saved payment methods dropdown */
div.stripe-dropdown {
    background: #fff url(../../frontend/Winoa/southkoreachildtheme/ko_KR/StripeIntegration_Payments/svg/select-bg.svg) no-repeat 98% 14px;
    background-size: 0.8em;
    background-clip: padding-box;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
div.stripe-dropdown-selection {
    margin: -10px; /* affects the clickable region */
    padding: 10px;
}
div.stripe-dropdown img {
    height: 32px;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: -6px;
    margin-right: 5px;
    margin-left: 2px;
}
div.stripe-dropdown, ul.stripe-dropdown-list {
    padding: 10px;
    cursor: pointer;
    user-select: none;
}
ul.stripe-dropdown-list  {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
ul.stripe-dropdown-list li {
    padding: 12px;
    margin: 0;
    background-position: 10px 45%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    opacity: 0.8;
}
ul.stripe-dropdown-list li:first-child {
    margin-top: 5px;
}
ul.stripe-dropdown-list li:hover {
    opacity: 1;
    background-color: #f3f8fd;
}
ul.stripe-dropdown-list a {
    text-decoration: none;
}

.stripe-icon-container img.stripe-icon {
    height: 1.7em;
    position: relative;
    top: 0.4em;
    margin-right: 2px;
}

.stripe-icon-container.right {
    float: right;
    position: relative;
    top: -0.6em;
}
.stripe-checkout-icon-container {
    padding: 1em 0;
}
.stripe-checkout-icon-container .stripe-icon {
    height: 2em;
    margin-right: 0.25em;
}

/* Card element at multishipping page */
.stripe-card-element {
    border: 1px solid #e6e6e6;
    padding: 1em;
    border-radius: 5px;
}

/* Trialing Subscriptions */
.trialing_shipping .mark,
.trialing_tax .mark,
.trialing_discount .mark {
    text-indent: 0.5em;
}
.trialing_shipping .mark::before,
.trialing_tax .mark::before,
.trialing_discount .mark::before {
    content: "- ";
}
.kpostcode-popup {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
}

.kpostcode-popup > .popup_box {
    background: #FFF;
    display: block;
    position: absolute;
    width: 680px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -200px;
    overflow: hidden;
}

.kpostcode-popup > .popup_box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 20px 40px 20px 30px;
    text-align: left;
    width: auto;
    height: 90%;
    overflow-y: auto;
}

.kpostcode-popup > .popup_box .content .postcode_search_status.summary {
    display: none
}

.kpostcode-popup > .popup_box .content .search_button {
    height: 29px;
    margin: 7px 0 0;
}

.kpostcode-popup > .popup_box .icon-x {
    background: url("../../frontend/Winoa/southkoreachildtheme/ko_KR/Seoulwebdesign_Kpostcode/images/x_icon.png");
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -99999px;
    z-index: 9999;
}

.swdkpostcode-ico {
    cursor: pointer;
    margin: 5px 0 0;
}

.swdkpostcode-ico img {
    display: inline;
    height: 18px;
    margin: 0 0 -3px 3px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .kpostcode-popup > .popup_box {
        width: 650px;
        height: 450px;
        top: 250px;
        left: 50%;
        margin-left: -325px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .kpostcode-popup > .popup_box {
        width: 450px;
        height: 300px;
        top: 50%;
        left: 50%;
        margin-left: -225px;
        margin-top: -150px;
    }

    .kpostcode-popup > .popup_box .keyword {
        width: 273px;
    }
}

@media (max-width: 479px) {
    .kpostcode-popup > .popup_box {
        width: 300px;
        height: 300px;
        top: 50%;
        left: 50%;
        margin-left: -150px;
        margin-top: -150px;
    }

    .kpostcode-popup > .popup_box .keyword {
        width: 140px;
    }
}

.kpostcode-popup > .popup_box.daum-popup {
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    overflow: hidden;
}
.kpostcode-popup > .popup_box.daum-popup .content {
    height: auto;
    margin: 0;
    overflow: auto;
}
.kpostcode-popup > .popup_box.daum-popup .content > h4{
    margin: 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .kpostcode-popup > .popup_box.daum-popup {
        width: 450px;
        height: 500px;
    }
    .kpostcode-popup > .popup_box.daum-popup #postcode-area > div,
    .kpostcode-popup > .popup_box.daum-popup #postcode-area-pm > div,
    .kpostcode-popup > .popup_box.daum-popup .postcode-area-class > div{
        width: 450px!important;
    }
}

@media (max-width: 479px) {
    .kpostcode-popup > .popup_box.daum-popup {
        width: 300px;
        height: 525px;
    }
    .kpostcode-popup > .popup_box.daum-popup #postcode-area > div,
    .kpostcode-popup > .popup_box.daum-popup #postcode-area-pm > div,
    .kpostcode-popup > .popup_box.daum-popup .postcode-area-class > div{
        width: 300px!important;
    }
}
.kpostcode-popup.iframe-mode {
    background: none;
    width: 100%;
    height: initial;
    position: relative;
    z-index: 999999999;
    top: initial;
    left: initial;
}
.kpostcode-popup.iframe-mode .popup_box:not(.daum-popup) {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    top: initial;
    left: initial;
    margin: auto;
    overflow: hidden;
}
.kpostcode-popup.iframe-mode .popup_box:not(.daum-popup) .keyword {
    width: 100%;
}
.kpostcode-popup.iframe-mode .popup_box.daum-popup {
    width: 100%!important;
    height: 525px;
    top: initial;
    left: initial;
    transform: initial;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.kpostcode-popup.iframe-mode .popup_box.daum-popup #postcode-area > div,
.kpostcode-popup.iframe-mode .popup_box.daum-popup #postcode-area-pm > div,
.kpostcode-popup.iframe-mode .popup_box.daum-popup .postcode-area-class > div{
    width: 100%!important;
}
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.post-holder {margin-bottom: 20px;}
.post-list .post-holder{margin-bottom: 45px;}
.post-holder .post-header {position:relative;}
.post-holder .post-header .post-info {padding: 0px;float: left;}
.post-holder .post-header .post-info .item .label,.post-holder .post-header .post-info .item a{font-size: 13px;}
.post-holder .post-header .post-info .item .label{color: #9f9f9f;font-weight: normal;padding: 0;}
.post-holder .post-header .post-info .item a{color: #2f2f2f;}
.post-holder .post-header .post-info .dash,.post-ftimg-hld .post-info .item.post-categories,.post-ftimg-hld .post-info .dash,.post-ftimg-hld .post-info span.label{display: none;}
.post-holder .post-header .post-info .dash{padding: 0 5px;}
.item.post-categories{float: left;padding: 0 0 0 20px;}
.block-categories .accordion li a,.block-recent-posts .item a,
.block-archive .item a,.post-bottom .block-content .item a{font-size: 13px;}
.post-ftimg-hld{position: relative;}
.post-list {list-style: none;}
.post-list .post-text-hld{margin: 0px;padding: 0;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}
.post-content .post-description .post-ftimg-hld {margin:0;}
.post-view .post-content .post-description .post-ftimg-hld img {width:100%; padding: 0px 0 20px; margin:0px;}
.addthis_toolbox{padding: 0px;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-list .post-header .post-title a,.post-view .post-header .post-title a {font-size: 16px;font-weight: 600;line-height: normal;outline: medium none;text-decoration: none;text-transform: uppercase;}
.post-list .post-header .post-title,.post-view .post-header .post-title {margin: 0px;padding: 13px 0 5px;}
.post-text-hld{padding: 10px 0;}
.post-text-hld p{color: #888; font-size: 14px;line-height: 25px;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;padding-top:5px;}
.post-view .post-bottom {margin-top:30px;}
.post-view .block.related .block-content .products-textlink{padding-bottom: 10px;}
.post-view .block {margin-bottom: 0px;}
.post-nextprev-hld {margin-bottom: 10px;}
.widget.block-categories ul {padding: 15px 0px;}
.widget.block-categories ul ul {margin-left:20px;}
.widget.block-categories ul,.widget.block-categories li {margin: 0px;}
.widget.block-categories li,.sidebar .widget.block-recent-posts .item,.widget.block-archive .item,.tagclaud-hld span{border-bottom: 1px solid #e6e6e6;line-height: 40px;}
.tagclaud-hld span{display: block;}
.tagclaud-hld{padding: 15px 0px;}
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;z-index: 4;}
.widget.blog-search .block-content {margin-bottom: 0;}
.block.blog-search .actions{padding:0;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px; margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 0px;top: 0; z-index: 1;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;font-size: 16px;line-height: 32px;color: #8f8f8f; content: attr(data-icon);font-family: "Simple-Line-Icons";margin: 0;vertical-align: top;display: inline-block;font-weight: normal;overflow: hidden;speak: none; text-align: center;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px; overflow: hidden;padding: 0; position: absolute;width: 1px;}
@media only screen and (max-width: 479px) {
	.post-list .post-content .post-description .post-ftimg-hld, .post-list .post-content .post-text-hld{width: 100%;}
	.post-list .post-content .post-description .post-ftimg-hld {padding: 0 0px 10px 0;}
	.item.post-categories {float: none;padding: 0;}
	.post-list .post-posed-date,.post-view .post-posed-date,.post-holder .post-header .post-info,.addthis_toolbox{float: none !important;}
	.addthis_toolbox{padding: 2px 0 0 0px;}
}
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Winoa/southkoreachildtheme/ko_KR/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/* Block: index */
.alo-blog .block-recent-posts .block-title-tabs {margin: 0 0 10px;}
.alo-blog .block{margin-bottom: 0;}
.alo-blog .block .block-content{margin-bottom: 0;padding: 0;border: 0;background-color: transparent;}
/*.alo-blog .post-description .blog-image,.alo-blog .post-description .blog_short_text{float: left;}
.alo-blog .post-description .blog-image{width: 40%;}
.alo-blog .post-description .blog_short_text{width: 60%;}*/
.blog-image,.postcontent{position: relative;}
.post-text-hld.shortcontent-text,.post-text-hld.shortcontent-text p{line-height: 22px;color: #888;}
.blog_short_text{padding: 20px 20px 0;}
.blog_short_text .post-info a.post-item-link{padding-bottom: 0px;padding-left: 60px;}
.blog_short_text .post-text-hld,.blog_short_text .post-text-hld p {color: #666;font-size: 13px;clear: both;}
.block-recent-posts .block-content .blog_short_text .item.post-posed-date{padding: 0;}
.blog_short_text .item.post-posed-date,.blog_short_text .post-date-bottom{margin: 0;line-height: normal;}
.alo-blog .post-description{border: 1px solid #e6e6e6;}
.post-posed-date{float: left;padding: 0px;margin: 0;font-size: 18px;color: #9f9f9f;border-radius: 3px;}
.post-posed-date .value{display: block;}
.post-posed-date .value.date-home-month{background-color: #e5534c;color: #fff;font-size: 11px;border-radius: 0 0 3px 3px;}
.post-posed-date .fa, .post-author .fa {font-size: 16px;padding-right: 10px;display: none;}
.post-list-wrapper .post-list:before, .post-list-wrapper .post-list:after {display: table;content: " ";}
.post-list-wrapper .post-list .post-holder:nth-child(2n+1) {clear: left;}

.cats,.blog_short_text .post-categories {line-height: 17px;margin-bottom: 18px;padding-bottom: 8px;position: relative;}
.cats:before,.blog_short_text .post-categories:before {border-bottom: 2px solid #e7e7e7;bottom: 0;content: "";height: 0;position: absolute;width: 20px;}
.cats span,.blog_short_text .post-categories a {color: #df5c53;font-size: 12px;letter-spacing: 2px;text-transform: uppercase;}
.post-info a.post-item-link{display: block;font-size: 14px;line-height: normal;font-weight: 600;text-transform: uppercase;}
.post-info .content-inner .post-read-more {margin: 0;padding: 0px;display: inline-block;color: #666;text-align: left;font-size: 13px;font-weight: 400;text-transform: capitalize;}
.post-read-more:after {content: "\f0a9";font-family: FontAwesome;padding-left: 5px;vertical-align: middle;}
.post-list-wrapper .post-list {margin: 0 -15px 0 -15px; margin: 0 -15px;overflow: hidden;padding: 0;}
.post-list-wrapper .post-list:before, .post-list-wrapper .post-list:after {display: table;content: " ";}
.post-list-wrapper .post-title-holder,.post-view  .post-title-holder{border-bottom: 1px solid #e6e6e6;margin: 0 0 20px;padding: 0 0 15px;}
.post-list-wrapper .post-posed-date,.post-view .post-posed-date{background-color: transparent;font-size: 13px;color: #999;}
.post-list-wrapper .post-posed-date .value,.post-view  .post-posed-date .value{padding: 0;line-height: normal;}
.post-list .post-content .post-read-more,.post-view .post-read-more{color: #fff;display: inline-block;background-color: #e5534c;border: 1px solid #e5534c;height: 40px;line-height: 38px;font-size: 13px;margin-top: 20px;padding: 0 23px;text-align: center;white-space: nowrap;text-transform: uppercase;font-weight: 600;border-radius: 3px;}
.post-list .post-content .post-read-more:after,.post-view .post-read-more:after{display: none;}
.post-list .post-content .post-read-more:hover,.post-view .post-read-more:hover{background-color: #f0002f;border: 1px solid #f0002f;color: #fff;}
