.color-theme {
  color: #0cafea;
}
.primary-color {
  color: #0cafea;
}
.padding-default {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.iwd_main_wrapper {
  width: 100%;
  position: relative;
  margin: 48px 0 0 0;
  display: inline-block;
  color: #676767;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 40px;
}
.iwd_main_wrapper * {
  box-sizing: border-box;
}
.iwd_main_wrapper .iwd_opc_column_name {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #343434;
  margin-bottom: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper {
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:first-child {
  padding-right: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child {
  float: right;
  padding-left: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child .iwd_opc_alternative_column {
  float: right;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column {
  max-width: 368px;
  min-width: 288px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column_content,
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column {
  outline: none;
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_collapsible_container {
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container.iwd_opc_collapsible_opened .iwd_opc_collapsible_title:after {
  content: '\f106';
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title {
  color: #222222;
  cursor: pointer;
  border-radius: 4px;
  display: block;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:after {
  font-family: 'FontAwesome';
  content: '\f107';
  padding-left: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:hover {
  color: #0cafea;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable {
  border: 1px solid #e5e5e5;
  overflow-wrap: break-word;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  max-height: 140px;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_clear {
  clear: both;
}
.iwd_main_wrapper .iwd_opc_section_delimiter {
  height: 1px;
  background: #e5e5e5;
  width: calc(100% -  120px );
  margin: 24px auto 24px auto;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_success {
  color: #222222;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_error {
  color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_short_fields {
  display: flex;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:first-child {
  padding-right: calc(8px);
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:last-child {
  padding-left: calc(8px);
}
.iwd_main_wrapper .iwd_opc_field select,
.iwd_main_wrapper .field select {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .iwd_opc_select_container,
.iwd_main_wrapper .field select.mage-error ~ .iwd_opc_select_container {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .scroll-content,
.iwd_main_wrapper .field .scroll-wrapper .scroll-content {
  border: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper,
.iwd_main_wrapper .field .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container,
.iwd_main_wrapper .field .iwd_opc_select_container {
  border: 1px solid #e5e5e5;
  outline: none;
  border-radius: 4px;
  width: 100%;
  max-height: 184px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"] {
  max-height: 368px;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option {
  display: none;
  border-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected {
  display: block;
  background-color: inherit;
  padding-right: calc(34px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''] {
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:after {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  color: #343434;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(50% - 7px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:hover {
  background-color: inherit;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled,
.iwd_main_wrapper .field .scroll-wrapper.disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled {
  cursor: default;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected {
  opacity: 0.4;
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''] {
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled:focus,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled:focus {
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  color: #343434;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.4);
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:hover {
  background-color: rgba(229, 229, 229, 0.4);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:last-child {
  border-bottom: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper:focus,
.iwd_main_wrapper .field .scroll-wrapper:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container:focus,
.iwd_main_wrapper .field .iwd_opc_select_container:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field:not(.choice) label,
.iwd_main_wrapper .field:not(.choice) label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) label.label,
.iwd_main_wrapper .field:not(.choice) label.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) legend.label,
.iwd_main_wrapper .field:not(.choice) legend.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) .label,
.iwd_main_wrapper .field:not(.choice) .label {
  display: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input,
.iwd_main_wrapper .field.iwd_opc_input,
.iwd_main_wrapper .iwd_opc_field .input-text,
.iwd_main_wrapper .field .input-text,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea {
  background: inherit;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  height: 37px;
  width: 100%;
  color: #343434;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus,
.iwd_main_wrapper .field.iwd_opc_input:focus,
.iwd_main_wrapper .iwd_opc_field .input-text:focus,
.iwd_main_wrapper .field .input-text:focus,
.iwd_main_wrapper .iwd_opc_field textarea:focus,
.iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus,
.iwd_main_wrapper .field.iwd_opc_textarea:focus {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:invalid,
.iwd_main_wrapper .field.iwd_opc_input:invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:invalid,
.iwd_main_wrapper .field .input-text:invalid,
.iwd_main_wrapper .iwd_opc_field textarea:invalid,
.iwd_main_wrapper .field textarea:invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-ui-invalid,
.iwd_main_wrapper .field textarea:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-ui-invalid {
  outline: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-moz-placeholder,
.iwd_main_wrapper .field .input-text::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-moz-placeholder,
.iwd_main_wrapper .field textarea::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-moz-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-placeholder,
.iwd_main_wrapper .field .input-text:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-placeholder,
.iwd_main_wrapper .field textarea:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-ms-input-placeholder,
.iwd_main_wrapper .field textarea:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-ms-input-placeholder {
  color: #676767;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #676767;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:disabled,
.iwd_main_wrapper .field.iwd_opc_input:disabled,
.iwd_main_wrapper .iwd_opc_field .input-text:disabled,
.iwd_main_wrapper .field .input-text:disabled,
.iwd_main_wrapper .iwd_opc_field textarea:disabled,
.iwd_main_wrapper .field textarea:disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input[readonly],
.iwd_main_wrapper .field.iwd_opc_input[readonly],
.iwd_main_wrapper .iwd_opc_field .input-text[readonly],
.iwd_main_wrapper .field .input-text[readonly],
.iwd_main_wrapper .iwd_opc_field textarea[readonly],
.iwd_main_wrapper .field textarea[readonly],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea[readonly],
.iwd_main_wrapper .field.iwd_opc_textarea[readonly] {
  opacity: 0.4;
  pointer-events: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input.mage-error,
.iwd_main_wrapper .field.iwd_opc_input.mage-error,
.iwd_main_wrapper .iwd_opc_field .input-text.mage-error,
.iwd_main_wrapper .field .input-text.mage-error,
.iwd_main_wrapper .iwd_opc_field textarea.mage-error,
.iwd_main_wrapper .field textarea.mage-error,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea.mage-error,
.iwd_main_wrapper .field.iwd_opc_textarea.mage-error {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field {
  height: 37px;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-focused,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-focused {
  box-shadow: 0 0 3px 1px #ff0000;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-invalid {
  border-color: #ffff00;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea {
  max-width: 100%;
  overflow: hidden;
  resize: none;
  vertical-align: top;
}
.iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown),
.iwd_main_wrapper .field[type="password"]:not(:placeholder-shown) {
  font-size: 34px;
  line-height: 19px;
  height: 37px;
  letter-spacing: -1px;
}
.iwd_main_wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.iwd_main_wrapper .fieldset .field {
  padding: 0;
  margin: 0 0 20px 0;
}
.iwd_main_wrapper .fieldset .field.choice {
  position: relative;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"] ~ label {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  padding-left: 26px;
}
.iwd_main_wrapper .fieldset .field .control {
  position: relative;
}
.iwd_main_wrapper .fieldset .field .control .message.warning {
  display: none;
}
.iwd_main_wrapper .fieldset .field ._with-tooltip .input-text {
  width: 100%;
  margin: 0;
}
.iwd_main_wrapper .fieldset .field .field-tooltip {
  display: none;
}
.iwd_main_wrapper .fieldset .field._error .control input,
.iwd_main_wrapper .fieldset .field._warn .control input,
.iwd_main_wrapper .fieldset .field._error .control textarea,
.iwd_main_wrapper .fieldset .field._warn .control textarea,
.iwd_main_wrapper .fieldset .field._error .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._warn .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._error .control .iwd_opc_select_container,
.iwd_main_wrapper .fieldset .field._warn .control .iwd_opc_select_container {
  border-color: #ffff00;
}
.iwd_main_wrapper .fieldset .field.additional {
  margin-bottom: 10px;
}
.iwd_main_wrapper .fieldset .field.additional:last-child {
  margin-bottom: 0;
}
.iwd_main_wrapper div.mage-error[generated] {
  display: none !important;
}
.iwd_main_wrapper .iwd_opc_show_hide_password {
  font-family: 'FontAwesome';
  color: #222222;
  font-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  right: 18px;
  top: 11px;
  line-height: 1;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_show_hide_password.active:after {
  content: "\f070";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f06e";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:hover {
  color: #0cafea;
}
.iwd_main_wrapper .iwd_opc_collapsible_opened .with_angle:after {
  content: '\f106' !important;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper div.iwd_opc_button,
.iwd_main_wrapper button.iwd_opc_button {
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  line-height: 19px;
  box-shadow: none;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  outline: none;
  margin: 0;
  background: #fff;
  border: 1px solid #676767;
  color: #676767;
  cursor: pointer;
  position: relative;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  right: 16px;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle.opened:after {
  content: '\f106';
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  content: '\f107';
}
.iwd_main_wrapper button.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_small_button:focus,
.iwd_main_wrapper div.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_button:focus,
.iwd_main_wrapper div.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_small_button:active,
.iwd_main_wrapper div.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_button:active,
.iwd_main_wrapper div.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_small_button:hover,
.iwd_main_wrapper div.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_button:hover,
.iwd_main_wrapper div.iwd_opc_button:hover,
.iwd_main_wrapper button.iwd_opc_button:hover {
  box-shadow: none;
  color: #343434;
  border-color: #343434;
  text-decoration: none;
}
.iwd_main_wrapper button.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_small_button:disabled,
.iwd_main_wrapper div.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_button:disabled,
.iwd_main_wrapper div.iwd_opc_button:disabled,
.iwd_main_wrapper button.iwd_opc_button:disabled {
  opacity: 0.4;
  cursor: default;
}
.iwd_main_wrapper button.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_small_button.active,
.iwd_main_wrapper div.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_button.active,
.iwd_main_wrapper div.iwd_opc_button.active,
.iwd_main_wrapper button.iwd_opc_button.active {
  color: #222222;
  border-color: #222222;
}
.iwd_main_wrapper button.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_small_button.active:hover,
.iwd_main_wrapper div.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_button.active:hover,
.iwd_main_wrapper div.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_small_button.active:focus,
.iwd_main_wrapper div.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_button.active:focus,
.iwd_main_wrapper div.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_small_button.active:active,
.iwd_main_wrapper div.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_button.active:active,
.iwd_main_wrapper div.iwd_opc_button.active:active,
.iwd_main_wrapper button.iwd_opc_button.active:active {
  color: #0cafea;
  border-color: #0cafea;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  box-sizing: border-box;
  width: 48%;
  overflow: hidden;
}
.iwd_main_wrapper button.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child,
.iwd_main_wrapper a.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child {
  float: left;
}
.iwd_main_wrapper button.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child,
.iwd_main_wrapper a.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child {
  float: right;
}
.iwd_main_wrapper .iwd_opc_small_button_container {
  overflow: hidden;
}
.iwd_main_wrapper .loading-mask .loader {
  width: 71px !important;
  height: 71px !important;
}
.iwd_main_wrapper .iwd_opc_field_tooltip {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 17px;
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:hover .iwd_opc_field_tooltip_content {
  display: block;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:after {
  content: attr(data-icon);
  font-size: 14px;
  line-height: 14px;
  font-family: 'FontAwesome';
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content {
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  background: #fff;
  width: 197px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  right: 100%;
  margin-right: 14px;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:after {
  left: calc(100% - 12px);
  top: calc(50% - 6px);
  content: " ";
  height: 24px;
  width: 12px;
  position: absolute;
  background: #fff;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:before {
  box-shadow: 1px 1px 8px 0 rgba(52, 52, 52, 0.2);
  content: '';
  position: absolute;
  left: calc(100% - 6px);
  top: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
.iwd_main_wrapper .scroll-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  outline: none;
  margin: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content {
  outline: none;
  height: auto;
  left: 0;
  max-width: none !important;
  overflow-y: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content.scroll-scrolly_visible:not(.selected) ~ .scroll-y.scroll-scrolly_visible {
  display: block;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element {
  display: none;
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element div {
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer {
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 8px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_size {
  top: -16px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_track {
  display: none;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar {
  left: -16px;
  min-height: 80px;
  width: 8px;
  cursor: default;
  background-color: #343434;
  opacity: 0.4;
  display: block;
  border-radius: 4px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:hover,
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:active {
  background-color: #343434;
}
.onepage-index-index .loading-mask,
.iwd_opc_success_page .loading-mask {
  background: rgba(255, 255, 255, 0.4);
}
.onepage-index-index .loading-mask .loader,
.iwd_opc_success_page .loading-mask .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  margin: auto;
  border-top: 11px solid rgba(229, 229, 229, 0.4);
  border-right: 11px solid rgba(229, 229, 229, 0.4);
  border-bottom: 11px solid rgba(229, 229, 229, 0.4);
  border-left: 11px solid #999999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 49px;
  height: 49px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.onepage-index-index .loading-mask .loader img,
.iwd_opc_success_page .loading-mask .loader img {
  display: none;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a {
  color: #222222;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a:hover,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a:hover {
  color: #0cafea;
  text-decoration: none;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_opc_empty_cart_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by {
  text-align: center;
  margin-bottom: 0;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a {
  color: #222222;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a:hover {
  color: #0cafea;
  text-decoration: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo {
  overflow: hidden;
  display: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a {
  float: right;
  display: inline-block;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a img {
  width: 69px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column {
  width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column {
  width: 100%;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column {
  margin: 0 auto;
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name {
  color: #222222;
  line-height: 18px;
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:hover {
  color: #0cafea;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:before {
  font-family: 'FontAwesome';
  color: #676767;
  content: '\f104';
  margin-right: 10px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_content {
  text-align: center;
  margin: 0 auto;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column .loading-mask {
  overflow: hidden;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors {
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.error,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.success {
  margin-bottom: 20px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  width: 32.6881%;
  position: relative;
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
  max-width: inherit;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
  width: 34.6233%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 48px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    margin: 0 auto !important;
    float: none !important;
    max-width: 368px;
  }
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info {
  font-size: 12px;
  line-height: 21px;
  padding-left: 16px;
  padding-right: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_label {
  display: inline;
  padding-right: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_value {
  display: inline;
  font-weight: bold;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content {
  top: -30px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(34px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:before {
  top: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content {
  top: -7px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:after {
  top: calc(11px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:before {
  top: 11px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content {
  top: -24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(28px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:before {
  top: 28px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content {
  top: -38px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(42px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:before {
  top: 42px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
  margin-bottom: 48px;
  display: inline-block;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
    margin-bottom: 24px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top .iwd_opc_column {
    margin-bottom: 24px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review .iwd_opc_review_grand_total_tax {
  color: #999999;
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 101;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  padding: 8px 0 8px 0;
  color: #343434;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_top_review_items_wrapper {
  max-height: 500px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item:first-child .iwd_opc_review_item_cell {
  padding-top: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell {
  display: table-cell;
  text-align: right;
  line-height: 21px;
  width: 40%;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 16px;
  padding-left: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell:first-child {
  text-align: left;
  width: 60%;
  padding-right: 12px;
  padding-left: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_name {
  padding-bottom: 8px;
  font-weight: 600;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:before {
  padding-right: 8px;
  color: #999999;
  content: attr(data-item-tax);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:first-child:before {
  content: attr(data-item-qty);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options {
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_label {
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value {
  color: #999999;
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value a {
  color: #222222;
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: 600;
  margin-top: 16px;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_review_total_tax {
  color: #999999;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell {
  padding-bottom: 8px;
  display: table-cell;
  width: 68%;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell:last-child {
  width: 38%;
  text-align: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell {
  color: #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper {
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
  position: absolute;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 42px;
  height: 26px;
  background-image: url('../IWD_Opc/images/icons1x.png');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
  content: '';
  background-position: -199px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
  content: '';
  background-position: -19px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
  content: '';
  background-position: -79px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
  content: '';
  background-position: -139px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
  content: '';
  background-position: -139px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
  content: '';
  background-position: -199px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
  content: '';
  background-position: -139px -107px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
  content: '';
  background-position: -19px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
  content: '';
  background-position: -259px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
  content: '';
  background-position: -79px -107px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
    background-image: url('../IWD_Opc/images/icons2x.png');
    background-size: 258px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
    content: '';
    background-position: -158px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
    content: '';
    background-position: -9px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
    content: '';
    background-position: -58px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
    content: '';
    background-position: -108px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
    content: '';
    background-position: -108px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
    content: '';
    background-position: -158px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
    content: '';
    background-position: -108px 69px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
    content: '';
    background-position: -9px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
    content: '';
    background-position: -207px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
    content: '';
    background-position: -58px 69px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 79px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  right: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 61px;
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  width: 40px;
  height: 24px;
  right: 17px;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long {
  padding-right: 135px;
  position: relative;
  overflow: visible;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper {
  width: 42px;
  height: 26px;
  float: left;
  margin-left: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview {
  display: inline-block;
  position: absolute;
  top: 5px;
  height: 26px;
  right: 45px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content {
  width: 215px;
  position: fixed;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before {
  top: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after {
  top: calc(16px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before {
  top: 31px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after {
  top: calc(31px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n) {
  margin-right: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4) {
  margin-top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before {
  background: #0cafea;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  background: #222222;
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after {
  top: 10px;
  left: 5px;
  width: 12px;
  height: 2px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  top: 5px;
  left: 10px;
  content: '';
  position: absolute;
  height: 12px;
  width: 2px;
  background: #222222;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short {
  padding-right: 106px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview {
  right: 17px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method._active {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-title {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper:before {
  right: 16px;
  top: 5.5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper[data-https="1"]:before {
  right: 40px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content iframe {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_gateway_payment {
  height: 190px;
  background: url('../IWD_Opc/images/redirect.png') center center no-repeat;
  background-size: contain;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions {
  color: #222222;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_title {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_small {
  color: #676767;
  text-align: left;
  max-width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .iwd_opc_hosted_label {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_image {
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_case_sensitive_captcha {
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button {
  display: inline;
  cursor: pointer;
  color: #222222;
  text-transform: capitalize;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button:hover {
  color: #0cafea;
  text-decoration: underline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-left: 16px;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
  color: #fff;
  background: #222222;
  font-weight: 600;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:hover,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:focus,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:active {
  color: #fff;
  background: #0cafea;
}
.iwd_opc_wrapper #payment_form_iwd_authcim #iwd_authcim_cc_cid {
  max-width: inherit;
}
.onepage-index-index .nav-sections,
.onepage-index-index .nav-toggle {
  display: none;
}
.onepage-index-index .logo {
  margin-left: 0;
}
.iwd_opc_popup_wrapper {
  display: none;
  position: fixed;
  top: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
}
.iwd_opc_popup_wrapper.active {
  display: block;
}
.iwd_opc_popup_wrapper .iwd_opc_popup {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 34.6233%;
  padding: 0 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  max-height: 85%;
  overflow: auto;
}
@media (max-width: 1008px) {
  .iwd_opc_popup_wrapper .iwd_opc_popup {
    width: 100%;
    padding: 0;
    max-width: 368px;
    min-width: 288px;
  }
}
.iwd_opc_popup_wrapper .iwd_opc_popup .iwd_opc_popup_content {
  background: #fff;
  border-radius: 4px;
  outline: none;
  padding: 20px 16px 0 16px;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  max-width: 368px;
  margin: 0 auto;
}
.iwd_opc_popup_wrapper .iwd_opc_popup_mask {
  position: relative;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 786px) {
  .onestepcheckout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap {
    max-height: unset;
  }
}
.onestepcheckout-index-index #social-form-login .actions-toolbar .create {
  display: none;
}
.page-title-wrapper .checkout-description {
  color: #fff;
  position: relative;
}
.checkout-agreement .action.action-show {
  background: none;
  border: none;
  box-shadow: none;
}
.one-step-checkout-wrapper #co-place-order-area {
  padding: 20px !important;
}
.checkout-container {
  z-index: 1 !important;
}
.one-step-checkout-container .gift-options-content .fieldset .field .control {
  position: static;
}
.one-step-checkout-container .gift-options-content .fieldset:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .table-checkout-shipping-method tbody tr td {
  padding-left: 15px;
  padding-right: 15px;
}
.one-step-checkout-container .gift-message-item > i {
  position: absolute;
  margin-left: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.one-step-checkout-container .osc-place-order-block {
  margin-top: 0 !important;
}
.one-step-checkout-container .checkout-shipping-address {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-shipping-address:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .checkout-billing-address {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-billing-address:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .checkout-shipping-method {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-shipping-method:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .checkout-payment-method {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container .checkout-payment-method:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container #opc-sidebar {
  border: 1px solid #eee;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.one-step-checkout-container #opc-sidebar:after {
  content: "";
  display: table;
  clear: both;
}
.one-step-checkout-container .step-title {
  margin-bottom: 0 !important;
}
.one-step-checkout-container .minicart-items .product > .product-item-photo {
  height: auto !important;
}
.one-step-checkout-container .minicart-items .product > .product-image-container {
  height: auto !important;
}
.one-step-checkout-container .qty-wrapper {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 0 15px !important;
  overflow: hidden;
  min-width: 105px;
}
.one-step-checkout-container .qty-wrapper .item_qty {
  height: 40px;
  border: none;
  line-height: 40px;
  top: 0 !important;
}
.one-step-checkout-container .qty-wrapper .button-action {
  margin-top: 10px;
}
.one-step-checkout-container .osc-place-order-block {
  margin-top: 15px;
  padding-top: 20px !important;
  padding-bottom: 5px !important;
}
.ui-datepicker-trigger {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  margin-left: 5px;
  border-radius: 2px;
  background-color: #fff;
}
.ui-datepicker-trigger:after {
  content: "\f073";
  font-family: FontAwesome;
  font-size: 14px;
}
.ui-datepicker-trigger:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.osc-authentication-wrapper {
  padding-top: 25px;
}
.checkout-index-index .modal-popup .modal-content {
  box-shadow: none;
}
.checkout-index-index .modal-popup .modal-content .block-customer-login {
  margin: 0 !important;
}
.checkout-index-index .modal-popup .modal-header .modal-title {
  font-size: 28px;
}
.checkout-index-index .modal-popup .action.action-login {
  border-radius: 40px;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
  background-color: transparent;
  border: 2px solid #222;
}
.checkout-index-index .modal-popup .action.action-login:hover {
  border: 2px solid #0CAFEA;
}
.checkout-index-index .form.form-login #customer-email-fieldset {
  margin-bottom: 15px;
}
.onestepcheckout-index-index .field.choice.col-mp {
  margin: 0 10px;
}
.payment-option.discount-code {
  padding-bottom: 20px;
}
.payment-option.discount-code .payment-option-title {
  cursor: pointer;
}
#checkout-review-table thead th {
  vertical-align: middle;
}
#checkout-review-table tbody tr td {
  vertical-align: middle;
}
#checkout-review-table tfoot tr td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .one-step-checkout-container #co-place-order-area {
    padding: 0 !important;
  }
  .one-step-checkout-container #checkout-review-table thead {
    display: none;
  }
  .one-step-checkout-container #checkout-review-table tbody tr {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .one-step-checkout-container #checkout-review-table tbody tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td {
    display: block;
    border: none !important;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.product {
    border-bottom: none;
    padding: 15px;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.details-qty {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.subtotal {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container #checkout-review-table tbody tr td.button-remove {
    float: left;
    padding: 0 10px !important;
    border: none;
    vertical-align: top;
  }
  .one-step-checkout-container .qty-wrapper {
    min-width: 102px !important;
  }
  .one-step-checkout-container .qty-wrapper .button-action {
    vertical-align: top !important;
    margin-top: 10px !important;
  }
  table#checkout-review-table .product-item .price {
    line-height: 40px !important;
  }
  table#checkout-review-table .remove-wrapper {
    line-height: 40px !important;
  }
}
@media (min-width: 768px) {
  #co-place-order-area {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  #co-place-order-area > .col-mp {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
#co-place-order-area .checkout-addition-block {
  margin: 0;
}
.checkout-index-index .modal-popup.agreements-modal .modal-footer {
  display: none;
}
.checkout-index-index .modal-popup.agreements-modal .modal-header {
  border: none;
  padding: 0;
}
.checkout-index-index .modal-popup.agreements-modal .modal-content {
  box-shadow: none;
  border: none;
  padding: 25px 45px;
}
.one-step-checkout-wrapper .opc-block-shipping-information {
  padding: 0;
  background-color: transparent;
}
.one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
  display: inline-block;
  padding-left: 10px;
  float: left;
  width: calc(100% - 90px);
}
#checkout-review-table tbody tr td.product {
  position: relative;
  padding-right: 30px;
}
.marketplace-product-add .modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
  left: 44px;
  z-index: 900;
}
.marketplace-product-add .modal-slide .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.marketplace-product-add .modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.marketplace-product-add .modal-slide .modal-title {
  font-size: 2.1rem;
  margin-right: 5.7rem;
}
.marketplace-product-add .modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2.1rem 3rem;
}
.marketplace-product-add .modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.marketplace-product-add .modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.marketplace-product-add .modal-popup .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.marketplace-product-add .modal-popup .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-popup .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .modal-slide._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.marketplace-product-add .modal-slide._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.marketplace-product-add .modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.marketplace-product-add .modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.marketplace-product-add .modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.marketplace-product-add button.action-close {
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  padding: 0;
}
.marketplace-product-add .modal-custom .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.marketplace-product-add .modal-custom .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.marketplace-product-add .modal-custom .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.marketplace-product-add .action-close:before {
  content: "\e62f";
  transition: color 0.1s linear 0s;
}
.marketplace-product-add .modals-overlay {
  z-index: 899 !important;
}
.marketplace-product-add .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
/* Key Frame - Create Animation */
@-webkit-keyframes dot-amimation {
  0% {
    -webkit-transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
  }
}
@keyframes dot-amimation {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
body.boxed > .page-wrapper {
  background: #f2f2f2 none repeat scroll 0 0;
  margin: 30px auto;
  overflow-x: hidden;
  position: relative;
  width: 1200px;
}
@media (max-width: 767px) {
  body.boxed > .page-wrapper {
    width: calc(100% - 30px) !important;
    margin: 15px auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  body.boxed:not(.fullwidth) > .page-wrapper {
    width: 960px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.boxed:not(.fullwidth) > .page-wrapper {
    width: 700px !important;
  }
}
@media (min-width: 1200px) {
  body.boxed.width1024 > .page-wrapper {
    width: 1024px;
  }
}
@media (min-width: 1426px) {
  body.boxed.width1366 > .page-wrapper {
    width: 1366px;
  }
}
body.boxed.fullwidth > .page-wrapper {
  width: calc(100% - 60px);
  margin: 30px;
}
body.boxed .container {
  width: 100%;
  max-width: none;
}
body.wide.fullwidth .container {
  width: 100%;
}
@media (min-width: 1370px) {
  body.wide.width1366 .container {
    width: 1366px;
  }
}
@media (min-width: 1200px) {
  body.wide.width1024 .container {
    width: 1024px;
  }
}
/******** SHORT CODE ********/
/* RESET CSS */
*:focus {
  outline: none !important;
}
/* DEFAULT CSS */
body {
  font-size: 14px;
  color: #515151;
  line-height: 1.6;
}
body .loading-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.5);
}
body .loading-mask .loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
body .loading-mask .loader:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url('../images/oval.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
body .loading-mask .loader > img,
body .loading-mask .loader > p {
  display: none;
}
body .loading-mask > img,
body .loading-mask > p {
  display: none;
}
body .loading-mask .rotate-image-container {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
ul,
ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
blockquote {
  color: #333333;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 0 0 0 60px;
  position: relative;
  border: 0;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 18px;
    padding: 0 0 0 40px;
  }
}
blockquote:after {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0cafea;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}
blockquote:before {
  content: "";
  width: 1px;
  top: 53px;
  bottom: 8px;
  left: 15px;
  background-color: #0cafea;
  position: absolute;
  display: block;
}
/* LINK */
button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
a {
  color: #428bca;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
}
.link-colour-red.static-menu a {
  color: #0cafea;
}
.link-colour-red.static-menu a:hover {
  color: #000;
}
.table {
  margin-bottom: 15px;
}
/* BUTTON */
.btn,
.action.primary,
.action.secondary,
.cart.main.actions .action,
.shipping-address-items .action,
.checkout-shipping-address > .step-content .action.action-show-popup,
.form-discount .action.action-apply,
.page-title-wrapper a.print,
.minicart-wrapper .action.viewcart,
.action-secondary.action-dismiss,
.action-primary.action-accept,
.authentication-wrapper .action-auth-toggle,
.multicheckout .actions-toolbar .secondary .action,
.form.send.friend .action.back,
.form.send.friend .action.add,
#compare-clear-all,
.sidebar .block-wishlist .action.details,
.block-dashboard-orders .action.view,
.block-dashboard-orders .action.order,
.block-dashboard-info .action.edit,
.block-dashboard-info .action.change-password,
.block-dashboard-addresses .action.edit,
.block-reviews-dashboard .action.view,
.block-reorder .action.view,
.table-order-items .action.view,
.table-order-items .action.order,
.gift-options .action.action-cancel,
.action-update,
.action-cancel {
  font-size: 14px;
  font-weight: 400;
  padding: 9px 28px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  line-height: 22px;
}
.lookbook-container .content-heading {
  display: none;
}
.btn.btn-primary,
.action.primary,
.form-discount .action.action-apply,
.shipping-address-items .action,
.page-title-wrapper a.print,
.action-secondary.action-dismiss,
.multicheckout .actions-toolbar .secondary .action.update,
.sidebar .block-wishlist .action.details,
.block-dashboard-orders .action.view,
.block-dashboard-info .action.edit,
.block-dashboard-addresses .action.edit,
.block-reviews-dashboard .action.view,
.block-reorder .action.view,
.table-order-items .action.view,
.gift-options .action.action-cancel,
.action-update,
.cart.main.actions .action.clear,
.cart.main.actions .action.update {
  color: #fff;
  background-color: #000;
}
.btn.btn-primary:hover,
.action.primary:hover,
.form-discount .action.action-apply:hover,
.shipping-address-items .action:hover,
.page-title-wrapper a.print:hover,
.action-secondary.action-dismiss:hover,
.multicheckout .actions-toolbar .secondary .action.update:hover,
.sidebar .block-wishlist .action.details:hover,
.block-dashboard-orders .action.view:hover,
.block-dashboard-info .action.edit:hover,
.block-dashboard-addresses .action.edit:hover,
.block-reviews-dashboard .action.view:hover,
.block-reorder .action.view:hover,
.table-order-items .action.view:hover,
.gift-options .action.action-cancel:hover,
.action-update:hover,
.cart.main.actions .action.clear:hover,
.cart.main.actions .action.update:hover {
  background-color: #0cafea;
}
.btn.btn-default,
.action.secondary,
.action-primary.action-accept,
.authentication-wrapper .action-auth-toggle,
.multicheckout .actions-toolbar .secondary .action.add,
.form.send.friend .action.back,
#compare-clear-all,
.block-dashboard-orders .action.order,
.block-dashboard-info .action.change-password,
.table-order-items .action.order {
  color: #fff;
  background-color: #0cafea;
}
.btn.btn-default:hover,
.action.secondary:hover,
.action-primary.action-accept:hover,
.authentication-wrapper .action-auth-toggle:hover,
.multicheckout .actions-toolbar .secondary .action.add:hover,
.form.send.friend .action.back:hover,
#compare-clear-all:hover,
.block-dashboard-orders .action.order:hover,
.block-dashboard-info .action.change-password:hover,
.table-order-items .action.order:hover {
  background-color: #000;
}
.btn.btn-secondary,
.minicart-wrapper .action.viewcart,
.checkout-shipping-address > .step-content .action.action-show-popup,
.multicheckout .actions-toolbar .secondary .action.back,
.form.send.friend .action.add,
.cart.main.actions .action.continue,
.action-cancel {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  padding: 7px 28px;
}
.btn.btn-secondary:hover,
.minicart-wrapper .action.viewcart:hover,
.checkout-shipping-address > .step-content .action.action-show-popup:hover,
.multicheckout .actions-toolbar .secondary .action.back:hover,
.form.send.friend .action.add:hover,
.cart.main.actions .action.continue:hover,
.action-cancel:hover {
  background-color: #000;
  color: #fff;
}
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover {
  background-color: #0cafea;
  color: #fff;
}
.btn-full {
  width: 100%;
}
.table-wrapper.orders-recent .action.order,
.block-addresses-default .box-actions .action,
.block-addresses-list .item.actions .action,
.customer-account-index .column.main .block .action.edit,
.customer-account-index .column.main .block .action.change-password,
.customer-account-index .column.main .block .action.view,
.table-order-items .action.view,
.table-order-items .action.order,
.shipping-address-items .action,
.action-primary.action-accept,
.action-secondary.action-dismiss,
.authentication-wrapper .action-auth-toggle,
.multicheckout .actions-toolbar .secondary .action,
.form.send.friend .action.add,
#compare-clear-all,
.sidebar .action.compare.primary,
.block-reorder .actions-toolbar .action,
.btn-xs {
  font-size: 12px;
  padding: 7px 15px;
}
.minicart-wrapper .action.viewcart,
.minicart-wrapper .action.primary.checkout {
  text-transform: uppercase;
}
/* FORM */
.fieldset .field {
  margin-bottom: 15px;
}
.fieldset .field legend.label {
  border-bottom: 0;
}
.control._with-tooltip {
  position: relative;
  padding-right: 40px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action:before {
  color: #bbb;
  content: "\f059";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: none;
  font-size: 14px;
  left: 40px;
  overflow-wrap: break-word;
  padding: 12px;
  position: absolute;
  text-transform: none;
  top: -5px;
  width: 270px;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #999 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -20px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #f4f4f4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -19px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.fieldset .field .label,
.form-group .control-label {
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0 0 8px;
  font-size: 13px;
  display: block;
  text-align: left;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  box-sizing: border-box;
  box-shadow: none !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  border-color: #000;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: .5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  opacity: .5;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  height: 40px;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background: url('../images/select_bgr.png') no-repeat right 10px center;
}
select:focus {
  border-color: #000;
}
select:disabled {
  opacity: .5;
}
select[multiple="multiple"] {
  height: auto;
  background-image: none;
  padding: 0;
}
select[multiple="multiple"] option {
  padding: 5px 10px;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  box-shadow: none !important;
}
textarea:focus {
  border-color: #000;
}
textarea:disabled {
  opacity: .5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
.mage-error {
  color: #ff0000;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 12px;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.field.choice {
  padding-left: 20px;
  position: relative;
}
.field.choice .label {
  color: #000;
  font-weight: 400;
  padding: 0;
  font-size: 13px;
  display: block;
  text-align: left;
  cursor: pointer;
}
.field.choice input[type="checkbox"],
.field.choice input[type="radio"] {
  position: absolute;
  left: 0;
  bottom: 1px;
  margin: 0;
}
/* TABLE */
table .table-caption,
table.table .table-caption {
  display: none;
}
table thead tr th,
table.table thead tr th {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  text-align: center;
  border: 1px solid #ddd !important;
  background-color: #f0efef;
}
table tbody tr td,
table.table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
}
/* HEADING */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  letter-spacing: 0.1em;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
/* HTML ELEMENT */
address {
  margin-bottom: 15px;
  line-height: 1.8;
}
/* CUSTOM CLASS */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bg-center {
  background-position: center center;
}
.bg-height {
  background-size: auto 100%;
}
.no-display {
  display: none;
}
.margin-auto {
  margin: 0 auto;
}
/* MESSAGE */
.cms-index-index .page.messages {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 97;
  background-color: rgba(0, 0, 0, 0.6);
}
.cms-index-index .page.messages .message {
  margin: 10px;
}
.cms-index-index .page.messages .message > * {
  margin: 0;
}
.messages .message {
  position: relative;
}
.messages .message > div {
  padding-right: 35px;
}
.messages .message .cl-mes {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px !important;
  padding: 0 !important;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.messages .message .cl-mes:after {
  content: "\f00d";
  font-family: "FontAwesome";
}
.messages .message .cl-mes:before {
  content: none;
}
.messages .message + .message {
  margin-top: 10px;
}
.message > * {
  padding: 12px 20px 12px 45px;
  display: block;
  font-size: 14px;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.message p {
  margin: 0;
}
.message > *:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  width: 45px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.message > * a {
  color: #0cafea;
}
.message > * a:hover {
  text-decoration: underline;
}
.message.info > * {
  background: #d9edf7;
  color: #31708f;
}
.message.info > *:before {
  color: #31708f;
  content: '\f024';
}
.message.error > * {
  background: #fae5e5;
  color: #1979c3;
}
.message.error > *:before {
  color: #b30000;
  content: '\f06a';
}
.message.warning > * {
  background: #fdf0d5;
  color: #6f4400;
}
.message.warning > *:before {
  color: #b30000;
  content: '\f071';
}
.message.notice > * {
  background: #fdf0d5;
  color: #6f4400;
}
.message.notice > *:before {
  color: #c07600;
  content: '\f12a';
}
.message.success > * {
  background: #e5efe5;
  color: #006400;
}
.message.success > *:before {
  color: #006400;
  content: '\f00c';
}
/* SCROLL TO TOP BUTTON */
.scroll-to-top {
  border: 1px solid #999;
  color: #fff;
  background-color: #999;
  border-bottom: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 38px;
  height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  width: 40px;
  z-index: 96;
}
@media (max-width: 767px) {
  .scroll-to-top {
    display: none !important;
  }
}
.scroll-to-top i {
  display: block;
  line-height: 40px;
}
.scroll-to-top:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.scroll-to-top:focus {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
/* BLOCK HOME PAGE TITLE */
.content-heading {
  text-align: center;
  color: #000000;
  margin-bottom: 63px;
  position: relative;
}
.content-heading .sub-title {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin: 0;
}
.content-heading .title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.content-heading .title + p {
  margin-top: 8px;
}
.content-heading p {
  font-size: 14px;
  color: #8e8e8f;
  max-width: 750px;
  margin: 0 auto;
}
.content-heading .social-link {
  font-size: 24px;
}
.content-heading .social-link li:last-child {
  padding-right: 0;
}
/* Div Display Table */
.dp-table {
  display: table;
  width: 100%;
}
.dp-table .dp-row {
  display: table-row;
}
.dp-table .dp-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* SHOP NOW BUTTON (With right arrow) */
.action-shop-now {
  padding: 0 0 3px 0;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #0cafea;
  background: none;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.action-shop-now span {
  padding-right: 25px;
  display: inline-block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.action-shop-now span:after,
.action-shop-now span:before {
  content: "\f178";
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  width: 25px;
}
.action-shop-now span:after {
  right: 0;
  text-align: right;
}
.action-shop-now span:before {
  right: 100%;
  text-align: left;
}
.action-shop-now:hover {
  color: #0cafea;
}
.action-shop-now:hover span {
  transform: translateX(25px);
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -o-transform: translateX(25px);
}
.content-heading .action-shop-now {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 100px;
}
/* SERVICE ICON BLOCK */
.service-icon {
  text-align: center;
  letter-spacing: 0.1em;
}
.service-icon .icon {
  font-size: 48px;
  line-height: 1;
  color: #0cafea;
  margin-bottom: 10px;
}
.service-icon h1,
.service-icon h2,
.service-icon h3,
.service-icon h4,
.service-icon h5 {
  margin-bottom: 0;
  margin-top: 2px;
}
/* MGS_BLOG WIDGET */
.widget.mgs-blog-lastest-posts .owl-carousel .owl-item {
  padding: 0 15px;
}
.widget.mgs-blog-lastest-posts .thumbnail-post .post-image {
  position: relative;
  overflow: hidden;
}
.widget.mgs-blog-lastest-posts .thumbnail-post .post-image img {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.widget.mgs-blog-lastest-posts .thumbnail-post .post-image .popup-youtube {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
}
.widget.mgs-blog-lastest-posts .post-item-content {
  margin-bottom: 30px;
}
.widget.mgs-blog-lastest-posts .post-item-content .img-link img {
  min-width: 100%;
  background-color: #fff;
}
.widget.mgs-blog-lastest-posts .post-item-content:hover .thumbnail-post .post-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.widget.mgs-blog-lastest-posts .post-item-detail {
  padding-top: 25px;
}
.widget.mgs-blog-lastest-posts .post-item-detail .post-create-date {
  color: #a0a0a1;
}
.widget.mgs-blog-lastest-posts .post-item-detail .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 4px;
  letter-spacing: 0;
}
.owl-carousel .owl-item img {
  transform-style: unset;
  -moz-transform-style: unset;
  -webkit-transform-style: unset;
  width: auto;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 20px auto 0;
}
.owl-carousel .owl-dots.disabled {
  margin: 0 !important;
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  /*background-color: white; pdz*/
}
.owl-carousel .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 7.5px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  cursor: pointer;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);*/
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  border: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav > div {
  width: 38px;
  height: 38px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #222;
  border: 2px solid #222;
  background: none;
  font-size: 30px;
  text-align: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-nav > div i {
  font-weight: normal;
  line-height: 36px;
  display: block;
}
.owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: #0cafea;
  color: #fff;
  border-color: #0cafea;
}
.owl-carousel .owl-nav > div.disabled {
  color: #c2c2c2;
  border-color: #c2c2c2;
  cursor: auto;
  pointer-events: none;
  opacity: 0.4;
}
.owl-carousel .owl-nav > div.owl-prev {
  left: 30px;
}
.owl-carousel .owl-nav > div.owl-next {
  right: 30px;
}
.owl-carousel:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
@font-face {
  font-family: 'Linearicons-Free';
  src: url('../fonts/Linearicons-Free.eot?w118d');
  src: url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'), url('../fonts/Linearicons-Free.woff?w118d') format('woff'), url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'), url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\e800";
}
.lnr-apartment:before {
  content: "\e801";
}
.lnr-pencil:before {
  content: "\e802";
}
.lnr-magic-wand:before {
  content: "\e803";
}
.lnr-drop:before {
  content: "\e804";
}
.lnr-lighter:before {
  content: "\e805";
}
.lnr-poop:before {
  content: "\e806";
}
.lnr-sun:before {
  content: "\e807";
}
.lnr-moon:before {
  content: "\e808";
}
.lnr-cloud:before {
  content: "\e809";
}
.lnr-cloud-upload:before {
  content: "\e80a";
}
.lnr-cloud-download:before {
  content: "\e80b";
}
.lnr-cloud-sync:before {
  content: "\e80c";
}
.lnr-cloud-check:before {
  content: "\e80d";
}
.lnr-database:before {
  content: "\e80e";
}
.lnr-lock:before {
  content: "\e80f";
}
.lnr-cog:before {
  content: "\e810";
}
.lnr-trash:before {
  content: "\e811";
}
.lnr-dice:before {
  content: "\e812";
}
.lnr-heart:before {
  content: "\e813";
}
.lnr-star:before {
  content: "\e814";
}
.lnr-star-half:before {
  content: "\e815";
}
.lnr-star-empty:before {
  content: "\e816";
}
.lnr-flag:before {
  content: "\e817";
}
.lnr-envelope:before {
  content: "\e818";
}
.lnr-paperclip:before {
  content: "\e819";
}
.lnr-inbox:before {
  content: "\e81a";
}
.lnr-eye:before {
  content: "\e81b";
}
.lnr-printer:before {
  content: "\e81c";
}
.lnr-file-empty:before {
  content: "\e81d";
}
.lnr-file-add:before {
  content: "\e81e";
}
.lnr-enter:before {
  content: "\e81f";
}
.lnr-exit:before {
  content: "\e820";
}
.lnr-graduation-hat:before {
  content: "\e821";
}
.lnr-license:before {
  content: "\e822";
}
.lnr-music-note:before {
  content: "\e823";
}
.lnr-film-play:before {
  content: "\e824";
}
.lnr-camera-video:before {
  content: "\e825";
}
.lnr-camera:before {
  content: "\e826";
}
.lnr-picture:before {
  content: "\e827";
}
.lnr-book:before {
  content: "\e828";
}
.lnr-bookmark:before {
  content: "\e829";
}
.lnr-user:before {
  content: "\e82a";
}
.lnr-users:before {
  content: "\e82b";
}
.lnr-shirt:before {
  content: "\e82c";
}
.lnr-store:before {
  content: "\e82d";
}
.lnr-cart:before {
  content: "\e82e";
}
.lnr-tag:before {
  content: "\e82f";
}
.lnr-phone-handset:before {
  content: "\e830";
}
.lnr-phone:before {
  content: "\e831";
}
.lnr-pushpin:before {
  content: "\e832";
}
.lnr-map-marker:before {
  content: "\e833";
}
.lnr-map:before {
  content: "\e834";
}
.lnr-location:before {
  content: "\e835";
}
.lnr-calendar-full:before {
  content: "\e836";
}
.lnr-keyboard:before {
  content: "\e837";
}
.lnr-spell-check:before {
  content: "\e838";
}
.lnr-screen:before {
  content: "\e839";
}
.lnr-smartphone:before {
  content: "\e83a";
}
.lnr-tablet:before {
  content: "\e83b";
}
.lnr-laptop:before {
  content: "\e83c";
}
.lnr-laptop-phone:before {
  content: "\e83d";
}
.lnr-power-switch:before {
  content: "\e83e";
}
.lnr-bubble:before {
  content: "\e83f";
}
.lnr-heart-pulse:before {
  content: "\e840";
}
.lnr-construction:before {
  content: "\e841";
}
.lnr-pie-chart:before {
  content: "\e842";
}
.lnr-chart-bars:before {
  content: "\e843";
}
.lnr-gift:before {
  content: "\e844";
}
.lnr-diamond:before {
  content: "\e845";
}
.lnr-linearicons:before {
  content: "\e846";
}
.lnr-dinner:before {
  content: "\e847";
}
.lnr-coffee-cup:before {
  content: "\e848";
}
.lnr-leaf:before {
  content: "\e849";
}
.lnr-paw:before {
  content: "\e84a";
}
.lnr-rocket:before {
  content: "\e84b";
}
.lnr-briefcase:before {
  content: "\e84c";
}
.lnr-bus:before {
  content: "\e84d";
}
.lnr-car:before {
  content: "\e84e";
}
.lnr-train:before {
  content: "\e84f";
}
.lnr-bicycle:before {
  content: "\e850";
}
.lnr-wheelchair:before {
  content: "\e851";
}
.lnr-select:before {
  content: "\e852";
}
.lnr-earth:before {
  content: "\e853";
}
.lnr-smile:before {
  content: "\e854";
}
.lnr-sad:before {
  content: "\e855";
}
.lnr-neutral:before {
  content: "\e856";
}
.lnr-mustache:before {
  content: "\e857";
}
.lnr-alarm:before {
  content: "\e858";
}
.lnr-bullhorn:before {
  content: "\e859";
}
.lnr-volume-high:before {
  content: "\e85a";
}
.lnr-volume-medium:before {
  content: "\e85b";
}
.lnr-volume-low:before {
  content: "\e85c";
}
.lnr-volume:before {
  content: "\e85d";
}
.lnr-mic:before {
  content: "\e85e";
}
.lnr-hourglass:before {
  content: "\e85f";
}
.lnr-undo:before {
  content: "\e860";
}
.lnr-redo:before {
  content: "\e861";
}
.lnr-sync:before {
  content: "\e862";
}
.lnr-history:before {
  content: "\e863";
}
.lnr-clock:before {
  content: "\e864";
}
.lnr-download:before {
  content: "\e865";
}
.lnr-upload:before {
  content: "\e866";
}
.lnr-enter-down:before {
  content: "\e867";
}
.lnr-exit-up:before {
  content: "\e868";
}
.lnr-bug:before {
  content: "\e869";
}
.lnr-code:before {
  content: "\e86a";
}
.lnr-link:before {
  content: "\e86b";
}
.lnr-unlink:before {
  content: "\e86c";
}
.lnr-thumbs-up:before {
  content: "\e86d";
}
.lnr-thumbs-down:before {
  content: "\e86e";
}
.lnr-magnifier:before {
  content: "\e86f";
}
.lnr-cross:before {
  content: "\e870";
}
.lnr-menu:before {
  content: "\e871";
}
.lnr-list:before {
  content: "\e872";
}
.lnr-chevron-up:before {
  content: "\e873";
}
.lnr-chevron-down:before {
  content: "\e874";
}
.lnr-chevron-left:before {
  content: "\e875";
}
.lnr-chevron-right:before {
  content: "\e876";
}
.lnr-arrow-up:before {
  content: "\e877";
}
.lnr-arrow-down:before {
  content: "\e878";
}
.lnr-arrow-left:before {
  content: "\e879";
}
.lnr-arrow-right:before {
  content: "\e87a";
}
.lnr-move:before {
  content: "\e87b";
}
.lnr-warning:before {
  content: "\e87c";
}
.lnr-question-circle:before {
  content: "\e87d";
}
.lnr-menu-circle:before {
  content: "\e87e";
}
.lnr-checkmark-circle:before {
  content: "\e87f";
}
.lnr-cross-circle:before {
  content: "\e880";
}
.lnr-plus-circle:before {
  content: "\e881";
}
.lnr-circle-minus:before {
  content: "\e882";
}
.lnr-arrow-up-circle:before {
  content: "\e883";
}
.lnr-arrow-down-circle:before {
  content: "\e884";
}
.lnr-arrow-left-circle:before {
  content: "\e885";
}
.lnr-arrow-right-circle:before {
  content: "\e886";
}
.lnr-chevron-up-circle:before {
  content: "\e887";
}
.lnr-chevron-down-circle:before {
  content: "\e888";
}
.lnr-chevron-left-circle:before {
  content: "\e889";
}
.lnr-chevron-right-circle:before {
  content: "\e88a";
}
.lnr-crop:before {
  content: "\e88b";
}
.lnr-frame-expand:before {
  content: "\e88c";
}
.lnr-frame-contract:before {
  content: "\e88d";
}
.lnr-layers:before {
  content: "\e88e";
}
.lnr-funnel:before {
  content: "\e88f";
}
.lnr-text-format:before {
  content: "\e890";
}
.lnr-text-format-remove:before {
  content: "\e891";
}
.lnr-text-size:before {
  content: "\e892";
}
.lnr-bold:before {
  content: "\e893";
}
.lnr-italic:before {
  content: "\e894";
}
.lnr-underline:before {
  content: "\e895";
}
.lnr-strikethrough:before {
  content: "\e896";
}
.lnr-highlight:before {
  content: "\e897";
}
.lnr-text-align-left:before {
  content: "\e898";
}
.lnr-text-align-center:before {
  content: "\e899";
}
.lnr-text-align-right:before {
  content: "\e89a";
}
.lnr-text-align-justify:before {
  content: "\e89b";
}
.lnr-line-spacing:before {
  content: "\e89c";
}
.lnr-indent-increase:before {
  content: "\e89d";
}
.lnr-indent-decrease:before {
  content: "\e89e";
}
.lnr-pilcrow:before {
  content: "\e89f";
}
.lnr-direction-ltr:before {
  content: "\e8a0";
}
.lnr-direction-rtl:before {
  content: "\e8a1";
}
.lnr-page-break:before {
  content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}
.lnr-sort-amount-asc:before {
  content: "\e8a4";
}
.lnr-hand:before {
  content: "\e8a5";
}
.lnr-pointer-up:before {
  content: "\e8a6";
}
.lnr-pointer-right:before {
  content: "\e8a7";
}
.lnr-pointer-down:before {
  content: "\e8a8";
}
.lnr-pointer-left:before {
  content: "\e8a9";
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding25 {
  padding: 25px;
}
.padding30 {
  padding: 30px;
}
.padding35 {
  padding: 35px;
}
.padding40 {
  padding: 40px;
}
.padding45 {
  padding: 45px;
}
.padding50 {
  padding: 50px;
}
.padding55 {
  padding: 55px;
}
.padding60 {
  padding: 60px;
}
.padding65 {
  padding: 65px;
}
.padding70 {
  padding: 70px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top25 {
  padding-top: 25px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top35 {
  padding-top: 35px;
}
.padding-top40 {
  padding-top: 40px;
}
.padding-top45 {
  padding-top: 45px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top55 {
  padding-top: 55px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top65 {
  padding-top: 65px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right25 {
  padding-right: 25px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right35 {
  padding-right: 35px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-right45 {
  padding-right: 45px;
}
.padding-right50 {
  padding-right: 50px;
}
.padding-right55 {
  padding-right: 55px;
}
.padding-right60 {
  padding-right: 60px;
}
.padding-right65 {
  padding-right: 65px;
}
.padding-right70 {
  padding-right: 70px;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-left25 {
  padding-left: 25px;
}
.padding-left30 {
  padding-left: 30px;
}
.padding-left35 {
  padding-left: 35px;
}
.padding-left40 {
  padding-left: 40px;
}
.padding-left45 {
  padding-left: 45px;
}
.padding-left50 {
  padding-left: 50px;
}
.padding-left55 {
  padding-left: 55px;
}
.padding-left60 {
  padding-left: 60px;
}
.padding-left65 {
  padding-left: 65px;
}
.padding-left70 {
  padding-left: 70px;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom25 {
  padding-bottom: 25px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom35 {
  padding-bottom: 35px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom45 {
  padding-bottom: 45px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom55 {
  padding-bottom: 55px;
}
.padding-bottom60 {
  padding-bottom: 60px;
}
.padding-bottom65 {
  padding-bottom: 65px;
}
.padding-bottom70 {
  padding-bottom: 70px;
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin25 {
  margin: 25px;
}
.margin30 {
  margin: 30px;
}
.margin35 {
  margin: 35px;
}
.margin40 {
  margin: 40px;
}
.margin45 {
  margin: 45px;
}
.margin50 {
  margin: 50px;
}
.margin55 {
  margin: 55px;
}
.margin60 {
  margin: 60px;
}
.margin65 {
  margin: 65px;
}
.margin70 {
  margin: 70px;
}
.margin-top5 {
  margin-top: 5px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-top15 {
  margin-top: 15px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top25 {
  margin-top: 25px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top35 {
  margin-top: 35px;
}
.margin-top40 {
  margin-top: 40px;
}
.margin-top45 {
  margin-top: 45px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top55 {
  margin-top: 55px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top65 {
  margin-top: 65px;
}
.margin-top70 {
  margin-top: 70px;
}
.margin-right5 {
  margin-right: 5px;
}
.margin-right10 {
  margin-right: 10px;
}
.margin-right15 {
  margin-right: 15px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin-right25 {
  margin-right: 25px;
}
.margin-right30 {
  margin-right: 30px;
}
.margin-right35 {
  margin-right: 35px;
}
.margin-right40 {
  margin-right: 40px;
}
.margin-right45 {
  margin-right: 45px;
}
.margin-right50 {
  margin-right: 50px;
}
.margin-right55 {
  margin-right: 55px;
}
.margin-right60 {
  margin-right: 60px;
}
.margin-right65 {
  margin-right: 65px;
}
.margin-right70 {
  margin-right: 70px;
}
.margin-left5 {
  margin-left: 5px;
}
.margin-left10 {
  margin-left: 10px;
}
.margin-left15 {
  margin-left: 15px;
}
.margin-left20 {
  margin-left: 20px;
}
.margin-left25 {
  margin-left: 25px;
}
.margin-left30 {
  margin-left: 30px;
}
.margin-left35 {
  margin-left: 35px;
}
.margin-left40 {
  margin-left: 40px;
}
.margin-left45 {
  margin-left: 45px;
}
.margin-left50 {
  margin-left: 50px;
}
.margin-left55 {
  margin-left: 55px;
}
.margin-left60 {
  margin-left: 60px;
}
.margin-left65 {
  margin-left: 65px;
}
.margin-left70 {
  margin-left: 70px;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom25 {
  margin-bottom: 25px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom35 {
  margin-bottom: 35px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}
.margin-bottom45 {
  margin-bottom: 45px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.margin-bottom55 {
  margin-bottom: 55px;
}
.margin-bottom60 {
  margin-bottom: 60px;
}
.margin-bottom65 {
  margin-bottom: 65px;
}
.margin-bottom70 {
  margin-bottom: 70px;
}
.social-link {
  font-size: 16px;
}
.social-link li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.social-link li a {
  color: #989898;
}
.social-link li a:hover {
  color: #0cafea;
}
.header-wl a {
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.header-wl a i {
  font-size: 24px;
  line-height: 24px;
  color: #444444;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-wl a .count-wl {
  background: #0CAFEA;
  color: #fff;
  height: 18px;
  line-height: 18px;
  display: block;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -10px;
  border-radius: 3px;
}
.middle-header-content .switcher {
  position: relative;
}
.middle-header-content .switcher-currency,
.middle-header-content .switcher-language {
  display: inline-block;
  vertical-align: top;
}
.middle-header-content .switcher-currency .switcher-label,
.middle-header-content .switcher-language .switcher-label {
  display: none;
}
.middle-header-content .switcher-currency .switcher-trigger,
.middle-header-content .switcher-language .switcher-trigger {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding: 40px 15px;
}
.middle-header-content .switcher-currency .switcher-trigger strong,
.middle-header-content .switcher-language .switcher-trigger strong {
  font-weight: inherit;
}
.middle-header-content .switcher-currency .switcher-trigger:after,
.middle-header-content .switcher-language .switcher-trigger:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-left: 7px;
}
.middle-header-content .switcher-myaccount {
  display: inline-block;
  vertical-align: top;
}
.middle-header-content .switcher-myaccount .switcher-trigger {
  font-size: 24px;
  line-height: 24px;
  padding-left: 5px;
}
.middle-header-content .switcher-trigger {
  cursor: pointer;
}
.middle-header-content .switcher .ui-widget.ui-widget-content {
  position: absolute;
  right: 15px;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  z-index: 2;
  min-width: 100%;
}
.middle-header-content .switcher .ui-widget.ui-widget-content ul li a:not(.no-display) {
  padding: 5px 15px;
  white-space: nowrap;
  text-align: left;
  display: block;
}
.middle-header-content .switcher.myaccount .ui-widget.ui-widget-content {
  right: 0;
}
.middle-header-content .navigation {
  flex-basis: 60%;
  -webkit-flex-basis: 60%;
}
.middle-header-content .flex-header {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  position: relative;
}
.middle-header-content .logo {
  padding: 40px 0;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}
.middle-header-content .logo img {
  max-width: 100%;
  height: auto;
}
.middle-header-content--right {
  text-align: right;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}
.middle-header-content--right .header-wl,
.middle-header-content--right .top-search,
.middle-header-content--right .minicart-wrapper,
.middle-header-content--right .enable-setting-menu {
  display: inline-block;
  vertical-align: top;
}
.middle-header-content--setting {
  flex: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  width: 360px;
  padding: 50px 40px;
  z-index: 1002;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.middle-header-content--setting .close-setting-menu {
  height: auto;
  background: 0 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  color: #999;
  left: 25px;
}
.middle-header-content--setting .close-setting-menu span {
  font-size: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  line-height: 50px;
}
.middle-header-content--setting .close-setting-menu:hover {
  color: #0cafea;
}
.middle-header-content--setting ul li {
  padding: 5px 0;
}
.middle-header-content--setting ul li.link.compare {
  padding: 0;
}
.middle-header-content--setting ul li.link.compare a:not(.no-display) {
  display: block;
  padding: 7px 0;
}
.middle-header-content--setting .switcher-currency .switcher-trigger,
.middle-header-content--setting .switcher-language .switcher-trigger {
  padding: 0 0px 10px;
}
.middle-header-content--setting .switcher-currency,
.middle-header-content--setting .switcher-language {
  width: 50%;
  margin: 30px 0;
  float: left;
}
.middle-header-content--setting .contact-us {
  clear: both;
}
.middle-header-content--setting .contact-us .list-icon > li {
  color: #000;
}
.middle-header-content--setting .contact-us .list-icon > li > span {
  color: #0cafea;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
}
.middle-header-content--setting .contact-us .socials {
  margin-top: 20px;
}
.middle-header-content--setting .contact-us .socials a {
  margin-right: 25px;
  color: #999;
  font-size: 16px;
}
.middle-header-content--setting .contact-us .socials a:hover {
  color: #0cafea;
}
.middle-header-content--setting .contact-us .title-myac {
  letter-spacing: 0.2em;
  font-size: 22px;
}
.middle-header-content--setting .title-myac {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.active_setting_menu {
  overflow: hidden !important;
}
.active_setting_menu .header:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}
.active_setting_menu .middle-header-content--setting {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.enable-setting-menu {
  background: none;
  border: none;
  box-shadow: none;
  height: 22px;
  padding: 0 0 0 10px;
}
.enable-setting-menu span {
  height: 2px;
  width: 20px;
  background-color: #444444;
  display: block;
  position: relative;
}
.enable-setting-menu span:before,
.enable-setting-menu span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-color: #444444;
  top: -8px;
}
.enable-setting-menu span:after {
  top: 8px;
}
.flex-top-content {
  position: relative;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.flex-top-content .left-top-content {
  flex-basis: calc(100% - 160px);
  -webkit-flex-basis: calc(100% - 160px);
  padding: 12px 0;
}
.flex-top-content .right-top-content {
  flex-basis: 160px;
  -webkit-flex-basis: 160px;
  text-align: right;
}
.flex-top-content .right-top-content .header-wl,
.flex-top-content .right-top-content .top-search,
.flex-top-content .right-top-content .minicart-wrapper,
.flex-top-content .right-top-content .switcher-myaccount {
  display: inline-block;
  vertical-align: top;
}
.flex-top-content .switcher-myaccount .switcher-trigger {
  font-size: 24px;
  color: #444444;
  line-height: 1;
  padding-left: 10px;
  cursor: pointer;
}
.flex-top-content .header-wl a,
.flex-top-content .right-top-content .top-search .enable_search_form,
.flex-top-content .minicart-wrapper .action.showcart,
.flex-top-content .switcher-myaccount .switcher-trigger {
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}
.flex-top-content .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -22px;
}
.flex-top-content .switcher .ui-widget.ui-widget-content {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  z-index: 2;
  min-width: 100%;
}
.flex-top-content .switcher .ui-widget.ui-widget-content ul li a:not(.no-display) {
  padding: 6px 15px;
  white-space: nowrap;
  text-align: left;
  display: block;
}
.flex-top-content .social-link li:last-child {
  padding: 0 0 0 10px;
}
.flex-top-content .left-top-content {
  flex-basis: 60%;
  -webkit-flex-basis: 60%;
}
.flex-top-content .right-top-content {
  flex-basis: 40%;
  -webkit-flex-basis: 40%;
}
.mobile-navigation {
  height: 100%;
  overflow: auto;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  padding: 0;
  top: 0;
  bottom: 0;
  display: block;
  left: calc(-1 * (100% - 54px));
  width: calc(100% - 54px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mobile-navigation .icon-plus:before {
  content: "+";
  font-size: 24px;
}
.mobile-navigation .active > .icon-plus:before {
  content: "-";
}
.mobile-navigation .navigation .nav-main-menu .label-menu {
  position: static !important;
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 20px;
}
.mobile-navigation #menu_navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.mobile-navigation #menu_navigation_setting {
  margin-top: 40px;
}
.mobile-navigation #menu_navigation_setting .switcher {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation #menu_navigation_setting .switcher-label {
  display: block;
  color: #222;
  font-size: 14px;
  text-align: left;
  padding: 15px 40px 15px 15px;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.mobile-navigation #menu_navigation_setting .switcher-label:after {
  content: "\f107";
  font-size: 16px;
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.mobile-navigation #menu_navigation_setting .switcher .switcher-options {
  display: none;
}
.mobile-navigation #menu_navigation_setting .switcher .switcher-options ul li {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  display: block;
}
.mobile-navigation #menu_navigation_setting .switcher .switcher-options .switcher-trigger strong {
  border-top: 1px solid #eee;
  font-weight: 400;
  display: block;
  color: #0cafea;
  padding: 10px 15px;
}
.mobile-navigation #menu_navigation_setting .switcher.active .switcher-label:after {
  content: "\f106";
}
.mobile-navigation #menu_navigation_setting .switcher .ui-dialog,
.mobile-navigation #menu_navigation_setting .switcher .switcher-dropdown {
  display: block !important;
}
.mobile-navigation #mobile_navigation_account {
  margin-top: 40px;
}
.mobile-navigation #mobile_navigation_account .top-links li a {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  display: block;
}
.mobile-navigation #mobile_navigation_account .top-links li a.no-display {
  display: none;
}
.mobile-action.nav-toggle span {
  display: block;
  width: 24px;
  height: 20px;
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
  position: relative;
  cursor: pointer;
}
.mobile-action.nav-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-color: #444444;
  top: 50%;
  margin-top: -1px;
}
.mobile-navigation--tabs {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.mobile-navigation--tabs > li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  float: none;
}
.mobile-navigation--tabs > li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation--tabs > li > a {
  background: none;
  padding: 25px 0;
  display: block;
  margin: 0;
  font-weight: 600;
  border: none !important;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.mobile-navigation--tabs > li > a:hover,
.mobile-navigation--tabs > li > a:focus {
  background-color: #e3e3e3;
  color: #0cafea;
}
.mobile-navigation--tabs > li.active a,
.mobile-navigation--tabs > li.active a:hover,
.mobile-navigation--tabs > li.active a:focus {
  background-color: #e3e3e3;
  color: #0cafea;
}
.action.nav-toggle {
  display: none;
}
.header {
  position: relative;
  z-index: 99;
}
.header.header-sticky {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  box-shadow: 0px 1px 3px #ddd;
  z-index: 99;
  background-color: #fff !important;
}
.header.header-sticky .middle-header-content .logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header1 {
  background-color: #fff;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.header.header1 .mobile-action {
  display: none;
}
.header.header2 .flex-header {
  position: relative;
}
.header.header2 .flex-header .menu-navigation,
.header.header2 .flex-header .middle-header-content--right {
  flex-basis: 40%;
  -webkit-flex-basis: 40%;
}
.header.header2 .flex-header .nav.nav-main-menu > li > a {
  padding: 40px 20px;
}
.header.header2 .flex-header .nav.nav-main-menu > li:first-child > a {
  padding-left: 0;
}
.header.header2 .desktop-navigation .navigation .nav-main-menu {
  margin: 0;
  position: static;
}
.header.header2 .desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
  margin-left: 0 !important;
  left: 0 !important;
}
.header.header2 .logo {
  text-align: center;
}
.header.header2 .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding: 40px 0 40px 5px;
  line-height: 1;
}
.header.header2 .middle-header-content .header-wl a,
.header.header2 .top-search .enable_search_form {
  padding: 40px 10px;
  height: auto;
  line-height: 1;
}
.header.header2 .minicart-wrapper .action.showcart:before {
  padding: 40px 0;
  line-height: 1;
}
.header.header2 .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -48px;
}
.header.header2.header-sticky .nav.nav-main-menu > li > a,
.header.header2.header-sticky .middle-header-content--right .switcher-currency .switcher-trigger,
.header.header2.header-sticky .middle-header-content--right .switcher-language .switcher-trigger,
.header.header2.header-sticky .top-search .enable_search_form,
.header.header2.header-sticky .minicart-wrapper .action.showcart:before,
.header.header2.header-sticky .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header2.header-sticky .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -28px;
}
.header.header2.header-sticky .desktop-navigation .label-menu {
  top: 10px;
}
.header.header4 .top-header-content {
  color: #626262;
  background-color: #f1f1f1;
}
.header.header4 .middle-header-content--right .switcher:last-child .switcher-trigger {
  padding-right: 0;
}
.header.header4 .middle-header-content--right .switcher:last-child .ui-widget.ui-widget-content {
  right: 0;
}
.header.header4 .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding: 40px 0 40px 5px;
  line-height: 1;
}
.header.header4 .mobile-actions {
  display: none;
}
.header.header4 .flex-header {
  position: relative;
}
.header.header4 .flex-header .menu-navigation,
.header.header4 .flex-header .middle-header-content--right {
  flex-basis: 40%;
  -webkit-flex-basis: 40%;
}
.header.header4 .nav.nav-main-menu > li > a {
  padding: 40px 20px;
}
.header.header4 .nav.nav-main-menu > li:first-child > a {
  padding-left: 0;
}
.header.header4 .desktop-navigation .navigation .nav-main-menu {
  margin: 0;
  position: static;
}
.header.header4 .desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
  margin-left: 0 !important;
  left: 0 !important;
}
.header.header4 .logo {
  text-align: center;
}
.header.header4 .minicart-wrapper .action.showcart {
  margin: 0 15px;
}
.header.header4.header-sticky .top-header-content {
  display: none;
}
.header.header4.header-sticky .nav.nav-main-menu > li > a,
.header.header4.header-sticky .middle-header-content--right .switcher-currency .switcher-trigger,
.header.header4.header-sticky .middle-header-content--right .switcher-language .switcher-trigger {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header4.header-sticky .desktop-navigation .label-menu {
  top: 10px;
}
.header.header5 .top-header-content {
  background-color: #f1f1f1;
}
.header.header5 .mobile-actions {
  display: none;
}
.header.header5 .desktop-navigation .nav.nav-main-menu > li > a {
  padding-top: 0;
  padding-bottom: 33px;
}
.header.header5 .desktop-navigation .label-menu {
  top: -10px;
}
.header.header5 .middle-header-content .middle-header-content--right,
.header.header5 .middle-header-content .logo {
  -webkit-flex-basis: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.header.header5 .middle-header-content .middle-header-content--right.left--content {
  text-align: left;
}
.header.header5 .middle-header-content .middle-header-content--right.left--content .switcher .switcher-trigger {
  padding-bottom: 30px;
}
.header.header5 .middle-header-content .middle-header-content--right.left--content .switcher .ui-widget.ui-widget-content {
  left: 15px;
  right: auto;
}
.header.header5 .middle-header-content .middle-header-content--right.left--content .switcher:first-child .switcher-trigger {
  padding-left: 0;
}
.header.header5 .middle-header-content .middle-header-content--right.left--content .switcher:first-child .ui-widget.ui-widget-content {
  left: 0;
}
.header.header5 .middle-header-content .logo {
  text-align: center;
  padding-bottom: 30px;
}
.header.header5.header-sticky .top-header-content {
  display: none;
}
.header.header5.header-sticky .desktop-navigation .nav.nav-main-menu > li > a {
  padding-bottom: 13px;
}
.header.header6 .mobile-action {
  display: none;
}
.header.header6.header-sticky .label-menu {
  top: 10px;
}
.header.header6.header-sticky .nav.nav-main-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header7 .mobile-action {
  display: none;
}
.header.header7 .header-wl a,
.header.header7 .top-search .enable_search_form {
  padding: 40px 10px;
  height: auto;
  line-height: 1;
}
.header.header7 .minicart-wrapper .action.showcart:before {
  padding: 40px 0;
  line-height: 1;
}
.header.header7 .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -48px;
}
.header.header7 .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding: 40px 0 40px 5px;
  line-height: 1;
}
.header.header7.header-sticky .nav.nav-main-menu > li > a,
.header.header7.header-sticky .middle-header-content--right .switcher-currency .switcher-trigger,
.header.header7.header-sticky .middle-header-content--right .switcher-language .switcher-trigger,
.header.header7.header-sticky .top-search .enable_search_form,
.header.header7.header-sticky .header-wl a,
.header.header7.header-sticky .minicart-wrapper .action.showcart:before,
.header.header7.header-sticky .middle-header-content--right .switcher-myaccount .switcher-trigger {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header7.header-sticky .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -28px;
}
.header.header7.header-sticky .desktop-navigation .label-menu {
  top: 10px;
}
.header.header8 {
  padding: 0 60px;
}
.header.header8 .mobile-actions {
  display: none;
}
.header.header8 .middle-header-content .logo {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.header.header8 .middle-header-content .middle-header-content--right,
.header.header8 .middle-header-content .logo {
  -webkit-flex-basis: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.header.header8 .middle-header-content .no-store-setting .middle-header-content--right,
.header.header8 .middle-header-content .no-store-setting .logo {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.header.header8 .middle-header-content .no-store-setting .logo {
  text-align: left;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content {
  text-align: left;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content .switcher:first-child .switcher-trigger {
  padding-left: 0;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content .switcher:first-child .ui-widget.ui-widget-content {
  left: 0;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content .switcher .switcher-trigger {
  padding-bottom: 30px;
  line-height: 24px;
  padding-top: 30px;
}
.header.header8 .middle-header-content .middle-header-content--right.left--content .switcher .ui-widget.ui-widget-content {
  left: 15px;
  right: auto;
}
.header.header8 .desktop-navigation .nav.nav-main-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header8 .desktop-navigation .label-menu {
  top: 10px;
}
.header.header8 .bottom-header-content {
  border-top: 1px solid #ddd;
}
.header.header8.header-sticky .top-header-content {
  display: none;
}
.header.header8.header-sticky .desktop-navigation .nav.nav-main-menu > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}
.header.header8.header-sticky .desktop-navigation .label-menu {
  top: 1px;
}
.header.header9 .flex-top-content .left-top-content,
.header.header9 .right-top-content.middle-header-content--right .switcher-currency .switcher-trigger,
.header.header9 .right-top-content.middle-header-content--right .switcher-language .switcher-trigger {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: inherit;
}
.header.header9 .mobile-actions {
  display: none;
}
.header.header9 .top-header-content .flex-top-content {
  border-bottom: 1px solid #f1f1f1;
}
.header.header9 .top-header-content.no-store-setting .flex-top-content {
  display: block;
  text-align: center;
}
.header.header9 .middle-header-content--right .switcher-myaccount .switcher-trigger,
.header.header9 .header-wl a,
.header.header9 .minicart-wrapper .action.showcart,
.header.header9 .top-search .enable_search_form {
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
}
.header.header9 .minicart-wrapper .action.showcart .counter.qty {
  margin-top: -50px;
}
.header.header9 .right-top-content.middle-header-content--right .switcher:last-child .switcher-trigger {
  padding-right: 0;
}
.header.header9.header-sticky .top-header-content {
  display: none;
}
.header .mgs-instant-autocomplete-wrapper .post-item-photo {
  width: 80px;
}
.header .mgs-instant-autocomplete-wrapper .post-item-photo img {
  max-width: 100%;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper {
  background-color: #ffffff;
  padding: 0 10px 10px;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .products {
  margin: 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .products:after {
  content: "";
  display: table;
  clear: both;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items {
  margin: 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info {
  display: table;
  max-width: 100%;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-photo {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  padding: 0 10px 0 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-photo img {
  max-width: 100%;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details {
  vertical-align: top;
  display: table-cell;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-reviews-summary.empty {
  display: none;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box {
  display: block;
  margin: 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box .price-container {
  font-size: 15px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box .price-container .price {
  font-size: 15px;
  line-height: 20px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box .price-from,
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box .price-to {
  display: inline-block;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price .price-box .price-label {
  display: none;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item {
  border-top: 1px solid #dadada;
  margin: 0;
  padding: 10px 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item:nth-child(2n) {
  clear: left;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item:first-child {
  border-top: none;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories .category-item {
  margin: 0;
  line-height: 30px;
  border-bottom: 1px solid #dadada;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories .category-item:last-child {
  border-bottom: none;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages .items {
  display: block;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages .page-item {
  display: block;
  margin: 0;
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages .page-item:last-child {
  border-bottom: none;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-items {
  padding-top: 10px;
  padding-bottom: 10px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info {
  display: table-row;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item + .post-item {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-photo {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  padding: 0 10px 0 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-photo img {
  max-width: 100%;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-details {
  display: table-cell;
  vertical-align: top;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-details .post-item-name a {
  font-weight: 600;
  color: #000;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .posts-list .post-item-info .post-item-details .post-item-name a:hover {
  color: #56cfe1;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title {
  margin: 0 -10px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #dadada;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title > span {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title .see-all {
  float: right;
}
.mgs-instant-autocomplete-wrapper .no-result {
  padding: 10px 0 0;
  font-style: italic;
}
/* HEADER ABSOLUTE */
.absolute_header .cms-index-index .header:not(.header-sticky) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 999;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.absolute_header .cms-index-index .header:not(.header-sticky):hover {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .absolute_header .cms-index-index .header:not(.header-sticky) {
    position: relative;
    z-index: 5;
  }
  .nav-open #maincontent {
    position: relative;
    z-index: -1;
  }
  .nav-before-open #maincontent {
    position: relative;
    z-index: -1;
  }
}
/******** FOOTER ********/
.top-footer .top-footer--content {
  border-top: 1px solid #e1e1e1;
  padding-top: 66px;
  padding-bottom: 70px;
  letter-spacing: 0.1em;
}
.cms-index-index .footer {
  margin-top: 0 !important;
}
.middle-footer h1,
.middle-footer h2,
.middle-footer h3,
.middle-footer h4,
.middle-footer h5,
.middle-footer h6 {
  margin-top: 0;
  margin-bottom: 9px;
}
.middle-footer .middle-footer--content {
  border-top: 1px solid #e1e1e1;
  padding: 40px 0 25px;
}
.bottom-footer .bottom-footer--content {
  border-top: 1px solid #e1e1e1;
  padding-top: 23px;
  padding-bottom: 20px;
}
.footer {
  font-weight: 300;
  color: #474d52;
  margin-top: 70px;
}
.footer-horizontal-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.footer-horizontal-menu ul li:first-child {
  margin-left: 0;
}
.footer-horizontal-menu ul li:last-child {
  margin-right: 0;
}
.footer-social--content:after {
  content: "";
  display: table;
  clear: both;
}
.footer-social--content .ft-social {
  width: 20%;
  float: left;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
}
.footer-social--content .ft-social:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.footer-social--content .ft-social a {
  color: #fff;
  position: relative;
  display: block;
  padding: 62px 0;
  z-index: 2;
}
.footer-social--content .ft-social a:hover {
  color: #fff;
}
.footer-social--content .ft-social.instagram {
  background-color: #e2405e;
}
.footer-social--content .ft-social.facebook {
  background-color: #3b5998;
}
.footer-social--content .ft-social.twitter {
  background-color: #00aaed;
}
.footer-social--content .ft-social.pinterest {
  background-color: #bd081c;
}
.footer-social--content .ft-social.youtube {
  background-color: #0cafea;
}
.footer-social--content .ft-social:hover:after {
  opacity: 0.3;
}
.footer ul li {
  padding: 4px 0;
}
.footer p {
  margin-bottom: 20px;
}
.footer a {
  color: #474d52;
}
.footer a:hover {
  color: #0cafea;
}
.footer .payment-icons {
  text-align: right;
  font-size: 20px;
  color: #8b8b8b;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer .payment-icons li {
  display: inline-block;
  vertical-align: middle;
}
.footer .payment-icons:hover {
  color: #000000;
}
.footer address {
  color: #656565;
  margin-bottom: 0;
  line-height: 1.8;
}
.footer address a {
  color: #0cafea;
}
.footer address a:hover {
  text-decoration: underline;
}
.footer .social-link li {
  margin-bottom: 12px;
  padding: 0 10px;
}
.footer .social-link li:first-child {
  padding: 0 10px 0 0;
}
.footer .list-icon .fa {
  color: #0cafea;
  min-width: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer .list-icon li {
  margin-top: 11px;
  padding: 0 0 0 30px;
  color: #989898;
  position: relative;
}
.footer .list-icon a {
  color: #989898;
}
.footer .list-icon a:hover {
  color: #0cafea;
}
.footer.footer2 .bottom-footer {
  padding: 0 45px;
}
.footer.footer2 .bottom-footer .bottom-footer--content {
  padding-top: 36px;
  padding-bottom: 33px;
}
.footer.footer2 .social-link {
  text-align: right;
}
.footer.footer2 .social-link li {
  margin-bottom: 0;
  padding: 0 10px;
}
.footer.footer2 .social-link li a {
  color: #474d52;
}
.footer.footer2 .social-link li a:hover {
  color: #0cafea;
}
.footer.footer3 {
  background-color: #efefef;
}
.footer.footer3 .footer-aboutus {
  text-align: center;
  padding-top: 68px;
}
.footer.footer3 .footer-aboutus p {
  margin-left: auto;
  margin-right: auto;
}
.footer.footer3 .top-footer .top-footer--content {
  border: none;
  padding-top: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}
.footer.footer4 {
  background-color: #111111;
}
.footer.footer4 a {
  color: #fff;
}
.footer.footer4 a:hover {
  color: #0cafea;
}
.footer.footer4 a > strong {
  font-weight: 500;
}
.footer.footer4 address a {
  color: #fff;
}
.footer.footer4 .bottom-footer .bottom-footer--content {
  border-top-color: rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  padding-bottom: 50px;
}
.footer.footer4 .middle-footer--content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 65px 0;
  border: 0;
}
.footer.footer4 .middle-footer--content .logo-footer {
  flex-basis: 200px;
  text-align: center;
}
.footer.footer4 .middle-footer--content .footer-horizontal-menu {
  flex-basis: calc(50% - 100px);
  -webkit-flex-basis: calc(50% - 100px);
}
.footer.footer4 .payment-icons:hover {
  color: #fff;
}
.footer.footer5 .top-footer--content {
  padding: 0;
}
.footer.footer5 .middle-footer .middle-footer--content {
  padding-top: 78px;
  padding-bottom: 45px;
}
.footer.footer5 .top-footer--content .home-newsletter {
  border-top: 0;
}
.footer.footer6 .middle-footer--content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 40px 0;
  border: 0;
}
.footer.footer6 .middle-footer--content .logo-footer {
  flex-basis: 200px;
  text-align: center;
}
.footer.footer6 .middle-footer--content .footer-horizontal-menu {
  flex-basis: calc(50% - 100px);
  -webkit-flex-basis: calc(50% - 100px);
}
/******** END FOOTER ********/
/******** OWL SLIDER BANNER********/
.fullscreen-slider .row {
  height: 100%;
  position: relative;
}
.fullscreen-slider .owl-carousel {
  height: 100%;
  position: relative;
}
.fullscreen-slider .owl-carousel div:not(.owl-controls) {
  height: 100%;
}
.fullscreen-slider .owl-carousel .owl-nav {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-nav .owl-prev,
.fullscreen-slider .owl-carousel .owl-nav .owl-next {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots {
  height: auto !important;
}
.fullscreen-slider .owl-carousel .owl-dots .owl-dot {
  height: auto !important;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div i {
  font-weight: inherit;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  background: transparent;
  border: 2px solid #8b8b8b;
  width: 15px;
  height: 15px;
  box-shadow: none;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span,
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot:hover span {
  border-color: #000;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span:after,
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot:hover span:after {
  background-color: #000;
}
.slider_mgs_carousel.owl-carousel .item.fullscreen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-text .content-heading p {
  margin: 0;
  color: #000;
}
.template-1 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  background: none;
  border: none;
  border-radius: 0;
  font-size: 40px;
  color: #8b8b8b;
}
.template-1 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover {
  color: #000;
}
.template-1 .slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 80px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  border: none;
  background: none;
  border-radius: 0;
  position: static;
  opacity: 0.1;
  visibility: visible;
  margin: 0;
  display: block;
  color: #000;
  padding: 10px 0;
  height: auto;
  line-height: 1;
  width: auto;
  font-size: 30px;
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div i {
  line-height: 40px;
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover {
  opacity: 1;
}
.template-2 .slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 80px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-nav,
.template-3 .slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  border: none;
  background: none;
  border-radius: 0;
  position: static;
  visibility: visible;
  margin: 0;
  display: block;
  color: #959595;
  opacity: 1;
  padding: 0;
  height: auto;
  line-height: 1;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  writing-mode: tb-rl;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev:after {
  content: "/";
  margin: 15px 0;
  display: inline-block;
  color: #959595;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover {
  color: #000000;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-dots {
  left: auto;
  right: 40px;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot {
  display: block;
}
.template-3 .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  margin: 8px 0;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav:after {
  content: "";
  display: table;
  clear: both;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div {
  border: none;
  background-color: #141519;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  position: static;
  float: left;
  visibility: visible;
  margin: 0;
  display: block;
  color: #ffffff;
  opacity: 1;
  padding: 0;
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div i {
  line-height: inherit;
}
.template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover {
  background-color: #000;
  color: #0cafea;
}
/******** END OWL SLIDER BANNER********/
.product-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 2px;
  top: 0;
  z-index: 8;
  line-height: 1;
  background: #ceada6;
  color: #fff;
  right: 0;
  position: absolute;
  display: block;
  text-transform: uppercase;
  padding: 9px 7px 9px 9px;
  min-width: 50px;
  font-weight: 600;
}
.product-label.new-label {
  background-color: #a5cced;
}
.product-label.sold-out-label {
  background-color: #d0d0d0;
  left: 0;
}
.product-label.multiple-label {
  margin-top: 35px;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #aeaeae;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  margin-left: 10px;
}
.price-box .old-price .price {
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #0cafea;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.price-box .price-from .old-price,
.price-box .price-to .old-price {
  display: none;
}
.price-box .price-from:after {
  content: " - ";
}
.price-box .minimal-price .price-label {
  display: inline-block;
  color: #696969;
}
.price-box .minimal-price .price-label:after {
  content: ":";
  margin-right: 3px;
}
.swatch-input.super-attribute-select {
  display: none;
}
.products-grid {
  /* Owl carousel */
}
.products-grid .product-item {
  margin-bottom: 30px;
}
.products-grid .product-item-photo {
  display: block;
  position: relative;
  border: 1px solid lightgray;
}
.products-grid .product-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*min-width: 100%; - PDZ fix image scaling image */
}
.products-grid .product-item-photo img.img-thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.products-grid .product-top {
  position: relative;
}
.products-grid .product-detail-action:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid .product-detail-action button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
  text-align: center;
  padding: 0;
  line-height: 36px;
  margin: 0 5.5px;
  position: relative;
}
.products-grid .product-detail-action button i,
.products-grid .product-detail-action button span {
  display: block;
  line-height: 36px;
}
.products-grid .product-detail-action button:hover {
  background-color: #0cafea;
  border-color: #0cafea;
  color: #fff;
}
.products-grid .product-detail-action button:hover:after,
.products-grid .product-detail-action button:hover:before {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-detail-action button:hover:before {
  bottom: calc(100% + 8px);
}
.products-grid .product-detail-action button:hover:after {
  bottom: calc(100% + 3px);
}
.products-grid .product-detail-action button:hover:after,
.products-grid .product-detail-action button:hover:before {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  font-size: 10px;
}
.products-grid .product-detail-action button.disabled {
  background-color: #d0d0d0 !important;
  opacity: 1;
}
.products-grid .product-detail-action button:after {
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  top: auto;
  bottom: calc(100% - 5px);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.products-grid .product-detail-action button:before {
  content: attr(data-title);
  color: #fff;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
  background: #333;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  margin: 0 auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 6px;
  letter-spacing: 1px;
}
.products-grid .product-item-details .product-item-name {
  margin-top: 0;
  margin-bottom: 6px;
  letter-spacing: 0;
}
.products-grid .product-item-details .tocart.disabled {
  pointer-events: none;
}
.products-grid .product-item-details .tocart:hover,
.products-grid .product-item-details .tocart:focus {
  /* color: @primary-color; */
  /* background-color: transparent; */
}
.products-grid .product-item-details .product-reviews-summary.short {
  margin-top: 12px;
}
.products-grid .product-item-details .product-reviews-summary.short.empty {
  display: none;
}
.products-grid .product-item-details .product-reviews-summary.short .reviews-actions {
  display: none;
}
.products-grid .product-item-details .product-reviews-summary.short .rating-summary .rating-result {
  display: block;
}
.products-grid .grid-template-1 .product-detail-action {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
}
.products-grid .grid-template-1 .product-detail-action button {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.products-grid .grid-template-1 .product-item-info:hover .product-detail-action button {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.products-grid .grid-template-1 .product-item-details {
  position: relative;
  min-height: 55px;
  padding-right: 42px;
  padding-top: 14px;
}
.products-grid .grid-template-1 .product-item-details .tocart .text {
  display: none;
}
.products-grid .grid-template-1 .product-item-details .ct-attribute-text {
  margin-bottom: 5px;
}
.products-grid .grid-template-1 .product-item-details .ct-attribute-text.empty {
  display: none;
}
.products-grid .grid-template-1 .product-item-details div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 0;
  margin-top: 4px;
}
.products-grid .grid-template-1 .product-item-details .tocart {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #0cafea;
  text-align: center;
  padding: 0;
  line-height: 36px;
  background-color: #0cafea;
  color: #fff;
  position: absolute;
  right: 0;
  top: 24px;
}
.products-grid .grid-template-1 .product-item-details .tocart:hover {
  background-color: #333;
  border-color: #333;
}
.products-grid .grid-template-1 .product-item-details .tocart.disabled {
  color: #898989;
  background-color: #eee;
  border-color: #eee;
}
.products-grid .grid-template-1 .product-item-details .product-reviews-summary.short {
  margin-bottom: 8px;
}
.products-grid .grid-template-2 .product-item-info {
  position: relative;
  overflow: hidden;
}
.products-grid .grid-template-2 .product-item-details .ct-attribute-text {
  margin-top: 6px;
}
.products-grid .grid-template-2 .product-item-details .product-item-name {
  margin-bottom: 3px;
}
.products-grid .grid-template-2 .product-item-details .product-reviews-summary.short {
  margin-bottom: 4px;
}
.products-grid .grid-template-2 .product-item-details .tocart.disabled {
  opacity: 0.3;
}
.products-grid .grid-template-2 .product-detail-action {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.products-grid .grid-template-2 .product-detail-action > button:last-child:before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  right: 0;
  left: auto;
}
.products-grid .grid-template-2 .product-detail-action button {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  background: #333;
  margin: 0;
}
.products-grid .grid-template-2 .product-detail-action button:hover {
  background: #0CAFEA;
}
.products-grid .grid-template-2 .product-detail-action > button {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.products-grid .grid-template-2 .product-detail-action > button,
.products-grid .grid-template-2 .product-detail-action > .button {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .grid-template-2 .product-detail-action .actions-link {
  width: calc(100% - 120px);
}
.products-grid .grid-template-2 .product-detail-action .actions-link button {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.products-grid .grid-template-2 .product-detail-action .actions-link button span {
  line-height: 40px;
}
.products-grid .grid-template-2 .product-detail-action .actions-link button .icon {
  font-size: 14px;
}
.products-grid .grid-template-3 div[class*="swatch-opt-"] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 6px;
  z-index: 2;
}
.products-grid .grid-template-3 div[class*="swatch-opt-"] .swatch-attribute {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.products-grid .grid-template-3 div[class*="swatch-opt-"] .swatch-option {
  min-width: 16px;
  height: 16px;
}
.products-grid .grid-template-3 .product-reviews-summary.short.empty,
.products-grid .grid-template-3 .product-reviews-summary.short .reviews-actions {
  display: none;
}
.products-grid .grid-template-3 .product-item-details {
  padding: 14px 10px 0;
}
.products-grid .grid-template-3 .product-item-details .product-item-name {
  margin-bottom: 14px;
  font-weight: 400;
}
.products-grid .grid-template-3 .product-item-details .product-reviews-summary.short {
  margin-top: 15px;
}
.products-grid .grid-template-3 .product-detail-action {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 2;
}
.products-grid .grid-template-3 .product-detail-action button {
  background-color: #fff;
  border-color: #d3d3d3;
  width: 40px;
  height: 40px;
  color: #d3d3d3;
  font-size: 18px;
  transform: translateY(30px) scale(0);
  -webkit-transform: translateY(30px) scale(0);
  -moz-transform: translateY(30px) scale(0);
  -o-transform: translateY(30px) scale(0);
}
.products-grid .grid-template-3 .product-detail-action button i,
.products-grid .grid-template-3 .product-detail-action button span {
  line-height: 40px;
}
.products-grid .grid-template-3 .product-detail-action button i {
  font-weight: 700;
}
.products-grid .grid-template-3 .product-detail-action button:hover {
  background-color: #0cafea;
  border-color: #0cafea;
  color: #fff;
}
.products-grid .grid-template-3 .product-detail-action form {
  display: inline-block;
}
.products-grid .grid-template-3 .product-detail-action form button {
  margin-left: 0;
}
.products-grid .grid-template-3 .product-detail-action form button.disabled {
  color: #898989;
  background-color: #eee;
  opacity: 0.7;
  border-color: #000;
}
.products-grid .grid-template-3 .product-detail-action > button:last-child {
  margin-right: 0;
}
.products-grid .grid-template-3 .product-detail-action > button:nth-child(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.products-grid .grid-template-3 .product-detail-action > button:nth-child(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.products-grid .grid-template-3 .product-detail-action > button:nth-child(4) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.products-grid .grid-template-3 .product-item-info {
  text-align: center;
  padding-bottom: 21px;
  box-shadow: 0 0 5px 5px rgba(215, 215, 215, 0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.products-grid .grid-template-3 .product-item-info:hover {
  box-shadow: 0 0 5px 5px rgba(215, 215, 215, 0.8);
}
.products-grid .grid-template-3 .product-item-info:hover .product-detail-action button {
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
}
.products-grid .grid-template-3 .product-item-info .rating-summary {
  display: table;
  margin: 0 auto 10px;
}
.products-grid .grid-template-4 .product-detail-action {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 15px;
  text-align: center;
  z-index: 2;
}
.products-grid .grid-template-4 .product-detail-action form {
  display: inline-block;
}
.products-grid .grid-template-4 .product-detail-action form button {
  margin-left: 0;
}
.products-grid .grid-template-4 .product-detail-action button {
  background-color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-color: #d3d3d3;
  color: #d3d3d3;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}
.products-grid .grid-template-4 .product-detail-action button i,
.products-grid .grid-template-4 .product-detail-action button span {
  line-height: 40px;
}
.products-grid .grid-template-4 .product-detail-action button.disabled {
  color: #898989;
  background-color: #eee;
  opacity: 0.7;
  border-color: #000;
}
.products-grid .grid-template-4 .product-detail-action button:hover {
  border-color: #0cafea;
  background-color: #0cafea;
  color: #fff;
}
.products-grid .grid-template-4 .product-detail-action button i {
  font-weight: 700;
}
.products-grid .grid-template-4 .product-detail-action > button:last-child {
  margin-right: 0;
}
.products-grid .grid-template-4 .product-detail-action > button:nth-child(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.products-grid .grid-template-4 .product-detail-action > button:nth-child(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.products-grid .grid-template-4 .product-detail-action > button:nth-child(4) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.products-grid .grid-template-4 div[class*="swatch-opt-"] .swatch-attribute {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.products-grid .grid-template-4 .product-item-info:hover .product-detail-action button {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.products-grid .grid-template-4 .product-detail-price {
  font-size: 16px;
}
.products-grid .grid-template-4 .product-detail-price .price-box .price {
  color: #0cafea;
}
.products-grid .grid-template-4 .product-detail-price .price-box .old-price .price {
  color: #aeaeae;
}
.products-grid .grid-template-4 .product-item-details {
  text-align: center;
  padding-top: 10px;
}
.products-grid .grid-template-4 .product-item-details .product-item-name {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.products-grid .grid-template-4 .ct-attribute-text {
  margin-bottom: 5px;
}
.products-grid .grid-template-8 .product-item-info {
  position: relative;
  overflow: hidden;
}
.products-grid .grid-template-8 .product-item-details .ct-attribute-text {
  margin-top: 6px;
}
.products-grid .grid-template-8 .product-item-details .product-item-name {
  margin-bottom: 3px;
}
.products-grid .grid-template-8 .product-item-details .product-reviews-summary.short {
  margin-bottom: 4px;
}
.products-grid .grid-template-8 .product-item-details .tocart.disabled {
  opacity: 0.3;
}
.products-grid .grid-template-8 .actions-link {
  display: inline-block;
  vertical-align: top;
}
.products-grid .grid-template-8 .actions-link button {
  margin-left: 0;
}
.products-grid .grid-template-5 .product-item-info:hover .img-hover-show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.products-grid .grid-template-5 .product-item-info .img-hover-show {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 0.6s ease 0.3s;
  -webkit-transition: all 0.6s ease 0.3s;
  -moz-transition: all 0.6s ease 0.3s;
  -o-transition: all 0.6s ease 0.3s;
}
.products-grid .grid-template-5 .product-top {
  overflow: hidden;
}
.products-grid .grid-template-5 .product-detail-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: table;
  width: 100%;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
}
.products-grid .grid-template-5 .product-detail-action > button:last-child:before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  right: 0;
  left: auto;
}
.products-grid .grid-template-5 .product-detail-action button {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  background: #333;
  margin: 0;
}
.products-grid .grid-template-5 .product-detail-action button:hover {
  background: #0CAFEA;
}
.products-grid .grid-template-5 .product-detail-action > button {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.products-grid .grid-template-5 .product-detail-action > button,
.products-grid .grid-template-5 .product-detail-action > .button {
  display: table-cell;
  vertical-align: middle;
}
.products-grid .grid-template-5 .product-detail-action .actions-link {
  width: 100%;
}
.products-grid .grid-template-5 .product-detail-action .actions-link button {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.products-grid .grid-template-5 .product-detail-action .actions-link button span {
  line-height: 40px;
}
.products-grid .grid-template-5 .product-detail-action .actions-link button .icon {
  font-size: 14px;
}
.products-grid .grid-template-5 .product-item-info:hover .product-detail-action {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.products-grid .grid-template-5 .product-item-details {
  position: relative;
  display: table;
}
.products-grid .grid-template-5 .product-item-details .product-detail-content,
.products-grid .grid-template-5 .product-item-details .product-detail-price {
  display: table-cell;
  vertical-align: top;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price {
  text-align: right;
  padding-top: 12px;
  width: 1%;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box p {
  display: block !important;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box .minimal-price .price-label {
  font-size: 12px;
  white-space: nowrap;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box .price-from:after {
  content: none;
}
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box .special-price,
.products-grid .grid-template-5 .product-item-details .product-detail-price .price-box .old-price {
  margin: 0;
  display: block;
}
.products-grid .grid-template-5 .product-item-details .product-detail-content {
  padding-right: 10px;
  padding-top: 14px;
}
.products-grid .grid-template-5 .product-item-details div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 0;
  margin-top: 4px;
}
.products-grid .grid-template-5 .product-reviews-summary + .actions-and-attr {
  margin-top: 8px;
}
.products-grid .grid-template-6 .product-detail-action {
  position: absolute;
  top: 15px;
  left: 15px;
  right: auto;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
}
.products-grid .grid-template-6 .product-detail-action button {
  display: block;
  margin: 0;
}
.products-grid .grid-template-6 .product-detail-action button + button {
  margin-top: 15px;
}
.products-grid .grid-template-6 .product-item-details {
  position: relative;
  padding-top: 14px;
}
.products-grid .grid-template-6 .product-item-details .tocart:hover,
.products-grid .grid-template-6 .product-item-details .tocart:focus {
  color: #fff;
  background-color: #000;
}
.products-grid .grid-template-6 .product-detail-content .product-reviews-summary + .price-box {
  margin-top: 8px;
}
.products-grid .grid-template-6 .actions-link {
  padding-top: 10px;
}
.products-grid .grid-template-6 .ct-attribute-text.empty {
  display: none;
}
.products-grid .grid-template-7 {
  text-align: center;
  padding-bottom: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.products-grid .grid-template-7:hover {
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
  box-shadow: 0px 0px 5px 2px #dddddd;
}
.products-grid .grid-template-7:hover .product-detail-action {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.products-grid .grid-template-7:hover .product-item-photo .img-hover-show {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.products-grid .grid-template-7 .product-item-photo .img-hover-show {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.products-grid .grid-template-7 .swatch-option {
  display: inline-block;
  float: none;
}
.products-grid .grid-template-7 .product-detail-action {
  padding-bottom: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: table;
  width: 100%;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.products-grid .grid-template-7 .product-detail-action button {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  background: #333;
  margin: 0;
}
.products-grid .grid-template-7 .product-detail-action button:hover {
  background: #0cafea;
}
.products-grid .grid-template-7 .product-detail-action > button:last-child:before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  right: 0;
  left: auto;
}
.products-grid .grid-template-7 .product-detail-action > button {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.products-grid .grid-template-7 .product-detail-action > button,
.products-grid .grid-template-7 .product-detail-action > .button {
  display: table-cell;
  vertical-align: middle;
}
.products-grid .grid-template-7 .product-detail-action .actions-link {
  width: 100%;
}
.products-grid .grid-template-7 .product-detail-action .actions-link button {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.products-grid .grid-template-7 .product-detail-action .actions-link button span {
  line-height: 40px;
}
.products-grid .grid-template-7 .product-detail-action .actions-link button .icon {
  font-size: 14px;
}
.products-grid .grid-template-7 .product-item-details {
  width: 100%;
}
.products-grid .grid-template-7 .product-item-details .price-box .old-price .price {
  color: #aeaeae;
}
.products-grid .grid-template-7 .product-item-details .price-box .price {
  color: #0cafea;
}
.products-grid .grid-template-7 .product-item-details div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 0;
  margin-top: 4px;
}
.products-grid .grid-template-7 .product-reviews-summary + .actions-and-attr {
  margin-top: 8px;
}
.products-grid .owl-carousel .owl-dots {
  margin: 0 auto;
}
.products-grid.slider-1-row .items.owl-carousel .owl-item {
  padding: 0 15px;
}
/* Product Tabs Menu */
.menu-product-tabs.nav-tabs {
  display: table;
  border: none;
  margin: 0 auto 70px;
  max-width: 100%;
}
.menu-product-tabs.nav-tabs > li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 50px;
  letter-spacing: 0.3em;
}
.menu-product-tabs.nav-tabs > li a {
  color: #8e8e8f;
  background: none;
  border: none;
  padding: 0 0 4px;
  border-radius: 0;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
}
.menu-product-tabs.nav-tabs > li a:after {
  content: "";
  left: 0;
  right: 0.3em;
  bottom: 0;
  height: 1px;
  background-color: #0cafea;
  position: absolute;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.menu-product-tabs.nav-tabs > li a:hover {
  color: #000000;
  background: none;
  border: none;
}
.menu-product-tabs.nav-tabs > li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.menu-product-tabs.nav-tabs > li.active > a,
.menu-product-tabs.nav-tabs > li.active > a:hover,
.menu-product-tabs.nav-tabs > li.active > a:focus {
  color: #000000;
  background: none;
  border: none;
}
.menu-product-tabs.nav-tabs > li.active > a:after,
.menu-product-tabs.nav-tabs > li.active > a:hover:after,
.menu-product-tabs.nav-tabs > li.active > a:focus:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.product-detail-container {
  position: relative;
}
.rotate-image {
  font-size: 12px;
  padding: 9px;
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 10px;
}
.rotate-image:hover {
  opacity: 1;
}
.rotate-image-container .rotate-j360 {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  cursor: move;
  z-index: 1000 !important;
}
.rotate-image-container .rotate-j360#mgs_j360 {
  background-color: #fff;
  z-index: 999 !important;
}
.rotate-image-container .rotate-j360#view_overlay img.loader {
  display: none !important;
}
.rotate-image-container .rotate-j360:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url('../images/oval.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.rotate-image-container .rotate-j360 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.rotate-image-container .close-rotate {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #333;
  width: 60px;
  height: 60px;
  font-size: 60px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.rotate-image-container .close-rotate span {
  display: block;
}
.rotate-image-container .close-rotate:hover {
  color: #0cafea;
}
/* Review */
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 65px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #eee;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff9600;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
/* PARRALLAX HOME */
.parallax-home {
  min-height: 100vh;
  position: relative;
}
.parallax-home .controls-parallax {
  position: absolute;
  top: 50%;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.parallax-home .controls-parallax:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.parallax-home .controls-parallax > div {
  opacity: 0.1;
  visibility: visible;
  margin: 0;
  display: block;
  color: #000;
  padding: 10px 0;
  line-height: 1;
  cursor: pointer;
  font-size: 36px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.parallax-home .controls-parallax > div:hover {
  opacity: 1;
}
.parallax-home:hover .controls-parallax {
  opacity: 1;
  visibility: visible;
}
.parallax-home .content-heading {
  height: 75vh;
  display: flex;
  align-items: flex-end;
  padding-left: 150px;
}
.parallax-home .content-heading .text-left p {
  margin: 8px 0 0;
}
.parallax-home .content-heading .text-left .action-shop-now {
  position: static;
  margin: 30px 0 0;
}
/* PROMO BANNER */
.promobanner .content-heading .text-left .action-shop-now {
  position: static;
  margin: 10px 0 0;
}
.promo-banner-slider .owl-item {
  padding: 0 15px;
}
/* INSTAGRAM WIDGET */
.instagram-block .owl-carousel .owl-nav > div {
  border-color: #fff;
  color: #fff;
}
.instagram-block .owl-carousel .owl-nav > div:hover {
  border-color: #0cafea;
  background-color: #0cafea;
}
.instagram-block .owl-carousel .owl-nav .owl-next {
  left: 100%;
  right: auto;
  margin-left: -45px;
}
.instagram-block .owl-carousel .owl-nav .owl-prev {
  right: 100%;
  left: auto;
  margin-right: -45px;
}
.instagram-item {
  position: relative;
}
.instagram-item img {
  min-width: 100%;
  height: auto;
}
.instagram-item-row .instagram-item-col {
  margin-bottom: 30px;
}
.instagram-item.hover-effect:not(.enable-link):before,
.instagram-item.hover-effect.enable-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instagram-item.hover-effect:not(.enable-link):after,
.instagram-item.hover-effect.enable-link a:after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  content: "\f16d";
  font-family: FontAwesome;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.instagram-item.hover-effect:not(.enable-link):hover:before,
.instagram-item.hover-effect.enable-link a:hover:before,
.instagram-item.hover-effect:not(.enable-link):hover:after,
.instagram-item.hover-effect.enable-link a:hover:after {
  opacity: 1;
}
.instagram-item:not(.hover-effect) > a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.instagram-item:not(.hover-effect) .social-count {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.instagram-item:not(.hover-effect) .social-count > span {
  margin: 0 5px;
}
.instagram-item:not(.hover-effect) .social-count > span .fa {
  margin-right: 5px;
}
.instagram-item:not(.hover-effect):hover .social-count {
  opacity: 1;
  visibility: visible;
}
.instagram-item:not(.hover-effect):hover > a:after {
  opacity: .5;
  visibility: visible;
}
.no-padding .instagram-item-row,
.no-padding .instagram-item-row .instagram-item-col {
  margin: 0;
  padding: 0;
}
.container-fluid .instagram-widget-wrapper.slider-wg {
  margin-left: -15px;
  margin-right: -15px;
}
.instagram-widget-wrapper:not(.slider-wg) > h5.name {
  text-align: center;
  font-size: 36px;
  color: #000000;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  margin-top: 80px;
}
.instagram-widget-wrapper:not(.slider-wg) > h5.name:after {
  content: "\f16d";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 80px;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.instagram-widget-wrapper.slider-wg {
  position: relative;
}
.instagram-widget-wrapper.slider-wg:after {
  content: "";
  display: table;
  clear: both;
}
.instagram-widget-wrapper.slider-wg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
}
.instagram-widget-wrapper.slider-wg:hover:before {
  opacity: 0;
  visibility: hidden;
}
.instagram-widget-wrapper.slider-wg .name {
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: visible;
  opacity: 1;
  font-size: 32px;
  color: #ffffff;
  z-index: 3;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.instagram-widget-wrapper.slider-wg:hover .name {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}
/* NEW SLETTER BLOCK */
.home-newsletter {
  border-top: 1px solid #e1e1e1;
  padding-top: 66px;
  padding-bottom: 70px;
  letter-spacing: 0.1em;
}
.home-newsletter h1,
.home-newsletter h2,
.home-newsletter h3,
.home-newsletter h4,
.home-newsletter h5,
.home-newsletter h6 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 37px;
}
.home-newsletter h2 {
  font-size: 32px;
}
.home-newsletter .block.newsletter .title,
.home-newsletter .field.newsletter .label,
.home-newsletter .form.subscribe .actions {
  display: none;
}
.home-newsletter .form.subscribe input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000;
  color: #000000;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  height: 42px;
  line-height: 1;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.home-newsletter .form.subscribe input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.home-newsletter .form.subscribe input::-moz-placeholder {
  color: #c2c2c2;
}
.home-newsletter .form.subscribe input:-ms-input-placeholder {
  color: #c2c2c2;
}
.home-newsletter .form.subscribe input:-moz-placeholder {
  color: #c2c2c2;
}
.home-newsletter .form.subscribe input + .mage-error {
  margin-top: 10px;
}
.home-newsletter.white-block {
  background-color: #0cafea;
  margin-top: -40px;
  padding: 34px 20px 45px;
  border: none;
  position: relative;
  z-index: 2;
}
.home-newsletter.white-block .form.subscribe input {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.home-newsletter.white-block .form.subscribe input::-webkit-input-placeholder {
  color: #fff;
}
.home-newsletter.white-block .form.subscribe input::-moz-placeholder {
  color: #fff;
}
.home-newsletter.white-block .form.subscribe input:-ms-input-placeholder {
  color: #fff;
}
.home-newsletter.white-block .form.subscribe input:-moz-placeholder {
  color: #fff;
}
.home-newsletter.white-block h1,
.home-newsletter.white-block h2,
.home-newsletter.white-block h3,
.home-newsletter.white-block h4,
.home-newsletter.white-block h5,
.home-newsletter.white-block h6 {
  color: #fff;
}
/* Loadmore Button */
.loadmore-action {
  text-align: center;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 0;
  margin-top: 30px;
}
.loadmore-action .btn-loadmore {
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  opacity: 0.9;
}
.loadmore-action .btn-loadmore .text.loading,
.loadmore-action .btn-loadmore .load-text {
  display: none;
}
.loadmore-action .btn-loadmore .load-text.loading {
  display: inline-block;
  color: #999;
}
.loadmore-action .btn-loadmore:hover {
  opacity: 1;
}
.loadmore-action .btn-loadmore span.dot {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: dot-amimation;
  display: inline-block;
  color: #999;
  font-size: 18px;
  padding: 0;
  opacity: 0;
  text-align: center;
}
.loadmore-action .btn-loadmore span.dot.loading {
  opacity: 1;
}
.loadmore-action .btn-loadmore span.dot:nth-child(1) {
  animation-delay: 0.2s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(2) {
  animation-delay: 0.4s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(3) {
  animation-delay: 0.6s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(4) {
  animation-delay: 0.8s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(5) {
  animation-delay: 1s;
}
.loadmore-action .btn-loadmore span.dot:nth-child(6) {
  animation-delay: 1.2s;
}
/* Login or Create an Account  */
.login-container:after {
  content: "";
  display: table;
  clear: both;
}
.login-container > .block {
  width: calc(50% - 15px);
  float: left;
  border: 1px solid #ddd;
  border-radius: 0;
  min-height: 380px;
}
.login-container > .block + .block {
  margin-left: 30px;
}
.login-container > .block .block-title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}
.login-container > .block .block-title strong {
  font-weight: inherit;
}
.login-container > .block .block-content {
  padding: 25px 15px;
}
.login-container .block-customer-login .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.login-container .block-customer-login .actions-toolbar > .primary,
.login-container .block-customer-login .actions-toolbar > .secondary {
  float: left;
  vertical-align: top;
}
.login-container .block-customer-login .actions-toolbar > .secondary {
  padding: 9px 28px;
}
.login-container .block-new-customer {
  padding-bottom: 80px;
  position: relative;
}
.login-container .block-new-customer .actions-toolbar {
  position: absolute;
  left: 20px;
  bottom: 25px;
}
#remember-me-box {
  z-index: 1;
}
#remember-me-box .label {
  display: inline-block;
  margin: 0;
}
#remember-me-box .tooltip {
  position: static;
  opacity: 1;
  display: inline-block;
}
#remember-me-box .tooltip.wrapper {
  position: relative;
}
#remember-me-box .tooltip.wrapper:hover .tooltip.content {
  opacity: 1;
  visibility: visible;
}
#remember-me-box .tooltip.toggle {
  text-decoration: underline;
  margin-left: 10px;
  padding-right: 10px;
}
#remember-me-box .tooltip.content {
  position: absolute;
  left: 100%;
  background-color: #eee;
  border-radius: 0;
  padding: 8px;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
#remember-me-box .tooltip.content:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #eee;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: -10px;
  top: 5px;
}
/* Page Title */
.page-title-wrapper {
  padding: 58px 15px 55px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.page-title-wrapper.background-color {
  background-color: #f7f7f7;
}
.page-title-wrapper.background-image {
  background-image: url('../images/shop-category.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}
.page-title-wrapper h1,
.page-title-wrapper .h1 {
  font-weight: 700;
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.page-title-wrapper .breadcrumbs {
  position: relative;
}
.page-title-wrapper a.print {
  margin-top: 10px;
}
.page-title-wrapper .order-status {
  color: #000;
  margin-top: 15px;
}
.page-title-wrapper .order-date .label {
  padding: 0;
  color: #000;
  font-size: inherit;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.3em;
  font-size: 12px;
  padding-top: 4px;
}
.breadcrumbs li a,
.breadcrumbs li strong {
  font-weight: 500;
  color: #686767;
}
.breadcrumbs li a:hover {
  color: #0cafea;
}
.breadcrumbs li + li:before {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 24px;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-wrapper {
  position: relative;
  z-index: 999;
}
.modals-overlay {
  z-index: 899;
}
.modal-popup.confirm .modal-inner-wrap {
  width: 300px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding: 20px;
  border-top: 0;
}
.modal-popup.confirm .modal-inner-wrap .modal-header {
  padding: 0;
  border: none;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 20px 20px;
}
.modal-slide .modal-header {
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-popup .modal-inner-wrap {
  margin: 0 auto;
  max-width: 700px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  top: 50%;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-popup .modal-inner-wrap {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-popup .modal-inner-wrap {
    width: 750px;
  }
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90vh;
}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
  border-radius: 0;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 50px;
  color: #8f8f8f;
  content: '\e680';
  font-family: "Pe-icon-7-stroke";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  padding: 0;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
@media (max-width: 767px) {
  .modal-popup .modal-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .modal-popup .modal-footer .action {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: .5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  color: #2a2a2a;
  line-height: 32px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.account form .fieldset,
.form-create-account .fieldset {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 20px 25px;
}
.account form .fieldset + .fieldset,
.form-create-account .fieldset + .fieldset {
  margin-top: 50px;
}
.account form .fieldset .legend,
.form-create-account .fieldset .legend {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  float: left;
}
.account form .fieldset .legend + br,
.form-create-account .fieldset .legend + br {
  clear: both;
}
.fieldset .field .nested .field {
  margin-top: 10px;
}
.account .actions-toolbar {
  margin-top: 30px;
}
.account .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.account .actions-toolbar > .primary,
.account .actions-toolbar > .secondary {
  float: left;
  vertical-align: top;
}
.account .actions-toolbar > .primary + .secondary {
  margin-left: 10px;
}
.account .actions-toolbar > .secondary .action.back {
  color: #fff;
  background-color: #0cafea;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 28px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.account .actions-toolbar > .secondary .action.back:hover {
  background-color: #000;
}
.sidebar > .block + .sidebar-additional > .block:first-child .block-title,
.sidebar > .block + .block .block-title {
  margin-top: 20px;
}
.sidebar > .block > .block-title,
.sidebar > .block > .title {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.sidebar > .block > .content,
.sidebar > .block > .block-content,
.sidebar > .block > .empty {
  padding: 15px 0 0;
}
.sidebar > .block .account-nav li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.sidebar > .block .account-nav li:last-child {
  border: 0;
}
.sidebar > .block .account-nav li strong {
  font-weight: 600;
  color: #000;
}
.sidebar > .block .account-nav li a {
  padding: 0;
  background: none;
}
.sidebar > .block .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.sidebar > .block.block-reorder .product-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 15px;
}
.sidebar > .block.block-reorder .product-item .product-item-name {
  font-weight: 600;
}
.sidebar > .block.block-reorder .actions-toolbar {
  padding-top: 15px;
  margin-top: 0;
}
.sidebar > .block.block-reorder .actions-toolbar > .primary,
.sidebar > .block.block-reorder .actions-toolbar > .secondary {
  float: none;
  margin-left: 0;
}
.sidebar > .block.block-reorder .actions-toolbar .action {
  width: 100%;
}
.sidebar > .block.block-reorder .actions-toolbar > .primary:not(.no-display) {
  margin-bottom: 10px;
}
.sidebar > .block.product-brand .brand-image a {
  display: block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.sidebar > .block.product-brand .brand-image a img {
  margin: 0 auto;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.sidebar > .block.product-brand .brand-image a:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.sidebar > .block.block-compare .block-title {
  white-space: nowrap;
}
.sidebar > .block.block-compare .block-title .counter.qty {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
}
.sidebar > .block.block-compare .block-title .counter.qty:after {
  content: ")";
  display: inline-block;
}
.sidebar > .block.block-compare .block-title .counter.qty:before {
  content: "(";
  display: inline-block;
}
.sidebar > .block.block-compare ol.product-items li.product-item {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 7px;
}
.sidebar > .block.block-compare ol.product-items li.product-item:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar > .block.block-compare ol.product-items li.product-item .product-item-name {
  font-weight: 500;
}
.sidebar > .block.block-compare ol.product-items li.product-item .action.delete {
  float: right;
}
.sidebar > .block.block-compare ol.product-items li.product-item .action.delete:after {
  content: "\f1f8";
  font-family: "FontAwesome";
  display: inline-block;
}
.sidebar > .block.block-compare ol.product-items li.product-item .action.delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar > .block.block-compare .actions-toolbar {
  padding-top: 30px;
}
.sidebar > .block.block-compare .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar > .block.block-compare .actions-toolbar > div {
  float: left;
  margin-right: 10px;
}
.sidebar > .block.block-wishlist .block-content > .subtitle {
  display: none;
}
.sidebar > .block.block-wishlist .block-title .counter {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
  text-transform: none;
}
.sidebar > .block.block-wishlist .block-title .counter:after {
  content: ")";
  display: inline-block;
}
.sidebar > .block.block-wishlist .block-title .counter:before {
  content: "(";
  display: inline-block;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info {
  margin-bottom: 30px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-photo {
  float: left;
  width: 80px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-photo span {
  display: block;
  width: 100% !important;
  padding: 0 !important;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-photo img {
  height: auto !important;
  width: 100% !important;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details {
  float: left;
  padding-left: 20px;
  width: calc(100% - 80px);
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name {
  font-weight: 600;
  margin-bottom: 10px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .tocart.primary {
  padding: 4px;
  width: 100%;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .tocart.primary span {
  display: none;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .tocart.primary:before {
  content: "\e66e";
  font-family: Pe-icon-7-stroke;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove {
  display: block;
  width: 37px;
  height: 31px;
  line-height: 30px;
  border: 1px solid #ddd;
  text-align: center;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove span {
  display: none;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove:hover {
  border-color: #0cafea;
  background-color: #0cafea;
  color: #fff;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove:after {
  content: "\f014";
  font-family: FontAwesome;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin-top: 15px;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-actions:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .actions-primary {
  width: calc(100% - 50px);
  padding-right: 10px;
  float: left;
}
.sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .actions-secondary {
  float: left;
}
.sidebar > .block.block-wishlist .action.details {
  width: 100%;
}
.sidebar > .block.block-blog-categories .block-content ul li {
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 0 9px;
}
.sidebar > .block.block-blog-posts .post-image {
  position: relative;
  overflow: hidden;
}
.sidebar > .block.block-blog-posts .post-image .popup-youtube {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.sidebar > .block.block-blog-posts .post-image img {
  transition: all 300ms;
  min-width: 100%;
  transform: scale(1);
}
.sidebar > .block.block-blog-posts .post-image:hover img {
  transform: scale(1.1);
}
.sidebar > .block.block-blog-posts .title a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 12px;
  margin-bottom: 7px;
}
.sidebar > .block.block-blog-posts li.item {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
.sidebar > .block.account-nav .account-nav-content {
  padding-top: 0;
}
.sidebar > .block.account-nav .account-nav-content .nav.items .nav.item a,
.sidebar > .block.account-nav .account-nav-content .nav.items .nav.item strong {
  display: block;
  padding: 8px 0 9px;
  background: none !important;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar > .block.account-nav .account-nav-content .nav.items .nav.item strong {
  font-weight: 600;
  color: #000;
}
.customer-account-index .column.main .block {
  border: 1px solid #ddd;
}
.customer-account-index .column.main .block + .block {
  margin-top: 50px;
}
.customer-account-index .column.main .block .block-title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.customer-account-index .column.main .block .block-title .action {
  vertical-align: top;
}
.customer-account-index .column.main .block .block-title strong {
  font-weight: inherit;
}
.block.block-addresses-default,
.block.block-addresses-list {
  border: 1px solid #ddd;
  border-radius: 0;
}
.block.block-addresses-default .block-title,
.block.block-addresses-list .block-title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.block.block-addresses-list {
  margin-top: 50px;
}
.block.block-addresses-list .item + .item {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 25px;
}
.block.block-addresses-list .block-content {
  padding: 20px 15px 25px;
}
.block.block-dashboard-info .block-content:after,
.block.block-dashboard-addresses .block-content:after,
.block.block-addresses-default .block-content:after {
  content: "";
  display: table;
  clear: both;
}
.block.block-dashboard-info .block-content > .box,
.block.block-dashboard-addresses .block-content > .box,
.block.block-addresses-default .block-content > .box {
  float: left;
  width: 50%;
  padding: 20px 15px 25px;
}
.block.block-dashboard-info .block-content > .box .box-title,
.block.block-dashboard-addresses .block-content > .box .box-title,
.block.block-addresses-default .block-content > .box .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.block.block-dashboard-info .block-content > .box .box-actions .action + .action,
.block.block-dashboard-addresses .block-content > .box .box-actions .action + .action,
.block.block-addresses-default .block-content > .box .box-actions .action + .action {
  margin-left: 10px;
}
.block.block-reviews-dashboard .block-content {
  padding: 20px 15px 25px;
}
.block.block-reviews-dashboard .block-content .items .item + .item {
  margin-top: 15px;
}
.block.block-reviews-dashboard .block-content .items .item .product-name {
  font-weight: 600;
}
.block.block-reviews-dashboard .block-content .items .item .rating-summary .label {
  color: #222;
  padding: 0;
  margin: 0;
}
.table-wrapper.orders-recent {
  padding: 20px 15px;
}
.table-wrapper.orders-recent table {
  margin-bottom: 0;
}
/* MINI CART */
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  color: #444444;
  content: '\e66e';
  font-family: 'Pe-icon-7-stroke';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close {
  display: none;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 12px 25px 15px;
  list-style: none none;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 100%;
  text-align: left;
  right: 0;
  position: absolute;
  width: 320px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart .block-title span {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  color: #000;
}
.minicart-wrapper .action.primary.checkout {
  width: 100%;
}
.minicart-wrapper .subtitle {
  display: none;
}
.minicart-wrapper .block-content > .subtotal {
  display: table;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
}
.minicart-wrapper .block-content > .subtotal .label {
  display: table-cell;
  color: #000;
  padding: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.minicart-wrapper .block-content > .subtotal .price-container {
  display: table-cell;
  text-align: right;
}
.minicart-wrapper .block-content > .subtotal .price {
  display: table-cell;
  color: #0cafea;
  font-weight: 600;
  text-align: right;
}
.minicart-wrapper .block-content > .actions {
  clear: left;
  margin-bottom: 15px;
}
.minicart-wrapper .block-content .subtitle.empty {
  text-align: center;
  display: block;
  font-weight: 400;
  padding: 10px 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  content: '\e680';
  font-family: 'Pe-icon-7-stroke';
  margin: 0;
  vertical-align: top;
  display: block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before,
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #0CAFEA;
  color: #fff;
  height: 18px;
  line-height: 18px;
  display: block;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  position: absolute;
  right: -5px;
  top: 100%;
  margin-top: -10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.minicart-wrapper .action.showcart .counter.qty.empty > * {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty:after {
  content: "0";
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.viewcart {
  width: 100%;
}
.minicart-wrapper .minicart-items-wrapper {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  max-height: 290px;
}
.minicart-wrapper .minicart-items-wrapper + .actions {
  margin: 15px 0 0;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  overflow: hidden;
  width: 80px !important;
  float: left;
}
.minicart-items .product > .product-item-photo img,
.minicart-items .product > .product-image-container img {
  max-width: 100%;
  height: auto !important;
}
.minicart-items .product-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.minicart-items .product-item .product:after {
  display: table;
  clear: both;
  content: "";
}
.minicart-items .product-item .product > .product-item-photo {
  position: relative;
}
.minicart-items .product-item .product > .product-item-photo:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.minicart-items .product-item .product > .product-item-photo img {
  max-width: 100%;
  height: auto !important;
}
.minicart-items .product-item .product-item-details {
  float: left;
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-top: 1px;
}
.minicart-items .product-item .product-item-details > .product.options {
  font-size: 12px;
}
.minicart-items .product-item .product-item-details .product-item-name {
  color: #000;
  line-height: 1.428;
  font-weight: 600;
  display: block;
}
.minicart-items .product-item .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 1.428;
  display: block;
}
.minicart-items .product-item .product-item-details .product-item-name a:hover {
  color: #0cafea;
}
.minicart-items .product-item .product-item-details .product-item-pricing {
  margin-top: 4px;
}
.minicart-items .product-item .product-item-details .product-item-pricing .price {
  color: #0cafea;
  font-size: 14px;
}
.minicart-items .product-item .details-qty.qty {
  margin-top: 1px;
}
.minicart-items .product-item .details-qty.qty > label {
  display: none;
}
.minicart-items .product-item .details-qty.qty .cart-item-qty {
  width: 45px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #ccc;
}
.minicart-items .product-item .details-qty.qty .update-cart-item {
  margin-left: 3px;
  height: 25px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}
.minicart-items .product-item .details-qty.qty .update-cart-item:hover,
.minicart-items .product-item .details-qty.qty .update-cart-item:focus,
.minicart-items .product-item .details-qty.qty .update-cart-item:active {
  background-color: #0cafea;
  border-color: #0cafea;
  color: #fff;
}
.minicart-items .product-item .product.actions {
  position: absolute;
  top: 50%;
  left: 50%;
  display: table;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.minicart-items .product-item .product.actions > div {
  display: table-cell;
  padding: 0 3px;
  vertical-align: middle;
}
.minicart-items .product-item .product.actions .action {
  width: 30px;
  height: 30px;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.minicart-items .product-item .product.actions .action span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product-item .product.actions .action:after {
  font-size: 20px;
  font-family: 'Pe-icon-7-stroke';
  font-weight: bold;
}
.minicart-items .product-item .product.actions .action.delete:after {
  content: "\e680";
  font-size: 28px;
}
.minicart-items .product-item .product.actions .action.edit:after {
  content: "\e666";
}
.minicart-items .product-item .product.actions .action:hover {
  background-color: #0cafea;
  border-color: #0cafea;
  color: #fff;
}
.minicart-items .product-item:hover .product > .product-item-photo:after {
  opacity: 0.5;
}
.minicart-items .product-item:hover .product.actions {
  opacity: 1;
  visibility: visible;
}
span.product-image-container {
  max-width: 100% !important;
}
.product.options.list {
  margin: 0;
  display: table;
}
.product.options.list:after {
  content: "";
  display: table;
  clear: both;
}
.product.options.list dt,
.product.options.list dd {
  float: left;
  vertical-align: top;
  line-height: inherit;
  font-size: 14px;
}
.product.options.list dd + dt {
  clear: left;
}
.product.options.list dt.label {
  color: #000;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  margin-right: 4px;
  line-height: inherit;
}
.product.options.list dt.label:after {
  content: ":";
}
.vertical-menu li {
  display: block;
  position: relative;
  float: none !important;
}
.vertical-menu li a {
  display: block;
  padding: 12px 40px 12px 25px;
  font-size: 14px;
  background: none;
  position: relative;
  line-height: 1.75;
  background: none !important;
  color: #878787;
}
.vertical-menu li a:hover {
  color: #222;
}
.vertical-menu li a .label-menu {
  margin-left: 5px;
  top: 4px;
  position: static !important;
  display: inline-block;
  vertical-align: top;
}
.vertical-menu li:first-child > a {
  border-bottom: 1px solid #eee !important;
}
@media (min-width: 1200px) {
  .vertical-menu > li > a {
    color: #222;
  }
  .vertical-menu > li:hover > a {
    color: #0cafea;
  }
  .vertical-menu li:not(:last-child) > a {
    border-bottom: 1px solid #eee;
  }
  .vertical-menu li.mega-menu-fullwidth > ul.dropdown-menu {
    border-top: 1px solid #efefef;
    padding: 14px 30px 16px;
  }
  .vertical-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a {
    padding: 10px 0 6px;
  }
  .vertical-menu li.mega-menu-fullwidth.menu-2columns > .dropdown-menu {
    min-width: 500px;
  }
  .vertical-menu li a .mega-menu-sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
  }
  .vertical-menu li .toggle-menu {
    display: none !important;
  }
  .vertical-menu li .icon-next {
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 12px;
  }
  .vertical-menu li .icon-next .fa:before {
    content: "\f105";
  }
  .vertical-menu li > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0;
    display: block !important;
    padding: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-width: 250px;
    margin: 0;
    border: none;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    opacity: 0;
    visibility: hidden;
  }
  .vertical-menu li:hover > .dropdown-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .vertical-menu ul.sub-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .vertical-menu li > a {
    border-bottom: 1px solid #eee;
  }
  .vertical-menu li .icon-next {
    display: none !important;
  }
  .vertical-menu li .toggle-menu {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 0px;
    width: 40px;
  }
  .vertical-menu li .toggle-menu a.active .fa-plus:before {
    content: "\f068";
  }
  .vertical-menu li > .dropdown-menu {
    position: static !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .vertical-menu li[class*="level"] > ul > li > a {
    padding-left: 25px;
  }
  .vertical-menu [class*="col-md"] {
    width: 100%;
  }
}
.page-products-full-width .page-main {
  width: auto;
}
.category-view .category-image {
  margin-bottom: 30px;
}
.category-view .category-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.category-view .category-description {
  margin-bottom: 35px;
}
/* TOP SEARCH FORM */
.top-search .block.block-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background-color: #fff;
  border-top: 2px solid #000;
  z-index: 1;
  display: block;
  opacity: 0;
  width: 100%;
  max-width: 800px;
  visibility: hidden;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
.top-search .block.block-search .block-title,
.top-search .block.block-search .field.search .label {
  display: none;
}
.top-search .block.block-search .field.search input {
  border: none;
  color: #000000;
  text-align: left;
  font-size: 16px;
  height: 46px;
  padding: 0 15px;
  box-shadow: none;
}
.top-search .block.block-search .field.search input::-webkit-input-placeholder {
  color: #aeaeae;
}
.top-search .block.block-search .field.search input::-moz-placeholder {
  color: #aeaeae;
}
.top-search .block.block-search .field.search input:-ms-input-placeholder {
  color: #aeaeae;
}
.top-search .block.block-search .field.search input:-moz-placeholder {
  color: #aeaeae;
}
.top-search .block.block-search .form.minisearch {
  position: relative;
}
.top-search .block.block-search .form.minisearch .action.search {
  position: absolute;
  top: 7px;
  right: 10px;
  background: none;
  border: none;
  font-size: 30px;
  color: #000;
  padding: 0;
  line-height: 1;
}
.top-search .block.block-search .form.minisearch .action.search[disabled] {
  opacity: 0.4;
}
.top-search .block.block-search .form.minisearch .action.search span {
  display: none;
}
.top-search .block.block-search .form.minisearch .action.search:after {
  content: "\e618";
  font-family: 'Pe-icon-7-stroke';
  display: block;
}
.top-search .enable_search_form {
  font-size: 24px;
  height: 24px;
  color: #444444;
  line-height: 24px;
  background: none;
  border: none;
  box-shadow: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.header-wl a {
  font-size: 24px;
  height: 24px;
  color: #444444;
  line-height: 24px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 1px 6px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.active-top-search.absolute_header .cms-index-index .header:not(.header-sticky) {
  background-color: #fff;
}
.active-top-search .top-search .block.block-search {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.header-sticky .desktop-navigation .mgt-menu .navigation .level0 > .level-top {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
/* DEALS */
.big-deal-products .product-item {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.big-deal-products .product-item:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 40%;
  background-color: #dfe6e8;
  position: absolute;
}
.big-deal-products .product-item .product-item-info {
  position: relative;
  z-index: 2;
}
.big-deal-products .product-item .product-item-info .product-item-description p {
  color: #000;
}
.big-deal-products .product-item .product-item-info .product-item-name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 0;
}
.big-deal-products .product-item .product-item-info .product-left a.product-item-photo {
  display: block;
  position: relative;
}
.big-deal-products .product-item .product-item-info .product-left img.product-image-photo {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.big-deal-products .price-box {
  font-size: 20px;
}
.big-deal-products .price-box .special-price {
  font-weight: 700;
}
.big-deal-products .product-item-description {
  margin-top: 50px;
}
.big-deal-products .owl-carousel .product-item {
  margin-bottom: 0;
}
.big-deal-products .owl-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.big-deal-products .owl-carousel .owl-nav > div {
  position: static;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  border-radius: 0;
  border: none;
  font-size: 16px;
  letter-spacing: 0.3em;
  background: none !important;
  padding: 0;
  height: auto;
  margin: 0;
}
.big-deal-products .owl-carousel .owl-nav > div + div:before {
  content: "/";
  margin: 0 15px;
  color: #c2c2c2;
}
.big-deal-products .owl-carousel .owl-nav > div:hover {
  color: #0cafea;
}
.big-deal-products .owl-carousel .owl-nav:not(.disabled) + .owl-dots {
  display: none;
}
.big-deal-products .owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.deal-timer {
  display: table;
  width: 100%;
  margin: 40px 0;
}
.deal-timer .countdown,
.deal-timer .time-note {
  display: table-row;
}
.deal-timer .countdown span,
.deal-timer .time-note span {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  border-left: 1px solid #333;
  line-height: 1;
}
.deal-timer .countdown span:latest-child,
.deal-timer .time-note span:latest-child {
  border-right: 1px solid #333;
}
.deal-timer .countdown span {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .deal-timer .countdown span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .deal-timer .countdown span {
    font-size: 24px;
  }
}
/* DEAL No image */
.deal-no-image-products .sub-title {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
.deal-no-image-products .product-name {
  font-size: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
.deal-no-image-products .price-box .special-price,
.deal-no-image-products .price-box .old-price {
  display: block;
}
.deal-no-image-products .price-box .special-price .price {
  color: #e85b63;
  font-size: 30px;
  font-weight: 700;
}
.deal-no-image-products .price-box .old-price {
  line-height: 0;
  margin-left: 0;
}
.deal-no-image-products .price-box .old-price .price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.deal-no-image-products .product-item-description {
  margin-top: 30px;
}
.deal-no-image-products .deal-timer .countdown span b {
  font-weight: 300;
}
.deal-no-image-products .product-timer > i {
  float: left;
  font-size: 60px;
  color: #000;
  margin: 30px 0;
  line-height: 74px;
}
.deal-no-image-products .deal-timer {
  float: left;
  width: calc(100% - 150px);
  padding-left: 15px;
}
.deal-no-image-products .deal-timer .countdown span,
.deal-no-image-products .deal-timer .time-note span {
  text-align: left;
  border: 0;
}
.deal-no-image-products .deal-timer .countdown span:last-child,
.deal-no-image-products .deal-timer .time-note span:last-child {
  border: 0;
}
.deal-no-image-products .deal-timer .time-note span {
  font-weight: 600;
  text-transform: capitalize;
}
.text-banner-clt {
  color: #000;
  letter-spacing: 0.1em;
  padding-left: 50%;
}
.text-banner-clt .sm-heading {
  font-size: 48px;
  line-height: 1.2;
}
.text-banner-clt .lg-heading {
  font-size: 64px;
  line-height: 1.3;
}
.text-banner-clt .action-shop-now {
  margin-top: 40px;
}
.list-products .product-item-info {
  margin-bottom: 30px;
}
.list-products .product-item-info:after {
  display: table;
  clear: both;
  content: "";
}
.list-products .product-item-info .product-image {
  width: 135px;
  float: left;
  vertical-align: top;
  position: relative;
}
.list-products .product-item-info .product-item-details {
  width: calc(100% - 135px);
  float: left;
  vertical-align: top;
  padding-left: 30px;
}
.list-products .product-item-info:hover .action.mgs-quickview {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.list-products .product-item-photo {
  position: relative;
  display: block;
}
.list-products .product-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.list-products .action.mgs-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.list-products .action.mgs-quickview,
.list-products .actions-link .action {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
  background-color: #fff;
  font-size: 16px;
  line-height: 35px;
  padding: 0;
}
.list-products .action.mgs-quickview span,
.list-products .actions-link .action span {
  font-weight: bold;
}
.list-products .action.mgs-quickview:hover {
  background-color: #0cafea;
  border-color: #0cafea;
}
.list-products .actions-link .action:hover {
  border-color: #0cafea;
  color: #0cafea;
}
.list-products .product-item-name {
  margin-top: 0;
  margin-bottom: 6px;
}
.list-products .actions-link:after {
  content: "";
  display: table;
  clear: both;
}
.list-products .actions-link li {
  float: left;
}
.list-products .actions-link li + li {
  margin-left: 10px;
}
.list-products .price-box + .actions-link {
  margin-top: 10px;
}
.list-products .owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: -102px;
}
.list-products .owl-carousel .owl-nav:before {
  content: "";
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #c2c2c2;
  left: 50%;
  position: absolute;
}
.list-products .owl-carousel .owl-nav:after {
  content: "";
  display: table;
  clear: both;
}
.list-products .owl-carousel .owl-nav > div {
  width: 40px;
  height: 40px;
  position: static;
  display: block;
  float: left;
  opacity: 1;
  visibility: visible;
  border: none;
  border-radius: 0;
  font-size: 40px;
  background: none !important;
  text-align: center;
  line-height: 40px;
  margin: 0;
}
.list-products .owl-carousel .owl-nav > div + div {
  margin-left: 30px;
}
.list-products .owl-carousel .owl-nav > div + div i {
  font-weight: inherit;
}
.list-products .owl-carousel .owl-nav > div:hover {
  color: #0cafea;
}
.list-products .owl-carousel .owl-item {
  padding: 0 15px;
}
.clt-video {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.1px;
}
.clt-video .clt-video--text {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 50%;
  bottom: 190px;
  padding: 80px;
  font-size: 16px;
  font-weight: 300;
  margin-top: -80px;
  margin-left: -80px;
}
.clt-video .clt-video--text h2 {
  margin-top: 0;
}
.clt-video .video-popup-link {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  min-height: 80px;
  padding-top: 14px;
  display: inline-block;
  padding-left: 170px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.clt-video .video-popup-link:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 80px;
  top: 0;
  position: absolute;
  transition: all 300ms;
}
.clt-video .video-popup-link:after {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 116px;
  line-height: 1;
  margin-top: -12px;
  transition: all 300ms;
}
.clt-video .video-popup-link:hover {
  color: #000;
}
.clt-video .video-popup-link:hover:before {
  border-color: #000;
}
.clt-video .video-popup-link span,
.clt-video .video-popup-link strong {
  display: block;
  line-height: 1;
}
.clt-video .video-popup-link strong {
  font-size: 32px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .clt-video .clt-video--text {
    margin-top: -1px;
    margin-left: 0;
  }
}
/* PRODUCT TAB TITLE V2 */
.tab-titlev2 {
  display: table;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 60px;
}
.width1024 .tab-titlev2 {
  max-width: 994px;
}
.width1366 .tab-titlev2 {
  max-width: 1336px;
}
.fullwidth .tab-titlev2 {
  max-width: 100%;
}
/* About Us block (Home Brand) */
.about-cms-block .dp-table .dp-table-cell {
  width: 50%;
}
.about-cms-block .dp-table .dp-table-cell > img {
  float: right;
}
.about-cms-block .dp-table .dp-table-cell:first-child {
  padding-right: 50px;
}
.about-cms-block .dp-table .dp-table-cell:last-child {
  padding-left: 15px;
}
.show-menu-product-tabs {
  padding: 10px 50px 10px 10px;
  position: relative;
  border: 1px solid #ddd;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.show-menu-product-tabs:after {
  content: "\f0c9";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  width: 50px;
  display: block;
  top: 0;
  text-align: center;
  bottom: 0;
  line-height: 45px;
  font-size: 17px;
  border-left: 1px solid #ddd;
}
/* Lazy Load */
.owl-item img.owl-lazy {
  opacity: 1 !important;
}
.lazysvg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .promobanner > .text {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 0;
}
.atv_lazyload .promobanner > .lz-loaded + .text {
  opacity: 1;
}
.atv_lazyload .promobanner .lazy {
  border: 1px solid #eee !important;
}
.atv_lazyload .promobanner .lazy + span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .instagram-item-col > a:not(.lz-loaded),
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded) {
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.atv_lazyload .instagram-item-col > a:not(.lz-loaded):before,
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded):before,
.atv_lazyload .instagram-item-col > a:not(.lz-loaded):after,
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded):after {
  content: none;
}
.atv_lazyload .instagram-item-col > a:not(.lz-loaded) img,
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded) img {
  opacity: 0 !important;
}
.atv_lazyload .instagram-item-col > a:not(.lz-loaded) span:before,
.atv_lazyload .instagram-item-col .instagram-item > a:not(.lz-loaded) span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .list-products .lazy,
.atv_lazyload .products-grid .lazy,
.atv_lazyload .big-deal-products .lazy,
.atv_lazyload .products.list .lazy {
  border: 1px solid #eee !important;
}
.atv_lazyload .list-products .lazy + div.product-image-photo:after,
.atv_lazyload .products-grid .lazy + div.product-image-photo:after,
.atv_lazyload .big-deal-products .lazy + div.product-image-photo:after,
.atv_lazyload .products.list .lazy + div.product-image-photo:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .list-products .owl-item .product-item-photo:not(.lz-loaded) img,
.atv_lazyload .products-grid .owl-item .product-item-photo:not(.lz-loaded) img,
.atv_lazyload .big-deal-products .owl-item .product-item-photo:not(.lz-loaded) img,
.atv_lazyload .products.list .owl-item .product-item-photo:not(.lz-loaded) img {
  border: 1px solid #eee !important;
}
.atv_lazyload .list-products .owl-item .product-item-photo:not(.lz-loaded) div.product-image-photo:after,
.atv_lazyload .products-grid .owl-item .product-item-photo:not(.lz-loaded) div.product-image-photo:after,
.atv_lazyload .big-deal-products .owl-item .product-item-photo:not(.lz-loaded) div.product-image-photo:after,
.atv_lazyload .products.list .owl-item .product-item-photo:not(.lz-loaded) div.product-image-photo:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.atv_lazyload .widget.mgs-blog-lastest-posts .thumbnail-post .post-image .img-link:not(.lz-loaded) {
  display: block;
  position: relative;
  border: 1px solid #eee;
}
.atv_lazyload .widget.mgs-blog-lastest-posts .thumbnail-post .post-image .img-link:not(.lz-loaded):after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  content: "";
  background-image: url('../images/three-dots.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.limiter {
  white-space: nowrap;
}
.limiter select {
  display: inline-block;
  width: auto;
}
.limiter .limiter-text {
  display: none;
}
.limiter .limiter-label {
  font-weight: 400;
  margin-right: 3px;
}
.toolbar .toolbar-sorter .sorter-action {
  font-size: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  border-left: 1px solid #e3e6e9;
  color: #bdbdbd;
}
.toolbar .toolbar-sorter .sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .toolbar-sorter .sorter-action:hover {
  background-color: #0cafea;
  border-color: #0cafea;
  color: #fff;
}
.toolbar .toolbar-sorter .sorter-action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: "\f160";
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: "\f161";
}
.toolbar .modes:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  width: 40px;
  height: 40px;
  border: 1px solid #bdbdbd;
  text-align: center;
  line-height: 40px;
  color: #bdbdbd;
  font-size: 18px;
  transition: all 300ms;
  display: block;
  float: left;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .modes .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .modes .modes-mode + .modes-mode {
  margin-left: 15px;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: "\f009";
  line-height: 40px;
}
.toolbar .modes .modes-mode.mode-list:before {
  content: "\f00b";
  line-height: 40px;
}
.toolbar .modes strong.modes-mode,
.toolbar .modes a.modes-mode:hover {
  color: #fff;
  background-color: #0cafea;
  border-color: #0cafea;
}
.toolbar .pages .pages-label {
  display: none;
}
.toolbar .pages .items:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar .pages .items .item {
  float: left;
  margin: 0 5px;
  text-align: center;
}
.toolbar .pages .items .item .label {
  display: none;
}
.toolbar .pages .items .item .page,
.toolbar .pages .items .item .action {
  height: 40px;
  min-width: 40px;
  padding: 0 10px;
  line-height: 40px;
  display: block;
  box-sizing: border-box;
  transition: all 300ms;
  border: 1px solid #ddd;
}
.toolbar .pages .items .item.current .page,
.toolbar .pages .items .item .page:hover,
.toolbar .pages .items .item .action:hover {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  border-color: #000;
}
.toolbar-products {
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e6e9;
  margin-bottom: 40px;
}
.toolbar-products:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar-products .modes {
  float: right;
  margin-bottom: 15px;
  vertical-align: top;
}
.toolbar-products .limiter,
.toolbar-products .sorter {
  vertical-align: top;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #e3e6e9;
  white-space: nowrap;
  padding: 0 0 0 20px;
}
.toolbar-products .limiter label,
.toolbar-products .sorter label {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #a1b1bc;
  font-weight: 400;
  font-size: 14px;
}
.toolbar-products .limiter label:after,
.toolbar-products .sorter label:after {
  content: ":";
}
.toolbar-products .limiter select,
.toolbar-products .sorter select {
  width: auto;
  border: none;
  height: 38px;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.toolbar-products .sorter {
  margin-left: 20px;
}
.toolbar-products .toolbar-amount {
  display: none;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper + .toolbar-products {
  padding-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #e3e6e9;
  border-bottom: 0;
  margin-bottom: 0;
}
.products.wrapper + .toolbar-products .pages,
.products.wrapper + .toolbar-products .modes {
  margin-top: 15px;
}
.products.wrapper + .toolbar-products .pages .items .item:first-child {
  margin-left: 0;
}
.products.wrapper + .toolbar-products .limiter,
.products.wrapper + .toolbar-products .sorter {
  display: none;
}
.products.wrapper + .toolbar-products .pages {
  display: block;
}
/* Product List */
.products.list .product-item {
  margin-bottom: 30px;
}
.products.list .product-item .product-top {
  position: relative;
}
.products.list .product-item .product-top .product-item-photo {
  display: block;
  position: relative;
}
.products.list .product-item .product-top .product-item-photo img {
  border-radius: 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
}
.products.list .product-item .product-item-details .ct-attribute-text {
  margin-bottom: 5px;
}
.products.list .product-item .product-item-details .ct-attribute-text.empty {
  display: none;
}
.products.list .product-item .product-item-details .product-item-name {
  margin-top: 0;
  letter-spacing: inherit;
  margin-bottom: 5px;
}
.products.list .product-item div[class*="swatch-opt-"] {
  margin-top: 20px;
}
.products.list .product-item .product-reviews-summary {
  margin-top: 10px;
}
.products.list .product-item .product-reviews-summary .rating-summary,
.products.list .product-item .product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: top;
}
.products.list .product-item .product-item-description {
  margin-top: 20px;
  font-weight: 300;
}
.products.list .product-item .product-detail-action {
  margin-top: 30px;
}
.products.list .product-item .product-detail-action .actions-link {
  display: inline-block;
}
.products.list .product-item .product-detail-action .action {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  text-align: center;
  padding: 0;
  line-height: 32px;
  background-color: transparent;
  margin: 0 5.5px;
}
.products.list .product-item .product-detail-action .action.tocart {
  margin-left: 0;
}
.products.list .product-item .product-detail-action .action.tocart .text {
  display: none;
}
.products.list .product-item .product-detail-action .action.tocart.disabled {
  color: #898989;
  background-color: #eee;
  border-color: #eee;
  pointer-events: none;
}
.products.list .product-item .product-detail-action .action span[class*="pe-7s-"],
.products.list .product-item .product-detail-action .action i[class*="pe-7s-"] {
  font-weight: bold;
}
.products.list .product-item .product-detail-action .action:hover {
  background-color: #0cafea;
  border-color: #0cafea;
  color: #fff;
}
.swatch-option-loading {
  content: none !important;
}
div.product-image-photo.swatch-option-loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center center;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-image: url('../images/three-dots-white.svg');
  opacity: 1;
  visibility: visible;
}
/* Product Detail */
.product-detail-container .product.media,
.product-detail-container .product-info-main {
  float: left;
  padding: 0 15px;
  vertical-align: top;
  margin: 0;
  width: 50%;
}
.product-detail-container .product-info-main {
  float: right;
}
.product-detail-container .product-info-main.is_stuck {
  padding-top: 70px;
}
.product.media {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product.media .imgzoom .zoomImg {
  cursor: move;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav:not(.disabled) + .owl-dots {
  display: none;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav > div {
  position: static;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  background: none !important;
  padding: 0;
  height: auto;
  margin: 0;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav > div + div:before {
  content: "/";
  margin: 0 15px;
  color: #c2c2c2;
}
.product.media #owl-carousel-gallery.owl-carousel .owl-nav > div:hover {
  color: #0cafea;
}
.product.media #owl-carousel-gallery.owl-carousel.gallery-vertical .owl-nav {
  left: 50px;
}
.product.media .gallery-list .item-image + .item-image {
  margin-top: 30px;
}
.product.media .horizontal-thumbnail {
  margin-top: 29px;
  padding: 0 20px;
}
.product.media .horizontal-thumbnail .owl-stage-outer {
  padding: 1px 0;
}
.product.media .horizontal-thumbnail .owl-item {
  padding: 0 10px;
}
.product.media .horizontal-thumbnail .owl-item .item-thumb {
  border: 1px solid transparent;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .horizontal-thumbnail .owl-item .item-thumb.active {
  border-color: #0cafea;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav > div {
  opacity: 1;
  visibility: visible;
  width: 30px;
  border-radius: 0;
  border: none;
  background: none !important;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav > div:hover {
  color: #0cafea;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav > div.owl-prev {
  left: 0;
  text-align: left;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav > div.owl-next {
  right: 0;
  text-align: right;
}
.product.media .vertical-gallery {
  height: 100%;
}
.product.media .vertical-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  width: 70px;
  float: left;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical {
  width: calc(100% - 70px);
  padding-left: 25px;
  float: left;
}
.product.media .vertical-gallery .slick-vertical > .slick-list.draggable {
  overflow: hidden;
}
.product.media .vertical-gallery .vertical-thumbnail {
  display: none;
  position: relative;
}
.product.media .vertical-gallery .vertical-thumbnail.slick-initialized {
  display: block;
}
.product.media .vertical-gallery .slick-arrow {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5));
}
.product.media .vertical-gallery .slick-arrow.pe-7s-angle-down {
  bottom: 0;
  top: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ffffff);
}
.product.media .vertical-gallery .slick-arrow:hover {
  color: #0cafea;
}
.product.media .vertical-gallery .item-thumb:after,
.product.media .vertical-gallery .item-thumb:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
}
.product.media .vertical-gallery .item-thumb img {
  border: 1px solid transparent;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .vertical-gallery .item-thumb.active img {
  border-color: #0cafea;
}
.product.media .item-image {
  position: relative;
}
.product.media .item-image img {
  /*min-width: 100%; - pdz - fix product image size issues Magento 2.4*/
  width: auto;
  margin: auto;
}
.product.media .item-image .lb {
  cursor: zoom-in;
}
.product.media .item-image .lb.video-link {
  cursor: pointer;
}
.product.media .item-image .lb.video-link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  z-index: 1;
}
.product.media .item-image .lb.video-link:before {
  content: "\f03d";
  font-size: 50px;
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #282828;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product.media .item-image .lb.video-link:after,
.product.media .item-image .lb.video-link:before {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .item-image:hover .lb.video-link:after,
.product.media .item-image:hover .lb.video-link:before {
  opacity: 1;
  visibility: visible;
}
.product.media .item-image .popup-youtube {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  padding: 9px;
  z-index: 99;
}
.product.media .item-thumb {
  position: relative;
  cursor: pointer;
}
.product.media .item-thumb img {
  /*min-width: 100%; - pdz - added margin below fix product image thumb spacing Magento 2.4*/
  margin: auto;
}
.product.media .item-thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.product.media .item-thumb a:before {
  content: "\f03d";
  font-size: 30px;
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #666;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-data-items-menu {
  border: 1px solid #d8d8d8;
  margin-top: 70px;
}
.product-data-items-menu:after {
  content: "";
  display: table;
  clear: both;
}
.product-data-items-menu .data.item.title {
  float: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-right: 1px solid #d8d8d8;
  text-transform: uppercase;
}
.product-data-items-menu .data.item.title a {
  color: #707070;
  display: block;
  padding: 21px 30px 17px;
  border-bottom: 3px solid transparent;
}
.product-data-items-menu .data.item.title a .counter {
  font-size: 75%;
}
.product-data-items-menu .data.item.title a .counter:before {
  content: "(";
}
.product-data-items-menu .data.item.title a .counter:after {
  content: ")";
}
.product-data-items-menu .data.item.title a:hover,
.product-data-items-menu .data.item.title.active a {
  color: #0cafea;
  border-color: #0cafea;
}
.product-data-items-content .data.item.content {
  padding-top: 32px;
}
.product-data-items-content .data.item.content .product.attribute.description .text-block {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.product-data-items-content .data.item.content .product.attribute.description .QandA_question {
  margin-bottom: 20px;
}
.product-data-items-content .data.item.content .product.attribute.description img {
  border: 2px #e7e7e7 solid;
}
.product-data-items-content .data.item.content .product.attribute.description h3,
.product-data-items-content .data.item.content .product.attribute.description h2,
.product-data-items-content .data.item.content .product.attribute.description h1 {
  margin-bottom: 34px;
}
.product-data-items-content .data.item.content .product.attribute.description h5 {
  margin-bottom: 20px;
}
.product-data-items-content .data.item.content .product.attribute.description p {
  margin-bottom: 18px;
}
.product-data-items-content .data.item.content .product.attribute.description ul {
  padding-left: 20px;
}
.product-data-items-content .data.item.content .product.attribute.description ul li:not(.post-item) {
  position: relative;
  /* PDZ remove auto bullets
                        &:before {
                            content: '';
                            display: block;
                            width: 6px;
                            height: 6px;
                            background-color: #68cdf2;
                            border-radius: 50%;
                            left: -19px;
                            position: absolute;
                            transform: translateY(-50%);
                            top: 50%;
                        } */
}
.product-data-items-content .title-accordion {
  display: none;
}
.product-data-items-content .table.additional-attributes tbody tr:nth-child(2n) {
  background-color: #f6f6f6;
}
.product-data-items-content .table.additional-attributes tbody tr th {
  display: table-cell;
  width: 30%;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
}
.product-data-items-content .table.additional-attributes tbody tr td {
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
}
.product-data-items-content #reviews .block-title strong {
  display: block;
  letter-spacing: 0.1em;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.std ul {
  padding-left: 13px;
}
.std ul li {
  list-style-type: square;
  padding: 5px 7px;
}
.review-field-ratings legend.label {
  display: none !important;
}
.review-field-ratings legend.label + br {
  display: none !important;
}
.legend.review-legend {
  border-bottom: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.legend.review-legend span {
  margin-right: 5px;
}
.legend.review-legend + br {
  display: none !important;
}
.block.review-list .review-toolbar {
  display: none;
}
.block.review-list .review-toolbar .pager {
  margin: 0;
}
.block.review-list .review-toolbar .pages {
  display: table;
  margin: 0 auto;
}
.block.review-list .review-toolbar .limiter {
  display: none;
}
.block.review-list .review-items + .review-toolbar {
  display: block;
}
#product-review-container {
  margin-bottom: 40px;
}
.block.review-list .review-details:after {
  content: "";
  display: table;
  clear: both;
}
.block.review-list .review-details .review-author,
.block.review-list .review-details .review-date {
  float: left;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.block.review-list .review-details .review-date {
  margin-left: 7px;
}
.block.review-list .review-details .review-date:before {
  content: "(";
  display: inline-block;
}
.block.review-list .review-details .review-date:after {
  content: ")";
  display: inline-block;
}
.block.review-list .review-items li.review-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.block.review-list .review-items li.review-item .review-title {
  font-size: 16px;
  color: #0cafea;
  font-weight: 700;
}
.block.review-list .review-items li.review-item .review-ratings {
  margin-bottom: 5px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
  font-weight: 600;
  color: #2a2a2a;
  margin-right: 15px;
  font-size: 15px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label:after {
  content: ":";
}
.review-field-rating {
  display: table-row;
}
.review-field-rating > .label {
  color: #2a2a2a;
  display: table-cell;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
  padding: 0 20px 15px 0;
}
.review-field-rating > .label:after {
  content: ":";
}
.review-control-vote {
  height: 22px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 120px;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  position: absolute;
  color: #ff5501;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  top: 0;
  left: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.detail-page-grid-products {
  margin-top: 70px;
}
.detail-page-grid-products + .detail-page-grid-products {
  margin-top: 40px;
}
.detail-page-grid-products .content-heading {
  margin-bottom: 36px;
}
.detail-page-grid-products .content-heading .title {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
.detail-page-grid-products .owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: -68px;
}
.detail-page-grid-products .owl-carousel .owl-nav:before {
  content: "";
  display: block;
  width: 1px;
  bottom: 0;
  height: 22px;
  background-color: #c2c2c2;
  left: 50%;
  position: absolute;
}
.detail-page-grid-products .owl-carousel .owl-nav:after {
  content: "";
  display: table;
  clear: both;
}
.detail-page-grid-products .owl-carousel .owl-nav > div {
  width: 30px;
  height: 30px;
  position: static;
  display: block;
  float: left;
  opacity: 1;
  visibility: visible;
  border: none;
  border-radius: 0;
  font-size: 30px;
  background: none !important;
  text-align: center;
  line-height: 30px;
  margin: 0;
}
.detail-page-grid-products .owl-carousel .owl-nav > div + div {
  margin-left: 30px;
}
.detail-page-grid-products .owl-carousel .owl-nav > div i {
  font-weight: inherit;
}
.detail-page-grid-products .owl-carousel .owl-nav > div:hover {
  color: #0cafea;
}
.detail-page-grid-products .block-actions {
  text-align: left;
}
.detail-page-grid-products .block-actions button {
  border: none;
  background: none;
  padding: 0;
  font-style: italic;
  font-weight: 600;
}
.related-product-main .product-item {
  position: relative;
}
.related-product-main .product-item .product-item-inner {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.related-product-main .product-item .product-item-inner .field {
  padding: 0;
  margin: 0;
}
.related-product-main .product-item .product-item-inner .label {
  display: block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.related-product-main .product-item .product-item-inner .label:hover {
  background-color: #fff;
}
.related-product-main .product-item .product-item-inner input {
  position: absolute;
  left: -9999px;
}
.related-product-main .product-item .product-item-inner input:checked + .label {
  background-color: green;
  color: #fff;
  font-size: 20px;
}
.related-product-main .product-item .product-item-inner input:checked + .label span:before {
  content: "\e66c";
}
.related-product-main .product-item.grid-template-6 .product-detail-action {
  top: 15px;
  left: 15px;
}
.related-product-main .products-grid .grid-template-6 .product-detail-action {
  top: 60px;
}
.lookbook-container .content-heading {
  margin-bottom: 36px;
}
.lookbook-container .content-heading .title {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
.product-info-stock-sku:after {
  content: "";
  display: table;
  clear: both;
}
.product-info-stock-sku .product.attribute.sku,
.product-info-stock-sku .product-brand {
  margin-top: 8px;
}
.product-info-stock-sku .product.attribute.sku strong,
.product-info-stock-sku .product-brand strong,
.product-info-stock-sku .product.attribute.sku .brand-name strong,
.product-info-stock-sku .product-brand .brand-name strong {
  font-weight: 400;
  color: #aeaeae;
}
.product-info-stock-sku .product.attribute.sku strong:after,
.product-info-stock-sku .product-brand strong:after,
.product-info-stock-sku .product.attribute.sku .brand-name strong:after,
.product-info-stock-sku .product-brand .brand-name strong:after {
  content: ":";
}
.product-info-stock-sku .product.attribute.sku .value {
  display: inline;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .product.attribute.overview {
  margin-top: 30px;
}
.product-info-main .product.attribute.overview + .product-add-form {
  margin-top: 40px;
}
.product-info-main .price-box {
  margin-bottom: 15px;
}
.product-info-main .price-box .price {
  font-size: 24px;
  color: #0cafea;
}
.product-info-main .price-box .old-price .price {
  color: #aeaeae;
}
.product-info-main .product-reviews-summary .rating-summary,
.product-info-main .product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-reviews-summary .rating-result:before,
.product-info-main .product-reviews-summary .rating-result > span:before {
  font-size: 14px;
  height: 14px;
  letter-spacing: 4px;
  line-height: 14px;
}
.product-info-main .product-info-stock-sku .stock {
  color: #8bc500;
}
.product-info-main .product-info-stock-sku .stock:not(.available) {
  color: #0cafea;
}
.product-info-main .product-info-stock-sku .stock:before {
  content: attr(title);
  color: #aeaeae;
}
.product-info-main .product-options-wrapper {
  margin-top: 30px;
}
.product-info-main .product-options-wrapper .field.downloads > label.label {
  display: none;
}
.product-info-main .product-options-wrapper + .product-options-bottom {
  margin-top: 4px;
}
.product-info-main .product-options-wrapper .swatch-opt > .swatch-attribute {
  margin-bottom: 25px;
}
.product-info-main .product-options-wrapper .fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-info-main .product-options-wrapper .fieldset > .field {
  margin-bottom: 25px;
}
.product-info-main .product-options-wrapper .fieldset > .field:not(:last-child) {
  margin-right: 25px;
}
.product-info-main .product-options-wrapper .fieldset > .field.date select {
  width: calc((100% / 3) - 13px) !important;
  margin-bottom: 10px;
  margin-right: 10px;
}
.product-info-main .product-options-wrapper .fieldset > .field.date select + b {
  margin-left: -8px;
  display: inline-block;
  width: 6px;
}
.product-info-main .product-options-wrapper .items.samples .samples-item-link {
  color: #0cafea;
  text-decoration: underline;
}
.product-info-main .product-options-wrapper .legend.links-title + br {
  display: none;
}
.product-info-main .table-wrapper.grouped {
  margin: 30px 0;
}
.product-info-main .table-wrapper.grouped .product-item-name {
  font-weight: 400;
  font-size: 15px;
}
.product-info-main .table-wrapper.grouped .price-box {
  margin-top: 10px;
  margin-bottom: 0;
}
.product-info-main .table-wrapper.grouped .price-box .old-price .price {
  color: #838383;
}
.product-info-main .table-wrapper.grouped .price-box .price {
  font-size: 16px;
}
.product-info-main .table-wrapper.grouped .col.qty {
  width: 1%;
}
.product-info-main .table-wrapper.grouped .col.item {
  text-align: left;
}
.product-info-main .table-wrapper.grouped .input-text.qty {
  width: 90px;
}
.product-social-links {
  margin-top: 30px;
}
.product-social-links:after {
  content: "";
  display: table;
  clear: both;
}
.product-social-links a {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
}
.product-social-links a:hover {
  color: #0cafea;
}
.product-social-links a:before {
  font-family: "Pe-icon-7-stroke";
  line-height: 1;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 400;
}
.product-social-links a.towishlist:before {
  content: "\e642";
}
.product-social-links a.friend:before {
  content: "\e63a";
}
.product-social-links a.tocompare:before {
  content: "\e64b";
}
.product-social-links .product-addto-links {
  display: inline-block;
}
.product-social-links .product-addto-links a {
  margin-right: 20px;
}
.box-tocart:after {
  content: "";
  display: table;
  clear: both;
}
.box-tocart .input-text {
  -moz-appearance: textfield;
  background-color: transparent;
  border-width: 0;
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  height: 43px;
}
.box-tocart .actions .action.tocart {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  /*text-transform: capitalize; - Fix font issue in pop-up PDZ*/
  font-weight: 500;
}
.box-tocart .edit-qty {
  color: #999;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  width: 45px;
  line-height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  padding-left: 2px;
}
.box-tocart .edit-qty:hover {
  background-color: #f0efef;
  color: #0cafea;
}
.box-tocart .edit-qty.plus {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.box-tocart .field.qty {
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
  margin: 0 20px 0 0;
  padding: 0 48px;
  position: relative;
  width: 190px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.box-tocart .field.qty + .actions {
  float: left;
  width: calc(100% - 210px);
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.product-options-wrapper .items.samples .samples-item-title,
.product-options-wrapper .legend.links-title,
.product-options-wrapper .fieldset > .field > .label,
.product-options-wrapper .fieldset > .field > .fieldset > .legend,
.product-options-wrapper .swatch-opt > .swatch-attribute .swatch-attribute-label,
.block-bundle-summary > .title strong {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  border: 0;
  text-transform: uppercase;
}
.bundle-options-wrapper .fieldset-bundle-options > #customizeTitle {
  display: none;
}
.bundle-options-wrapper .fieldset-bundle-options > #customizeTitle + br {
  display: none;
}
.bundle-options-wrapper .product-options-bottom {
  margin: 0;
}
.bundle-options-wrapper .product-options-wrapper > .fieldset > .required {
  display: none;
}
.bundle-summary .bundle.items li {
  margin-top: 10px;
}
.bundle-summary .bundle.items li > div {
  padding-left: 10px;
}
.bundle-summary .bundle.items .label {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.bundle-summary + .bundle-info {
  margin-top: 20px;
}
.bundle-info .product-details .stock span {
  color: #8bc500;
}
.bundle-info .product-details .stock.unavailable span {
  color: #0cafea;
}
.table > tbody + tbody {
  border-top: 0;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  font-size: 15px;
  padding: 24px 15px 12px;
  border: 1px solid #ddd;
}
.checkout-cart-index .column.main .cart-empty a {
  color: #0cafea;
}
.checkout-cart-index .column.main .cart-empty a:hover {
  text-decoration: underline;
}
.checkout-cart-index #shopping-cart-table {
  margin: 0;
}
.checkout-cart-index #shopping-cart-table .product-item-photo img {
  position: static;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar {
  padding-top: 15px;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar > a {
  color: #6c6c6c;
  height: 40px;
  font-size: 13px;
  min-width: 40px;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar > a:hover,
.checkout-cart-index #shopping-cart-table .actions-toolbar > a:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar > a + a {
  margin-left: 10px;
}
.checkout-cart-index #shopping-cart-table .table-caption {
  display: none;
}
.checkout-cart-index #shopping-cart-table .col {
  width: auto;
}
.checkout-cart-index #shopping-cart-table thead tr th {
  padding: 15px;
  border: 0 !important;
  text-transform: capitalize;
}
.checkout-cart-index #shopping-cart-table thead tr th.col.item {
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody {
  border-bottom: 1px solid #eaeaea;
}
.checkout-cart-index #shopping-cart-table tbody tr td {
  vertical-align: top;
  border: none !important;
  padding: 15px;
  text-align: center;
}
.checkout-cart-index #shopping-cart-table tbody tr td:first-child {
  padding-left: 0;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
  text-align: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
  display: block;
  float: left;
  overflow: hidden;
  width: 100px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo span {
  display: block;
  width: 100% !important;
  padding: 0 !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo span img {
  width: 100% !important;
  height: auto !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
  float: left;
  vertical-align: top;
  margin-left: 20px;
  width: calc(100% - 130px);
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options:after {
  content: "";
  clear: both;
  display: table;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt {
  margin-top: 10px;
  color: #2a2a2a;
  font-weight: 400;
  float: left;
  clear: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt:after {
  content: ":";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price {
  color: #2a2a2a;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:before {
  content: "(";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dd .price:after {
  content: ")";
  display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .label {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
  color: #000000;
  border: 1px solid #cccccc;
  font-size: 14px;
  height: 37px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 74px;
}
.checkout-cart-index #shopping-cart-table .cart-price .price {
  color: #0cafea;
  font-size: 16px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
  float: left;
  width: calc(100% - 160px);
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift {
  color: #222;
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  float: right;
  margin-left: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-message .gift-options-title {
  margin-bottom: 10px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar {
  margin-bottom: 6px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .actions-toolbar .btn + .btn {
  margin-left: 12px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:hover {
  color: #0cafea;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift._active:after {
  content: "\f106";
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content {
  display: none;
  margin-top: 15px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content textarea {
  height: 153px;
}
.checkout-cart-index #shopping-cart-table .gift-options-cart-item .gift-content._active {
  display: block;
}
.checkout-cart-index .cart.main.actions {
  margin-top: 40px;
}
.checkout-cart-index .cart.main.actions:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index .cart.main.actions button {
  float: right;
}
.checkout-cart-index .cart.main.actions button + button {
  margin-right: 15px;
}
.checkout-cart-index .cart.main.actions .action.continue {
  float: left;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals {
  margin-top: 92px;
  position: relative;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals {
  margin: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals .table-caption {
  color: #000;
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
  font-size: 14px;
  vertical-align: middle;
  background: none !important;
  font-weight: 400;
  color: #969696;
  border: none;
  padding: 15px 0px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td {
  width: 1%;
  text-align: right;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th .label {
  font-weight: 400;
  color: #646464;
  padding: 0;
  font-size: inherit;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th {
  border-bottom: 1px solid #bfbfbf;
  color: #000;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  border-top: 1px solid #bfbfbf;
  font-size: 20px;
  color: #2a2a2a;
  padding: 23px 15px 24px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  padding-left: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td {
  padding-right: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals strong {
  font-weight: 400;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  border: 1px solid #ddd;
}
.checkout-cart-index .shopping-cart-bottom .loading-mask img {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.checkout-cart-index .cart-summary {
  margin-top: 10px;
}
.checkout-cart-index .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  text-align: right;
  padding: 10px 0;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  width: 100%;
  font-size: 16px;
  height: 60px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
  background-color: #0cafea;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.multicheckout {
  font-size: 15px;
}
.checkout-cart-index .block.crosssell {
  margin-top: 57px;
}
.checkout-cart-index .checkout-extra {
  margin-left: -15px;
  margin-right: -15px;
}
.checkout-cart-index .checkout-extra:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-cart-index .checkout-extra > div {
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.checkout-cart-index .checkout-extra #block-summary form {
  display: block;
}
.checkout-cart-index .checkout-extra #block-summary form .field.note {
  color: #555555;
  margin-bottom: 10px;
  font-style: normal;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .legend,
.checkout-cart-index .checkout-extra #block-summary .estimate br {
  display: none;
}
.checkout-cart-index .checkout-extra #block-summary .estimate .field .message {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods {
  margin: 0;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dt {
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}
.checkout-cart-index .checkout-extra #block-summary dl.items.methods dd + dt {
  margin-top: 10px;
}
.checkout-cart-index .checkout-extra .block {
  margin-top: 92px;
}
.checkout-cart-index .checkout-extra .block .title strong {
  color: #000;
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-cart-index .checkout-extra .block > .content {
  display: block !important;
}
.page-layout-checkout .page-header {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-layout-checkout .page-header .header {
  padding: 30px 0;
}
.page-layout-checkout .page-header .logo img {
  margin: 0 auto;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.checkout-index-index .modal-popup .modal-header {
  min-height: unset;
}
.checkout-index-index .modal-popup .modal-header .action-close {
  top: 0;
  right: 15px;
}
.checkout-index-index .modal-popup .modal-content {
  padding: 15px;
}
.checkout-index-index .loading-mask {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
}
.checkout-index-index .loading-mask p {
  display: none;
}
.checkout-index-index .loading-mask .loader {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.checkout-index-index > .loading-mask {
  z-index: 10000;
}
.checkout-index-index .checkout-shipping-method {
  position: relative;
}
.checkout-index-index .checkout-shipping-method .loading-mask {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  border: 1px solid #f0f0f0;
}
.opc-wrapper {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
}
.opc-wrapper:before {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #f0f0f0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.opc-sidebar.opc-summary-wrapper {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
}
.checkout-shipping-address .form.form-login {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 18px;
  padding-bottom: 4px;
}
.checkout-shipping-address > .step-content .action.action-show-popup {
  margin: 20px 20px 0 0;
}
.checkout-shipping-address .form.form-login .actions-toolbar {
  margin-bottom: 15px;
}
.shipping-address-items {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.shipping-address-items:after {
  content: "";
  display: table;
  clear: both;
}
.shipping-address-items .shipping-address-item {
  border: 2px solid #ddd;
  margin-bottom: 14px;
  color: #8e8e8e;
  padding: 15px;
  margin: 0 10px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shipping-address-items .shipping-address-item:nth-child(3n + 1) {
  clear: both;
}
.shipping-address-items .shipping-address-item.selected-item {
  color: #0cafea;
  border-color: #0cafea;
}
.shipping-address-items .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.shipping-address-items .action {
  margin-top: 10px;
  margin-right: 10px;
}
.checkout-shipping-method {
  margin-top: 50px;
}
.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method thead tr th {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
}
.table-checkout-shipping-method tbody tr td {
  border: 1px solid #eaeaea;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.table-checkout-shipping-method tbody tr td.col-method input {
  margin: 0 auto;
}
#shipping-method-buttons-container,
.payment-method-content .actions-toolbar {
  margin-top: 25px;
  text-align: right;
}
#shipping-method-buttons-container .action,
.payment-method-content .actions-toolbar .action,
#shipping-method-buttons-container button.action,
.payment-method-content .actions-toolbar button.action {
  min-width: 200px;
}
.authentication-wrapper {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.authentication-wrapper .authentication-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 300px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.authentication-wrapper .authentication-dropdown._show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.authentication-wrapper .authentication-dropdown .block-authentication > .block {
  float: none;
  width: 100%;
  margin: 0;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  padding: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header {
  padding: 0;
  min-height: unset;
  height: 1px;
  position: relative;
  border: none;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  z-index: 1;
  background: none;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
  opacity: 0.8;
  line-height: 1;
  margin: 0;
  right: 10px;
  top: -15px;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close:hover {
  opacity: 1;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header .action-close span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: left;
}
.authentication-wrapper .block-customer-login .block-title strong {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 15px;
  padding-bottom: 4px;
}
ul.credit-card-types:after {
  content: "";
  display: table;
  clear: both;
}
ul.credit-card-types li {
  border: 1px solid #f0f0f0;
  float: left;
  margin-right: 5px;
}
form.payments > .fieldset > legend.legend {
  display: none;
}
form.payments > .fieldset legend + br {
  display: none;
}
.fieldset.payment .legend {
  border: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.opc-payment .payment-methods .payment-method {
  padding: 8px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.opc-payment .payment-methods .payment-method .payment-method-title .label {
  font-size: 16px;
}
.opc-payment .payment-methods .payment-method .payment-method-content {
  display: none;
}
.opc-payment .payment-methods .payment-method .payment-method-content .actions-toolbar {
  margin-top: 10px;
  margin-bottom: 12px;
  text-align: left;
}
.opc-payment .payment-methods .payment-method._active .payment-method-content {
  display: block;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice {
  margin-top: 15px;
}
.opc-payment .payment-methods .payment-method .payment-method-billing-address .field.choice input {
  top: 4px;
}
.opc-sidebar .minicart-items .product-item .product-item-details .details-qty .label:after {
  content: ":";
}
.opc-sidebar .minicart-items .product-item .product-item-details .product-item-name {
  color: #1a1a1a;
  font-weight: 400;
}
.opc-sidebar .modal-inner-wrap .modal-header {
  display: none;
}
.opc-sidebar .modal-inner-wrap .modal-content {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}
.opc-block-summary {
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
}
.opc-block-summary .minicart-items-wrapper .product-item {
  padding: 15px 0;
}
.opc-block-summary .minicart-items-wrapper .product-item .product:after {
  content: "";
  display: table;
  clear: both;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container {
  display: block;
  float: left;
  width: 80px !important;
  height: auto !important;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-image-container img {
  max-width: 100%;
  height: auto !important;
}
.opc-block-summary .minicart-items-wrapper .product-item .product .product-item-details {
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
}
.opc-block-summary > .title {
  text-transform: uppercase;
  color: #2a2a2a;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  padding-bottom: 1px;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 0 40px 0 0;
  position: relative;
  text-decoration: none;
  padding-bottom: 10px;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 5px;
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  line-height: 12px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 18px;
  display: block;
  font-weight: 300;
  color: #2a2a2a;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\f106";
}
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.opc-block-summary .table-totals tr th,
.opc-block-summary .table-totals tr td {
  background: none !important;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ddd !important;
}
.opc-block-summary .table-totals tr th {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .table-totals tr th strong,
.opc-block-summary .table-totals tr th .label {
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.opc-block-summary .table-totals tr th:after {
  content: ":";
}
.opc-block-summary .table-totals tr th.value:after {
  content: ")";
  display: inline-block;
}
.opc-block-summary .table-totals tr th.value:before {
  content: "(";
  display: inline-block;
}
.opc-block-summary .table-totals tr td {
  text-align: right;
  padding-left: 20px;
  width: 1%;
  font-size: 14px;
  color: #272727;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.opc-block-summary .table-totals tr.totals.sub th,
.opc-block-summary .table-totals tr.totals.sub td {
  font-size: 16px;
}
.opc-block-summary .table-totals tr.totals.grand th,
.opc-block-summary .table-totals tr.totals.grand td {
  font-size: 18px;
  color: #0cafea;
}
.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #0cafea;
  font-weight: 500;
}
.opc-block-summary .table-totals tr:first-child th,
.opc-block-summary .table-totals tr:first-child td {
  border-top: none;
}
.opc-block-shipping-information {
  padding: 0 30px 23px;
  background-color: #f5f5f5;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  position: relative;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  display: inline-block;
  margin: 0;
  position: absolute;
  height: auto;
  right: 0;
  top: 8px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #1979c3;
  display: inline;
  font-weight: 400;
  line-height: 1.42857;
  padding: 0;
  text-decoration: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #8f8f8f;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: none;
  vertical-align: top;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #0cafea;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .ship-via {
  margin: 20px 0 0;
}
.payment-option.discount-code .payment-option-title {
  cursor: pointer;
  padding-left: 0;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.payment-option.discount-code .payment-option-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.payment-option.discount-code .form-discount .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.payment-option.discount-code .form-discount .actions-toolbar > div {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: top;
}
.payment-option.discount-code._active .payment-option-title:after {
  content: "\f106";
}
.multicheckout.success,
.checkout-success {
  border: 1px solid #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.multicheckout.success h2,
.checkout-success h2 {
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.multicheckout.success .actions-toolbar,
.checkout-success .actions-toolbar {
  margin-top: 20px;
}
.multicheckout.success + #registration,
.checkout-success + #registration {
  border: 1px solid #f0f0f0;
  margin-top: 50px;
  padding: 30px 15px;
  text-align: center;
}
.multicheckout.success + #registration .action.primary,
.checkout-success + #registration .action.primary {
  background: none;
  border: 2px solid #0cafea;
  color: #0cafea;
}
.multicheckout.success + #registration .action.primary:hover,
.checkout-success + #registration .action.primary:hover {
  color: #fff;
}
.multicheckout.success + #registration form,
.checkout-success + #registration form {
  margin-top: 20px;
}
/* Braintree Form */
.payment-method-braintree .payment-method-content > form.form {
  max-width: 500px;
}
.payment-method-braintree .hosted-control {
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px;
}
.payment-method-braintree ._with-tooltip .field-tooltip.toggle span span span {
  display: none;
}
.payment-method-braintree .hosted-date-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.payment-method-braintree .hosted-date-wrap .hosted-error {
  clear: left;
}
.payment-method-braintree .hosted-date-wrap .hosted-date {
  float: left;
  width: calc(50% - 15px);
}
.payment-method-braintree .hosted-date-wrap .hosted-date + .hosted-date {
  margin-left: 30px;
}
.payment-method-braintree .hosted-error {
  color: red;
  font-style: italic;
  font-size: 12px;
  display: none;
}
.payment-method-braintree .braintree-hosted-fields-invalid + .hosted-error {
  display: block;
}
.page-layout-checkout .page-main {
  padding-top: 100px;
  padding-bottom: 100px;
}
#multiship-addresses-table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table thead tr th.qty,
#multiship-addresses-table tbody tr th.qty,
#multiship-addresses-table thead tr td.qty,
#multiship-addresses-table tbody tr td.qty,
#multiship-addresses-table thead tr th.actions,
#multiship-addresses-table tbody tr th.actions,
#multiship-addresses-table thead tr td.actions,
#multiship-addresses-table tbody tr td.actions {
  width: 1%;
  padding-left: 15px;
  padding-right: 15px;
}
#multiship-addresses-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  border: 1px solid #eaeaea;
}
#multiship-addresses-table tbody tr td.actions .action.delete {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  width: 34px;
  text-align: center;
}
#multiship-addresses-table tbody tr td.actions .action.delete:hover {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .field .label {
  display: none;
}
#multiship-addresses-table tbody tr td .field.qty {
  margin: 0;
}
#multiship-addresses-table tbody tr td .field.qty input {
  width: 80px;
  text-align: center;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td .field.address {
  margin: 0;
}
#multiship-addresses-table tbody tr td.product {
  text-align: left;
  padding: 15px;
}
#multiship-addresses-table tbody tr td.product .product-item-name {
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a {
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
}
#multiship-addresses-table tbody tr td.product .product-item-name a:hover {
  color: #0cafea;
}
.multishipping-checkout-shipping table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-shipping table thead tr th.item {
  text-align: left;
}
.multishipping-checkout-shipping table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-shipping table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  padding: 15px 30px;
}
.multishipping-checkout-shipping table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-shipping table tbody tr td.product,
.multishipping-checkout-shipping table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .product-item-name a:hover {
  color: #0cafea;
}
.multishipping-checkout-shipping table tbody tr td .item-options {
  margin: 0;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-shipping table tbody tr td .item-options dt:after {
  content: ":";
}
.multishipping-checkout-shipping .actions-toolbar {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: 30px;
}
.multishipping-checkout-shipping .block.block-other {
  margin-top: 50px;
}
.multishipping-checkout-shipping .block.block-shipping + .block-shipping {
  margin-top: 50px;
}
.multishipping-checkout-shipping h4.box-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
.multishipping-checkout-shipping .box-shipping-method dt {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}
.multishipping-checkout-shipping .box-shipping-method dt + dt {
  margin-top: 10px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend {
  border: none;
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .legend + br {
  display: none;
}
.multishipping-checkout-shipping .box-shipping-method .gift-message .options-items {
  margin-top: 10px;
}
.gift-message .options-items .items .item {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  margin-top: 15px;
}
.gift-message .options-items .items .item .product .number {
  font-weight: 700;
  color: #2a2a2a;
}
.gift-message .options-items .items .item .product .img.photo.container {
  width: 100px !important;
  padding: 0;
  margin: 10px 0 0;
}
.gift-message .options-items .items .item .product .product-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  color: #1a1a1a;
}
.gift-message .options-items .items .item .options .action.activate {
  padding: 0;
  margin: 0;
}
.gift-message .options-items .items .item .options .action.activate:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.gift-message .options-items .items .item .options .action.activate.active:after {
  content: "\f106";
}
.gift-message .options-items .items .item .block.message {
  padding: 0;
  margin-top: 10px;
}
.gift-message .options-items .items .item .block.message .fieldset {
  padding: 0 !important;
}
.block-billing .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.multicheckout .item-options:after {
  content: "";
  display: table;
  clear: both;
}
.multicheckout .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  float: left;
  vertical-align: top;
  margin-right: 5px;
  color: #2a2a2a;
}
.multicheckout .item-options dt:after {
  content: ":";
}
.multicheckout .item-options dd {
  float: left;
  vertical-align: top;
  margin-top: 10px;
}
.multicheckout .item-options dd + dt {
  clear: left;
}
.multicheckout .block-billing .box-billing-address + .box-billing-address {
  margin-top: 50px;
}
.multishipping-checkout-billing .block-content .box + .box {
  margin-top: 50px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title {
  position: relative;
  padding: 10px 0 10px 20px;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title input {
  position: absolute;
  left: 0;
  top: 11px;
  margin: 0;
}
.multishipping-checkout-billing .box-billing-method .box-content dl .item-title label {
  font-size: 16px;
  font-weight: 600;
}
.multishipping-checkout-billing .box-billing-method .box-content dl > * {
  max-width: 600px;
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
}
.multishipping-checkout-overview table thead tr th {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea !important;
}
.multishipping-checkout-overview table tr th.qty {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.multishipping-checkout-overview table tbody tr td {
  border: 1px solid #eaeaea !important;
  vertical-align: middle;
  text-align: center;
  padding: 15px 30px;
}
.multishipping-checkout-overview table tbody tr td.qty {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}
.multishipping-checkout-overview table tbody tr td.product,
.multishipping-checkout-overview table tbody tr td.item {
  text-align: left;
}
.multishipping-checkout-overview table tbody tr td .product-item-name {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tbody tr td .product-item-name a {
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tbody tr td .product-item-name a:hover {
  color: #0cafea;
}
.multishipping-checkout-overview table tr td .item-options dt {
  margin-top: 10px;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tfoot tr th,
.multishipping-checkout-overview table tfoot tr td {
  background: none;
  font-size: 16px;
  padding: 14px 30px 11px;
  border: 1px solid #eaeaea;
  font-weight: 400;
  color: #2a2a2a;
}
.multishipping-checkout-overview table tfoot tr.grand.totals th,
.multishipping-checkout-overview table tfoot tr.grand.totals td {
  font-size: 20px;
  color: #0cafea;
}
.multishipping-checkout-overview table tfoot tr td {
  text-align: center;
}
.multishipping-checkout-overview .checkout-review {
  margin-top: 50px;
  text-align: right;
}
.multishipping-checkout-overview .checkout-review .grand.totals strong {
  background: none;
  font-weight: 400;
  font-size: 24px;
  color: #2a2a2a;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout {
  margin-top: 8px;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .btn-lg {
  min-width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .action.back {
  display: block;
  text-align: right;
  margin-top: 15px;
}
.multishipping-checkout-overview .checkout-review .action-finish-checkout .please-wait {
  margin-top: 14px;
  animation: fadeIn 1s infinite alternate;
  font-size: 16px;
}
.multishipping-checkout-overview h4.box-title {
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.multishipping-checkout-overview form .block + .block {
  margin-top: 50px;
}
.multishipping-checkout-overview .block-content .box + .box {
  margin-top: 30px;
}
.multishipping-checkout-overview .box-billing-method .payment-method dt {
  font-size: 16px;
  font-weight: 400;
}
.multishipping-checkout-overview .block-shipping .block-content + .block-content {
  margin-top: 30px;
}
.multishipping-checkout-overview .block-shipping strong.box-title {
  font-size: 15px;
  color: #2a2a2a;
}
.page-print.sales-order-print .copyright {
  display: none;
}
.page-print.sales-order-print .logo {
  display: none;
}
.page-print.sales-order-print .main-wrapper {
  padding-bottom: 30px;
}
.page-print.sales-order-print .order-details-items .order-title,
.page-print.sales-order-print .block-order-details-view .block-title {
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}
.page-print.sales-order-print .block-order-details-view .block-content:after {
  content: "";
  display: table;
  clear: both;
}
.page-print.sales-order-print .block-order-details-view .block-content > .box {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.page-print.sales-order-print .block-order-details-view .block-content > .box .payment-method .title {
  font-weight: 500;
}
.page-print.sales-order-print .block-order-details-view .block-content > .box .box-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #000;
  font-size: 20px;
}
.page-print.sales-order-print .block-order-details-view .block-content > .box:nth-child(2n + 1) {
  clear: left;
}
.page-print.sales-order-print .table-order-items thead tr th.col.name,
.page-print.sales-order-print .table-order-items tbody tr td.col.name {
  text-align: left;
}
.page-print.sales-order-print .table-order-items .product-item-name {
  font-weight: 500;
  color: #000;
}
.page-print.sales-order-print .table-order-items tbody tr td.col.qty .title {
  display: none;
}
.page-print.sales-order-print .table-order-items dl.item-options:after {
  content: "";
  clear: both;
  display: table;
}
.page-print.sales-order-print .table-order-items dl.item-options dt {
  margin-top: 10px;
  color: #2a2a2a;
  font-weight: 400;
  float: left;
  clear: left;
}
.page-print.sales-order-print .table-order-items dl.item-options dt:after {
  content: ":";
  display: inline-block;
}
.page-print.sales-order-print .table-order-items dl.item-options dd {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}
.page-print.sales-order-print .table-order-items dl.item-options dd .price {
  color: #2a2a2a;
}
.page-print.sales-order-print .table-order-items dl.item-options dd .price:before {
  content: "(";
  display: inline-block;
}
.page-print.sales-order-print .table-order-items dl.item-options dd .price:after {
  content: ")";
  display: inline-block;
}
.page-print.sales-order-print .table-order-items tfoot tr td,
.page-print.sales-order-print .table-order-items tfoot tr th {
  background: none;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.page-print.sales-order-print .table-order-items tfoot tr td {
  text-align: center;
  font-size: 20px;
  color: #0cafea;
}
.page-print.sales-order-print .table-order-items tfoot tr th {
  color: #000;
  text-transform: uppercase;
}
.page-print.sales-order-print .actions-toolbar {
  display: none;
}
.popup-authentication .modal-header {
  border: none;
  padding: 0;
  position: relative;
  z-index: 5;
}
.popup-authentication .modal-content {
  border: none;
  padding-bottom: 40px;
  z-index: 2;
}
.block-authentication {
  margin-left: -15px;
  margin-right: -15px;
}
.block-authentication:after {
  content: "";
  display: table;
  clear: both;
}
.block-authentication > .block {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
.block-authentication > .block.block-new-customer .actions-toolbar {
  margin-top: 30px;
}
.block-authentication > .block.block-customer-login .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.block-authentication > .block.block-customer-login .actions-toolbar > .secondary,
.block-authentication > .block.block-customer-login .actions-toolbar > .primary {
  float: left;
}
.block-authentication > .block.block-customer-login .actions-toolbar > .secondary {
  margin-top: 9px;
  margin-left: 20px;
}
.block-authentication .block-title strong {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 15px;
}
/* NEW SLETTER POPUP */
.newsletter_popup {
  margin: 0 auto;
  border-bottom: 3px solid #0cafea;
  padding: 46px 30px 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsletter_popup .form-group.newsletter {
  position: relative;
}
.newsletter_popup .form-group.newsletter .action.subscribe {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 40px;
  width: 40px;
  border: none;
  font-size: 20px;
  background-color: transparent;
  box-shadow: none;
}
.newsletter_popup .form-group.newsletter .action.subscribe:hover {
  background-color: #0cafea;
  color: #fff;
}
.newsletter_popup .block-popup-subscribe {
  padding-left: 20px;
}
.contact-index-index .form.contact legend.legend {
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-index-index .row-contact > form,
.contact-index-index .row-contact > .contact-static {
  display: block;
  padding: 0 15px;
  float: left;
  margin-bottom: 70px;
  width: 50%;
}
.contact-index-index .contact-static ul.list-icon li {
  padding-left: 70px;
  margin-bottom: 30px;
  position: relative;
}
.contact-index-index .contact-static ul.list-icon li .icon {
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-portfolio {
  margin-top: 50px;
}
.portfolio-top-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-top-content img {
  min-width: 100%;
}
.portfolio-top-content .portfolio-bottom-content {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.portfolio-top-content .portfolio-bottom-content .category-link a {
  margin-right: 12px;
}
.portfolio-top-content .portfolio-bottom-content .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.portfolio-top-content .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.portfolio-top-content:after,
.portfolio-top-content:before {
  position: absolute;
  content: "";
  border: 2px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.portfolio-top-content:hover .image:after {
  opacity: 1;
  visibility: visible;
}
.portfolio-top-content:hover .portfolio-bottom-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.portfolio-top-content:hover:before {
  border-top-color: #4f67b7;
  border-right-color: #4f67b7;
  width: 100%;
  height: 100%;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.portfolio-top-content:hover:after {
  border-bottom-color: #4f67b7;
  border-left-color: #4f67b7;
  width: 100%;
  height: 100%;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  -moz-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  -o-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.portfolio-widget .owl-item {
  padding: 0 15px;
}
.portfolio-widget .portfolio-top-content .image .image-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.portfolio-widget .portfolio-top-content .image .image-item a {
  display: block;
  padding-bottom: 100%;
  background-color: transparent;
}
.portfolio-widget .portfolio-top-content .image .image-item a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.portfolio-widget .portfolio-top-content .image .image-item img {
  opacity: 0;
  width: 0;
  height: 0;
}
.portfolio-detail--content {
  padding-top: 70px;
}
.portfolio-detail--content .portfolio-table tr td {
  text-align: left;
}
.portfolio-detail--content .portfolio-table tr td:first-child {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div {
  line-height: 34px;
}
/* BANNER HOME */
.page-header-sliders {
  position: relative;
  min-height: 300px;
}
.page-header-sliders:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaeaea;
  opacity: 1;
  visibility: visible;
  transition: all 500ms;
  z-index: 999;
}
.page-header-sliders.loaded {
  min-height: unset;
}
.page-header-sliders.loaded:before,
.page-header-sliders.loaded:after {
  opacity: 0;
  visibility: hidden;
}
.page-header-sliders:after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url('../images/oval.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
  opacity: 1;
  visibility: visible;
  transition: all 500ms;
  z-index: 999;
}
.page-header-sliders.full-width:before {
  left: -15px;
  right: -15px;
}
.multicheckout > .title {
  color: #000;
  margin-bottom: 30px;
  font-size: 18px;
}
.multicheckout > .title strong {
  font-weight: 600;
}
.multicheckout.address .action.delete:after {
  content: "\f1f8";
  font-family: "FontAwesome";
}
.multicheckout.address .action.delete span {
  display: none;
}
.multicheckout .actions-toolbar .secondary {
  margin-top: 15px;
}
.multicheckout .actions-toolbar .secondary .action {
  margin-right: 15px;
}
/* HOME EYEWEAR */
.watch-banner1 .banner-text .h1 {
  font-size: 48px;
}
.watch-banner1 .banner-text .actions {
  margin-top: 50px;
}
.clt-banner .promobanner > .text {
  padding: 0 80px 80px;
}
.clt-banner .promobanner > .text .small-text {
  font-size: 56px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.clt-banner .promobanner > .text .big-text {
  font-size: 72px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.clt-banner .promobanner > .text .actions {
  margin-top: 50px;
}
.clt-banner .promobanner > .text .count {
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #979797;
  line-height: 36px;
  margin-bottom: 20px;
}
.clt-banner .promobanner > .text .count span {
  font-size: 36px;
  vertical-align: middle;
}
.eye-banner .promobanner > .text {
  padding: 0 60px 60px;
}
.eye-banner .small-text {
  font-size: 16px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  line-height: 1.2;
}
/* BLOG MODULE */
.blog-list.list-mode .blog-post.post-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.blog-list.list-mode .blog-post.post-item-info:not(.featured-post) .post-detail {
  float: left;
  width: 55%;
  padding-left: 30px;
  padding-top: 0;
  vertical-align: top;
}
.blog-list.list-mode .blog-post.post-item-info:not(.featured-post) .post-image {
  float: left;
  width: 45%;
  vertical-align: top;
}
.blog-list + .bottom-pagination .pager {
  margin: 0;
}
.blog-list + .bottom-pagination .limiter,
.blog-list + .bottom-pagination .toolbar-amount {
  display: none;
}
.blog-list + .bottom-pagination .toolbar .pages .items .item:first-child {
  margin-left: 0;
}
.post-item-info {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.post-item-info.featured-post {
  border-width: 3px;
}
.post-item-info .post-image {
  position: relative;
  overflow: hidden;
}
.post-item-info .post-image img {
  min-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.post-item-info .post-image .popup-youtube {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
.post-item-info:hover .post-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.post-item-info .post-detail {
  padding-top: 31px;
}
.post-item-info .post-detail .entry-metas {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.post-item-info .post-detail .entry-metas .entry-author:before {
  content: " - ";
}
.post-item-info .post-title {
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 27px;
}
.post-item-info .post-short-description + .action-shop-now {
  margin-top: 10px;
}
.blog-main-info .post-thumbnail {
  position: relative;
}
.blog-main-info .post-thumbnail .popup-youtube {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.blog-main-info .gallery-image-carousel .gallery_image {
  cursor: zoom-in;
}
.blog-main-info .bottom-pagination {
  padding-top: 25px;
  border-top: 1px solid #e1e1e1;
}
.blog-main-info .bottom-pagination .pager {
  margin: 0;
}
.blog-main-info .bottom-pagination .limiter,
.blog-main-info .bottom-pagination .toolbar-amount {
  display: none;
}
.blog-main-info .bottom-pagination .toolbar .pages .items .item:first-child {
  margin-left: 0;
}
.blog-main-info .entry-metas {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
  font-style: italic;
  color: #989898;
}
.blog-main-info .entry-metas .entry-author:before {
  content: " - ";
}
.blog-main-info .post-short-description p {
  margin-bottom: 20px;
}
.blog-main-info .post-comments {
  margin-top: 70px;
}
.blog-main-info .comment-list {
  margin-bottom: 80px;
}
.blog-main-info .comment-list .comment-list-container .item {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0;
  position: relative;
  word-break: break-all;
}
.blog-main-info .comment-list .comment-list-container .item .info {
  margin-bottom: 20px;
}
.blog-main-info .comment-list .comment-list-container .item .info .name {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.blog-main-info .comment-list .comment-list-container .item .info .posted-on {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 10px;
  color: #666;
}
.blog-main-info .post-actions {
  display: table;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 32px;
}
.blog-main-info .post-actions .action {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 23px 15px;
  font-size: 15px;
}
.blog-main-info .post-actions .action a:after {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 21px;
}
.blog-main-info .post-actions .action.next-action {
  text-align: right;
  padding-right: 15px;
}
.blog-main-info .post-actions .action.next-action a:after {
  content: "\f0da";
  left: auto;
  right: 0;
}
.blog-main-info .blog-sharethis {
  margin-top: 25px;
  text-align: center;
}
.blog-main-info .blog-sharethis .share-this-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.mgs-quickview-catalog-product-view {
  overflow: hidden !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}
.mgs-quickview-catalog-product-view .product-info-stock-sku .product-brand {
  display: none;
}
.mgs-quickview-catalog-product-view #maincontent {
  width: 100% !important;
  padding: 0;
}
.mgs-quickview-catalog-product-view .page-title-wrapper.product {
  background: none !important;
  padding: 0;
  text-align: left;
  margin-bottom: 15px;
}
.mgs-quickview-catalog-product-view .page-title-wrapper.product .page-title {
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: inherit;
}
.mgs-quickview-catalog-product-view .product-detail-container .product-info-main {
  padding: 0 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mgs-quickview-catalog-product-view .product-detail-container .product.media {
  padding: 0;
}
.mgs-quickview-catalog-product-view .product-detail-container > .row {
  margin: 0;
}
.mgs-quickview-catalog-product-view .product-info-main:before,
.mgs-quickview-catalog-product-view .product-info-main:after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}
.mgs-quickview-catalog-product-view .popup-youtube,
.mgs-quickview-catalog-product-view .rotate-image {
  display: none;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-preloader {
  content: '';
  display: block !important;
  position: fixed;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #0b0b0b;
  opacity: 0;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content {
  width: 300px !important;
  margin: 0 auto;
  max-height: calc(40%);
  background-color: #fff;
  position: relative;
  overflow: auto;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__columns {
  padding: 15px;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__related {
  background-color: #fff;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__table .popup__table-col + .popup__table-col {
  padding-left: 10px;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__table .popup__table-col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0 0;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__result-title {
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .message p {
  text-align: center;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .message > *:before {
  display: none;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .message > * {
  margin-bottom: 0;
  padding: 12px 20px;
}
.mfp-mgs-quickview .mfp-inline-holder .mfp-content .popup__action-redirect--checkout {
  width: 100%;
}
.mfp-mgs-quickview .mfp-iframe-holder .mfp-content {
  max-width: 940px;
}
.mfp-mgs-quickview.ratio-1 .mfp-iframe-scaler {
  padding-top: 50%;
}
.mfp-mgs-quickview.ratio-2 .mfp-iframe-scaler {
  padding-top: 100%;
}
.mfp-mgs-quickview.ratio-3 .mfp-iframe-scaler {
  padding-top: 75%;
}
.mfp-mgs-quickview.ratio-4 .mfp-iframe-scaler {
  padding-top: calc(400% / 6);
}
.mfp-mgs-quickview.ratio-5 .mfp-iframe-scaler {
  padding-top: 25%;
}
.mfp-mgs-quickview.ratio-6 .mfp-iframe-scaler {
  padding-top: calc(100% / 3);
}
.mfp-mgs-quickview.ratio-7 .mfp-iframe-scaler {
  padding-top: 37.5%;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close {
  position: absolute;
  border: 0;
  width: 60px;
  height: 60px;
  opacity: 1;
  right: 10px;
  top: 10px !important;
  color: transparent;
  font-size: 0px;
  left: auto;
  padding: 0;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:before {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
  font-size: 60px;
  color: #222;
}
.mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:hover:before {
  color: #0cafea;
}
.popup__related {
  border-top: 1px solid #ddd;
  padding: 20px 10px;
}
.popup__related .products-grid .product-item-photo img {
  position: static;
}
.popup__related .products-grid .product-item {
  margin: 0;
}
.popup__related .products-grid .owl-carousel.owl-loaded .owl-item {
  padding: 0 10px;
}
.popup__related .products-grid .product-item-details {
  padding-top: 9px;
}
.popup__related .products-grid .product-item-details .product-item-name {
  font-weight: 600;
}
.popup__related .products-grid .product-item-details .price-box {
  display: block;
  margin-top: 9px;
  padding: 0;
}
.popup__related .products-grid .product-item-details .price-box .old-price {
  display: none;
}
.popup__related .owl-carousel .owl-dots {
  margin-top: 10px;
}
.success-ajax--popup .mfp-inline-holder .mfp-content {
  width: 300px !important;
  margin: 0 auto;
  max-height: calc(100% - 60px);
  background-color: #fff;
  position: relative;
}
.success-ajax--popup .mfp-iframe-holder .mfp-content {
  position: relative;
  width: 320px !important;
  margin: 0 auto;
  background-color: #fff;
  min-height: 400px;
}
.success-ajax--popup .popup__columns {
  padding: 20px;
}
.success-ajax--popup .popup__columns .product-image-container {
  width: 100% !important;
}
.success-ajax--popup .popup__columns .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 100% !important;
  width: 120px !important;
  margin: 0 auto;
  display: block;
  height: auto !important;
}
.success-ajax--popup .popup__result-view-cart {
  margin: 0 !important;
}
.success-ajax--popup .popup__actions-wrapper button {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.success-ajax--popup .popup__result-title {
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.success-ajax--popup .mfp-close {
  position: absolute;
  border: 0;
  background-color: transparent;
  width: 25px;
  height: 25px;
  font-size: 30px;
  opacity: 1;
  color: #000;
  line-height: 25px;
  display: block;
  right: 15px;
  top: 0 !important;
  padding: 0;
  text-align: center;
}
.success-ajax--popup .mfp-content .popup__main {
  max-height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.success-ajax--popup .message > div {
  margin: 0 !important;
  padding: 15px;
  line-height: 1.428;
  text-align: center;
}
.success-ajax--popup .message > div:before {
  content: none !important;
}
.success-ajax--popup .popup__table {
  display: table;
  width: 100%;
}
.success-ajax--popup .popup__table .popup__table-col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0 0;
}
.success-ajax--popup .popup__table .popup__table-col + .popup__table-col {
  padding-left: 10px;
}
/* Fly Cart */
.cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
.cart-footer.number:empty {
  display: none;
}
.cart-footer .subtitle {
  display: none;
}
.cart-footer .subtitle.empty {
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 35px 15px;
}
.cart-footer .cart-qty {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  cursor: pointer;
}
.cart-footer .fixed-mini-cart {
  background-color: #fff;
  box-shadow: 0 0px 3px #ddd;
}
.cart-footer .fixed-mini-cart:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .fixed-mini-cart .fixed-cart-col {
  float: left;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.empty {
  display: none;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.cart-items {
  width: calc(100% - 500px);
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions {
  border-left: 1px solid #ddd;
  padding: 43px 20px;
  float: right;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions button {
  white-space: nowrap;
}
.cart-footer .fixed-mini-cart .cart-items-inner {
  white-space: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding: 20px;
}
.cart-footer .fixed-mini-cart .cart-items .item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-color: #0cafea;
  text-align: center;
  color: #fff;
  line-height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.cart-footer .fixed-mini-cart .cart-items .item .edit-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
}
.cart-footer .fixed-mini-cart .item-actions {
  background-color: #ddd;
  bottom: 0;
  left: 100%;
  padding: 8px;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.cart-footer .fixed-mini-cart .item-actions.show-actions {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions {
  white-space: nowrap;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions > div {
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action {
  line-height: 20px;
  height: 20px;
  display: block;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action span {
  font-size: 0;
  line-height: 0;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action:after {
  color: #999;
  content: "\e680";
  font-family: "Pe-icon-7-stroke";
  font-size: 30px;
}
.cart-footer .fixed-mini-cart .item-actions .product.actions .action.edit:after {
  content: "\e62c";
  font-size: 18px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .label {
  display: none;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .item-qty {
  width: 40px;
  padding: 0;
  text-align: center;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item {
  width: 40px;
  height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  padding: 0;
}
.cart-footer .fixed-mini-cart .item-actions .details-qty .update-cart-item:hover {
  background-color: #000;
  border-color: #000;
}
.fixed-cart-summary {
  border-left: 1px solid #ddd;
  padding: 30px 20px;
}
.fixed-cart-summary .summary-content {
  display: table;
  width: 100%;
}
.fixed-cart-summary .summary-content .summary-field {
  display: table-row;
}
.fixed-cart-summary .summary-content .summary-field > span {
  display: table-cell;
  padding: 5px 0;
}
.fixed-cart-summary .summary-content .summary-field > span.title {
  padding-right: 20px;
  color: #000;
}
.fixed-cart-summary .summary-content .summary-field > span.title:after {
  content: ":";
}
.fixed-cart-summary .summary-content .summary-field > span .price {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.filter-current {
  margin-bottom: 20px;
}
.filter-current-subtitle {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.filter-current ol.items .item {
  border-bottom: 1px solid #ecf0f1;
  padding: 10px 20px 10px 0;
  position: relative;
}
.filter-current ol.items .item:after {
  content: "";
  display: table;
  clear: both;
}
.filter-current ol.items .item .action.remove {
  position: absolute;
  right: 0;
  bottom: 9px;
  margin-left: 15px;
}
.filter-current ol.items .item .action.remove span {
  display: none;
}
.filter-current ol.items .item .action.remove:after {
  content: "\f014";
  font-family: "FontAwesome";
  font-size: 16px;
}
.filter-actions {
  margin-bottom: 50px;
}
.filter.block .filter-title {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
.filter.block .filter-title:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  bottom: 9px;
  background-color: #4f67b7;
  border-bottom: 4px solid #46d1ff;
}
.filter.block .filter-content > .filter-subtitle {
  display: none;
}
.filter-options .filter-options-title {
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.filter-options .filter-options-content ol.items .item {
  border-bottom: 1px solid #ecf0f1;
  padding: 10px 0;
}
.filter-options .filter-options-content ol.items .item .count:before {
  content: "(";
}
.filter-options .filter-options-content ol.items .item .count:after {
  content: ")";
}
.filter-options .filter-options-content ol.items .item .count .filter-count-label {
  display: none;
}
.filter-options .filter-options-content + .filter-options-title {
  margin-top: 50px;
}
.filter-installed.category-actions {
  position: relative;
}
.filter-installed.category-actions .toolbar-products {
  padding-left: 60px;
}
.filter-installed .action-filter {
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  color: #000;
  border: 1px solid #000;
  padding: 0;
  background: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.filter-installed .action-filter:hover {
  color: #fff;
  background-color: #0cafea;
  border-color: #0cafea;
}
.filter-installed .action-filter span {
  font-weight: bold;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.filter-installed .action-filter:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.filter-toggle .filter-options .filter-options-content {
  display: none;
  padding-bottom: 20px;
}
.filter-toggle .filter-options .filter-options-content ol.items .item:last-child {
  border-bottom: none;
}
.filter-toggle .filter-options .filter-options-title {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 12px 20px 12px 0;
  cursor: pointer;
  position: relative;
}
.filter-toggle .filter-options .filter-options-title:first-child {
  border-top: 0;
}
.filter-toggle .filter-options .filter-options-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-weight: normal;
}
.filter-toggle .filter-options .filter-options-title.active:after {
  content: "\f106";
}
.column.main .block.filter {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  background-color: #fff;
  padding-bottom: 40px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.column.main .block.filter > .filter-title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 50px;
}
.column.main .block.filter > .filter-title .action-filter.close {
  font-size: 36px;
  opacity: .5;
  margin-right: 10px;
}
.column.main .block.filter > .filter-title .action-filter.close:hover {
  opacity: 1;
}
.column.main .block.filter > .filter-title:after {
  left: 20px;
  bottom: 19px;
}
.column.main .block.filter .filter-content {
  padding: 20px;
}
.active-filter .filter-installed .action-filter:after {
  opacity: 0.6;
  visibility: visible;
}
.active-filter .column.main .block.filter {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.scroll_loading .btn-loadmore {
  display: block;
  margin-top: 30px;
  background-image: url(../images/three-dots.svg);
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}
.products.ajax_scroll.wrapper + .toolbar-products {
  display: none !important;
}
.product-detail-deals .deal-timer .countdown span,
.product-detail-deals .deal-timer .time-note span {
  border-color: rgba(0, 0, 0, 0.1);
}
.form.send.friend .legend {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 36px;
  border: 0;
}
.form.send.friend .legend + br {
  display: none;
}
.form.send.friend .fieldset + .fieldset {
  margin-top: 30px;
}
.form.send.friend #recipients-options > .fields {
  position: relative;
  padding-right: 50px;
}
.form.send.friend #recipients-options > .fields .action.remove {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  right: 0;
  top: 21px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.form.send.friend #recipients-options > .fields .action.remove:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.form.send.friend #recipients-options > .fields .action.remove span {
  display: none;
}
.form.send.friend #recipients-options > .fields .action.remove:after {
  content: "\f014";
  font-family: "FontAwesome";
}
.form.send.friend #recipients-options > .fields + .fields {
  margin-top: 30px;
}
.form.send.friend > .actions-toolbar {
  margin-top: 30px;
}
.form.send.friend > .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.form.send.friend > .actions-toolbar > .primary,
.form.send.friend > .actions-toolbar > .secondary {
  float: left;
  margin-right: 10px;
}
.tag-cloud:after {
  content: "";
  display: table;
  clear: both;
}
.tag-cloud li {
  float: left;
}
.tag-cloud li a {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  box-shadow: inset 0 0 0 0 #000;
}
.tag-cloud li a:hover {
  color: #fff;
  box-shadow: inset 0 50px 0 0 #000;
}
.twitter-feed-block .twitter-item {
  margin-bottom: 30px;
}
.twitter-feed-block .twitter-item .twitter-content.default {
  display: table;
  width: 100%;
}
.twitter-feed-block .twitter-item .twitter-content.default .twitter-user {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}
.twitter-feed-block .twitter-item .twitter-content.default .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.twitter-feed-block .twitter-item .twitter-content .content a {
  color: #0cafea;
}
.twitter-feed-block .owl-item .twitter-item {
  text-align: center;
}
.twitter-feed-block .owl-item .twitter-item .twitter-user img {
  width: auto;
  margin: 0 auto 15px;
}
.snapppt_store_block .snptwdgt__ftr {
  display: none;
}
.testimonial-grid .testimonial-item {
  margin-bottom: 30px;
}
.testimonial-grid .testimonial-content {
  position: relative;
  padding-left: 120px;
}
.testimonial-grid .testimonial-content .author-thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-grid .testimonial-content blockquote {
  font-size: 16px;
}
.testimonial-grid .testimonial-content .author-info {
  font-size: 16px;
}
.testimonial-grid .testimonial-content .author-info .name {
  font-weight: 600;
  color: #000;
}
.testimonial-grid.owl-carousel .testimonial-content {
  padding: 0;
}
.testimonial-grid.owl-carousel .testimonial-content blockquote {
  padding-left: 0;
  text-align: center;
}
.testimonial-grid.owl-carousel .testimonial-content blockquote:before,
.testimonial-grid.owl-carousel .testimonial-content blockquote:after {
  content: none;
}
.testimonial-grid.owl-carousel .testimonial-content .author-info {
  text-align: center;
}
.testimonial-grid.owl-carousel .author-thumbnail {
  position: static;
  margin: 0 auto 20px;
}
.ajaxcart-catalog-product-view {
  overflow-y: auto !important;
  padding: 20px 0;
}
.ajaxcart-catalog-product-view main {
  min-height: unset !important;
}
.ajaxcart-catalog-product-view .page-wrapper {
  max-width: 100%;
}
.ajaxcart-catalog-product-view .top-panel,
.ajaxcart-catalog-product-view .page.messages,
.ajaxcart-catalog-product-view .scroll-to-top {
  display: none !important;
}
.ajaxcart-catalog-product-view #maincontent {
  width: 100%;
  min-height: 0;
}
.ajaxcart-catalog-product-view .page-title-wrapper {
  padding: 0 15px;
  background: none !important;
  text-align: left;
  margin: 0;
}
.ajaxcart-catalog-product-view .page-title-wrapper h1 {
  text-transform: none;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: inherit;
}
.ajaxcart-catalog-product-view .product-detail-container .product-info-main {
  margin-top: 10px;
}
.ajaxcart-catalog-product-view .product-detail-container .product-info-main .price-from,
.ajaxcart-catalog-product-view .product-detail-container .product-info-main .price-to,
.ajaxcart-catalog-product-view .product-detail-container .product-info-main .bundle-actions {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper {
  padding-top: 0 !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title,
.ajaxcart-catalog-product-view .bundle-options-wrapper .legend.title + br + .margin-top20,
.ajaxcart-catalog-product-view .bundle-options-wrapper .fieldset > p.required {
  display: none !important;
}
.ajaxcart-catalog-product-view .bundle-options-wrapper.product {
  margin-top: 0 !important;
}
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .product.name,
.ajaxcart-catalog-product-view .block-bundle-summary .product-details .stock,
.ajaxcart-catalog-product-view .block-bundle-summary .bundle-summary,
.ajaxcart-catalog-product-view .block-bundle-summary > .title,
.ajaxcart-catalog-product-view .block-bundle-summary > .content .box-tocart .field.qty {
  display: none !important;
}
#mgs-ajax-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/oval.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.share-this-wrapper {
  margin-top: 10px;
}
.share-this-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.share-this-wrapper .title {
  float: left;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 32px;
  margin-right: 5px;
}
.share-this-wrapper .sharethis-inline-share-buttons {
  float: left;
}
.share-this-wrapper .sharethis-inline-share-buttons .st-btn {
  background: none !important;
  height: auto !important;
  top: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}
.share-this-wrapper .sharethis-inline-share-buttons .st-btn > svg {
  fill: #222 !important;
  width: 20px !important;
  height: 20px !important;
  top: 5px !important;
}
.share-this-wrapper .sharethis-inline-share-buttons .st-btn:hover > svg {
  fill: #0cafea !important;
}
.page-products .share-this-wrapper {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}
.page-products .share-this-wrapper .title,
.page-products .share-this-wrapper .sharethis-inline-share-buttons {
  display: inline-block !important;
  float: none !important;
  vertical-align: top !important;
}
/* Change Image */
.product-item-photo .img-hover-show {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.product-item-info:hover .img-hover-show {
  opacity: 1;
  visibility: visible;
}
/* Display Overlay */
.display_overlay .product-top .product-item-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 1;
}
.display_overlay .product-item-info:hover .product-top .product-item-photo:after {
  opacity: 0.08;
  visibility: visible;
}
.display_overlay .grid-template-2 .product-item-name .product-item-link {
  color: #000;
}
.display_overlay .grid-template-2 .product-item-name .product-item-link:hover {
  color: #0cafea;
}
.display_overlay .grid-template-2 .product-item-details .ct-attribute-text {
  color: #999;
}
.display_overlay .grid-template-3 div[class*="swatch-opt-"] .swatch-option:hover,
.display_overlay .grid-template-3 div[class*="swatch-opt-"] .swatch-option.selected {
  box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5);
}
.control.captcha-image .captcha-img {
  vertical-align: top;
}
.control.captcha-image .captcha-reload {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #222;
  font-size: 18px;
  border: 1px solid #222;
  border-radius: 0;
  margin-left: 10px;
}
.control.captcha-image .captcha-reload span {
  display: none;
}
.control.captcha-image .captcha-reload:after {
  content: "\f021";
  font-family: "FontAwesome";
}
.control.captcha-image .captcha-reload:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
/* DEV_LUNV */
/* Home Instagram */
.title-instagram {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.title-instagram img {
  margin: 0 auto;
}
.title-instagram .blockquote {
  font-size: 24px;
  font-style: italic;
  letter-spacing: .1em;
  color: #000;
  margin-top: 50px;
}
.border-top {
  border-top: 1px solid #dddddd;
}
.hotspot-modal-tm-1 .mobile-modal-header,
.hotspot-modal-tm-1 .modal-backdrop.modal-backdrop--hotspots {
  background-color: #0b0b0b !important;
  opacity: 0.8 !important;
}
.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 3px 10px;
  font-weight: 400;
}
.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
  background-color: #0cafea !important;
}
.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price {
  color: #0cafea !important;
  font-size: 14px !important;
}
.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .modal-content {
  border-radius: 0 !important;
}
.hotspot-modal .modal-dialog .chevron {
  top: 50% !important;
  margin-top: -28px !important;
  color: #fff !important;
}
.hotspot-modal .ico-close {
  right: 15px !important;
  top: 15px !important;
  z-index: 999 !important;
}
.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn .snpt-cta-btn_ico {
  background-color: transparent !important;
  color: #fff !important;
}
.hotspot-modal .above-previews-row {
  margin-top: 15px !important;
}
.snptwdgt-container .snptwdgt__item .snptcrd__button {
  background-color: #333 !important;
  cursor: pointer;
}
.snptwdgt-container .snptwdgt__item .snptcrd__button:hover {
  background-color: #0cafea !important;
}
.hotspot-modal {
  font-family: "Poppins", arial, tahoma !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
/* Compare list */
@media (min-width: 1200px) {
  .clt-video {
    margin-left: 64px;
  }
}
.table-comparison {
  margin-bottom: 0;
}
.table-comparison .list-products .product-item-details {
  text-align: left;
}
.table-comparison .list-products .product-item-photo {
  margin-bottom: 0;
}
.table-comparison .list-products .product-item-photo img {
  position: static;
}
.table-comparison td,
.table-comparison th {
  border: 1px solid #f0f0f0 !important;
  vertical-align: middle !important;
  text-align: left !important;
  background: none !important;
}
.table-comparison .product-item-actions {
  margin-top: 5px;
}
.btn-print {
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-product-compare-index .table-wrapper {
  border: 1px solid #f0f0f0;
  max-width: 100%;
  overflow-y: hidden;
  padding: 15px;
  overflow-x: auto;
}
/* Style silder */
.slide-text .content-heading {
  margin-bottom: 0;
}
.slide-text .content-heading.text-left {
  text-align: left;
}
.slide-text .content-heading.text-right {
  text-align: right;
}
.slide-text .content-heading .action-shop-now {
  margin-top: 40px;
  position: static;
}
.content-heading .title-big {
  font-size: 48px;
  font-weight: 700;
}
.content-heading .title-big-2 {
  font-size: 64px;
  font-weight: 700;
}
.no-padding {
  padding: 0;
}
@media (max-width: 991px) {
  .slide-text .content-heading .action-shop-now {
    margin-top: 20px;
  }
  .slide-text .content-heading p {
    display: none;
  }
}
@media (max-width: 767px) {
  .slide-text {
    width: 100%;
  }
  .slide-text .content-heading .action-shop-now {
    margin-top: 5px;
  }
  .slide-text .content-heading .title {
    font-size: 20px;
  }
  .content-heading .title-big,
  .content-heading .title-big-2 {
    font-size: 20px;
    margin: 0;
  }
}
/* PRODUCT STICKY */
.header.header-sticky.no-sticky {
  position: relative !important;
}
.product_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 1px 3px #ddd;
}
.product_sticky_container {
  display: table;
  width: 100%;
}
.product_sticky .product_sticky_info,
.product_sticky .product_sticky_action {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_sticky .product_sticky_action {
  width: 1%;
}
.product_sticky .product_sticky_action.box-tocart {
  padding-right: 20px;
}
.product_sticky .product_sticky_action.box-tocart .field.qty {
  padding: 0 38px;
  width: 140px;
  float: none;
  margin: 0;
}
.product_sticky .product_sticky_action.box-tocart .input-text {
  padding: 0;
  height: 38px;
}
.product_sticky .product_sticky_action.box-tocart .edit-qty {
  width: 38px;
  line-height: 38px;
}
.product_sticky .product_sticky_action .primary.tocart {
  font-size: 12px;
  padding: 8px 10px;
}
.product_sticky .product_sticky_action .primary.tocart span {
  white-space: nowrap;
}
.product_sticky .product_sticky_action .primary.tocart span.icon {
  display: none;
  line-height: inherit;
}
.product_sticky .price-box .price {
  font-size: 16px;
  font-weight: 600;
}
.product_sticky_info:after {
  content: "";
  display: table;
  clear: both;
}
.product_sticky_name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.product_sticky_image {
  width: 90px;
  padding-right: 20px;
}
.furniture-filter {
  width: 100%;
  text-align: center;
}
.furniture-filter li {
  display: inline-block;
  padding: 0 35px;
  position: relative;
  margin: 15px 0;
}
.furniture-filter li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.furniture-filter li a > span {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  padding-top: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: #000;
}
.furniture-filter li a:hover > span {
  opacity: 1;
  visibility: visible;
  color: #000;
}
.furniture-filter li a:hover img {
  opacity: 1;
}
/* Wishlist */
.products-grid.wishlist .product-item-info {
  border: 1px solid #f0f0f0;
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
}
.products-grid.wishlist .product-item-info > * {
  padding: 0 15px;
}
.products-grid.wishlist .product-item-info .product-item-photo {
  padding: 0 !important;
}
.products-grid.wishlist .product-item-info .product-item-photo img {
  min-width: 100%;
  position: static;
}
.products-grid.wishlist .product-item-info .product-item-name {
  margin-top: 10px;
  display: block;
}
.products-grid.wishlist .product-item-info .product-item-name a {
  color: #000;
  font-weight: 600;
}
.products-grid.wishlist .product-item-info .product-item-name a:hover {
  color: #0cafea;
}
.products-grid.wishlist .product-item-info .box-tocart fieldset {
  display: table;
  padding: 0;
  border: 0;
}
.products-grid.wishlist .product-item-info .box-tocart fieldset .field.qty {
  display: table-cell;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  float: none;
  width: auto;
  padding-right: 10px;
}
.products-grid.wishlist .product-item-info .box-tocart fieldset .field.qty .qty {
  border: 1px solid #ddd;
  height: 40px;
  width: 83px;
}
.products-grid.wishlist .product-item-info .box-tocart fieldset .product-item-actions {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.products-grid.wishlist .product-item-info .box-tocart fieldset .product-item-actions button {
  height: 40px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions {
  margin-top: 10px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
  color: #2a2a2a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action + .action {
  margin-left: 7px;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action:hover {
  border-color: #2a2a2a;
  background-color: #2a2a2a;
  color: #fff;
}
/* Home boxed */
.max-width600 {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}
.background-center {
  background-position: center;
}
body.boxed .header.header-sticky {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
body.boxed .header,
.absolute_header .cms-index-index.boxed .header:not(.header-sticky) {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}
.absolute_header .cms-index-index.boxed .header:not(.header-sticky) {
  left: 30px;
  right: 30px;
}
body.boxed.width1366 .header.header-sticky,
body.boxed.width1366 :not(.panel-popup) .page-wrapper {
  max-width: 1366px;
}
body.boxed.width1200 .header.header-sticky,
body.boxed.width1200 :not(.panel-popup) .page-wrapper {
  max-width: 1200px;
}
body.boxed.width1024 .header.header-sticky,
body.boxed.width1024 :not(.panel-popup) .page-wrapper {
  max-width: 1024px;
}
body.boxed.fullwidth :not(.panel-popup) .page-wrapper {
  margin: 0 auto;
}
body.boxed .header.header-sticky {
  margin: 0 auto;
}
body.boxed {
  background-color: #f5f2ec;
}
body.boxed :not(.panel-popup) .page-wrapper {
  background-color: #fff;
  margin: 30px auto;
  overflow-x: hidden;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  body.boxed.fullwidth :not(.panel-popup) .page-wrapper {
    padding: 0 60px;
  }
  body.boxed.fullwidth .header.header-sticky {
    left: 60px !important;
    right: 60px !important;
  }
  .absolute_header .cms-index-index.boxed.fullwidth .header:not(.header-sticky) {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 1199px) {
  body.boxed.fullwidth .header.header-sticky {
    left: 30px !important;
    right: 30px !important;
  }
}
@media (max-width: 991px) {
  .special-banner .banner-button > button {
    white-space: normal;
  }
  .special-banner .text {
    bottom: 0;
  }
  .promobanner .text {
    padding: 15px;
  }
  .promobanner .text .content-heading .sub-title {
    font-size: 14px;
  }
  .promobanner .text .banner-text .content-heading .title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .template-3 .slider_mgs_carousel .slide-text {
    padding: 15px;
  }
  .slide-text .content-heading {
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.boxed :not(.panel-popup) .page-wrapper {
    padding: 0 15px;
  }
  body.boxed.fullwidth .header.header-sticky {
    left: 15px !important;
    right: 15px !important;
  }
  .absolute_header .cms-index-index.boxed .header:not(.header-sticky) {
    left: 15px;
    right: 15px;
  }
}
body.boxed.fullwidth .header .container,
body.boxed.fullwidth .footer .container,
body.boxed.fullwidth .footer .container-fluid,
body.boxed.fullwidth .header .container-fluid {
  padding: 0 !important;
}
.banner-text .content-heading .title {
  font-size: 30px;
}
.banner-text .content-heading .action-shop-now {
  position: static;
  margin-top: 10px;
}
.special-banner .text {
  width: 100%;
  text-align: center;
  bottom: 30px;
}
.special-banner .banner-button {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.special-banner .banner-button > button {
  background-color: transparent;
  border: 0;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: none;
}
.special-banner .banner-button > button > span {
  display: block;
  color: #0cafea;
  font-weight: 500;
}
.special-banner .banner-button > button:hover {
  box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #0cafea;
}
/***/
.products-grid .grid-template-5.col-lg-2 .product-detail-action .actions-link button .text,
.products-grid .grid-template-5.col-lg-custom-7 .product-detail-action .actions-link button .text,
.products-grid .grid-template-5.col-lg-custom-8 .product-detail-action .actions-link button .text {
  display: none;
}
.products-grid .grid-template-5.col-lg-2 .product-detail-action .actions-link button .icon,
.products-grid .grid-template-5.col-lg-custom-7 .product-detail-action .actions-link button .icon,
.products-grid .grid-template-5.col-lg-custom-8 .product-detail-action .actions-link button .icon {
  display: block;
}
@media (max-width: 1600px) {
  .products-grid .grid-template-5.col-lg-2 .product-detail-action .actions-link button .text {
    display: none;
  }
  .products-grid .grid-template-5.col-lg-2 .product-detail-action .actions-link button .icon {
    display: block;
  }
}
.header.header2.header-sticky .middle-header-content .header-wl a {
  padding: 20px 10px;
}
.header.header2.header-sticky .middle-header-content header-wl a .count-wl {
  margin-top: -28px;
}
.header4 .header-wl a .count-wl {
  margin-top: 2px;
}
.items-in-cart .label {
  font-weight: 500;
  color: #000;
  padding: 0;
}
.field.required ._required > .label {
  display: none;
}
.field.required > .label:after,
.field._required > .label:after {
  content: '*';
  display: inline-block;
  color: #0cafea;
  padding-left: 3px;
}
.box-tocart.update .label {
  display: none;
}
.content-heading.text-left {
  text-align: left;
}
.field-error {
  color: #0cafea;
  font-style: italic;
  font-size: 12px;
}
.sidebar-reponsive-btn {
  display: none;
}
.cart.main.actions .action.continue,
.cart.main.actions .action.clear,
.cart.main.actions .action.update,
.checkout-cart-index .action.apply.primary,
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  font-weight: 400;
  text-transform: capitalize;
}
.checkout-cart-index .cart.main.actions .action.continue {
  border: 1px solid #000000;
}
.newsletter-popup-form .checkbox input[type=checkbox] {
  margin: 4px 5px 0 0;
}
.middle-header-content--setting .switcher .switcher-trigger strong {
  display: inline-block;
}
.template-3 .slider_mgs_carousel .slide-text {
  padding: 0 100px;
}
.newsletter-popup-form .checkbox input[type=checkbox] {
  margin-left: -20px;
}
.middle-header-content--setting .switcher-dropdown li {
  padding: 0;
}
.middle-header-content--setting .switcher-dropdown li:first-child,
.middle-header-content--setting .switcher-dropdown li:latest-child {
  padding-top: 5px;
}
/* Dark Theme */
body.dark:not(.panel-popup) {
  background-color: #000;
  color: #bbb;
}
body.dark:not(.panel-popup) main {
  background-color: #000;
}
body.dark:not(.panel-popup) input:-webkit-autofill,
body.dark:not(.panel-popup) input:-webkit-autofill:hover,
body.dark:not(.panel-popup) input:-webkit-autofill:focus,
body.dark:not(.panel-popup) input:-webkit-autofill:active {
  -webkit-text-fill-color: #bbb !important;
}
body.dark:not(.panel-popup) select[multiple],
body.dark:not(.panel-popup) select.form-control[multiple],
body.dark:not(.panel-popup) select.input-text[multiple],
body.dark:not(.panel-popup) select:not([multiple]),
body.dark:not(.panel-popup) select.form-control:not([multiple]),
body.dark:not(.panel-popup) select.input-text:not([multiple]),
body.dark:not(.panel-popup) textarea,
body.dark:not(.panel-popup) textarea.form-control,
body.dark:not(.panel-popup) textarea.input-text,
body.dark:not(.panel-popup) input[type="text"],
body.dark:not(.panel-popup) input[type="password"],
body.dark:not(.panel-popup) input[type="url"],
body.dark:not(.panel-popup) input[type="tel"],
body.dark:not(.panel-popup) input[type="search"],
body.dark:not(.panel-popup) input[type="number"],
body.dark:not(.panel-popup) input[type="datetime"],
body.dark:not(.panel-popup) input[type="email"] {
  background-color: #222 !important;
  border-color: #222 !important;
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) select:focus,
body.dark:not(.panel-popup) select.form-control:focus,
body.dark:not(.panel-popup) select.input-text:focus,
body.dark:not(.panel-popup) textarea:focus,
body.dark:not(.panel-popup) textarea.form-control:focus,
body.dark:not(.panel-popup) textarea.input-text:focus,
body.dark:not(.panel-popup) input[type="text"]:focus,
body.dark:not(.panel-popup) input[type="password"]:focus,
body.dark:not(.panel-popup) input[type="url"]:focus,
body.dark:not(.panel-popup) input[type="tel"]:focus,
body.dark:not(.panel-popup) input[type="search"]:focus,
body.dark:not(.panel-popup) input[type="number"]:focus,
body.dark:not(.panel-popup) input[type="datetime"]:focus,
body.dark:not(.panel-popup) input[type="email"]:focus {
  border-color: #363636 !important;
}
body.dark:not(.panel-popup) .field.requireds > .label:after,
body.dark:not(.panel-popup) .form-group.requireds > .label:after,
body.dark:not(.panel-popup) .field._required > .label:after,
body.dark:not(.panel-popup) .form-group._required > .label:after,
body.dark:not(.panel-popup) .field.required > .label:after,
body.dark:not(.panel-popup) .form-group.required > .label:after,
body.dark:not(.panel-popup) .field.requireds > label:after,
body.dark:not(.panel-popup) .form-group.requireds > label:after,
body.dark:not(.panel-popup) .field._required > label:after,
body.dark:not(.panel-popup) .form-group._required > label:after,
body.dark:not(.panel-popup) .field.required > label:after,
body.dark:not(.panel-popup) .form-group.required > label:after {
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .irs-min,
body.dark:not(.panel-popup) .irs-max {
  background-color: #bbb;
  color: #0f0f0f;
}
body.dark:not(.panel-popup) .irs-from,
body.dark:not(.panel-popup) .irs-to,
body.dark:not(.panel-popup) .irs-single {
  background-color: #555;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .irs-slider,
body.dark:not(.panel-popup) .irs-bar {
  background-color: #f0f0f0;
}
body.dark:not(.panel-popup) .header .navigation .nav-main-menu li > .dropdown-menu,
body.dark:not(.panel-popup) .dropdown-menu,
body.dark:not(.panel-popup) .dropdown-custom {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
body.dark:not(.panel-popup) .page-title-wrapper.background-color {
  background-color: #1b1b1b;
}
body.dark:not(.panel-popup).mgs_quickview-catalog_product-view .page-title-wrapper.background-color {
  background-color: transparent;
}
body.dark:not(.panel-popup) .footer {
  background-color: #0e0e0e;
  color: #bbb;
}
body.dark:not(.panel-popup) .footer .list-icon li {
  color: #bbb;
}
body.dark:not(.panel-popup) .footer a:not(.btn):not(.action):not(.scroll-to-top) {
  color: #bbb;
}
body.dark:not(.panel-popup) .footer a:not(.btn):not(.action):not(.scroll-to-top):hover {
  color: #ffbb65;
}
body.dark:not(.panel-popup) .header {
  background-color: #0e0e0e !important;
}
body.dark:not(.panel-popup) .header.header-sticky {
  box-shadow: 0px 1px 3px #333;
}
body.dark:not(.panel-popup) .header-wl a .count-wl,
body.dark:not(.panel-popup) .minicart-wrapper .action.showcart .counter.qty {
  color: #0f0f0f;
}
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar,
body.dark:not(.panel-popup) .table > thead > tr > th,
body.dark:not(.panel-popup) .table > tbody > tr > th,
body.dark:not(.panel-popup) .table > tfoot > tr > th,
body.dark:not(.panel-popup) .table > thead > tr > td,
body.dark:not(.panel-popup) .table > tbody > tr > td,
body.dark:not(.panel-popup) .table > tfoot > tr > td,
body.dark:not(.panel-popup) .box-tocart .field.qty,
body.dark:not(.panel-popup) .store-list-container .search-form,
body.dark:not(.panel-popup) .store-list-container .search-form .block-title .title,
body.dark:not(.panel-popup) .store-list-container .store-list .block-title .title,
body.dark:not(.panel-popup) .store-list-container .store-list,
body.dark:not(.panel-popup) .store-list-container .store-list > .items .stores li,
body.dark:not(.panel-popup) #store-list-map,
body.dark:not(.panel-popup) #map-detail,
body.dark:not(.panel-popup) .storelocator-details .box-store .block-title .title,
body.dark:not(.panel-popup) .storelocator-details .box-store,
body.dark:not(.panel-popup) .storelocator-details .box-store table tr td,
body.dark:not(.panel-popup) .storelocator-details .box-store table tr th,
body.dark:not(.panel-popup) hr,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th,
body.dark:not(.panel-popup).checkout-cart-index .column.main .cart-empty,
body.dark:not(.panel-popup) table tbody tr td,
body.dark:not(.panel-popup) table thead tr th,
body.dark:not(.panel-popup) .multishipping-checkout-shipping table tbody tr td,
body.dark:not(.panel-popup) .multishipping-checkout-shipping table thead tr th,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison thead tr td,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison thead tr th,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison tr td,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison tr th,
body.dark:not(.panel-popup) .middle-footer .middle-footer--content,
body.dark:not(.panel-popup) .bottom-footer .bottom-footer--content,
body.dark:not(.panel-popup) .minicart-wrapper .block-minicart,
body.dark:not(.panel-popup) .minicart-wrapper .minicart-items-wrapper,
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .pages .page-item,
body.dark:not(.panel-popup) .toolbar-products .limiter,
body.dark:not(.panel-popup) .toolbar-products .sorter,
body.dark:not(.panel-popup) .toolbar .toolbar-sorter .sorter-action,
body.dark:not(.panel-popup) .toolbar-products,
body.dark:not(.panel-popup) .filter-options-item,
body.dark:not(.panel-popup) .login-container > .block .block-title,
body.dark:not(.panel-popup) .login-container > .block,
body.dark:not(.panel-popup) .minicart-items .product-item .product.actions .action:hover,
body.dark:not(.panel-popup) .filter-current ol.items .item,
body.dark:not(.panel-popup) .account form .fieldset,
body.dark:not(.panel-popup) .form-create-account .fieldset,
body.dark:not(.panel-popup) .account form .fieldset .legend,
body.dark:not(.panel-popup) .form-create-account .fieldset .legend,
body.dark:not(.panel-popup) .opc-wrapper .step-title,
body.dark:not(.panel-popup) .products-grid.wishlist .product-item-info,
body.dark:not(.panel-popup) .customer-account-index .column.main .block,
body.dark:not(.panel-popup) .sidebar > .block.account-nav .account-nav-content .nav.items .nav.item a,
body.dark:not(.panel-popup) .sidebar > .block.account-nav .account-nav-content .nav.items .nav.item strong,
body.dark:not(.panel-popup).customer-account-index .column.main .block .block-title,
body.dark:not(.panel-popup).customer-account-index .column.main .block,
body.dark:not(.panel-popup) .fieldset .legend,
body.dark:not(.panel-popup).account form .fieldset,
body.dark:not(.panel-popup) .form-create-account .fieldset,
body.dark:not(.panel-popup) .opc-block-summary .items-in-cart > .title,
body.dark:not(.panel-popup) .opc-block-shipping-information .shipping-information-title,
body.dark:not(.panel-popup) .opc-payment .payment-methods .payment-method,
body.dark:not(.panel-popup) .opc-block-summary .items-in-cart > .title,
body.dark:not(.panel-popup) .search.results.mgs-instant-search .wrapper + .block-title,
body.dark:not(.panel-popup) .blog-main-info .entry-metas,
body.dark:not(.panel-popup) .sidebar > .block.block-blog-posts li.item,
body.dark:not(.panel-popup) .post-item-info .post-detail .entry-metas,
body.dark:not(.panel-popup) .post-item-info,
body.dark:not(.panel-popup) .shop-by-brand > .description,
body.dark:not(.panel-popup) .brand-page-list .item .image,
body.dark:not(.panel-popup) .search_brand_form,
body.dark:not(.panel-popup) .brand-info > .brand-description,
body.dark:not(.panel-popup) .opc-estimated-wrapper,
body.dark:not(.panel-popup) .page-header,
body.dark:not(.panel-popup) .sidebar .title-topabs,
body.dark:not(.panel-popup) .footer .mdft-block,
body.dark:not(.panel-popup) .sidebar > .block.block-blog-categories .block-content ul li,
body.dark:not(.panel-popup) .nav-tabs,
body.dark:not(.panel-popup) .mobile-navigation .nav-main-menu li > a,
body.dark:not(.panel-popup) .action-shop-now {
  border-color: #333 !important;
}
body.dark:not(.panel-popup) .color-primary,
body.dark:not(.panel-popup) .color-theme,
body.dark:not(.panel-popup) blockquote:after,
body.dark:not(.panel-popup) a:hover,
body.dark:not(.panel-popup) a:focus,
body.dark:not(.panel-popup) a:active,
body.dark:not(.panel-popup) .message > * a,
body.dark:not(.panel-popup) .action-shop-now:hover,
body.dark:not(.panel-popup) .service-icon .icon,
body.dark:not(.panel-popup) .footer a:hover,
body.dark:not(.panel-popup) .products-grid .grid-template-4 .product-detail-price .price-box .price,
body.dark:not(.panel-popup) .products-grid .grid-template-5 .actions-and-attr .actions-link .action.tocart:hover,
body.dark:not(.panel-popup) .rotate-image-container .close-rotate:hover,
body.dark:not(.panel-popup) .breadcrumbs li a:hover,
body.dark:not(.panel-popup) .minicart-wrapper .block-content > .subtotal .price,
body.dark:not(.panel-popup) .minicart-items .product-item-details .price,
body.dark:not(.panel-popup) .big-deal-products .owl-carousel .owl-nav > div:hover,
body.dark:not(.panel-popup) .list-products .owl-carousel .owl-nav > div:hover,
body.dark:not(.panel-popup) .product.media #owl-carousel-gallery.owl-carousel .owl-nav > div:hover,
body.dark:not(.panel-popup) .product.media .horizontal-thumbnail.owl-carousel .owl-nav > div:hover,
body.dark:not(.panel-popup) .product.media .vertical-gallery .slick-arrow:hover,
body.dark:not(.panel-popup) .block.review-list .review-items li.review-item .review-title,
body.dark:not(.panel-popup) .detail-page-grid-products .owl-carousel .owl-nav > div:hover,
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title a:hover,
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title.active a,
body.dark:not(.panel-popup) .product-info-main .price-box .price,
body.dark:not(.panel-popup) .product-info-main .product-info-stock-sku .stock:not(.available),
body.dark:not(.panel-popup) .product-info-main .product-options-wrapper .items.samples .samples-item-link,
body.dark:not(.panel-popup) .product-social-links a:hover,
body.dark:not(.panel-popup) .box-tocart .edit-qty:hover,
body.dark:not(.panel-popup) .bundle-info .product-details .stock.unavailable span,
body.dark:not(.panel-popup).checkout-cart-index .column.main .cart-empty a,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table .cart-price .price,
body.dark:not(.panel-popup).checkout-cart-index #shopping-cart-table .gift-options-cart-item .action-gift:hover,
body.dark:not(.panel-popup) .shipping-address-items .shipping-address-item.selected-item,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr.totals.grand th,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr.totals.grand td,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr.totals.grand th strong,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr.totals.grand td strong,
body.dark:not(.panel-popup) .opc-block-shipping-information .shipping-information-title .action-edit:hover:before,
body.dark:not(.panel-popup) #multiship-addresses-table tbody tr td.product .product-item-name a:hover,
body.dark:not(.panel-popup) .multishipping-checkout-shipping table tbody tr td .product-item-name a:hover,
body.dark:not(.panel-popup) .multishipping-checkout-overview table tbody tr td .product-item-name a:hover,
body.dark:not(.panel-popup) .multishipping-checkout-overview table tfoot tr.grand.totals th,
body.dark:not(.panel-popup) .multishipping-checkout-overview table tfoot tr.grand.totals td,
body.dark:not(.panel-popup) .page-print.sales-order-print .table-order-items tfoot tr td,
body.dark:not(.panel-popup) .multicheckout.success + #registration .action.primary,
body.dark:not(.panel-popup) .checkout-success + #registration .action.primary,
body.dark:not(.panel-popup) .mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:hover:before,
body.dark:not(.panel-popup) .twitter-feed-block .twitter-item .twitter-content .content a,
body.dark:not(.panel-popup) .footer address a,
body.dark:not(.panel-popup) .footer .list-icon .fa,
body.dark:not(.panel-popup) .footer .list-icon a:hover,
body.dark:not(.panel-popup) .footer.footer2 .social-link li a:hover,
body.dark:not(.panel-popup) .template-4 .slider_mgs_carousel.owl-carousel .owl-nav > div:hover,
body.dark:not(.panel-popup) .price-box .special-price .price,
body.dark:not(.panel-popup) .header .nav.nav-main-menu > li > a:hover,
body.dark:not(.panel-popup) .minicart-items .product-item .product-item-details .product-item-pricing .price,
body.dark:not(.panel-popup) .social-link li a:hover,
body.dark:not(.panel-popup) .minicart-items .product-item .product-item-details .product-item-name a:hover,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active > span:after,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active > span,
body.dark:not(.panel-popup) .middle-header-content--setting .close-setting-menu:hover,
body.dark:not(.panel-popup) .action-shop-now:hover,
body.dark:not(.panel-popup) .content-heading .sub-title,
body.dark:not(.panel-popup) .products-grid .grid-template-1 .product-item-details .tocart:not(.disabled) {
  color: #ffbb65;
}
body.dark:not(.panel-popup) .footer .title strong {
  color: #ffbb65 !important;
}
body.dark:not(.panel-popup) blockquote:before,
body.dark:not(.panel-popup) .btn.btn-default,
body.dark:not(.panel-popup) .action.secondary,
body.dark:not(.panel-popup) .cart.main.actions .action.clear,
body.dark:not(.panel-popup) .checkout-shipping-address > .step-content .action.action-show-popup,
body.dark:not(.panel-popup) .form-discount .action.action-apply,
body.dark:not(.panel-popup) .action-primary.action-accept,
body.dark:not(.panel-popup) .authentication-wrapper .action-auth-toggle,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.add,
body.dark:not(.panel-popup) .form.send.friend .action.back,
body.dark:not(.panel-popup) #compare-clear-all,
body.dark:not(.panel-popup) .block-dashboard-orders .action.order,
body.dark:not(.panel-popup) .block-dashboard-info .action.change-password,
body.dark:not(.panel-popup) .table-order-items .action.order,
body.dark:not(.panel-popup) .owl-carousel .owl-nav > div:not(.disabled):hover,
body.dark:not(.panel-popup) .footer-social--content .ft-social.youtube,
body.dark:not(.panel-popup) .product-label,
body.dark:not(.panel-popup) .products-grid .product-detail-action button:hover,
body.dark:not(.panel-popup) .products-grid .grid-template-1 .product-item-details .tocart,
body.dark:not(.panel-popup) .products-grid .grid-template-2 .product-detail-action button:hover,
body.dark:not(.panel-popup) .products-grid .grid-template-3 .product-detail-action button:hover,
body.dark:not(.panel-popup) .products-grid .grid-template-3 .product-detail-action form button,
body.dark:not(.panel-popup) .products-grid .grid-template-4 .product-detail-action form button,
body.dark:not(.panel-popup) .products-grid .grid-template-4 .product-detail-action button:hover,
body.dark:not(.panel-popup) .menu-product-tabs.nav-tabs > li a:after,
body.dark:not(.panel-popup) .instagram-block .owl-carousel .owl-nav > div:hover,
body.dark:not(.panel-popup) .home-newsletter.white-block,
body.dark:not(.panel-popup) .account .actions-toolbar > .secondary .action.back,
body.dark:not(.panel-popup) .sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove:hover,
body.dark:not(.panel-popup) .minicart-wrapper .action.showcart .counter.qty,
body.dark:not(.panel-popup) .minicart-items .product-item-details .details-qty .update-cart-item,
body.dark:not(.panel-popup) .list-products .action.mgs-quickview:hover,
body.dark:not(.panel-popup) .list-products .actions-link .action:hover,
body.dark:not(.panel-popup) .toolbar .toolbar-sorter .sorter-action:hover,
body.dark:not(.panel-popup) .toolbar .modes strong.modes-mode,
body.dark:not(.panel-popup) .toolbar .modes a.modes-mode:hover,
body.dark:not(.panel-popup) .newsletter_popup .form-group.newsletter .action.subscribe:hover,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .cart-items .item .product .item-qty,
body.dark:not(.panel-popup) .filter-installed .action-filter:hover,
body.dark:not(.panel-popup) .btn.btn-primary:hover,
body.dark:not(.panel-popup) .action.primary:hover,
body.dark:not(.panel-popup) .cart.main.actions .action.continue:hover,
body.dark:not(.panel-popup) .shipping-address-items .action:hover,
body.dark:not(.panel-popup) .page-title-wrapper a.print:hover,
body.dark:not(.panel-popup) .action-secondary.action-dismiss:hover,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.update:hover,
body.dark:not(.panel-popup) .sidebar .block-wishlist .action.details:hover,
body.dark:not(.panel-popup) .block-dashboard-orders .action.view:hover,
body.dark:not(.panel-popup) .block-dashboard-info .action.edit:hover,
body.dark:not(.panel-popup) .block-dashboard-addresses .action.edit:hover,
body.dark:not(.panel-popup) .block-reviews-dashboard .action.view:hover,
body.dark:not(.panel-popup) .block-reorder .action.view:hover,
body.dark:not(.panel-popup) .table-order-items .action.view:hover,
body.dark:not(.panel-popup) .gift-options .action.action-cancel:hover,
body.dark:not(.panel-popup) .minicart-items .product-item .product.actions .action:hover,
body.dark:not(.panel-popup).checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active:before,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active > span:before,
body.dark:not(.panel-popup) .irs-slider,
body.dark:not(.panel-popup) .irs-bar,
body.dark:not(.panel-popup) .products-grid .grid-template-1 .product-item-details .tocart:not(.disabled):hover {
  background-color: #ffbb65;
}
body.dark:not(.panel-popup) .owl-carousel .owl-nav > div:not(.disabled):hover,
body.dark:not(.panel-popup) .products-grid .product-detail-action button:hover,
body.dark:not(.panel-popup) .products-grid .grid-template-3 .product-detail-action form button,
body.dark:not(.panel-popup) .products-grid .grid-template-4 .product-detail-action form button,
body.dark:not(.panel-popup) .instagram-block .owl-carousel .owl-nav > div:hover,
body.dark:not(.panel-popup) .sidebar > .block.block-wishlist .product-items .product-item .product-item-info .product-item-details .btn-remove:hover,
body.dark:not(.panel-popup) .list-products .action.mgs-quickview:hover,
body.dark:not(.panel-popup) .list-products .actions-link .action:hover,
body.dark:not(.panel-popup) .toolbar .toolbar-sorter .sorter-action:hover,
body.dark:not(.panel-popup) .toolbar .modes strong.modes-mode,
body.dark:not(.panel-popup) .toolbar .modes a.modes-mode:hover,
body.dark:not(.panel-popup) .product.media .horizontal-thumbnail .owl-item .item-thumb.active,
body.dark:not(.panel-popup) .product.media .vertical-gallery .item-thumb.active img,
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title a:hover,
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title.active a,
body.dark:not(.panel-popup) .shipping-address-items .shipping-address-item.selected-item,
body.dark:not(.panel-popup) .filter-installed .action-filter:hover,
body.dark:not(.panel-popup) .newsletter_popup,
body.dark:not(.panel-popup) .action-shop-now,
body.dark:not(.panel-popup) .products-grid .grid-template-1 .product-item-details .tocart,
body.dark:not(.panel-popup) .minicart-items .product-item-details .details-qty .update-cart-item,
body.dark:not(.panel-popup) .multicheckout.success + #registration .action.primary,
body.dark:not(.panel-popup) .checkout-success + #registration .action.primary,
body.dark:not(.panel-popup) .newsletter_popup,
body.dark:not(.panel-popup) .minicart-items .product-item .product.actions .action:hover {
  border-color: #ffbb65;
}
body.dark:not(.panel-popup) .content-heading,
body.dark:not(.panel-popup) .slide-text .content-heading p,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._complete > span,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr th,
body.dark:not(.panel-popup) .minicart-wrapper .block-minicart .block-title span,
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title > span,
body.dark:not(.panel-popup) .rating-summary .rating-result > span:before,
body.dark:not(.panel-popup) .block.review-add .review-form h4 span,
body.dark:not(.panel-popup) .review-control-vote label:before,
body.dark:not(.panel-popup) .block.review-list .review-items li.review-item .review-title,
body.dark:not(.panel-popup) .success-ajax--popup .popup__result-title,
body.dark:not(.panel-popup).multishipping-checkout-overview .checkout-review .grand.totals strong,
body.dark:not(.panel-popup).multishipping-checkout-overview table tfoot tr.grand.totals th,
body.dark:not(.panel-popup).multishipping-checkout-overview table tfoot tr.grand.totals td,
body.dark:not(.panel-popup) .multishipping-checkout-shipping .box-shipping-method dt,
body.dark:not(.panel-popup) .multishipping-checkout-shipping table tbody tr td.qty,
body.dark:not(.panel-popup) .block-bundle-summary .title strong,
body.dark:not(.panel-popup) .pin__title,
body.dark:not(.panel-popup) .toolbar select,
body.dark:not(.panel-popup) blockquote,
body.dark:not(.panel-popup) .label,
body.dark:not(.panel-popup) label,
body.dark:not(.panel-popup) blockquote cite,
body.dark:not(.panel-popup) table thead tr th,
body.dark:not(.panel-popup) legend,
body.dark:not(.panel-popup) .shipping-address-items .shipping-address-item.selected-item,
body.dark:not(.panel-popup) .sidebar .subtitle,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
body.dark:not(.panel-popup).checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th,
body.dark:not(.panel-popup).checkout-cart-index .checkout-extra .block .title strong,
body.dark:not(.panel-popup) .account-nav-content .nav > li strong,
body.dark:not(.panel-popup).catalog-product-compare-index .table-wrapper .table-comparison tr th,
body.dark:not(.panel-popup) .opc-wrapper .step-title,
body.dark:not(.panel-popup) .opc-block-summary > .title,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr td,
body.dark:not(.panel-popup) .opc-sidebar .minicart-items .product-item .product-item-details .product-item-name,
body.dark:not(.panel-popup) .payment-option.discount-code .payment-option-title,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr.totals.grand th strong,
body.dark:not(.panel-popup) .opc-block-summary .table-totals tr.totals.grand td strong,
body.dark:not(.panel-popup) .opc-block-shipping-information .shipping-information-title,
body.dark:not(.panel-popup) .opc-block-shipping-information .shipping-information-title .action-edit:hover:before,
body.dark:not(.panel-popup) .opc-estimated-wrapper .estimated-block,
body.dark:not(.panel-popup) .opc-estimated-wrapper .estimated-block .estimated-price,
body.dark:not(.panel-popup) .cart-footer .fixed-mini-cart .cart-items .item .edit-icon,
body.dark:not(.panel-popup) #multiship-addresses-table tbody tr td.actions .action.delete,
body.dark:not(.panel-popup).checkout-cart-index .checkout-extra #block-summary dl.items.methods dt,
body.dark:not(.panel-popup) .portfolio-detail--content .portfolio-table tr td:first-child,
body.dark:not(.panel-popup) .shop-by-brand > .description,
body.dark:not(.panel-popup) .brand-info > .brand-description,
body.dark:not(.panel-popup) .deal-timer .countdown span,
body.dark:not(.panel-popup) strong,
body.dark:not(.panel-popup) h1,
body.dark:not(.panel-popup) .h1,
body.dark:not(.panel-popup) h2,
body.dark:not(.panel-popup) .h2,
body.dark:not(.panel-popup) h3,
body.dark:not(.panel-popup) .h3,
body.dark:not(.panel-popup) h4,
body.dark:not(.panel-popup) .h4,
body.dark:not(.panel-popup) h5,
body.dark:not(.panel-popup) .h5,
body.dark:not(.panel-popup) h6,
body.dark:not(.panel-popup) .h6 {
  color: #f0f0f0 !important;
}
body.dark:not(.panel-popup) .product-options-wrapper .items.samples .samples-item-title,
body.dark:not(.panel-popup) .product-options-wrapper .legend.links-title,
body.dark:not(.panel-popup) .product-options-wrapper .fieldset > .field > .label,
body.dark:not(.panel-popup) .product-options-wrapper .fieldset > .field > .fieldset > .legend,
body.dark:not(.panel-popup) .product-options-wrapper .swatch-opt > .swatch-attribute .swatch-attribute-label,
body.dark:not(.panel-popup) .block-bundle-summary > .title strong,
body.dark:not(.panel-popup) .swatch-attribute-selected-option,
body.dark:not(.panel-popup) .filter-options .filter-options-title,
body.dark:not(.panel-popup) .mfp-mgs-quickview .mfp-iframe-scaler .mfp-close:before,
body.dark:not(.panel-popup) .action-shop-now {
  color: #f0f0f0;
}
body.dark:not(.panel-popup) a:not(.btn):not(.action):not(.scroll-to-top) {
  color: #f0f0f0;
}
body.dark:not(.panel-popup) a:not(.btn):not(.action):not(.scroll-to-top):hover {
  color: #ffbb65;
}
body.dark:not(.panel-popup) .toolbar .modes a.modes-mode,
body.dark:not(.panel-popup) .btn.btn-secondary,
body.dark:not(.panel-popup) .minicart-wrapper .action.viewcart,
body.dark:not(.panel-popup) .checkout-shipping-address > .step-content .action.action-show-popup,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.back,
body.dark:not(.panel-popup) .form.send.friend .action.add,
body.dark:not(.panel-popup) .cart.main.actions .action.continue,
body.dark:not(.panel-popup) .action-cancel {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #0f0f0f;
}
body.dark:not(.panel-popup) .toolbar .modes a.modes-mode:focus,
body.dark:not(.panel-popup) .btn.btn-secondary:focus,
body.dark:not(.panel-popup) .minicart-wrapper .action.viewcart:focus,
body.dark:not(.panel-popup) .checkout-shipping-address > .step-content .action.action-show-popup:focus,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.back:focus,
body.dark:not(.panel-popup) .form.send.friend .action.add:focus,
body.dark:not(.panel-popup) .cart.main.actions .action.continue:focus,
body.dark:not(.panel-popup) .action-cancel:focus {
  background-color: #333;
  border-color: #333;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .toolbar .modes a.modes-mode:hover,
body.dark:not(.panel-popup) .btn.btn-secondary:hover,
body.dark:not(.panel-popup) .minicart-wrapper .action.viewcart:hover,
body.dark:not(.panel-popup) .checkout-shipping-address > .step-content .action.action-show-popup:hover,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.back:hover,
body.dark:not(.panel-popup) .form.send.friend .action.add:hover,
body.dark:not(.panel-popup) .cart.main.actions .action.continue:hover,
body.dark:not(.panel-popup) .action-cancel:hover {
  background-color: #333;
  border-color: #333;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .products.list .product-item .product-detail-action .action,
body.dark:not(.panel-popup) .btn-promo-banner,
body.dark:not(.panel-popup) .products-grid .product-item-details .tocart,
body.dark:not(.panel-popup) .products-grid .product-detail-action button,
body.dark:not(.panel-popup) .list-products .action.mgs-quickview,
body.dark:not(.panel-popup) .list-products .actions-link .action,
body.dark:not(.panel-popup) .btn.btn-default,
body.dark:not(.panel-popup) .action.secondary,
body.dark:not(.panel-popup) .action-primary.action-accept,
body.dark:not(.panel-popup) .authentication-wrapper .action-auth-toggle,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.add,
body.dark:not(.panel-popup) .form.send.friend .action.back,
body.dark:not(.panel-popup) #compare-clear-all,
body.dark:not(.panel-popup) .block-dashboard-orders .action.order,
body.dark:not(.panel-popup) .block-dashboard-info .action.change-password,
body.dark:not(.panel-popup) .table-order-items .action.order {
  background-color: #ffbb65;
  border: 1px solid #ffbb65;
  color: #0f0f0f;
}
body.dark:not(.panel-popup) .products.list .product-item .product-detail-action .action:focus,
body.dark:not(.panel-popup) .btn-promo-banner:focus,
body.dark:not(.panel-popup) .products-grid .product-item-details .tocart:focus,
body.dark:not(.panel-popup) .products-grid .product-detail-action button:focus,
body.dark:not(.panel-popup) .list-products .action.mgs-quickview:focus,
body.dark:not(.panel-popup) .list-products .actions-link .action:focus,
body.dark:not(.panel-popup) .btn.btn-default:focus,
body.dark:not(.panel-popup) .action.secondary:focus,
body.dark:not(.panel-popup) .action-primary.action-accept:focus,
body.dark:not(.panel-popup) .authentication-wrapper .action-auth-toggle:focus,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.add:focus,
body.dark:not(.panel-popup) .form.send.friend .action.back:focus,
body.dark:not(.panel-popup) #compare-clear-all:focus,
body.dark:not(.panel-popup) .block-dashboard-orders .action.order:focus,
body.dark:not(.panel-popup) .block-dashboard-info .action.change-password:focus,
body.dark:not(.panel-popup) .table-order-items .action.order:focus {
  background-color: #333;
  border-color: #333;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .products.list .product-item .product-detail-action .action:hover,
body.dark:not(.panel-popup) .btn-promo-banner:hover,
body.dark:not(.panel-popup) .products-grid .product-item-details .tocart:hover,
body.dark:not(.panel-popup) .products-grid .product-detail-action button:hover,
body.dark:not(.panel-popup) .list-products .action.mgs-quickview:hover,
body.dark:not(.panel-popup) .list-products .actions-link .action:hover,
body.dark:not(.panel-popup) .btn.btn-default:hover,
body.dark:not(.panel-popup) .action.secondary:hover,
body.dark:not(.panel-popup) .action-primary.action-accept:hover,
body.dark:not(.panel-popup) .authentication-wrapper .action-auth-toggle:hover,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.add:hover,
body.dark:not(.panel-popup) .form.send.friend .action.back:hover,
body.dark:not(.panel-popup) #compare-clear-all:hover,
body.dark:not(.panel-popup) .block-dashboard-orders .action.order:hover,
body.dark:not(.panel-popup) .block-dashboard-info .action.change-password:hover,
body.dark:not(.panel-popup) .table-order-items .action.order:hover {
  background-color: #333;
  border-color: #333;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .characters-filter li a,
body.dark:not(.panel-popup) .success-ajax--popup .mfp-close,
body.dark:not(.panel-popup) .products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action,
body.dark:not(.panel-popup) .btn.btn-primary,
body.dark:not(.panel-popup) .action.primary,
body.dark:not(.panel-popup) .form-discount .action.action-apply,
body.dark:not(.panel-popup) .shipping-address-items .action,
body.dark:not(.panel-popup) .page-title-wrapper a.print,
body.dark:not(.panel-popup) .action-secondary.action-dismiss,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.update,
body.dark:not(.panel-popup) .sidebar .block-wishlist .action.details,
body.dark:not(.panel-popup) .block-dashboard-orders .action.view,
body.dark:not(.panel-popup) .block-dashboard-info .action.edit,
body.dark:not(.panel-popup) .block-dashboard-addresses .action.edit,
body.dark:not(.panel-popup) .block-reviews-dashboard .action.view,
body.dark:not(.panel-popup) .block-reorder .action.view,
body.dark:not(.panel-popup) .table-order-items .action.view,
body.dark:not(.panel-popup) .gift-options .action.action-cancel,
body.dark:not(.panel-popup) .action-update,
body.dark:not(.panel-popup) .cart.main.actions .action.clear,
body.dark:not(.panel-popup) .cart.main.actions .action.update {
  background-color: #333;
  border: 1px solid #333;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .characters-filter li a:focus,
body.dark:not(.panel-popup) .success-ajax--popup .mfp-close:focus,
body.dark:not(.panel-popup) .products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action:focus,
body.dark:not(.panel-popup) .btn.btn-primary:focus,
body.dark:not(.panel-popup) .action.primary:focus,
body.dark:not(.panel-popup) .form-discount .action.action-apply:focus,
body.dark:not(.panel-popup) .shipping-address-items .action:focus,
body.dark:not(.panel-popup) .page-title-wrapper a.print:focus,
body.dark:not(.panel-popup) .action-secondary.action-dismiss:focus,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.update:focus,
body.dark:not(.panel-popup) .sidebar .block-wishlist .action.details:focus,
body.dark:not(.panel-popup) .block-dashboard-orders .action.view:focus,
body.dark:not(.panel-popup) .block-dashboard-info .action.edit:focus,
body.dark:not(.panel-popup) .block-dashboard-addresses .action.edit:focus,
body.dark:not(.panel-popup) .block-reviews-dashboard .action.view:focus,
body.dark:not(.panel-popup) .block-reorder .action.view:focus,
body.dark:not(.panel-popup) .table-order-items .action.view:focus,
body.dark:not(.panel-popup) .gift-options .action.action-cancel:focus,
body.dark:not(.panel-popup) .action-update:focus,
body.dark:not(.panel-popup) .cart.main.actions .action.clear:focus,
body.dark:not(.panel-popup) .cart.main.actions .action.update:focus {
  background-color: #ffbb65;
  border: 1px solid #ffbb65;
  color: #0f0f0f;
}
body.dark:not(.panel-popup) .characters-filter li a:hover,
body.dark:not(.panel-popup) .success-ajax--popup .mfp-close:hover,
body.dark:not(.panel-popup) .products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action:hover,
body.dark:not(.panel-popup) .btn.btn-primary:hover,
body.dark:not(.panel-popup) .action.primary:hover,
body.dark:not(.panel-popup) .form-discount .action.action-apply:hover,
body.dark:not(.panel-popup) .shipping-address-items .action:hover,
body.dark:not(.panel-popup) .page-title-wrapper a.print:hover,
body.dark:not(.panel-popup) .action-secondary.action-dismiss:hover,
body.dark:not(.panel-popup) .multicheckout .actions-toolbar .secondary .action.update:hover,
body.dark:not(.panel-popup) .sidebar .block-wishlist .action.details:hover,
body.dark:not(.panel-popup) .block-dashboard-orders .action.view:hover,
body.dark:not(.panel-popup) .block-dashboard-info .action.edit:hover,
body.dark:not(.panel-popup) .block-dashboard-addresses .action.edit:hover,
body.dark:not(.panel-popup) .block-reviews-dashboard .action.view:hover,
body.dark:not(.panel-popup) .block-reorder .action.view:hover,
body.dark:not(.panel-popup) .table-order-items .action.view:hover,
body.dark:not(.panel-popup) .gift-options .action.action-cancel:hover,
body.dark:not(.panel-popup) .action-update:hover,
body.dark:not(.panel-popup) .cart.main.actions .action.clear:hover,
body.dark:not(.panel-popup) .cart.main.actions .action.update:hover {
  background-color: #ffbb65;
  border: 1px solid #ffbb65;
  color: #0f0f0f;
}
body.dark:not(.panel-popup) .toolbar .modes strong.modes-mode {
  background-color: #333;
  border-color: #333;
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .search_brand_form,
body.dark:not(.panel-popup) table thead tr th,
body.dark:not(.panel-popup) table.table thead tr th,
body.dark:not(.panel-popup) .toolbar-products .limiter,
body.dark:not(.panel-popup) .toolbar-products .sorter,
body.dark:not(.panel-popup) .box-tocart .field.qty,
body.dark:not(.panel-popup) .box-tocart .edit-qty {
  background-color: #222;
}
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._complete > span:before,
body.dark:not(.panel-popup) .menu-product-tabs.nav-tabs > li a:after,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._complete:before,
body.dark:not(.panel-popup) .header-wl a .count-wl,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active > span:before,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active:before,
body.dark:not(.panel-popup) .minicart-wrapper .action.showcart .counter.qty,
body.dark:not(.panel-popup) blockquote:before {
  background-color: #ffbb65;
}
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title a:hover,
body.dark:not(.panel-popup) .product-data-items-menu .data.item.title.active a {
  border-color: #f0f0f0;
}
body.dark:not(.panel-popup) .mobile-navigation,
body.dark:not(.panel-popup) .page-main .sidebar-main,
body.dark:not(.panel-popup) .opc-sidebar.opc-summary-wrapper .modal-inner-wrap,
body.dark:not(.panel-popup) .opc-estimated-wrapper,
body.dark:not(.panel-popup) .opc-block-summary,
body.dark:not(.panel-popup) .opc-block-shipping-information,
body.dark:not(.panel-popup) .modal-content,
body.dark:not(.panel-popup) .middle-header-content--setting,
body.dark:not(.panel-popup) .minicart-wrapper .block-minicart,
body.dark:not(.panel-popup) .success-ajax--popup .mfp-inline-holder .mfp-content {
  background-color: #1b1b1b;
}
body.dark:not(.panel-popup) .mobile-navigation--tabs > li.active a,
body.dark:not(.panel-popup) .mobile-navigation--tabs > li.active a:hover,
body.dark:not(.panel-popup) .mobile-navigation--tabs > li.active a:focus {
  background-color: #333;
}
body.dark:not(.panel-popup) .owl-carousel .owl-dots .owl-dot:hover span,
body.dark:not(.panel-popup) .owl-carousel .owl-dots .owl-dot.active span,
body.dark:not(.panel-popup) .enable-setting-menu span,
body.dark:not(.panel-popup) .enable-setting-menu span:before,
body.dark:not(.panel-popup) .enable-setting-menu span:after {
  background-color: #f0f0f0;
}
body.dark:not(.panel-popup) .enable-setting-menu:hover span,
body.dark:not(.panel-popup) .enable-setting-menu:hover span:before,
body.dark:not(.panel-popup) .enable-setting-menu:hover span:after {
  background-color: #ffbb65;
}
body.dark:not(.panel-popup) .header-wl a i,
body.dark:not(.panel-popup) .top-search .enable_search_form,
body.dark:not(.panel-popup) .minicart-wrapper .action.showcart:before {
  color: #f0f0f0;
}
body.dark:not(.panel-popup) .header-wl a:hover i,
body.dark:not(.panel-popup) .top-search .enable_search_form:hover,
body.dark:not(.panel-popup) .minicart-wrapper .action.showcart:hover:before {
  color: #ffbb65;
}
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active > span,
body.dark:not(.panel-popup) .opc-progress-bar .opc-progress-bar-item._active > span:after {
  color: #0f0f0f;
}
body.dark:not(.panel-popup) .slider_mgs_carousel.owl-carousel .owl-nav > div {
  background-color: transparent !important;
}
body.dark:not(.panel-popup) .portfolio-top-content:hover:after {
  border-bottom-color: #333;
  border-left-color: #333;
}
body.dark:not(.panel-popup) .portfolio-top-content:hover:before {
  border-top-color: #333;
  border-right-color: #333;
}
body.dark:not(.panel-popup) .portfolio-top-content .image:after {
  background-color: #0f0f0f;
}
body.dark:not(.panel-popup) .portfolio-top-content:hover .image:after {
  opacity: 0.5;
}
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown {
  box-shadow: 0px 1px 3px #333;
}
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper {
  background-color: #1b1b1b;
}
body.dark:not(.panel-popup) #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title {
  background-color: #222;
}
body.dark:not(.panel-popup) .middle-header-content .switcher .ui-widget.ui-widget-content {
  background-color: #222;
  box-shadow: 0 0 2px #333;
  z-index: 2;
  min-width: 100%;
}
body.dark:not(.panel-popup) .product-info-main .price-box .old-price .price {
  color: #999;
}
body.dark:not(.panel-popup) .minicart-items .product-item .product.actions .action:hover,
body.dark:not(.panel-popup) .box-tocart .edit-qty:hover {
  background-color: #333;
}
body.dark:not(.panel-popup) .product-label {
  background-color: #aaa;
}
body.dark:not(.panel-popup) .product-label.sale-label {
  background-color: #555;
}
body.dark:not(.panel-popup) .product-label.sold-out-label {
  color: #696969;
}
body.dark:not(.panel-popup) .middle-footer .middle-footer--content {
  border-top: 0;
}
body.dark:not(.panel-popup) .page-main .sidebar-main {
  box-shadow: 1px 1px 1px #333333;
}
body.ajaxcart-catalog_product-view .page-title-wrapper {
  display: none;
}
.padding-left100 {
  padding-left: 100px;
}
.dark-banner span {
  color: #999;
  letter-spacing: 0.3em;
  font-size: 16px;
}
.dark-banner h2 {
  font-size: 36px;
  font-weight: 700;
}
.slider_mgs_carousel .owl-item .slide-text .dark-text > span {
  font-size: 16px;
  color: #f0f0f0;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .slider_mgs_carousel .owl-item .slide-text .dark-text > span {
    font-size: 30px;
  }
}
.slider_mgs_carousel .owl-item .slide-text .dark-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .slider_mgs_carousel .owl-item .slide-text .dark-text h2 {
    font-size: 30px;
  }
}
.slider_mgs_carousel .owl-item .slide-text .dark-text p {
  color: #bbb;
}
@media (max-width: 500px) {
  .slider_mgs_carousel .owl-item .slide-text .dark-text p {
    display: none;
  }
}
.checkout-index-index .sidebar-reponsive-btn {
  display: none !important;
}
.col-no-padding .row {
  margin: 0;
}
.col-no-padding .row > div {
  padding: 0;
}
.title-left .content-heading {
  text-align: left;
}
.dark-banner .btn-promo-banner {
  margin-left: -30px;
}
.drak-img h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: -35px;
  z-index: 9;
  position: relative;
}
@media (max-width: 991px) {
  .drak-img h2 {
    font-size: 30px;
  }
}
.fieldset-bundle-options ._bundle-option-wrapper {
  position: relative;
  max-width: 590px;
  margin: 8px 0 2px 0;
  padding: 0;
  border: none;
}
.fieldset-bundle-options ._bundle-option-wrapper .field.option .label {
  margin-bottom: 25px;
  margin-right: 10px;
  border: 0;
  white-space: nowrap;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.fieldset-bundle-options ._bundle-option-wrapper > .field.option,
.fieldset-bundle-options ._bundle-option-wrapper .nested.options-list {
  margin-right: 25px;
}
.fieldset-bundle-options ._bundle-option-wrapper > img.tooltip {
  position: absolute;
  top: -1px;
  left: -2px;
}
.fieldset-bundle-options ._bundle-option-wrapper > img.tooltip + .tooltip_templates + .field.option {
  margin-left: 20px;
}
@media (min-width: 576px) {
  .page-wrapper .container {
    max-width: none;
    width: 750px;
  }
}
@media (min-width: 768px) {
  .page-wrapper .container {
    max-width: none;
    width: 750px;
  }
  .footer-container .bottom-footer--content .row > div:last-child {
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
  }
}
@media (min-width: 992px) {
  .page-wrapper .container {
    max-width: none;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-wrapper .container {
    max-width: none;
    width: 1170px;
  }
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  /* pdz - fix Magento 2.4 image scaling issues - added two lines below*/
  max-width: 100%;
  height: auto;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.catalog-product-view .product-detail-infomation .product-data-items-content #attributeaccessories .block-content.row .products-grid {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.catalog-product-view .product-add-form .itoris_slider_group.show-options {
  display: block !important;
}
.catalog-category-view .toolbar-sorter.sorter {
  margin-left: 0;
}
.catalog-category-view .landing-categories .landing-categories--parralax > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-category-view .landing-categories .landing-categories--parralax > .row .landing-parralax--item {
  margin-bottom: 20px;
}
.catalog-category-view .landing-categories .landing-categories--parralax > .row .landing-parralax-detail {
  width: auto;
  max-width: none;
}
.blog-post-view .blog-main-info > .row {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.blog-post-view .blog-main-info p {
  /*img { pdz - removed Magento 2.4 upgrade rely on bootstrap for img formatting.
                width: 100%;
                height: auto;
            }*/
}
.blog-post-view .blog-main-info .row.content .ht-card {
  overflow: hidden;
  padding: 15px;
  margin: 0;
}
.blog-post-view .blog-main-info .ht-card {
  border: none;
  margin: 0;
}
.header.header6 .opacity-block {
  opacity: 0;
  transition: 1s;
}
.page-wrapper .header .nav.nav-main-menu > li > a:hover {
  color: #0cafea;
}
.footer .footer-container .middle-footer--content > .row {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.main-wrapper .results .post-item .post-image-photo {
  width: 100%;
}
.mgs-instant-search-page .column.main,
.mgs-instant-search-type-page .column.main {
  width: 100%;
  flex: 100%;
  max-width: 100%;
}
.mgs-instant-search > .block-title,
.mgs-instant-search-page > .block-title,
.mgs-instant-search-type-page > .block-title {
  background: none !important;
}
.mgs-instant-search .posts-grid .post-items,
.mgs-instant-search-page .posts-grid .post-items,
.mgs-instant-search-type-page .posts-grid .post-items,
.mgs-instant-search .products-grid .product-items,
.mgs-instant-search-page .products-grid .product-items,
.mgs-instant-search-type-page .products-grid .product-items,
.mgs-instant-search .categories-grid .category-items,
.mgs-instant-search-page .categories-grid .category-items,
.mgs-instant-search-type-page .categories-grid .category-items {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 578px) {
  .mgs-instant-search .posts-grid .post-items,
  .mgs-instant-search-page .posts-grid .post-items,
  .mgs-instant-search-type-page .posts-grid .post-items,
  .mgs-instant-search .products-grid .product-items,
  .mgs-instant-search-page .products-grid .product-items,
  .mgs-instant-search-type-page .products-grid .product-items,
  .mgs-instant-search .categories-grid .category-items,
  .mgs-instant-search-page .categories-grid .category-items,
  .mgs-instant-search-type-page .categories-grid .category-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mgs-instant-search .posts-grid .post-items li.item,
.mgs-instant-search-page .posts-grid .post-items li.item,
.mgs-instant-search-type-page .posts-grid .post-items li.item,
.mgs-instant-search .products-grid .product-items li.item,
.mgs-instant-search-page .products-grid .product-items li.item,
.mgs-instant-search-type-page .products-grid .product-items li.item,
.mgs-instant-search .categories-grid .category-items li.item,
.mgs-instant-search-page .categories-grid .category-items li.item,
.mgs-instant-search-type-page .categories-grid .category-items li.item {
  width: 100% !important;
}
.mgs-instant-search .posts-grid .post-items li.item .description,
.mgs-instant-search-page .posts-grid .post-items li.item .description,
.mgs-instant-search-type-page .posts-grid .post-items li.item .description,
.mgs-instant-search .products-grid .product-items li.item .description,
.mgs-instant-search-page .products-grid .product-items li.item .description,
.mgs-instant-search-type-page .products-grid .product-items li.item .description,
.mgs-instant-search .categories-grid .category-items li.item .description,
.mgs-instant-search-page .categories-grid .category-items li.item .description,
.mgs-instant-search-type-page .categories-grid .category-items li.item .description {
  display: none;
}
.mgs-instant-search .posts-grid .post-items li.item .product-image-container,
.mgs-instant-search-page .posts-grid .post-items li.item .product-image-container,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-image-container,
.mgs-instant-search .products-grid .product-items li.item .product-image-container,
.mgs-instant-search-page .products-grid .product-items li.item .product-image-container,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-image-container,
.mgs-instant-search .categories-grid .category-items li.item .product-image-container,
.mgs-instant-search-page .categories-grid .category-items li.item .product-image-container,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-image-container {
  width: auto !important;
  text-align: center;
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-photo,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-photo,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-photo,
.mgs-instant-search .products-grid .product-items li.item .product-item-photo,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-photo,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-photo,
.mgs-instant-search .categories-grid .category-items li.item .product-item-photo,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-photo,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-photo {
  position: relative;
  border: 1px solid lightgray;
  margin-bottom: 15px;
}
@media (min-width: 578px) {
  .mgs-instant-search .posts-grid .post-items li.item .product-item-photo,
  .mgs-instant-search-page .posts-grid .post-items li.item .product-item-photo,
  .mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-photo,
  .mgs-instant-search .products-grid .product-items li.item .product-item-photo,
  .mgs-instant-search-page .products-grid .product-items li.item .product-item-photo,
  .mgs-instant-search-type-page .products-grid .product-items li.item .product-item-photo,
  .mgs-instant-search .categories-grid .category-items li.item .product-item-photo,
  .mgs-instant-search-page .categories-grid .category-items li.item .product-item-photo,
  .mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-photo {
    padding-bottom: 66% !important;
  }
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-photo:after,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-photo:after,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-photo:after,
.mgs-instant-search .products-grid .product-items li.item .product-item-photo:after,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-photo:after,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-photo:after,
.mgs-instant-search .categories-grid .category-items li.item .product-item-photo:after,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-photo:after,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  z-index: 1;
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-photo:hover:after,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-photo:hover:after,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-photo:hover:after,
.mgs-instant-search .products-grid .product-items li.item .product-item-photo:hover:after,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-photo:hover:after,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-photo:hover:after,
.mgs-instant-search .categories-grid .category-items li.item .product-item-photo:hover:after,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-photo:hover:after,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-photo:hover:after {
  opacity: 0.08;
  visibility: visible;
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-photo:hover + .product-item-inner,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-photo:hover + .product-item-inner,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-photo:hover + .product-item-inner,
.mgs-instant-search .products-grid .product-items li.item .product-item-photo:hover + .product-item-inner,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-photo:hover + .product-item-inner,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-photo:hover + .product-item-inner,
.mgs-instant-search .categories-grid .category-items li.item .product-item-photo:hover + .product-item-inner,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-photo:hover + .product-item-inner,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-photo:hover + .product-item-inner {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-photo img,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-photo img,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-photo img,
.mgs-instant-search .products-grid .product-items li.item .product-item-photo img,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-photo img,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-photo img,
.mgs-instant-search .categories-grid .category-items li.item .product-item-photo img,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-photo img,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-photo img {
  position: static;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: auto;
}
@media (min-width: 578px) {
  .mgs-instant-search .posts-grid .post-items li.item .product-item-photo img,
  .mgs-instant-search-page .posts-grid .post-items li.item .product-item-photo img,
  .mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-photo img,
  .mgs-instant-search .products-grid .product-items li.item .product-item-photo img,
  .mgs-instant-search-page .products-grid .product-items li.item .product-item-photo img,
  .mgs-instant-search-type-page .products-grid .product-items li.item .product-item-photo img,
  .mgs-instant-search .categories-grid .category-items li.item .product-item-photo img,
  .mgs-instant-search-page .categories-grid .category-items li.item .product-item-photo img,
  .mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-details,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-details,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-details,
.mgs-instant-search .products-grid .product-items li.item .product-item-details,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-details,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-details,
.mgs-instant-search .categories-grid .category-items li.item .product-item-details,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-details,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-details .name,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-details .name,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-details .name,
.mgs-instant-search .products-grid .product-items li.item .product-item-details .name,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-details .name,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-details .name,
.mgs-instant-search .categories-grid .category-items li.item .product-item-details .name,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-details .name,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-details .name,
.mgs-instant-search .posts-grid .post-items li.item .product-item-details .price-box,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-details .price-box,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-details .price-box,
.mgs-instant-search .products-grid .product-items li.item .product-item-details .price-box,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-details .price-box,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-details .price-box,
.mgs-instant-search .categories-grid .category-items li.item .product-item-details .price-box,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-details .price-box,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-details .price-box {
  flex: 1;
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-details .product-reviews-summary,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-details .product-reviews-summary,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-details .product-reviews-summary,
.mgs-instant-search .products-grid .product-items li.item .product-item-details .product-reviews-summary,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-details .product-reviews-summary,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-details .product-reviews-summary,
.mgs-instant-search .categories-grid .category-items li.item .product-item-details .product-reviews-summary,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-details .product-reviews-summary,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-details .product-reviews-summary {
  width: 100%;
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-inner,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-inner,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-inner,
.mgs-instant-search .products-grid .product-items li.item .product-item-inner,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-inner,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-inner,
.mgs-instant-search .categories-grid .category-items li.item .product-item-inner,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-inner,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: table;
  width: 100%;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
}
.mgs-instant-search .posts-grid .post-items li.item .product-item-inner .tocart,
.mgs-instant-search-page .posts-grid .post-items li.item .product-item-inner .tocart,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-inner .tocart,
.mgs-instant-search .products-grid .product-items li.item .product-item-inner .tocart,
.mgs-instant-search-page .products-grid .product-items li.item .product-item-inner .tocart,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-item-inner .tocart,
.mgs-instant-search .categories-grid .category-items li.item .product-item-inner .tocart,
.mgs-instant-search-page .categories-grid .category-items li.item .product-item-inner .tocart,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-inner .tocart {
  width: 100%;
  background: #333;
}
.mgs-instant-search .posts-grid .post-items li.item a,
.mgs-instant-search-page .posts-grid .post-items li.item a,
.mgs-instant-search-type-page .posts-grid .post-items li.item a,
.mgs-instant-search .products-grid .product-items li.item a,
.mgs-instant-search-page .products-grid .product-items li.item a,
.mgs-instant-search-type-page .products-grid .product-items li.item a,
.mgs-instant-search .categories-grid .category-items li.item a,
.mgs-instant-search-page .categories-grid .category-items li.item a,
.mgs-instant-search-type-page .categories-grid .category-items li.item a {
  color: #428bca;
  font-size: 16px;
  font-weight: 500;
}
.mgs-instant-search .posts-grid .post-items li.item .product-reviews-summary .reviews-actions,
.mgs-instant-search-page .posts-grid .post-items li.item .product-reviews-summary .reviews-actions,
.mgs-instant-search-type-page .posts-grid .post-items li.item .product-reviews-summary .reviews-actions,
.mgs-instant-search .products-grid .product-items li.item .product-reviews-summary .reviews-actions,
.mgs-instant-search-page .products-grid .product-items li.item .product-reviews-summary .reviews-actions,
.mgs-instant-search-type-page .products-grid .product-items li.item .product-reviews-summary .reviews-actions,
.mgs-instant-search .categories-grid .category-items li.item .product-reviews-summary .reviews-actions,
.mgs-instant-search-page .categories-grid .category-items li.item .product-reviews-summary .reviews-actions,
.mgs-instant-search-type-page .categories-grid .category-items li.item .product-reviews-summary .reviews-actions {
  display: none !important;
}
.mgs-instant-search .posts-grid .post-items li.item .price-box,
.mgs-instant-search-page .posts-grid .post-items li.item .price-box,
.mgs-instant-search-type-page .posts-grid .post-items li.item .price-box,
.mgs-instant-search .products-grid .product-items li.item .price-box,
.mgs-instant-search-page .products-grid .product-items li.item .price-box,
.mgs-instant-search-type-page .products-grid .product-items li.item .price-box,
.mgs-instant-search .categories-grid .category-items li.item .price-box,
.mgs-instant-search-page .categories-grid .category-items li.item .price-box,
.mgs-instant-search-type-page .categories-grid .category-items li.item .price-box {
  float: right;
  text-align: right;
}
.mgs-instant-search .posts-grid .post-items li.item .price-box .price-label,
.mgs-instant-search-page .posts-grid .post-items li.item .price-box .price-label,
.mgs-instant-search-type-page .posts-grid .post-items li.item .price-box .price-label,
.mgs-instant-search .products-grid .product-items li.item .price-box .price-label,
.mgs-instant-search-page .products-grid .product-items li.item .price-box .price-label,
.mgs-instant-search-type-page .products-grid .product-items li.item .price-box .price-label,
.mgs-instant-search .categories-grid .category-items li.item .price-box .price-label,
.mgs-instant-search-page .categories-grid .category-items li.item .price-box .price-label,
.mgs-instant-search-type-page .categories-grid .category-items li.item .price-box .price-label {
  display: block;
}
.mgs-instant-search .posts-grid .post-items li.item .top-block,
.mgs-instant-search-page .posts-grid .post-items li.item .top-block,
.mgs-instant-search-type-page .posts-grid .post-items li.item .top-block,
.mgs-instant-search .products-grid .product-items li.item .top-block,
.mgs-instant-search-page .products-grid .product-items li.item .top-block,
.mgs-instant-search-type-page .products-grid .product-items li.item .top-block,
.mgs-instant-search .categories-grid .category-items li.item .top-block,
.mgs-instant-search-page .categories-grid .category-items li.item .top-block,
.mgs-instant-search-type-page .categories-grid .category-items li.item .top-block {
  position: relative;
}
.mgs-instant-search .posts-grid .post-items .post-item,
.mgs-instant-search-page .posts-grid .post-items .post-item,
.mgs-instant-search-type-page .posts-grid .post-items .post-item {
  margin-bottom: 0;
}
.mgs-instant-search .posts-grid .post-items .post-item-info,
.mgs-instant-search-page .posts-grid .post-items .post-item-info,
.mgs-instant-search-type-page .posts-grid .post-items .post-item-info {
  border: none;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.mgs-instant-search .list .item img,
.mgs-instant-search-page .list .item img,
.mgs-instant-search-type-page .list .item img {
  max-width: 100%;
}
@media (max-width: 1654px) {
  .header.header6 .flex-header {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .header.header6 .flex-header .logonav .logo {
    padding-bottom: 10px;
  }
  .header.header6 .middle-header-content #menu_navigation #mainMenu {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header.header6 .middle-header-content #menu_navigation #mainMenu > li > a {
    padding: 0px 13px 40px;
  }
}
@media (max-width: 1654px) and (min-width: 992px) {
  .header.header6 .flex-header {
    display: block;
  }
}
@media (max-width: 1654px) and (min-width: 992px) {
  .header.header6 .flex-header .logonav {
    float: left;
  }
}
@media (max-width: 1654px) and (min-width: 992px) {
  .header.header6 .flex-header .middle-header-content--right {
    margin-top: 70px;
    float: right;
    -webkit-flex-basis: 20%;
    flex-basis: 80%;
  }
}
@media (max-width: 1654px) and (min-width: 992px) {
  .header.header6 .middle-header-content #menu_navigation {
    clear: both;
  }
}
@media (max-width: 1200px) {
  .middle-header-content .flex-header .middle-header-content--right .top-search {
    margin-right: 10px;
  }
  .middle-header-content .flex-header .middle-header-content--right .enable_setting_menu {
    margin-left: 10px;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .middle-header-content .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .middle-header-content .flex-header .nav.nav-main-menu > li > a {
    padding: 40px 11px;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product-data-items-menu .data.item.title a {
    padding: 21px 18px 17px;
    font-size: 15px;
  }
  .page-wrapper .header.header6 .logonav {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
  .page-wrapper .header.header6 .logonav .logo {
    padding-right: 20px;
  }
  .page-wrapper .header.header6 .logonav img {
    min-width: 250px;
  }
}
@media (max-width: 992px) {
  .blog-post-view .blog-main-info > .row div:not(.content):not(.vimage):not(.pin__type):not(.popup__content):not(.pin__popup) {
    width: 100% !important;
  }
  .blog-post-view .blog-main-info > .row div img {
    max-width: 100%;
  }
  .blog-post-view .blog-main-info > .row div.content > div {
    margin-bottom: 20px;
  }
  .blog-post-view .blog-main-info .stopshot-display {
    width: 100%;
  }
  .header .tab-pane {
    opacity: 1;
  }
  .header .tab-pane #mainMenu,
  .header .tab-pane #mainMenu .row {
    flex-direction: column;
  }
  .header .tab-pane #mainMenu .dropdown-toggle::after {
    display: none;
  }
  .header .tab-pane #mainMenu .mega-menu-content div[class*="col"] {
    flex: 100%;
    max-width: 100%;
  }
  .mgs-instant-search .posts-grid .post-items li.item .product-item-inner,
  .mgs-instant-search .products-grid .product-items li.item .product-item-inner,
  .mgs-instant-search .categories-grid .category-items li.item .product-item-inner {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .mgs-instant-search .posts-grid .post-items li.item .product-item-inner .tocart:before,
  .mgs-instant-search .products-grid .product-items li.item .product-item-inner .tocart:before,
  .mgs-instant-search .categories-grid .category-items li.item .product-item-inner .tocart:before {
    content: "\e66e";
    font-family: 'Pe-icon-7-stroke';
  }
  .mgs-instant-search .posts-grid .post-items li.item .product-item-inner .tocart span,
  .mgs-instant-search .products-grid .product-items li.item .product-item-inner .tocart span,
  .mgs-instant-search .categories-grid .category-items li.item .product-item-inner .tocart span {
    display: none;
  }
  .mgs-instant-search .posts-grid .post-items li.item .product-item-photo,
  .mgs-instant-search-page .posts-grid .post-items li.item .product-item-photo,
  .mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-photo,
  .mgs-instant-search .products-grid .product-items li.item .product-item-photo,
  .mgs-instant-search-page .products-grid .product-items li.item .product-item-photo,
  .mgs-instant-search-type-page .products-grid .product-items li.item .product-item-photo,
  .mgs-instant-search .categories-grid .category-items li.item .product-item-photo,
  .mgs-instant-search-page .categories-grid .category-items li.item .product-item-photo,
  .mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-photo {
    margin-bottom: 0 !important;
  }
  .mgs-instant-search .posts-grid .post-items li.item .product-item-inner,
  .mgs-instant-search-page .posts-grid .post-items li.item .product-item-inner,
  .mgs-instant-search-type-page .posts-grid .post-items li.item .product-item-inner,
  .mgs-instant-search .products-grid .product-items li.item .product-item-inner,
  .mgs-instant-search-page .products-grid .product-items li.item .product-item-inner,
  .mgs-instant-search-type-page .products-grid .product-items li.item .product-item-inner,
  .mgs-instant-search .categories-grid .category-items li.item .product-item-inner,
  .mgs-instant-search-page .categories-grid .category-items li.item .product-item-inner,
  .mgs-instant-search-type-page .categories-grid .category-items li.item .product-item-inner {
    position: static !important;
  }
}
@media (max-width: 829px) and (min-width: 575px) {
  .catalog-category-view .landing-categories .landing-categories--parralax > .row .landing-parralax--item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .catalog-category-view .landing-categories .landing-categories--parralax > .row .landing-parralax--item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .middle-header-content .flex-header .middle-header-content--right {
    width: 80px;
  }
}
table.sc-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.sc-table td,
th {
  border: 1px solid #ccc;
  text-align: left;
  padding: 4px;
}
.sc-table tr:nth-child(even) {
  background-color: #eee;
}
.no-img {
  line-height: 1.2;
}
.no-img img {
  display: none;
}
