/*** uncss> filename: main.css ***/
/* /site/layouts/miami/css/themes/galvatron/assets/css/theme */
@charset "UTF-8";
/*
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
@import url("//fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*/

@font-face {
  font-family: "Open Sans";
  src: url(/site/layouts/miami/fonts/Nunito/OpenSans-VariableFont_wdth,wght.ttf);
}


@font-face {
  font-family: Nunito;
  src: url(/site/layouts/miami/fonts/Nunito/Nunito-VariableFont_wght.ttf);
}


@font-face {
  font-family: ProximaNovaBlack;
  src: url(/site/layouts/miami/fonts/ProximaNovaBlack.ttf);
}
@font-face {
  font-family: ProximaNovaSemibold;
  src: url(/site/layouts/miami/fonts/ProximaNovaSemibold.ttf);
}

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; } }
h1, h2, h3, h4, .h1 {
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #142332; }

h1, .h1 {
  font-size: 1.375rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1.125rem; }

small {
  font-size: 80%;
  font-weight: normal; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #FFB667;
  border-radius: 50px; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control:disabled {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px); }
select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.form-group {
  margin-bottom: 1rem; }

.address_state {
	display:none
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 2px; }
  .btn:focus, .btn:active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:active {
    background-image: none;
    outline: 0; }
  .btn:disabled {
    cursor: not-allowed;
    opacity: .1; }

.btn-primary {
  color: #fff;
  background-color: #3387f2;
  border-color: transparent; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent; }
  .btn-primary:focus {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent; }
  .btn-primary:active {
    color: #fff;
    background-color: #0e6ce4;
    border-color: transparent;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus {
      color: #fff;
      background-color: #0c5cc2;
      border-color: transparent; }
  .btn-primary:disabled:focus {
    background-color: #3387f2;
    border-color: transparent; }
  .btn-primary:disabled:hover {
    background-color: #3387f2;
    border-color: transparent; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success:disabled:focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }

.collapse {
  display: none; }

.dropdown {
  position: relative; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #142332;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
#integraMap {
  margin-top:20px;
}
.ymaps-2-1-79-inner-panes, .ymaps-2-1-79-map {
  border-radius:32px
}
.ymaps-2-1-79-map-copyrights-promo, .ymaps-2-1-79-copyrights-pane {
  display:none
}
.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .navbar {
      border-radius: 0.25rem; } 
    }


	.account-icon {
		display:none
	}
	.account-icon-black {
		width: 24px;
		margin-top: -4px;
		color: #000;
		height: 24px;
  }

  .account-icon {
    -webkit-mask: url(/site/layouts/miami_item/images/modules/performancepro/var/img/img/cms/profile-icon.svg) no-repeat center;
    mask: url(/site/layouts/miami_item/images/modules/performancepro/var/img/img/cms/profile-icon.svg) no-repeat center;
    background-color: #fff;
    height: 24px;
    width: 24px;
  }

  .account-icon-black {
    -webkit-mask: url(/site/layouts/miami_item/images/modules/performancepro/var/img/img/cms/profile-icon.svg) no-repeat center;
    mask: url(/site/layouts/miami_item/images/modules/performancepro/var/img/img/cms/profile-icon.svg) no-repeat center;
    background-color: #532b00;

  }

  .miami_logo {
    width: 100px;
    height: 41px;
    -webkit-mask: url(/site/layouts/miami_item/images/modules/performancepro/var/img/img/miami-logo.svg) no-repeat center;
    mask: url(/site/layouts/miami_item/images/modules/performancepro/var/img/img/miami-logo.svg) no-repeat center;
  }  



.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 0;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block; } }

.navbar-nav .nav-item {
  float: left; }
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem; }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #0c0c0e;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-info {
  background-color: #faf2dd;
  color: #532B003; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }

.media-middle {
  vertical-align: middle; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; } }

.rounded {
  border-radius: 0.25rem; }

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

.float-xs-left {
  float: left !important; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media (min-width: 576px) {

  .text-sm-center {
    text-align: center !important; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 1200px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1750px;
      max-width: 100%; } }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-12, .col-sm-4, .col-sm-6, .col-sm-12, .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-12, .col-lg-2, .col-lg-4, .col-lg-6, .col-lg-12, .col-xl-4, .col-xl-6, .col-xl-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-12, .col-sm-4, .col-sm-6, .col-sm-12, .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-12, .col-lg-2, .col-lg-4, .col-lg-6, .col-lg-12, .col-xl-4, .col-xl-6, .col-xl-8 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-12, .col-sm-4, .col-sm-6, .col-sm-12, .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-12, .col-lg-2, .col-lg-4, .col-lg-6, .col-lg-12, .col-xl-4, .col-xl-6, .col-xl-8 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-12, .col-sm-4, .col-sm-6, .col-sm-12, .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-12, .col-lg-2, .col-lg-4, .col-lg-6, .col-lg-12, .col-xl-4, .col-xl-6, .col-xl-8 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-12, .col-sm-4, .col-sm-6, .col-sm-12, .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-12, .col-lg-2, .col-lg-4, .col-lg-6, .col-lg-12, .col-xl-4, .col-xl-6, .col-xl-8 {
      padding-right: 15px;
      padding-left: 15px; } }

.col-xs-2 {
  display:inline-block;
  vertical-align: top;
  width: 16.66667%; }

.col-xs-4 {
  display:inline-block;
  vertical-align: top;
  width: 33.33333%; }

.col-xs-6 {
  display:inline-block;
  vertical-align: top;
  width: calc(50% - 2px); }

.col-xs-8 {
  display:inline-block;
  vertical-align: top;
  width: 66.66667%; }

.col-xs-12 {
  display:inline-block;
  vertical-align: top;
  width: 100%; }

@media (min-width: 576px) {

  .col-sm-4 {
    float: left;
    width: 33.33333%; }

  .col-sm-6 {
    float: left;
    width: 50%; }

  .col-sm-12 {
    float: left;
    width: 100%; } }
@media (min-width: 768px) {

  .col-md-3 {
    float: left;
    width: 25%; }

  .col-md-4 {
    float: left;
    width: 33.33333%; }

  .col-md-6 {
    float: left;
    width: 50%; }

  .col-md-9 {
    float: left;
    width: 75%; }

  .col-md-12 {
    float: left;
    width: 100%; } }
@media (min-width: 992px) {

  .col-lg-2 {
    float: left;
    width: 16.66667%; }

  .col-lg-4 {
    float: left;
    width: 33.33333%; }

  .col-lg-6 {
    float: left;
    width: 50%; }

  .col-lg-12 {
    float: left;
    width: 100%; } }
@media (min-width: 1200px) {

  .col-xl-4 {
    float: left;
    width: 33.33333%; }

  .col-xl-6 {
    float: left;
    width: 50%; }

  .col-xl-8 {
    float: left;
    width: 66.66667%; } }
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

aside,
footer,
header,
main,
nav,
section {
  display: block; }

canvas {
  display: inline-block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

strong {
  font-weight: inherit; }

strong {
  font-weight: 600; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

small {
  font-size: 80%; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #142332;
  background: #FAF2DA
 }
 
 /*
 #home-title:before {
 */
 @media (max-width: 780px) {
  /*
  #home-title:before {
  */
 }

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #532B00;
  text-decoration: none; }
  a:focus, a:hover {
    color: #FFB667;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

img {
  vertical-align: middle; }

a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by Istv├ín Ujj-M├⌐sz├íros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px; }

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
@font-face {
  font-family: 'nqt-icon';
  src: url("/site/layouts/miami/fonts/icomoon.eot?oc445y");
  src: url("/site/layouts/miami/fonts/icomoon.eot?oc445y#iefix") format("embedded-opentype"), url("/site/layouts/miami/fonts/icomoon.ttf?oc445y") format("truetype"), url("/site/layouts/miami/fonts/icomoon.woff?oc445y") format("woff"), url("/site/layouts/miami/fonts/icomoon.svg?oc445y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/site/layouts/miami/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/site/layouts/miami/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/site/layouts/miami/fonts/MaterialIcons-Regular.woff) format("woff"), url(/site/layouts/miami/fonts/fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/site/layouts/miami/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/site/layouts/miami/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/site/layouts/miami/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/site/layouts/miami/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/site/layouts/miami/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/site/layouts/miami/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa-2x {
  font-size: 2em; }

.fa-key:before {
  content: "\f084"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

[class^="icon-nqt-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nqt-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-nqt-shopping-basket:before {
  content: "\e906"; }

body,
html {
  height: 100%; }

body {
  direction: ltr;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #532B00;
  line-height: 1.25em; }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee; }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: #eeeeee; }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #142332; }

ul {
  list-style: none;
  padding: 0; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0; }
  a:hover {
    color: #FFB667;
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none; }

p {
  font-size: 0.875rem;
  font-weight: 400; }

.dropdown-item:focus,
.dropdown-item:hover {
  background: none; }

.h1 {
  color: #000000; }

.btn-primary {
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.card {
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1); }

label, .label {
  color: #532B00;
  text-align: right;
  font-size: 0.875rem; }

small.value {
  font-size: 0.8125rem; }

.form-control-label {
  padding-top: 0.625rem; }

.form-control {
  background: #FFFFFF;
  color: #333;
  padding: 13px 13px 6px;
  font-size: 14px; }
  .form-control:focus {
    background-color: white;
    outline: 1px solid #e6eaef;
    border-color: #FFB667; }
.input-group .form-control:focus {
  outline: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #acaaa6; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #acaaa6; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #acaaa6; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #acaaa6; }
input:active::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  color: #414141; }
input:active::-moz-placeholder, textarea:active::-moz-placeholder {
  color: #414141; }
input:active:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  color: #414141; }
input:active:-moz-placeholder, textarea:active:-moz-placeholder {
  color: #414141; }

.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-position-x: 99%;
  background-size: 1.25rem 1.25rem;
  padding-right: 2rem;
  height: inherit !important; }
  .form-control-select::-ms-expand {
    display: none; }

.bootstrap-touchspin input:focus {
  outline: none; }
.bootstrap-touchspin .btn-touchspin {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 21px; }
  .bootstrap-touchspin .btn-touchspin:hover {
    background-color: #ebebeb; }
.bootstrap-touchspin .input-group-btn-vertical {
  color: #414141; }
  .bootstrap-touchspin .input-group-btn-vertical > .btn {
    background: transparent; }
    .bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
      color: #FFB667;
      border-color: rgba(0, 0, 0, 0.15); }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE"; }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF"; }
  .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px;
    left: 3px;
    font-size: 15px; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  cursor: pointer;
  border: #acaaa6 2px solid;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 1.25rem; }
  .custom-radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #FFB667;
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.alert {
  font-size: 0.8125rem; }

.nav-item .nav-link {
  color: #acaaa6;
  font-weight: bold; }

/* Add new grid */
@media (max-width: 480px) {

  .col-sp-4 {
    float: left;
    width: 33.33333%; }

  /* .col-sp-12 {
    float: left;
    width: 100%; } */ }
/*** Responsive part ***/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/**/

/* effect *******************/
@media (min-width: 991px) {
  .dropdown-menu,
  .popup-content {
    animation: animationmenus ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationmenus ease 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationmenus ease 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationmenus ease 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationmenus ease 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ } }
@-webkit-keyframes animationmenus {
  from {
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  to {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-moz-keyframes animationmenus {
  from {
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  to {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-o-keyframes animationmenus {
  from {
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  to {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes animationmenus {
  from {
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  to {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

/*  =============================================
Button Layout and Color Scheme
============================================= */

/*  =============================================
Overlay Effects
============================================= */

/*  =============================================
Background Transform
============================================= */

/*  =============================================
Cubic Effects
============================================= */

/*  =============================================
Button Effects
============================================= */

/*  =============================================
Plus Button Effects
============================================= */

/*  =============================================
Content Transform
============================================= */

/*  =============================================
Ribbons
============================================= */

/*  =============================================
Transparent Background
============================================= */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.btn {
  padding: 8px 30px;
  border-radius: 50px;
  background: #532B00;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }
  .btn:active, .btn:focus, .btn:hover, .btn:active:focus {
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #FFB667;
    color: #fff; }

button:focus, button:hover {
  outline: none; }

/*
* NAVIGATION
*/
.leo-megamenu {
  font-family: "Nunito", sans-serif;
  background: transparent;
  color: #000000;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */ }
  .leo-megamenu.navbar {
    padding: 0; }
    .leo-megamenu.navbar .navbar-toggler {
      border-color: #142332;
      color: #142332;
      width: 2em;
      height: 2em;
      padding: 0;
      cursor: pointer; }
  .leo-megamenu .navbar-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .leo-megamenu .navbar-nav {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
    .leo-megamenu .navbar-nav > li {
      text-align: left; }
      .leo-megamenu .navbar-nav > li + .nav-item {
        margin-left: 35px; }
      .leo-megamenu .navbar-nav > li > a {
        padding: 35px 0;
        font-size: 16px;
        color: #000;
        background-color: transparent;
        font-weight: 700;
        -webkit-transition: all 350ms ease-out;
        -moz-transition: all 350ms ease-out;
        -ms-transition: all 350ms ease-out;
        -o-transition: all 350ms ease-out;
        transition: all 350ms ease-out;
        position: relative; }
        .leo-megamenu .navbar-nav > li > a > .menu-title {
          position: relative; }
          .leo-megamenu .navbar-nav > li > a > .menu-title:before {
            content: '';
            width: 4px;
            height: 4px;
            background: #FFB667;
            border-radius: 50%;
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
      .leo-megamenu .navbar-nav > li:hover > a > .menu-title:before, .leo-megamenu .navbar-nav > li:focus > a > .menu-title:before {
        opacity: 1;
        visibility: visible; }

/* Product for menu */

/*
 *
 * Vertical menu
 */

/* CANVAS MENU - SHOW CANVAS = YES */
.megamenu-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media (min-width: 992px) {

  .off-canvas-button-megamenu {
    display: none !important; } }
.off-canvas-button-megamenu {
  color: #000000;
  margin: 0.9375rem 0.625rem;
  text-align: right; }
  .off-canvas-button-megamenu:hover {
    cursor: pointer; }

/* .off-canvas-active{
	background: $white;
	> #page{
	  	@include transform(translateX(234px));
	  	@include transition(all 400ms ease 0s);
	}
	> .off-canvas-nav-megamenu{
		&.active{
			@include rtl-left(0px);
	  		@include transform(translateX(234px));
			@include transition(all 400ms ease 0s);
		}
	}
	#page {
	  	position: fixed;
	  	margin: 0 auto;
	  	max-width: 100%;
	}
} */

.off-canvas-nav-megamenu {
  width: 234px;
  /* position: absolute;  
  top: 0px; 
  width: 0px;
  background: $white;
  z-index: 999; 
  @include rtl-left(0);
  @include transition(all 400ms ease 0s); */ }
  .off-canvas-nav-megamenu .navbar-nav {
    margin: 0px; }
    .off-canvas-nav-megamenu .navbar-nav > li {
      float: none;
      border-bottom: 1px solid #e6eaef;
      float: none; }
      .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
        margin-left: 0; }
      .off-canvas-nav-megamenu .navbar-nav > li > a {
        display: inline-block;
        color: #000000;
        font-size: 0.9375rem;
        font-weight: 400;
        padding: 1.0625rem 0.625rem;
		padding-left: 25px;		}
        .off-canvas-nav-megamenu .navbar-nav > li > a:hover, .off-canvas-nav-megamenu .navbar-nav > li > a:focus {
          background: none; }
  .off-canvas-nav-megamenu .offcanvas-mainnav {
    /* background-color: $white;
    position: absolute;
    top: 0;
    width: 234px;
    overflow: hidden;
    @include rtl-left(-234px); */ }

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (max-width: 991px) {
  .leo-megamenu .collapse {
    text-align: left; }
    .leo-megamenu .collapse .navbar-nav {
      text-align: left;
      height: auto; } }
/*** Responsive part ***/
.popup-over .popup-content {
  padding: 20px;
  margin: 0;
  position: absolute;
  top: -25px;
  background: #FFFFFF;
  border: 1px solid #e6eaef;
  z-index: 999999;
  display: none;
  text-align: left;
  left: -25px;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  border-radius: 7px; }
  .popup-over .popup-content a {
    color: #142332;
    padding: 0px;
    font-size: 17px; }
    .popup-over .popup-content a:hover {
      color: #FFB667; }
  .popup-over .popup-content li {
    display: block;
    padding: 5px; }
    .popup-over .popup-content li.current {
      color: #FFB667;  }
      .popup-over .popup-content li.current a {
        color: #FFB667; }
.popup-over:hover .popup-content {
  display: block;
  visibility: visible; }

/* mini basket */

/*** Responsive part ***/
@media (max-width: 767px) {
  .language-selector-wrapper .popup-content {
    right: auto;
    left: 0px; } }
/* download file xml to import product list in backoffice here
http://bit.ly/2QdnCCs

List file change base
_product-item.scss
_product-item.vars.scss
_mixins.scss

*/
/* Product List*/

/* type button */
/*Type 1 */
/*tyle button 2 */
/*tyle button 3 */

/*product-flags */
.product-flags {
  margin: 0px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  z-index: 1;
  text-transform: uppercase;
  line-height: 15px;
  pointer-events: none;
  padding: 0; }
  .product-flags:before, .product-flags:after {
    display: none; }

/* thumbnail-container */

    .leo-bt-cart-content img, .product-quantity .add .btn img {
      vertical-align: top;
      margin-left: 7px;
      height: 20px;
      margin-top: -1px;
    }
		.icon-nqt-shopping-basket {
			
		}

/* Product Style  */

/* Product Style 1  */

/* Product Style-1-1 */

/* Product Style 2  */

/* Type List for leo-plist-style-2 */

/*leo-plist-style-2-1 */

/* Product Style 3  */

/* Type List leo-plist-style-3 */

/* Product Style 4  */

/* Product Style 5  */

/* Product Style 6  */

/* Product Style 7  */

/* Product Style 8  */

/* style small */

/* product big */

/*Link category each theme not us base theme*/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.dropdown {
  color: #acaaa6; }

.language-selector-wrapper {
	margin-right:15px;
	left: 20px
}

.userinfo-selector {
	margin-right:45px;
	left: 20px
}

.dropdown-item:focus, .dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #3387f2; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/*** Responsive part ***/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/**** ORDER CONFIRMATION *****/
@media (max-width: 767px) {

  .bold {
    font-weight: bold; } }
@media (max-width: 575px) {

  #payment-confirmation button {
    font-size: 0.875rem; }
    #payment-confirmation button.btn {
      white-space: normal; } }

#delivery_message {
  width: 100%; }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*** SOME GENERIC STYLES ***/

/*** Most of the customer accpunt pages ***/

/*** Login page ***/

/*** Addresses page ***/

/*** Order details page ***/

/*** Order return page ***/

/*** My account landing page ***/
.page-my-account #content .links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  .page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #878787;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem; }
    .page-my-account #content .links a span.link-item {
      display: block;
      height: 100%;
      -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.03);
      -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.03);
      -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.03);
      -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.03);
		box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.03);
		padding: 2rem;
		background: #fefcf6;
		border-radius: 24px;
		margin: 0 15px;	 }
    .page-my-account #content .links a i {
      display: block;
      font-size: 2.6rem;
      width: 100%;
      color: #414141;
      padding-bottom: 3.4rem; }
    .page-my-account #content .links a:hover {
      color: #414141; }
      .page-my-account #content .links a:hover i {
        color: #3387f2; }

/*** History page ***/

/*** FOOTER ***/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/* Pagination */

/* Filter */

/* Block Category */

/*** Responsive part ***/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#product #content {
  position: relative; }

.product-detail-name {
  text-transform: none;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 50px;
  color: #142332; }

.product-price {
  color: #142332;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  line-height: inherit; }

.description-short {
  margin-bottom: 50px; }
  .description-short p {
    font-size: 18px;
    color: #142332;
    line-height: 30px;
    margin-bottom: 10px; }

.product-add-to-cart {
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
.product-quantity .add {
  float: left; }
  .product-quantity .add .btn {
    height: 56px;
    width: 45px;
    line-height: 61px;
    font-size: 14px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 0;
    color: #FFB667;
    position: relative;
    display: block;
    padding: 0;
    font-size: 24px;
    color: #142332;
    text-align: center;
    cursor: pointer; }
    .product-quantity .add .btn .cssload-speeding-wheel {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
.product-quantity .add {
  margin-right: 10px; 
  display: flex;
  gap: 20px;
}
  .product-quantity .add .btn {
    background-color: #FFB667;
    color: #532B00;
    width: auto;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 12px 6px 17px;
    line-height:1;
    border-radius: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
        margin-left: 0; 
  }
    .product-quantity .add .btn span {
      display: inline-block;
      color: #532B00;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .product-quantity .add .btn:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.product-cover {
  margin-bottom: 1.25rem;
  position: relative; }
  .product-cover img {
    background: white;
    border-radius: 30px; }
  .product-cover .layer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    z-index: 999;
    background: #FFFFFF;
    position: absolute;
    bottom: 20px;
    color: #878787;
    text-align: center;
    cursor: pointer;
    right: 20px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175); }
    .product-cover .layer .zoom-in {
      margin: 5px;
      font-size: 25px; }
    .product-cover .layer:hover {
      color: #FFFFFF;
      background: #FFB667; }

#product-availability {
  display: inline-block;
  font-weight: 700; }

/* PS Category Product */

/* Product Tab */

/* Product Accordion */

/* Responsive */
@media (max-width: 991px) {
  .product-cover img {
    width: 100%; } }

/* Style for Product Image */
.product-thumb-images {
  display: none; }
  .product-thumb-images .thumb {
    max-width: 100%;
    cursor: pointer;
    border-radius: 7px;
    border: 1px solid  transparent; }
    .product-thumb-images .thumb.selected, .product-thumb-images .thumb:hover {
      border: 1px solid #142332; }
.product-detail.no-thumbs .images-container {
  position: relative; }

@media (min-width: 1200px) {
  .padding-left {
    padding-left: 50px; } }

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding:15px 0;
  border-bottom: 1px solid #F6EED8; }

.cart-summary-line {
  margin-bottom: 0.625rem;
  clear: both; }
  .cart-summary-line::after {
    content: "";
    display: table;
    clear: both; }
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: normal;
    white-space: inherit; }
  .cart-summary-line .value {
    color: #532B00;}
  .cart-summary-line.cart-summary-subtotals .label,
  .cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal; }

/** CART BODY **/
  .cart-grid-body a.label:hover {
    color: #3387f2; }
  .cart-grid-body .card-block {
    padding: 0; }
  .cart-grid-body .cart-overview {
    padding: 1rem; }

/** CART RIGHT **/

.block-promo .promo-code {
  padding: 1.60rem;
  background: #ebebeb; }
  .block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: white;
    display: none; }
    .block-promo .promo-code .alert-danger::after {
      bottom: 100%;
      left: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #ff4c4c;
      border-width: 10px;
      margin-left: -10px; }
.block-promo .promo-input {
  color: #414141;
  border: #acaaa6 1px solid;
  height: 2.5rem;
  text-indent: 0.625rem;
  width: 60%; }

/** CONTENT LEFT **/
.product-line-grid-left img {
  max-width: 100%; }

/** CONTENT BODY **/
.product-line-grid-body > .product-line-info {
  margin-bottom: 0.625rem;
min-width: 150px;  }
  .product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    white-space: inherit;
    font-weight: 600;
    text-align: left; }
  .product-line-grid-body > .product-line-info > a.label {
    font-size: 0.9375rem; }

/** CONTENT LEFT **/

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1rem; } }
@media (max-width: 575px) {
  .cart-items {
    padding: 1rem 0; }

  .cart-item {
    border-bottom: 1px solid #e6eaef; }
    .cart-item:last-child {
      border-bottom: 0; }

  .cart-grid-body .cart-overview {
    padding: 0; }

  .product-line-grid-left {
    padding-right: 0 !important; } }
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/*** Responsive part ***/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

.footer-container {
  overflow: hidden; }
  .footer-container li {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
    font-size: 18px; }
  .footer-container ul {
    margin-bottom: 0; }
  .footer-container .ApBlockLink li a {
    color: #532b00;
    cursor: pointer;
    position: relative;
    font-weight: 700; }
    .footer-container .ApBlockLink li a:before {
      content: "";
      position: absolute;
      bottom: -.3rem;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background: currentColor;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      -o-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .footer-container .ApBlockLink li a:hover:before {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -o-transform-origin: 0 50%;
      transform-origin: 0 50%; }
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*** LAYOUT MODE ***/

/*** HEADER ***/

/*** WRAPPER ***/
#page {
  overflow: hidden; }

#product #main .padding-left {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
}
@media (max-width: 991px) {
#product #main .padding-left {
  margin-left: 15px;
  margin-right: 15px;
  width:auto;
}}
#wrapper .breadcrumb {
  border-radius: 0;
  position: relative;
  background-color: transparent;
  padding: 0;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px; }
  #wrapper .breadcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    bottom: 0;
    z-index: -1;
    margin-left: -50vw;
    width: 100vw;
    background: #E7DAB2; }
  #wrapper .breadcrumb[data-depth="1"] {
    display: none; }
  #wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0; }
  #wrapper .breadcrumb li {
    display: inline; }
    #wrapper .breadcrumb li::after {
      content: "\f105";
      color: #532B00;
      font-family: "FontAwesome";
      margin: 0.3125rem; }
    #wrapper .breadcrumb li:last-child::after {
      content: ""; }
    #wrapper .breadcrumb li a {
      color: #532B00;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600; }
      #wrapper .breadcrumb li a:hover {
        color: #532B00; }

/*** MAIN ***/
#main .page-header {
  margin-bottom: 1.5625rem;
  text-align:center; }
  #main .page-header h1 {
    color:#532b00;
    font-size: 32px;
    line-height: 48px;
    position: relative;
    text-transform: initial;
    font-weight: 700;
    margin-bottom: 30px; }
#main .page-content {
  margin-bottom: 1.5625rem; }
  #main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px; }

/*** FOOTER ***/
.footer-center .container {
  background: transparent;
  color: #999999; }

/* Back to top */

/*** Responsive part ***/
@media (max-width: 767px) {

  section.checkout-step {
    width: 100%; }

  label {
    clear: both; }

  .dropdown-item {
    padding-left: 0; } }
@media (max-width: 991px) {

  #product-availability {
    margin-top: 0.625rem; } }

@media (max-width: 575px) {
  .container {
    width: 480px;
    max-width: 100%; } }
#wrapper {
  margin: 110px 0 0; }
  @media (max-width: 991px) {
    #wrapper {
      margin: 75px 0 0; } }
  @media (max-width: 479px) {
    #wrapper {
      margin: 75px 0 0; } }
  
 .logo-header {
	 text-align:center;
 } 
 @media (min-width: 991px) {
 .logo-header {
	 padding: 0 0px;
 }
 }
 
 #content img {
	 max-width:100%
 }

.block-displayReassurance {
	display:none
}
/*# sourceMappingURL=theme.css.map */

.oldprice {
    text-decoration: line-through;
    color:#CC8D48;
}

.nutrivalue {
    width: 350px;
    vertical-align: top;
}
.nutrivalue h3 {
    margin-top: 40px;
    line-height: 1;
    margin-bottom: 0;
}
.nutri-row {
    margin-top: 20px;
}
.nutri-title {
    width: 79px;
    vertical-align: top;
    display: inline-block;
    border-radius: 25px;
    padding: 10px 0;
}
.nutri-title p {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    margin:0;
} 
.nutri-item {
    width: 60px;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #f79a34;
    border-radius: 15px;
    padding: 10px 0;
}
.nutri-item:last-child {
    margin-right: 0;
}
.nutri-item p:first-child {
    font-size: 18px;
    text-align: center;
    line-height: 1;
    margin:0;
}
.nutri-item p:nth-child(2) {
    text-align:center;
    line-height:1.3;
    font-size:12px;
    margin:0;
}

@media (max-width: 991px) {
  .product-cover {
    margin:0;
  }
  #main .page-content {
    margin:0;
  }
  #product #main .padding-left {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .product-cover img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .product-detail-name {
    margin-top:25px;
  }
}

/* /site/layouts/miami/css/themes/galvatron/modules/leobootstrapmenu/views/css/megamenu */


/*# sourceMappingURL=megamenu.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/leobootstrapmenu/views/css/leomenusidebar */


/*# sourceMappingURL=leomenusidebar.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/leoslideshow/views/css/typo/typo */
/*-----------------------------------------------------------------------------

  - Revolution Slider 1.5.3 -

    Screen Stylesheet

version:    2.1
date:       09/18/11
last update: 06.12.2012
author:   themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------

  - Revolution Slider 2.0 Captions -

    Screen Stylesheet

version:    1.4.5
date:       09/18/11
last update: 06.12.2012
author:   themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/*# sourceMappingURL=typo.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/leoslideshow/views/css/iView/iview */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*Preview Admin */

/* The slider */

/* The timer in the Slider */

/* The Preloader in the Slider */

/* The strips and boxes in the Slider */

/* Direction nav styles (e.g. Next & Prev) */

/* Control nav styles (e.g. 1,2,3...) */

/* The video show in the Slider */

/*# sourceMappingURL=iview.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/leoslideshow/views/css/iView/skin_4_responsive/style */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/*# sourceMappingURL=style.css.map */


/* /site/layouts/miami/css/modules/leofeature/views/css/jquery.mCustomScrollbar */
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/ /* non-visible scrollbar */ /* RTL direction/left-side scrollbar */ /* scrollbar position: outside */ /* RTL direction/left-side scrollbar (scrollbar position: outside) */



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/ /* non-visible scrollbar */ /* scrollbar position: outside */



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
	
	/* non-visible horizontal scrollbar */
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	
	/* RTL direction/left-side scrollbar */
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	
	/* non-visible horizontal scrollbar */



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */
	

	/* theme: "dark" */
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */
	
	
	/* theme: "dark-2" */
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */


	/* theme: "dark-thick" */
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */


	/* theme "dark-thin" */
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	
	/* theme "rounded-dots-dark" */
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	
	/* theme "3d", "3d-dark" */
	
	
	/* theme "3d-dark" */
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	
	/* theme: "3d-thick-dark" */
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	/* RTL direction/left-side scrollbar */
	
	
	/* theme: "minimal-dark" */
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	
	/* theme "dark-3" */
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	/* ---------------------------------------- */


/* /site/layouts/miami/css/themes/galvatron/modules/leofeature/views/css/front */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

.leo-loading {
  display: none; }

.cssload-speeding-wheel {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 2px solid #999;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 1200ms infinite linear;
  -o-animation: cssload-spin 1200ms infinite linear;
  -ms-animation: cssload-spin 1200ms infinite linear;
  -webkit-animation: cssload-spin 1200ms infinite linear;
  -moz-animation: cssload-spin 1200ms infinite linear;
  display: none; }

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

/*******************DONGND CSS FOR CART END*****************************/
/*******************DONGND CSS FOR REVIEWS BEGIN*****************************/

/*******************DONGND CSS FOR REVIEWS END*****************************/
/*******************DONGND CSS FOR COMPARE BEGIN*****************************/

/*******************DONGND CSS FOR COMPARE END*****************************/
/*******************DONGND CSS FOR WISHLIST BEGIN*****************************/

/*******************DONGND CSS FOR WISHLIST END*****************************/
/******************* CSS FOR DROPDOWN CART BEGIN *******************/
.leo-fly-cart-icon-wrapper {
  padding: 10px;
  cursor: pointer; }

/*****************addition arrow BEGIN***********************/

/*****************addition arrow END***********************/

/***********loading wheel BEGIN*************/

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/************loading piano BEGIN****************/
/************loading piano END****************/
/********* notification BEGIN *********/

/********* notification END*********/

/*******************DONGND CSS FOR DROPDOWN CART END*****************************/
/*******************DONGND CSS FOR FLY CART BEGIN*****************************/
.leo-fly-cart-icon-wrapper {
  padding: 10px;
  cursor: pointer; }
  .leo-fly-cart-icon-wrapper i {
    display: none; }
  .leo-fly-cart-icon-wrapper a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    padding: 0;
    display: block;
    background-color: #fff;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
    font-size: 20px; }
    .leo-fly-cart-icon-wrapper a:after {
      content: "\e906";
      font-family: "nqt-icon"; }
    .leo-fly-cart-icon-wrapper a:hover:after {
      top: -3px; }

.leo-fly-cart-total {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 12px;
  color: #fff;
  background: #142332;
  padding: 0 5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2; }

/***************CSS FOR LOADING FLY CART BEGIN **********************/
.leo-fly-cart-cssload-loader {
  display: none;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  bottom: -5px;
  left: -5px;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase; }
  .leo-fly-cart-cssload-loader:before, .leo-fly-cart-cssload-loader:after {
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    border: 1px solid #2fb5d2;
    box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2;
    -o-box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2;
    -ms-box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2;
    -webkit-box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2;
    -moz-box-shadow: 0 0 10px #2fb5d2, inset 0 0 10px #2fb5d2; }
  .leo-fly-cart-cssload-loader:after {
    z-index: 1;
    animation: cssload-gogoloader 4s infinite 10s;
    -o-animation: cssload-gogoloader 4s infinite 10s;
    -ms-animation: cssload-gogoloader 4s infinite 10s;
    -webkit-animation: cssload-gogoloader 4s infinite 10s;
    -moz-animation: cssload-gogoloader 4s infinite 10s; }
  .leo-fly-cart-cssload-loader:before {
    z-index: 2;
    animation: cssload-gogoloader 1.5s infinite;
    -o-animation: cssload-gogoloader 1.5s infinite;
    -ms-animation: cssload-gogoloader 1.5s infinite;
    -webkit-animation: cssload-gogoloader 1.5s infinite;
    -moz-animation: cssload-gogoloader 1.5s infinite; }

@keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); } }
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -o-transform: scale(1);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); } }
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); } }
/***************CSS FOR LOADING FLY CART END **********************/
/***************CSS FOR FLY CART SLIDE BAR BEGIN **********************/
.leo-fly-cart-mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
  -webkit-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
  -moz-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
  -ms-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
  -o-transition: opacity 0.8s, width 0s 0.8s, height 0s 0.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.leo-fly-cart-slidebar {
  z-index: 99999;
  position: fixed;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  display: none; }
  .leo-fly-cart-slidebar.slidebar_bottom {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
.leo-fly-cart-slidebar .leo-fly-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/***************CSS FOR FLY CART SLIDE BAR END **********************/
/*******************DONGND CSS FOR FLY CART END*****************************/

/*# sourceMappingURL=front.css.map */


/* /site/layouts/miami/css/modules/custompaymentmethod/views/css/front17 */

div#payment-confirmation {
    margin-top: 15px;
}

/* /site/layouts/miami/css/modules/custompaymentmethod/views/css/fontawesome */


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("/site/layouts/miami/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("/site/layouts/miami/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/site/layouts/miami/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/site/layouts/miami/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* makes the font 33% larger relative to the icon container */

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */


/* /site/layouts/miami/css/modules/custompaymentmethod/views/css/front */

:focus, :active {
    outline: none !important;
}

i::selection {
    background: none !important;
    color: inherit !important;
}

#cart-subtotal-commission {
    display: none;
}



/* /site/layouts/miami/css/modules/ets_awesomeurl/views/css/front */

/* /site/layouts/miami/css/modules/ets_sociallogin/views/css/fix17 */
.ets_social_login i{
    padding-bottom: 15px!important;
}





/* /site/layouts/miami/css/modules/ets_sociallogin/views/css/front */

a#social-link i:before, .links a i {
    display: inline-block !important;
}

.ets_solo_social_wrapper.lgp {
    text-align: center;
}

.ets_social_login {
    list-style: outside none none;
}

.ets_social_login a {
    padding: 0 !important;
    width: 100%;
}

.ets_solo_social_wrapper, .ets_solo_social_wrapper * {
    box-sizing: border-box;
}

.ets_solo_social {
    display: block;
    padding-top: 0;
    width: 100%;
    margin-bottom:10px;
}

.ets_solo_social_wrapper {
    text-align: center;
}
.ets_solo_social_btn i svg {
    fill: #ffffff;
}

.ets_solo_social_wrapper a:focus,
.ets_solo_social_wrapper a:active {
    outline: none;
    -webkit-outline: none;
}

@media (max-width: 767px) {
    .ets_solo_or::before {
        left: 0;
        right: 0;
    }
}
.icon_svg.icon_key{
    margin-top: 3px;
}
.icon_svg.icon_key svg{
    width: 36px;
}

/* /site/layouts/miami/css/modules/ets_sociallogin/views/css/common */
.ets_solo_social_item {
     display: inline-block;
     background: transparent!important;
}

 
 .ets_solo_social_btn {
     background-color: #ddd;
     color: #fff;
     cursor: pointer;
     display: block;
     font-size: 14px;
     margin: 0 5px 5px 0;
     text-align: left;
     overflow: hidden;
     padding: 8px 10px 8px 10px;
}
 .ets_solo_social_btn.rounded {
     border-radius: 3px;
}
.ets_solo_social_item.google .large .svg_gl {
    height: 45px;
}
.ets_solo_social_item.google .large .svg_gl svg {
    width: 26px;
}
.google:not(.google_new_desginer) i.svg_gl {
    margin: -8px 6px -8px -9px;
}
.google:not(.google_new_desginer) i.svg_gl svg{
    fill: #ffffff;
}
.activegoogle_new_desginer.google .ets_solo_social_btn {
    background: #fff;
}
 .ets_solo_or::before {
     background-color: #eeeeee;
     content: "";
     height: 1px;
     left: 25px;
     position: absolute;
     right: 25px;
     top: 50%;
}
.ets_solo_or {
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    width: 350px;
    max-width: 100%;
}
.ets_solo_or span {
    background-color: #fdfcf9;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px 15px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    text-transform: none;
}
 .ets_solo_social_btn.rounded.large {
     border-radius: 10px;
}
 .ets_solo_social_btn i {
     background-color: #bbb;
     color: #fff;
     display: inline-block;
     float: left;
     font-size: 18px;
     line-height: 32px;
     margin: -8px 7px -10px -10px;
     padding: 0;
     text-align: center;
     width: 30px;
}
 .google .ets_solo_social_btn:hover i {
     background-color: #d44836;
}
.google .ets_solo_social_btn {
    background: #4285F4;
}
.google:not(.google_new_desginer) .ets_solo_social_btn:hover {
     background-color: #4285F4;
}
.google:not(.google_new_desginer) .ets_solo_social_btn i{
     background-color: #fff;
     border:1px solid #4285F4;
     border-radius:10px
}
.yandex i {
     background-color: #E61E23;
     background-repeat: no-repeat;
     background-position: center;
     background-size: 33%;
     height: 32px;
}
.yandex .ets_solo_social_btn i svg {
    height: 20px;
}
.yandex .ets_solo_social_btn:hover i{
    background-color: #D20A0F;
}
 .yandex .ets_solo_social_btn {
     background-color: #F62E33;
}
 .yandex .ets_solo_social_btn:hover {
     background-color: #E61E23;
}
 .ets_solo_social_btn.flat {
     padding-right: 0;
}
 .ets_solo_social_btn.flat i {
     margin-right: 0;
}
 .ets_solo_social_btn.large.flat {
     height: 45px;
     padding: 0;
     width: 45px;
}
 .ets_solo_social_btn.large.flat i {
     font-size: 18px;
     line-height: 45px;
     margin: 0;
     width: 100%;
     height: auto;
}
 .ets_solo_social_btn.large {
     height: 45px;
}
 .ets_solo_social_btn.large i {
     font-size: 20px;
     line-height: 45px;
     width: 45px;
}
 .ets_solo_social_btn.large {
     font-size: 16px;
     height: 45px;
     line-height: 28px;
     padding-right: 15px;
}
.google .ets_solo_social_btn:hover {
    background-color: #4285f4;
}
.ets_solo_social_btn i svg {
    width: 18px;
    height: auto;
    fill: #ffffff;
    vertical-align: middle;
}
.ets_solo_social_btn i.svg_gl{
    line-height: 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

/* /site/layouts/miami_item/css/modules/deliverydateswizardpro/views/css/front/deliverydateswizard */

#selfPickupSlots {
  margin-top: 15px;
}

/* timeslors */
#ddw_timeslots, #selfPickupSlots {
	min-height:180px;
	position: relative;
}

	#ddw_timeslots .timeslot,
  #selfPickupSlots .timeslot {
		min-height:35px;
		cursor:pointer;
		border: 1px solid #EBEBEB;
		border-radius: 50px;
		display: inline-block;
		padding: 0 9px;
		margin-right: 6px;
		margin-bottom: 6px;
		background: #EBEBEB;
		color:#7A5C3B;
		display: none!important;
	}

	@media (max-width: 1300px){
		#ddw_timeslots .timeslot,
    #selfPickupSlots .timeslot {
		padding: 0 8px;
		margin-right: 6px;
		margin-bottom: 6px;
	}
	#ddw-timeslots {
		height:300px;
		overflow-y: scroll;
    padding-top: 13px;
	}}

	#ddw_timeslots .timeslot.available {
		background-color: #fff;
		border: 1px solid #FFB667;
		display: inline-block!important;
	}

		#ddw_timeslots .text,
    #selfPickupSlots .text {
			float:left;
			min-height:35px;
			line-height:110%;
		}

		#ddw_timeslots .timeslot.available .text {
			color:#532B00
		}

		#ddw_timeslots .text .time,
    #selfPickupSlots .text .time {
			font-weight:bold;
			font-size:13px;
		}

/* Summary */

/* /site/layouts/miami/css/modules/ets_abandonedcart/views/css/countdown */
body{
    padding:0;
    margin: 0;
}

/* /site/layouts/miami/css/modules/ets_abandonedcart/views/css/abancart */
a.ets_abancart_no_thanks:not(:hover) {
    color: #ddd!important;
}
button{
    cursor: pointer;
}

.text-center {
    text-align: center;
}



/* /site/layouts/miami/css/modules/productlabel//views/css/front */
/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* /site/layouts/miami/css/modules/compositeproductbuilder/views/css/compositeproductbuilder */

/**********************************************/
/*              Steps Wizard                  */
/**********************************************/

/**********************************************/
/*                 Accordion                  */
/**********************************************/
.beforeBorder:not(:hover)::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}

/**********************************************/
/*         Specific for PS 1.6.x              */
/**********************************************/

/**********************************************/
/*         Specific for PS 1.7.x              */
/**********************************************/

/* grid view for thumbnails */

/**********************************************/
/*         Responsive Meia Queries            */
/**********************************************/


/* /site/layouts/miami/css/modules/compositeproductbuilder/views/css/sweetalert2.min */
@charset "UTF-8";@supports (-ms-accelerator:true){}@-moz-document url-prefix(){}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}}

/* /site/layouts/miami/css/js/jquery/ui/themes/base/minified/jquery-ui.min */
/*! jQuery UI - v1.10.3 - 2013-06-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}/*! jQuery UI - v1.10.3 - 2013-06-12
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* /site/layouts/miami/css/js/jquery/ui/themes/base/minified/jquery.ui.theme.min */
/*! jQuery UI - v1.10.3 - 2013-06-12
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* /site/layouts/miami/css/modules/blockgrouptop/views/css/blockgrouptop */
/* block top languages */
/*languages with jquery*/

/* block top currencies */
/*languages with jquery*/


/* /site/layouts/miami/css/themes/galvatron/modules/leoproductsearch/views/css/leosearch */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* block top search */

/*# sourceMappingURL=leosearch.css.map */


/* /site/layouts/miami/css/modules/leoproductsearch/views/css/jquery.autocomplete_productsearch */

/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/


/* /site/layouts/miami/css/themes/galvatron/assets/css/custom */
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


@media screen and (max-width: 900px) {
	#flyCart {
		opacity: 0;
		transition: all 0.2s linear;
	}

}
  

/* /site/layouts/miami/css/modules/appagebuilder/views/css/animate */
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/owl.carousel */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */

/* display none until init */

/* mouse grab icon */

/* fix */

/************DONGND:: new loading for owl product carousel**************/

/* Every thing below this is just positioning */

/*# sourceMappingURL=owl.carousel.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/owl.theme */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/

/* Styling Next and Prev buttons */

/* Use it for non-touch hover action */

/* Styling Pagination*/

/* If PaginationNumbers is true */

/* preloading images */

/*# sourceMappingURL=owl.theme.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/slick-theme */
@charset "UTF-8";
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Slider */

/* Arrows */

/* Dots */

/*# sourceMappingURL=slick-theme.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/slick */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Slider */

/*# sourceMappingURL=slick.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/styles */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
/*
.bg-fullwidth:before {
*/

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  position: relative; }
#delivery_alert_text {
  text-align:center
}
/* Css Accordion */

/* Widget Tab */

/**
* Start for module ap_gmap
*/

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/

/**
* Widget Video
*/

/**
* Start for module ApFullSlider
*/

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/

/*
  Widget Category Image
*/

/* Widget Lastest blogs */

/* Multi Image Product List */

/* Instagram Block */

/* List product size */

/* begin css by nqt ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* css max width for page */
body #page {
  /*max-width: 1920px;*/
  margin: auto;
  position: relative; }

/* leoproduct search */

/* display nav2 */

/*heaader top - header button */

.dptop {
  position: relative; }
  @media (min-width: 1200px) {
    .dptop {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 991px) {
    .dptop {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .dptop:before {
    content: "";
    padding: 0px 390px;
    overflow: hidden;
    position: absolute;
    display: block !important;
    bottom: 0;
    box-sizing: content-box;
    margin-left: -390px;
    width: 100%;
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02); }
  @media (max-width: 1199px) and (min-width: 992px) {
    .dptop .logo-header {
      text-align: center;
      } 
  }

  .header-user-block {
    justify-content: right !important;
    display: flex;
    padding-right: 30px;
    gap: 7px;
  }

  .dptop .ApColumn:nth-child(1) {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: static; }

  .dptop .btn-header {
    width: 56px;
    height: 56px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 31px 0;
    cursor: pointer; }

    @media (max-width: 479px) {
      .dptop .btn-header {
        width: auto;
        height: auto; } }
    .dptop .btn-header i {
      font-size: 24px;
      line-height: 56px;
      color: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 479px) {
        .dptop .btn-header i {
          font-size: 22px;
          line-height: 30px;
          color: #142332; } }
    .dptop .btn-header:hover i {
      color: #f79a34; }
    .dptop .btn-header.btn-cart {
      border-radius: 50%;
      background: #532B00;
      opacity:1; }
      @media (max-width: 479px) {
        .dptop .btn-header.btn-cart {
          background: none; } }
      .dptop .btn-header.btn-cart .cart-products-count {
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: #532B00;
        font-size: 13px;
        position: absolute;
        top: -2px;
        right: -9px;
        background: #fffbf7;
        border-radius: 50%; }
        @media (max-width: 479px) {
          .dptop .btn-header.btn-cart .cart-products-count {
            width: 17px;
            height: 17px;
            line-height: 17px;
            top: 1px;
            right: -7px;
            background: #97a5b2;
            color: #fff;
            font-size: 10px; } }
      .dptop .btn-header.btn-cart:hover {
        background: #532B00;
        opacity:0.9; }
        @media (max-width: 479px) {
          .dptop .btn-header.btn-cart:hover {
            background: none; } }
        .dptop .btn-header.btn-cart:hover i {
          color: #fff; }
          @media (max-width: 479px) {
            .dptop .btn-header.btn-cart:hover i {
              color: #f79a34; } }
	@media (min-width: 991px) {
		.userinfo-selector {
		margin-left: 15px;
		}
	}
  .dptop #_desktop_cart {
    margin-right: 25px;
	display: inline-block;	}

	
/* display home */
  .logo-second {
    width: 100px;
  }
  .logoCol {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	}
  @media (max-width: 991px) {
    .logo-second {
      width: 90px;
      padding: 7px 0 6px;
    }
  }
/* list cate top */

/* banner */

/* product first */

/* product second (product tab) */

/* widget video */

/* testimonials */

/* footer */
/*  service */

/* footer list */
.footer-list {
  padding-top: 80px;
  margin-top:50px;
  margin-bottom: 50px; }


.footer-center .ApHtml {
  text-align: right;
  margin-right: 50px;
  margin-top: -15px;
}
  @media (max-width: 991px) {
    .footer-list {
      padding-top: 50px;
  margin-bottom: 10px; }
  .footer-center .ApHtml {
  margin-top: 15px;
} } 
  @media (max-width: 479px) {
    .footer-list {
      padding-top: 30px; } }
.footer-center .ApBlockLink {
  margin-left: 50px;
}

/*update CART*/

.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

section.js-current-step {
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0; }

#payment-confirmation {
  text-align: center; }

textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px; }
  textarea#delivery_message:focus {
    border-color: #282828;
    outline: none; }

.card {
  border-radius: 0; }

.modal-content {
  border: 0;
  border-radius: 0; }

/*end update CART*/
/* style home 2 */
	  
.right-top .popup-title {
	color:#532b00;	
    font-weight: 700;
}

@font-face {
    font-family: lazer84;
    src: url(/site/layouts/miami/fonts/lazer84.ttf);
}

/*# sourceMappingURL=styles.css.map */


/* /site/layouts/miami/css/modules/appagebuilder/views/css/unique */
/*************************************************************/
/************ CSS of module for all theme ********************/
/************ Do not override this file **********************/
/*************************************************************/

/**************DONGND update for panel tool BEGIN***********************/
/**************DONGND update for panel tool END***********************/

/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/positions/headerduplicate_2722413184 */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* header 2 */
/**********************************/
.dptop {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255,255,255,0.75);
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05); 
  display: flex;
  align-items: center;
}
  .dptop:before {
    content: ''; }
  @media (max-width: 991px) {
    .dptop .leo-megamenu.navbar .navbar-toggler {
      color: #532B00;
      border-color: #532B00; } }
  .dptop .leo-megamenu .navbar-nav > li > a {
    color: #532B00; }

@media (max-width: 1439px) and (min-width: 992px) {
  /*
  .dptop {
    display: block; 
  }
    */
    .dptop .leo-megamenu .navbar-nav {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: start;
      -moz-justify-content: start;
      -ms-justify-content: start;
      -o-justify-content: start;
      justify-content: start;
      -ms-flex-pack: start; }
 }
@media (max-width: 767px) {
  .dptop .btn-header {
    border-radius: 50%;
    width: 40px;
    height: 40px; }
    .dptop .btn-header i {
    font-size: 18px;
    line-height: 40px; }
    .dptop .btn-header.btn-cart .cart-products-count {
      width: 17px;
      height: 17px;
      line-height: 17px;
      top: 1px;
      right: -7px;
      font-size: 10px;
      background: #fffbf7;
      color: #f79a34; } }
@media (max-width: 479px) {
  .dptop .btn-header.btn-cart {
    background: #f79a34; }
    .dptop .btn-header.btn-cart i {
      color: #fff; } }
@media (max-width: 375px) {
  .dptop .ApColumn:nth-child(1) {
    width: 109px; } }
@media (max-width: 375px) {
  .dptop .ApColumn:nth-child(3) {
    width: calc(100% - 179px); } }
<<<<<<< Updated upstream
@media (max-width: 1439px) and (min-width: 992px) {
  .dptop .logo-header {
    text-align: center;
    } }
=======
>>>>>>> Stashed changes
.dptop #_desktop_cart {
  margin-left: 30px; }
  @media (max-width: 767px) {
    .dptop #_desktop_cart {
      margin-left: 10px;
      margin-right: 17px; } }
  @media (max-width: 375px) {
    .dptop #_desktop_cart {
      margin-left: 5px;
      margin-right: 10px; } }

/*# sourceMappingURL=headerposition3577319191.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/positions/contentduplicate_1815837358 */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/positions/footerduplicate_2726718785 */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* footer 2 */
/**********************************/
.footer-center {
  max-width: 1750px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
  border-radius: 60px;
  margin-bottom: 30px
} 

  @media (max-width: 991px) {
    .footer-center {
  margin-left: 15px;
  margin-right: 15px;
} }

/*# sourceMappingURL=footerposition3465138582.css.map */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/positions/productduplicate_1727753625 */


/* /site/layouts/miami/css/themes/galvatron/modules/appagebuilder/views/css/profiles/profile3369633786 */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/* hover link */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* profile home 2 */
/**********************************/
.max-width {
  max-width: 1750px;
  margin: auto; }





.header_row_mobile {
  display: block;
}

.header_row_desktop {
  display: none;
}

@media (min-width: 900px) {

  .header_row_mobile {
     display: none;
  }

  .header_row_desktop {
     display: block;
  }
}

.logoff {
    padding: 10px 20px;
    background: #532b00;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 130px;
}

.date_in_text {
	cursor: pointer;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-bottom:dashed 2px;
	padding-top:10px;
}

.pickup_selector {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 18px;
}

.slotFaster {
    min-height: 35px;
    cursor: pointer;
    text-align: center;                            
    border: 1px solid #FFB667;
    background-color: #fff;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-weight: bold;
    padding: 9px 18px;
}

.timeslot .text {
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.timeslot .text .discount {
    background-color: #00A700;
    position: absolute;
    top: -11px;
    right: -15px;
    border-radius: 20px;
    padding: 0px 5px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date_in_text img {
    width: 14px;
    position: absolute;
    right: -18px;
    top: 12px;
    opacity: 0.3;
    transition: opacity 0.6s linear;
}

.text_date:hover img {
    opacity: 1;
}

.text_date {
    position: relative;
    padding: 0 25px 0 10px;
} 

.text_date .dates {
    display: none;
    position: absolute;
    top: -1px;
    left: -17px;          
    border: 1px solid #cbcaca;
    flex-direction: column;
    gap: 18px;
    background-color: #fff;
    padding: 10px 25px;
    z-index: 200;
    border-radius: 10px;                            
}

.text_date .selDate {
    color: #4d4141;
    cursor: pointer;
    font-weight: bold;
}
	
.openMap {
  position: absolute;
  right: 30px;
  bottom: 26px;
  width: 18px;
  cursor: pointer;
  opacity: 1;
  top: 13px;
}
    .cookieAlert {
        display: flex;
        position: fixed;
        right: -238px;
        bottom: 112px;
        background-color: #FEFCF6;
        color: #532B00;
        width: 238px;
        height: 52px;
        border-top-left-radius: 28px;
        border-bottom-left-radius: 28px;
        padding-left: 9px;
        padding: 8px 0 8px 9px;
        line-height: 38px;
        gap: 11px;
        font-weight: 600;
        opacity: 0.9;
        transition: all 0.8s ease-in-out;
        border: 1px solid #66eb7a;
    }

    .cookieAlert .ok {
        border-radius: 100%;
        background-color: #FFB667;
        border: 0;
        font-weight: 600;
        color: #704c4c;
        width: 36px;
        height: 36px;        
        text-align: center;
    }

    dialog#cookieModal {
        border-radius: 20px;
        background-color: #FAF2DA;
        border: 0;
        max-width: 600px;
        padding: 24px;
    }

    #cookieModal .content {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    dialog#cookieModal::backdrop {
        background-color: #000000c2;
    } 

    #cookieModal button {
        background-color: #FFB667;
        border-radius: 20px;
    }

.page-content.page-cms {
    background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 50px;
    text-align: justify;
    border-radius: 50px;
}

.delivery-left {
    width: 49%;
    display: inline-block;
    padding: 0 30px 0 0px;
    vertical-align: top;
    line-height: 1.3;
}

.delivery-right {
    width: 50%;
    display: inline-block;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .col-lg-8 {
        float: left;
        width: 66.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        float: left;
        width: 16.66667%;
    }
}

@media (max-height: 991px) {
    .desctop_menu_row {
        padding-right: 73px;
        justify-content: end;
    }
}
.desctop_menu_row {
    display: flex;
    text-align: right;
    position: relative;
}

.headerrow_dsk {
    align-items: center;
    justify-content: center;
    display: flex;
}

#_desktop_cart {
    position: absolute;
    right: 24px;
    top: -50px;
    height: 64px;
    padding-top: 0px;
    margin: 0px;
}

#integraMap {
	margin-bottom: 25px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
}

#form_ets_onepagecheckout input[type="checkbox"]:before {
  position: relative;
  /*
  display: block;
  */
  display: none;
  width: 11px;
  height: 11px;
  border: 1px solid #808080;
  content: "";
  background: #FFF;
}

@media (max-width: 991px) {
    .delivery-left {
        width: 100%;
        display: block;
        padding: 0;
    }
    .delivery-right {
        width: 100%;
        display: block;
    }
}


.text_date {
    position: relative;
    padding: 0 25px 0 10px;
}

.text_date.showed {
    background-color: #fff;
    
    border-radius: 10px;
} 

.text_date .dates {
    display: none;
    position: absolute;
    top: -1px;
    left: -17px;          
    border: 1px solid #cbcaca;
    flex-direction: column;
    gap: 18px;
    background-color: #fff;
    padding: 10px 25px;
    z-index: 200;
    border-radius: 10px;                            
}

.text_date.showed .dates {  
    display: flex;
}

.text_date .selDate {
    color: #4d4141;
    cursor: pointer;
    font-weight: bold;
}
