/*$min-576 : "screen and (min-width: 576px)";
$min-768 : "screen and (min-width: 768px)";
$min-992 : "screen and (min-width: 992px)";
$min-1200 : "screen and (min-width: 1200px)";

$min-menu : "screen and (min-width: 992px)";
$max-menu : "screen and (max-width: 991px)";*/
.PM_ASBlockOutput a {
  transition: all 0.3s ease; }

/* global */
/* fonts */
/* positioning */
/*
    Use as 
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  } 
}*/
html, body {
  font-family: "Roboto" !important; }

.badge,
.btn {
  white-space: normal; }

#wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0; }

.displayNav1,
.displayNav2,
.displayTop {
  display: none !important; }

#js-product-list-header {
  display: none !important; }

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
  color: #646c9a; }

.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item:focus .kt-header__topbar-icon {
  color: #fff; }

#displayFooter {
  display: none !important; }

#kt_header_menu .ets_mm_megamenu {
  background-color: transparent;
  float: none;
  margin: 0; }
@media screen and (min-width: 768px) {
  #kt_header_menu .ets_mm_megamenu_content > .container {
    padding: 0; } }
@media screen and (min-width: 768px) {
  #kt_header_menu .layout_layout1 .ets_mm_megamenu_content {
    background: transparent;
    border: none; } }
#kt_header_menu .layout_layout1 .mm_menus_li:nth-child(2) .mm_menu_content_title {
  padding-left: 0; }
#kt_header_menu .layout_layout1 .mm_menus_li {
  border: none;
  /*        @include hover{
              > a{
                  background: transparent;
              }
          }*/ }
#kt_header_menu .mm_menus_li > a {
  font-weight: normal;
  color: #c0c4d1; }

@media (min-width: 1025px) {
  #kt_header_menu .layout_layout1 .ets_mm_megamenu_content,
  #kt_header_menu .layout_layout1 .ets_mm_megamenu_content > .container,
  .ets_mm_megamenu_content_content {
    height: 100%; }

  #kt_header_menu .layout_layout1 .mm_menus_ul {
    display: flex;
    align-items: stretch; }

  #kt_header_menu .layout_layout1 .mm_menus_ul > li {
    display: flex;
    align-items: center;
    padding: 0px 0.25rem; }

  #kt_header_menu .layout_layout1 .mm_menus_ul > li > a {
    display: flex;
    vertical-align: middle;
    align-items: stretch;
    outline: none;
    padding: 0.65rem 1.1rem; }

  #kt_header_menu .layout_layout1 .mm_menus_ul > li > a > .mm_menu_content_title {
    float: none;
    padding: 0;
    border-radius: 4px;
    transition: all 0.3s ease; }

  #kt_header_menu .layout_layout1 .mm_menus_ul > li:hover a {
    background-color: #282f48; }

  #kt_header_menu .layout_layout1 .mm_menus_ul > li:hover > a > span {
    color: #5d78ff; }

  .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li > a:before,
  .layout_layout1.ybc_vertical_menu:hover .ybc-menu-vertical-button:before,
  .layout_layout1:hover .ybc-menu-vertical-button .ybc-menu-button-toggle_icon_default .icon-bar,
  .ybc-menu-vertical-button.layout_layout1:hover {
    display: none; } }
@media screen and (max-width: 767px) {
  body .transition_floating .mm_menus_ul {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    visibility: visible; } }

@media screen and (max-width: 767px) {
  body .ets_mm_megamenu .mm_menus_ul .close_menu {
    display: none !important; } }

@media screen and (max-width: 767px) {
  #html_table_wrapper {
    overflow-x: auto; } }

.table.table-bordered th, .table.table-bordered td {
  vertical-align: middle; }

@media (min-width: 641px) {
  .dataTables_wrapper #html_table.dataTable {
    margin-top: 4.5rem !important; } }

#html_table.table.dataTable {
  border: 0;
  text-align: center; }
#html_table.table .thead-dark th {
  color: #fff; }
#html_table.table-bordered th, #html_table.table-bordered td {
  border: 0;
  border-top: 1px solid #ebedf2; }

#products .btn.add-to-cart,
#products .quick-view {
  white-space: nowrap; }

#html_table_length label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #html_table_length label select {
    margin: 0 1rem; }
    @media (min-width: 640px) {
      #html_table_length label select {
        width: auto; } }

#html_table_filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
@media (min-width: 640px) {
  #html_table_filter input {
    width: auto; } }

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  font-size: 1rem;
  font-weight: 500; }

.fade.show {
  opacity: 1; }

.collapse.show {
  display: block; }

.quickview .modal-content {
  background-color: #fff; }

#blockcart-modal .modal-title i.material-icons {
  margin-right: .875rem;
  color: #0abb87; }

#blockcart-modal .product-name {
  color: #5d78ff; }

#blockcart-modal .cart-content .cart-content-btn .btn i {
  line-height: 1; }

#blockcart-modal .product-image {
  margin: 0;
  max-width: none; }

#blockcart-modal .product-name {
  font-size: 1.2rem; }

#blockcart-modal .product-price {
  font-size: 1.8rem;
  font-weight: 500; }

#blockcart-modal .alert-text {
  font-size: 1rem; }

@media screen and (min-width: 768px) {
  #blockcart-modal .cart-content {
    padding-left: .5rem; } }

#blockcart-modal .cart-content p .label, #blockcart-modal .cart-content p .value {
  font-size: 1rem; }

#blockcart-modal .cart-content .cart-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 576px) {
    #blockcart-modal .cart-content .cart-content-btn {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  #blockcart-modal .cart-content .cart-content-btn .btn {
    margin-right: 0;
    margin-left: 0; }
  @media screen and (min-width: 576px) {
    #blockcart-modal .cart-content .cart-content-btn button.btn {
      margin-right: .9rem; } }

.quickview.modal .modal-dialog {
  width: auto; }

#blockcart-modal.modal .modal-dialog {
  width: auto; }
  @media (min-width: 450px) {
    #blockcart-modal.modal .modal-dialog {
      max-width: 450px;
      margin: 0.5rem auto; } }
  @media screen and (min-width: 768px) {
    #blockcart-modal.modal .modal-dialog {
      max-width: 740px; } }
  @media screen and (min-width: 992px) {
    #blockcart-modal.modal .modal-dialog {
      max-width: 970px; } }
  @media screen and (min-width: 1200px) {
    #blockcart-modal.modal .modal-dialog {
      max-width: 1140px; } }

.PM_ASBlockOutput .PM_ASBlockTitle,
.PM_ASBlockOutput .h4,
.PM_ASBlockOutput .PM_ASLevelDepth li a {
  color: #a2a3b7;
  border: none; }
.PM_ASBlockOutput .card,
.PM_ASBlockOutput .card-header {
  background-color: transparent;
  border: none;
  box-shadow: none; }
.PM_ASBlockOutput a {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #646c9a; }
  .PM_ASBlockOutput a:hover, .PM_ASBlockOutput a:focus {
    color: #494b74; }

body .PM_ASBlockOutputVertical .card-block {
  padding-left: 25px; }
body .PM_ASCriterionsGroupName {
  font-size: 1rem;
  font-weight: 300; }
body .PM_ASBlockOutputVertical .PM_ASCriterionsGroupPrice .PM_ASCriterionsGroupTitle {
  margin-bottom: 1.2rem; }
body .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
  border-bottom: 1px solid #fd397a; }
body .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
  font-weight: inherit; }
body .PM_ASearchTitle, body .PM_ASBlockOutputHorizontal a, body .PM_ASBlockOutputVertical a {
  color: #646c9a; }
  body .PM_ASearchTitle:hover, body .PM_ASearchTitle:focus, body .PM_ASBlockOutputHorizontal a:hover, body .PM_ASBlockOutputHorizontal a:focus, body .PM_ASBlockOutputVertical a:hover, body .PM_ASBlockOutputVertical a:focus {
    color: #494b74; }
body .PM_ASearchTitle, body .PM_ASBlockOutputHorizontal a, body .PM_ASBlockOutputVertical .PM_ASResetGroup {
  color: #fd397a; }
  body .PM_ASearchTitle:hover, body .PM_ASearchTitle:focus, body .PM_ASBlockOutputHorizontal a:hover, body .PM_ASBlockOutputHorizontal a:focus, body .PM_ASBlockOutputVertical .PM_ASResetGroup:hover, body .PM_ASBlockOutputVertical .PM_ASResetGroup:focus {
    color: #fd397a;
    text-decoration: line-through !important; }
body .PM_ASBlockOutputVertical .PM_ASResetSearch {
  border: 1px dashed rgba(0, 0, 0, 0.125);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.9); }
body .kt-menu__nav--filter .kt-menu__link-text small {
  margin-left: .5rem;
  padding-top: 0; }
body .PM_ASBlockOutputVertical .PM_ASSelections a.PM_ASSelectionsRemoveLink {
  background: #fd397a;
  border: 1px solid #fd397a;
  color: #ffffff;
  border-radius: 4px; }

.kt-menu__nav--filter {
  padding-bottom: 0; }

.kt-aside--minimize .filter__main-wrap {
  display: none; }

.product-flags li.product-flag {
  background-color: #5867dd; }
  .product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: #fd397a; }
  .product-flags li.product-flag.new {
    background-color: #5d78ff; }
  .product-flags li.product-flag.on-sale {
    background-color: #fd397a;
    width: fit-content;
    margin-top: 0.625rem !important; }

.kt-pagination .btn-outline-brand.disabled,
.kt-pagination .btn-outline-brand:disabled {
  cursor: default; }

@media screen and (max-width: 575px) {
  .kt-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.products-selection .showing,
.kt-pagination .kt-pagination__toolbar,
.products-selection .total-products p {
  font-weight: 500; }

.products-selection .showing {
  text-align: center; }

@media screen and (max-width: 575px) {
  body .kt-pagination .kt-pagination__toolbar {
    margin-bottom: 1rem; } }

.kt-mycart__container > .kt-mycart__pic {
  -webkit-box-flex: 5rem 0 0;
  -webkit-flex: 5rem 0 0;
  -ms-flex: 5rem 0 0;
  flex: 5rem 0 0;
  margin-right: 1rem; }
.kt-mycart__container > .kt-mycart__info {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.email-alert__item {
  display: block;
  padding-bottom: 20px;
  padding-bottom: 2rem; }
.email-alert__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.email-alert__img {
  margin-right: 20px;
  margin-right: 2rem; }
.email-alert__info {
  margin-right: 20px;
  margin-right: 2rem; }

body#authentication,
body#password {
  display: flex;
  padding: 0;
  background-color: #f2f3f8;
  background-image: none; }
  body#authentication #header,
  body#password #header {
    padding-top: 0;
    margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    body#authentication #header .header-nav .top-logo,
    body#password #header .header-nav .top-logo {
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media screen and (min-width: 768px) {
    body#authentication #header .header-top,
    body#password #header .header-top {
      padding-top: 15px;
      padding-bottom: 15px; } }
  body#authentication #content,
  body#password #content {
    overflow-y: auto;
    opacity: 1; }
    @media (min-width: 1001px) {
      body#authentication #content,
      body#password #content {
        top: 140px;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

body#password #content {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  background-color: #ffffff;
  border-radius: 4px; }
body#password form {
  text-align: center; }

#password {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px; }
  #password .connect {
    color: #5867dd;
    cursor: pointer; }
  #password #login_form {
    text-align: center; }
    #password #login_form form {
      margin-top: 15px;
      margin-bottom: 15px; }
  #password label {
    text-align: left; }
    @media screen and (min-width: 768px) {
      #password label {
        text-align: right; } }
  #password .renew-password [type=submit] {
    margin: 0 auto; }
  #password .pass__btn-wrap {
    margin: 0 auto; }

body #bloc_language {
  text-align: center;
  background-color: #5867dd;
  padding: 5px;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 4px; }
  @media screen and (max-width: 767px) {
    body #bloc_language {
      display: none; } }

.dropdown .expand-more,
#bloc_language > a {
  display: inline-block;
  vertical-align: middle; }

body #header .header-nav .material-icons {
  line-height: 1; }

body #header .header-nav .material-icons.expand-more {
  margin: 0; }

body div#_desktop_language_selector ul {
  transform: translate3d(0, 0, 0) !important;
  top: 100% !important;
  border-radius: 4px;
  padding: 4px 0; }
  body div#_desktop_language_selector ul a:hover, body div#_desktop_language_selector ul a:focus {
    background-color: #5867dd;
    color: #fff; }

select.form-control:not([size]):not([multiple]) {
  height: calc(1.5em + 1.3rem + 2px); }

.hidden--label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.page-customer-account #content {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0; }

.page-authentication #content {
  max-width: none; }

#authentication .login-form,
#guest-tracking .tracking-form {
  max-width: 640px;
  margin: 0 auto; }

.forgot-password-wrap {
  max-width: 640px;
  margin: 0 auto; }

.form-control:focus, .input-group.focus {
  outline: none; }

.page-customer-account #content .order-actions a {
  padding: 0.3rem .75rem;
  white-space: nowrap; }

@media (max-width: 500px) {
  .page-footer a {
    width: 100%; }
    .page-footer a:first-child {
      margin-bottom: 1rem; } }

.block-promo {
  margin: 12px 0px;
  margin: 1.2rem 0rem; }

.block-promo .promo-code {
  padding: 0; }

.block-promo .cart-summary-line .label, .block-promo .promo-name {
  padding-left: 0;
  padding-right: 0; }

.block-promo .promo-name .cart-summary-line span {
  color: #fd397a; }

.block-promo .promo-code .alert-danger {
  background: #fd397a; }

.block-promo .promo-code .alert-danger:after {
  border-bottom-color: #fd397a; }

.collapse--button {
  cursor: pointer;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  color: #646c9a; }

body#checkout section.checkout-step {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  background-color: #ffffff;
  border: none;
  padding: 0; }

body#checkout a.btn:hover,
body#checkout a.btn:focus {
  color: #fff; }

body#checkout section.checkout-step .content {
  padding: 25px; }
  @media (max-width: 1024px) {
    body#checkout section.checkout-step .content {
      padding: 15px; } }

#checkout-addresses-step .js-address-form > .kt-portlet__body {
  padding: 0; }

body#checkout section.checkout-step .step-title {
  text-transform: none; }

body#checkout section.checkout-step .step-number {
  padding: 0; }

body#checkout section.checkout-step .forgot-password {
  margin-left: 0; }

body#checkout section.checkout-step .delivery-option__wrap {
  border-bottom: 1px solid #ebedf2;
  margin-bottom: .9375rem; }

body#checkout section.checkout-step .delivery-option {
  background-color: transparent;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 576px) {
    body#checkout section.checkout-step .delivery-option {
      text-align: left; } }

body#checkout section.checkout-step .delivery-option .kt-checkbox-list {
  margin-bottom: 10px; }
  @media screen and (min-width: 576px) {
    body#checkout section.checkout-step .delivery-option .kt-checkbox-list {
      margin-bottom: 1px; } }

body#checkout section.checkout-step .payment-options .payment-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
  padding-top: 0.8rem;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #ebedf2; }

body#checkout section.checkout-step .payment-options label.kt-radio {
  display: inline-block;
  -webkit-flex-basis: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  max-width: 32px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media screen and (min-width: 768px) {
    body#checkout section.checkout-step .payment-options label.kt-radio {
      -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
      max-width: 100px; } }

body#checkout section.checkout-step .payment-options label {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  text-align: left; }

@media screen and (min-width: 768px) {
  body#checkout .additional-information {
    margin-left: 100px; } }

.conditions__list {
  margin-bottom: 22px; }
  .conditions__list li {
    margin-bottom: 15px; }

.page-order .table {
  margin-bottom: 1rem; }

#order-items.table tr th,
#order-items.table tr td,
#order-items table tr td:last-child {
  text-align: center;
  vertical-align: middle; }

.customizations__btn-wrap {
  margin-top: 1rem; }

body#checkout section.checkout-step.-reachable.-complete .step--edit {
  display: block; }

body#checkout section.checkout-step .step--done {
  opacity: 0;
  visibility: hidden; }

body#checkout section.checkout-step .step--edit {
  display: none; }

body#checkout a.step--edit:focus {
  color: #fff;
  background-color: #5d78ff;
  border-color: #5d78ff; }

body#checkout section.checkout-step.-reachable.-complete .step--done {
  opacity: 1;
  visibility: visible;
  color: #0abb87; }

@media (max-width: 500px) {
  .cart-detailed-actions .btn,
  #payment-confirmation .btn,
  .btn.continue {
    width: 100%; } }

body#checkout section.checkout-step .address-selector {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial; }

body#checkout section.checkout-step .address-item.selected {
  border-color: #5d78ff; }

#delivery-addresses .kt-portlet .kt-portlet__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

#delivery-addresses .kt-radio-inline .kt-radio {
  font-size: 16px;
  line-height: 1.2; }

@media (max-width: 500px) {
  #checkout-addresses-step .btn {
    width: 100%; }
  #checkout-addresses-step .kt-form__actions .btn:first-child {
    margin-bottom: .5rem; } }

@media (max-width: 575px) {
  .cart-items {
    padding: 0; } }
.cart-grid-body {
  margin-bottom: 20px; }

.cart-grid-body .cart-overview {
  padding: 0; }

.cart-grid-body .cart-item {
  padding: 1rem 0;
  border-bottom: 1px solid #f1f1f1; }
  .cart-grid-body .cart-item:last-child {
    border: none; }

.product-line-grid .product-image img {
  max-width: 100%; }

.product-line-grid-body .product-line-info {
  margin-bottom: .5rem; }
  .product-line-grid-body .product-line-info .label {
    font-size: 1rem;
    font-weight: 500; }
  .product-line-grid-body .product-line-info .value {
    font-size: 1rem;
    padding-left: .4rem; }
  .product-line-grid-body .product-line-info .product-line-info__title {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    margin-top: .5rem; }

.product-line-grid-right .input-group.bootstrap-touchspin {
  width: 60px; }
.product-line-grid-right .bootstrap-touchspin .btn-touchspin {
  height: 1.55rem; }
.product-line-grid-right .bootstrap-touchspin input.form-control.js-cart-line-product-quantity {
  height: calc(1.5em + 1.3rem + 2px); }
.product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical .btn i {
  line-height: 1; }
.product-line-grid-right .product-price {
  font-size: 1.6rem;
  margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .product-line-grid-right .product-price {
      margin-top: 0; } }

.product-line-info.product-price {
  display: block; }
  .product-line-info.product-price .product-discount,
  .product-line-info.product-price .current-price {
    display: inline-block;
    vertical-align: middle; }
  .product-line-info.product-price .discount {
    margin-right: .625rem; }

.product-line-grid-right .cart-line-product-actions .remove-from-cart {
  color: #fd397a; }

.cart-summary-line .label,
.cart-summary-line .value {
  font-size: 1.2rem;
  font-weight: 500; }

.cart-summary-line .value {
  font-weight: 400; }

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value,
.cart-summary-line .value {
  font-weight: 500; }

.cart-summary-products p {
  font-size: 1rem;
  font-weight: 500; }

.media-body span {
  font-size: 1rem;
  font-weight: 500; }

#cart-summary-product-list .product-quantity {
  display: inline; }

#content-hook_order_confirmation i {
  color: #0abb87;
  padding-right: 0.75rem; }

#order-items table tr td {
  font-size: 1rem;
  font-weight: 500; }

.tree-demo {
  width: 100%;
  overflow-x: auto; }

#table__brand th, #table__brand td {
  text-align: center;
  vertical-align: middle; }

#main .page-content,
#main .page-header {
  margin: 0; }

.page-content.page-cms {
  background: transparent;
  padding: 0;
  text-align: left; }

.store__item .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img {
  border-radius: 0; }

#contact .kt-notification .kt-notification__item.kt-notification__item--no-link:after {
  display: none; }
#contact .kt-portlet__body--notification {
  padding-left: 1rem;
  padding-right: 1rem; }
#contact .kt-notification .kt-notification__item {
  padding-left: 1rem;
  padding-right: 1rem; }
#contact .kt-notification .kt-notification__item.kt-notification__item--no-link:hover {
  background-color: transparent;
  cursor: default; }
  #contact .kt-notification .kt-notification__item.kt-notification__item--no-link:hover .kt-notification__item-details .kt-notification__item-title {
    color: #595d6e; }

#main .page-content {
  margin: 0 auto; }

#pagenotfound .page-not-found, #products .page-not-found {
  box-shadow: none;
  background-color: transparent;
  padding: 0; }

.page-content.page-not-found .kt-header__topbar-item--search .kt-header__topbar-wrapper {
  display: none; }
.page-content.page-not-found #search_widget {
  display: block;
  position: static;
  box-shadow: none;
  width: 100%; }
.page-content.page-not-found .kt-quick-search.kt-quick-search--inline .kt-quick-search__form {
  margin: 0; }
.page-content.page-not-found .kt-quick-search.kt-quick-search--inline .kt-quick-search__form .input-group-prepend .input-group-text {
  padding-left: 1rem; }
.page-content.page-not-found .kt-quick-search .kt-quick-search__form .input-group-prepend .input-group-text {
  background-color: #f7f8fa;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.page-content.page-not-found .input-group .form-control:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #e2e5ec;
  color: #495057;
  padding: 0.65rem 1rem; }
.page-content.page-not-found .kt-quick-search .kt-quick-search__form .input-group-append {
  display: none; }

#product #content {
  max-width: none; }

#product .kt-portlet .kt-portlet__head .kt-portlet__head-label h1.kt-portlet__head-title {
  font-size: 1.8rem; }

#product #content .kt-section {
  position: relative; }

.product-information {
  font-size: 1rem; }

.product-description--short p {
  font-size: 1rem; }
  .product-description--short p:last-of-type, .product-description--short p:last-child {
    margin-bottom: 0; }

.control-label {
  font-size: 1.2rem;
  font-weight: 500; }

.product-cover img {
  box-shadow: none;
  background-color: transparent; }

.product-cover .kt-svg-icon {
  width: 90px;
  height: 90px; }

#product-modal .modal-content .modal-body .product-images img:hover,
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border-color: #5d78ff; }

.product-prices {
  margin-top: 0; }
  .product-prices .product-price {
    font-size: 2.2rem;
    font-weight: 600;
    color: #5d78ff; }
  .product-prices .product-discount .regular-price {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fd397a; }
  .product-prices .product-discount,
  .product-prices .product-price {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .product-prices .current-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }
  .product-prices .delivery-information,
  .product-prices .price-ecotax,
  .product-prices .product-pack-price,
  .product-prices .product-without-taxes,
  .product-prices .tax-shipping-delivery-label {
    font-size: 1rem;
    margin: 1rem 0;
    color: #48465b;
    font-weight: 500; }
  .product-prices .delivery-information {
    display: block; }
  .product-prices .discount__badge {
    margin-left: .625rem; }

.product-customization .kt-separator:last-of-type {
  display: none; }
.product-customization .form-group img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.product-actions .add-to-cart {
  height: auto; }
  .product-actions .add-to-cart.btn i {
    line-height: 1; }

.product-quantity .bootstrap-touchspin {
  box-shadow: none; }
.product-quantity #quantity_wanted {
  height: 3.3rem; }
.product-quantity .btn-touchspin {
  height: 1.72rem; }
.product-quantity .input-group-btn-vertical .btn i {
  top: auto; }

.product-actions .product-add-to-cart__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.product-actions .control-label {
  width: auto;
  min-width: 80px; }

.product-actions .product-quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-actions .product-quantity .qty,
  .product-actions .product-quantity .add {
    margin-bottom: 0; }
  .product-actions .product-quantity .qty {
    margin-right: 2rem; }

#product-availability {
  display: block;
  margin-top: 2rem; }
  #product-availability .kt-svg-icon {
    width: 18px;
    height: 18px; }

.product-minimal-quantity {
  font-size: 1rem;
  margin: 1rem 0;
  color: #48465b;
  font-weight: 500; }

#product .nav-tabs.nav-tabs-line .nav-link {
  font-size: 1.2rem; }
#product .tab-content p {
  font-size: 1.2rem; }

#product-details .product-manufacturer .img-thumbnail {
  padding: 0;
  margin: 0 0 1rem; }
#product-details .product-features {
  margin-left: 0; }

.modal__sheets > dl.data-sheet,
.product-manufacturer > dl.data-sheet,
.product-reference > dl.data-sheet,
.product-quantities > dl.data-sheet,
.product-availability-date > dl.data-sheet,
.product-condition > dl.data-sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
.modal__sheets > dl.data-sheet dd.value,
.modal__sheets > dl.data-sheet dt.name,
.product-manufacturer > dl.data-sheet dd.value,
.product-manufacturer > dl.data-sheet dt.name,
.product-reference > dl.data-sheet dd.value,
.product-reference > dl.data-sheet dt.name,
.product-quantities > dl.data-sheet dd.value,
.product-quantities > dl.data-sheet dt.name,
.product-availability-date > dl.data-sheet dd.value,
.product-availability-date > dl.data-sheet dt.name,
.product-condition > dl.data-sheet dd.value,
.product-condition > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  font-weight: 400;
  background: #f1f1f1;
  padding: .625rem;
  margin-right: .625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: .5rem; }
.modal__sheets > dl.data-sheet dd.value,
.product-manufacturer > dl.data-sheet dd.value,
.product-reference > dl.data-sheet dd.value,
.product-quantities > dl.data-sheet dd.value,
.product-availability-date > dl.data-sheet dd.value,
.product-condition > dl.data-sheet dd.value {
  margin-right: 0; }

/*# sourceMappingURL=style.css.map */
