body {
    font-family: 'Maven Pro', sans-serif;
}

.bg-app {
	background-color: #edf0f5;
	color:#003750;
}

.bg-app-disabled{
    background-color: #edf0f5;
    color: #003750;
    text-decoration:line-through;
}

.bg-white {
    background-color: #ffffff;
    color: #003750;
}

.bg-category {
    background-color: #fff;
    color:#000;
    font-size: 20px;
}


.border-berton {
border-bottom: 1px solid;
border-color: #d5a431;
}

.border-full {
border: 1px solid;
border-color: #d5a431;

}


.bg-badge {
    background-color: #2d2d2f;
    color: #d5a431;
    font-size: 14px;
}

.bg-badge-step {
    background-color: #000;
    color: #ffbc00;
    margin-right: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    font-weight:bold;
}

.bg-home-background {
    background-image: url("../img/app_home.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.2;*/
}

.bg-varianti {
    background-color: #edf0f5;
    color: #003750;
}

.app-text-color {
    color: #758682!important;
}

.app-footer-color {
    background-color: #d5a431;
    color: #ffffff;
}

.app-select-bgcolor {
    background-color: #d5a431 !important;
}

.app-select-color {
    color: #a6192d !important;
}

.combo-box {
    background-color:#fff!important;
    border:0px!important
}

.btn-red {
    color: #d5a431;
    opacity: 1 !important;
}

.header-btn {
	position:absolute;
	left: 0px;
	top: 0px;
    width: 32px;
    padding: 3px;
    margin-left: 8px;
    margin-top: 12px;
    border: 1px solid #d5a431;
    background-color: transparent;
	cursor: pointer;
}

.header-btn-right {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 32px;
    padding: 6px;
    margin-left: -52px;
    margin-top: 12px;
    border: 1px solid #d5a431;
    background-color: transparent;
    cursor: pointer;
}

.header-btn-info {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 32px;
    padding: 0px;
    margin-left: -52px;
    margin-top: 12px;
    background-color: transparent;
    border: solid 1px #d5a431;
   }

.header-btn-search-right {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 300px;
    padding: 8px;
    margin-left: -350px;
    margin-right: 50px;
    margin-top: 10px
}

.header-group {
    position: absolute;
    top: 90px;
    width: 94%;
    padding: 8px;
    margin-left : 3%;
    margin-right: 3%;
    text-align: center;
    background-color: #000;
    color:#fff;
    opacity: 0.6;
}

.header-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.add-btn {
    width: 21px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #d5a431;
    cursor: pointer;
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.category-image {
    width: 100%;
    object-fit: contain;
    /*max-height:320px;*/
}

.footer-back-color {
    background-color: #d5a431;
    border-color: #d5a431;
    color: #fff;
    /*Davide 16/04/2020*/
    font-size: 15px;
}

.footer-home-back-color {
    border-color: #d5a431;
    color: #d5a431!important;
    font-size: 20px;
}


.footer-cart-color {
    background-color: #2d2d2f;
    color: #fff;
    /*Davide 16/04/2020*/
    font-size: 16px;
}

.input-color {
    background-color: #f2f2f3;
    border-radius: 0px;
    border: 0px;
}

.sticky-category {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

.sidenav {
	height: 100%;
	width: 160px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	background-color: #003750;	  	  
}

.sidenav a {
	padding-top: 14px;
	padding-bottom: 14px;  
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #edf0f5;
	display: block;
	border-bottom: 2px solid white;
}

.sidenav-active {
	background-color: #ffc107; 
	color: #000!important;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.main {
	margin-top: 70px;
	margin-left: 0px; /* Same as the width of the sidenav */
	font-size: 28px; /* Increased text to enable scrolling */
	padding: 0px 10px;
}

.card-footer {
	background-color: #003750;	
	color: #fff;  
}

.nav-header {
    height: 80px;
    background-color: #9fbdb5;
    color: #fff;
}

.nav-footer {
    height: 60px;
    background-color: #9fbdb5;
    color: #fff;
}

.btn-footer {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
	color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn:hover {
    color: #fff;
}

.cursorwaiting {
    cursor: wait !important;
}

/* categorie-scrolling */
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

}
.scrolling-wrapper .card-cat {
  display: inline-block;
  margin: 10px;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-wrapper-flexbox .card-cat {
  flex: 0 0 auto;
  margin-right: 6px;
}

.card-cat {
  border: 2px solid #a6192d;
  width: 240px;
  height: 160px;
  background: yellow;
  text-align: center;
}

.card-cat-active{
  background: red!important;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 200px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar, .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

/* div snackbar per messaggi */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 0%;
    bottom: 60px;
    font-size: 16px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 60px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 60px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 60px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 60px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* div snackbar per messaggi */

/* div strype payment */
.StripeElement {
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: lightyellow;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #c80c0c;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
/* div strype payment */

.img-product-format {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.img-disabled {
    display: none;
}

.top-margin {
    margin-top: 12px;
}

.top-margin-order {
    margin-top: 113px;
}

.img-touch {
    touch-action: manipulation;
    cursor: pointer;
}


/* media query tablet*/
@media (max-width: 768px) {
.cb {
    list-style: none;
    padding: 3px!important;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-radius: 0px!important;
    font-size: 14px!important;
}

.mobile-hide {
    display:none!important;
}

.img-cover-mobile {
width: 100%;
height: 200px!important;
object-fit: contain!important;
}

}


/* media query tablet*/
@media (min-width: 768px) {
    .header-image {
        width: 100%;
        height: 280px;
        object-fit: cover
    }

    .product-image {
        width: 100%;
        height: 320px;
        object-fit: cover
    }

    .top-margin {
        margin-top: 150px;
    }

    .top-margin-order {
        margin-top: 295px;
    }

    .sticky-category {
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
    }
}

/* media query pc*/
@media (min-width: 992px) {
    .header-image {
        width: 100%;
        height: 280px;
        object-fit: cover
    }

    .product-image {
        width: 100%;
        height: 320px;
        object-fit: cover
    }

    .top-margin {
        margin-top: 295px;
    }

    .top-margin-order {
        margin-top: 295px;
    }

    .sticky-category {
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
    }
}

.cb {    
    list-style: none;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-radius: 5px;
}

.cb:hover{
    color: #d5a431;
    border: 1.5px solid #d5a431;
}

.active-tab {
    color: #d5a431;
    border: 1.5px solid #d5a431;
}

/* Layout */
.sr-root {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 980px;
  padding: 48px;
  align-content: center;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
}
.sr-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-self: center;
  padding: 75px 50px;
  background: var(--body-color);
  width: var(--form-width);
  border-radius: var(--radius);
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
  0px 2px 5px 0px rgba(50, 50, 93, 0.1),
  0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
}

.sr-field-error {
  color: var(--font-color);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

/* Inputs */
.sr-input {
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 5px 12px;
  height: 44px;
  width: 100%;
  transition: box-shadow 0.2s ease;
  background: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.sr-input:focus{
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
  outline: none;
  z-index: 9;
}
.sr-input::placeholder {
  color: var(--gray-light);
}
.sr-result {
  height: 44px;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  color: var(--font-color);
  overflow: auto;
}
.sr-result code {
  overflow: scroll;
}
.sr-result.expand {
  height: 350px;
}

.sr-combo-inputs-row {
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
}

.img-cover-mobile {
width: 100%;
height: 400px;
object-fit: cover;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Animated form */

.sr-root {
  animation: 0.4s form-in;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.hidden {
  display: none;
}

@keyframes field-in {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

@keyframes form-in {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}