@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
/*
Primary Color: #FF9140
Accent Color: #ff7824 
*/

:root {
  --primary: #FF9140;
  --primary-light: #ff7824;
}


@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: normal;
    /*src: local('Barlow Regular'), url('../fonts/barlow/Barlow-Regular.woff') format('woff');*/
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
        
    font-display: block;
}
    
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    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-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
        url("../fonts/Framework7Icons-Regular.woff") format("woff"),
        url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
        
    font-display: block;
}

:root.md {
  --f7-font-family : 'Barlow', system-ui, Noto, Helvetica, Arial, sans-serif;
}
:root.ios {
  --f7-font-family : 'Barlow', -apple-system, SF Pro Text, SF UI Text, system-ui, Helvetica Neue, Helvetica, Arial, sans-serif;
}
:root.aurora {
  --f7-font-family: 'Barlow', -apple-system, system-ui, Helvetica, Arial, sans-serif;
}

body {
    font-family: 'Barlow', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 20px;
    line-height: 24px;
}

.f7-icons {
    font-family: 'Framework7 Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
}

.demo-list-icon,
.icon-f7 {
    background: #ccc;
    display: block;
    position: relative;
}

.simple-list li,
.links-list a {
    height: auto;
    min-height: 60px;
    line-height: 1;
}

.list.no-hairlines-between.simple-list2 li:after,
.md .list.no-hairlines-between-md.simple-list2 li:after,
.ios .list.no-hairlines-between-ios.simple-list2 li:after,
.aurora .list.no-hairlines-between-aurora.simple-list2 li:after {
  display: none !important;
}

.simple-list2 li {
  position: relative;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  line-height: var(--f7-list-item-min-height);
  height: var(--f7-list-item-min-height);
  padding-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
}
.simple-list2 li:after {
  left: var(--f7-list-item-padding-horizontal);
  width: auto;
  left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left));
  right: 0;
}
.simple-list2 li:last-child:after {
  display: none !important;
}
.simple-list2 li:after,
.links-list a:after,
.list .item-inner:after {
  content: '';
  position: absolute;
  /*background-color: var(--f7-list-item-border-color);*/
  background-color: transparent !important;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: 50% 100%;
  transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}
.simple-list2 li,
.links-list a {
    min-height: 70px;
    line-height: 1;
}


.theme-dark .demo-list-icon {
    background-color: #555;
}

.icon-f7 {
    background: url(../img/f7-icon.png) no-repeat center;
    background-size: cover;
}

.icon-vi {
    background: url(../img/vi-icon.png) no-repeat center;
    background-size: cover;
}

.ios .demo-list-icon,
.ios .icon-f7,
.ios .icon-vi {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    box-sizing: border-box;
}

.md .demo-list-icon,
.md .icon-f7,
.md .icon-vi {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.aurora .demo-list-icon,
.aurora .icon-f7,
.aurora .icon-vi {
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

/* Lazy Demo */
img.demo-lazy {
    display: block;
    width: 100%;
    height: auto;
}

div.demo-lazy {
    background: #aaa;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    height: 60vw;
}

/* FAB Morph */
.demo-fab-sheet {
    position: absolute;
    left: 16px;
    bottom: 80px;
    width: 140px;
    background: #fff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    z-index: 1600;
    margin: 0 !important;
}

.ios .demo-fab-sheet {
    bottom: 15px;
}

.md .demo-fab-sheet {
    bottom: 16px;
}

.demo-fab-fullscreen-sheet {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 64px;
    bottom: 0;
    background: #fff;
    z-index: 1600;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

@media (min-width: 768px) {
    .demo-fab-fullscreen-sheet {
        left: 20%;
        width: 60%;
        right: auto;
        height: 80%;
        top: auto;
    }
}

.demo-fab-fullscreen-sheet .page {
    background: #fff;
}

/* Grid demo */
.grid-demo div[class*="col"] {
    background: #fff;
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 12px;
}

.theme-dark .grid-demo div[class*="col"] {
    background-color: #000;
    color: #fff;
    border-color: #444;
}

/* Cards Demo */
.demo-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.demo-card-header-pic .card-content-padding .date {
    color: #8e8e93;
}

.demo-facebook-card .card-header {
    display: block;
    padding: 10px;
}

.demo-facebook-card .demo-facebook-avatar {
    float: left;
}

.demo-facebook-card .demo-facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500;
}

.demo-facebook-card .demo-facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93;
}

.demo-facebook-card .card-footer {
    background: #fafafa;
}

.theme-dark .demo-facebook-card .card-footer {
    background-color: transparent;
}

.demo-facebook-card .card-footer a {
    color: #81848b;
    font-weight: 500;
}

.demo-facebook-card .card-content img {
    display: block;
}

.demo-facebook-card .card-content-padding {
    padding: 15px 10px;
}

.demo-facebook-card .card-content-padding .likes {
    color: #8e8e93;
}

/* Panels Demo */
.panel {
    min-width: 150px;
    max-width: 90%;
}

.ios .panel-right.panel-in ~ .view-main:after,
.ios .panel-right.panel-out ~ .view-main:after,
.aurora .panel-right.panel-in ~ .view-main:after,
.aurora .panel-right.panel-out ~ .view-main:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    z-index: 1000;
}

.ios .theme-dark .panel-right.panel-in ~ .view-main:after,
.ios .theme-dark .panel-right.panel-out ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-in ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-out ~ .view-main:after {
    background: #282828;
}

.ios .panel-left:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    z-index: 1000;
}

.ios .theme-dark .panel-left:after {
    background: #282828;
}

/* Swipers Demo */
.demo-swiper {
    width: 100%;
    height: 100%;
}
.demo-swiper .swiper-slide,
.demo-swiper-multiple .swiper-slide {
    font-size: 25px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    color: #000;
}

.demo-swiper-multiple .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
}

.demo-swiper-multiple {
    margin: 0px 0 35px;
    font-size: 18px;
    height: 120px;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide {
    width: 85%;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}

.demo-swiper-custom {
    height: 100%;
}

.demo-swiper-custom .swiper-container {
    background: #000;
    height: 100%;
}

.demo-swiper-custom .swiper-slide {
    background-size: cover;
    background-position: center;
}

.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    border-radius: 0;
    transition: 200ms;
    position: relative;
    transform: scale(0.9);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet-active {
    z-index: 1;
    border: 1px solid #007aff;
    transform: scale(1.4);
}

.demo-swiper-cube {
    width: 80%;
    height: 70%;
    top: 15%;
}

.demo-swiper-coverflow {
    height: 60%;
    top: 20%;
}

.demo-swiper-coverflow .swiper-slide {
    width: 65%;
}

.demo-swiper-cube .swiper-slide,
.demo-swiper-coverflow .swiper-slide {
    background-size: cover;
    color: #fff;
    -webkit-backface-visibility: hidden;
}

.demo-swiper-fade .swiper-slide {
    background-size: cover;
    background-position: center;
}

.demo-swiper-gallery-top {
    height: 70%;
}

.demo-swiper-gallery-thumbs {
    margin-top: 10px;
    height: 20%;
    height: -webkit-calc(30% - 20px);
    height: -moz-calc(30% - 20px);
    height: -ms-calc(30% - 20px);
    height: calc(30% - 20px);
}

.demo-swiper-gallery-thumbs .swiper-slide-pic {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    transition: 300ms;
}

.demo-swiper-gallery-thumbs .swiper-slide-thumb-active .swiper-slide-pic {
    opacity: 1;
}

.demo-swiper-gallery-top .swiper-slide,
.demo-swiper-gallery-thumbs .swiper-slide-pic {
    background-size: cover;
    background-position: center;
}

.demo-swiper-parallax {
    height: 100%;
}

.demo-swiper-parallax .swiper-parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.demo-swiper-parallax .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    color: #fff;
}

.demo-swiper-parallax .swiper-slide-title {
    font-size: 41px;
    font-weight: 300;
}

.demo-swiper-parallax .swiper-slide-subtitle {
    font-size: 21px;
}

.demo-swiper-parallax .swiper-slide-text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.demo-swiper-lazy {
    height: 100%;
}

.demo-swiper-lazy .swiper-slide {
    position: relative;
}

.demo-swiper-lazy .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Icons Demo */
code {
    background: #f3f3f3;
    padding: 5px;
    font-size: 12px;
}

.theme-dark code {
    background: #000;
}

.demo-icon {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
}

.theme-dark .demo-icon {
    color: #fff;
}

.demo-icon .demo-icon-name {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
}

.theme-dark .demo-icon .demo-icon-name {
    color: #aaa;
}

.elevation-demo {
    height: 100px;
    margin: 30px 10px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 100px;
}

.theme-dark .elevation-demo {
    background: none;
}

/* Demo Color Themes */
.demo-theme-picker {
    cursor: pointer;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    position: relative;
}

.demo-theme-picker .checkbox {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.demo-color-picker-button {
    margin-bottom: 1em;
    text-transform: capitalize;
}

.demo-bars-picker {
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: var(--f7-page-bg-color);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.demo-bars-picker .checkbox {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.demo-bars-picker .demo-navbar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    top: 0;
    border-bottom: 1px solid transparent;
}

.demo-bars-picker .demo-navbar:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 20px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
}

.demo-bars-picker .demo-navbar:after {
    content: '';
    position: absolute;
    right: 10px;
    width: 20px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
}

.demo-bars-picker-empty .demo-navbar {
    background: #f7f7f8;
    border-color: rgba(0, 0, 0, 0.1);
}

.theme-dark .demo-bars-picker-empty .demo-navbar {
    background: #1b1b1b;
    border-color: #282829;
}

.demo-bars-picker-empty .demo-navbar:before,
.demo-bars-picker-empty .demo-navbar:after {
    background: var(--f7-theme-color);
}

.demo-bars-picker-fill .demo-navbar {
    background: var(--f7-theme-color);
}

.demo-bars-picker-fill .demo-navbar:before,
.demo-bars-picker-fill .demo-navbar:after {
    background: #fff;
}

/* Demo Expandable Cards */
@media (min-width: 768px) {
    .demo-expandable-cards {
        display: flex;
        flex-wrap: wrap;
    }

    .demo-expandable-cards .card {
        flex-shrink: 10;
        min-width: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .demo-expandable-cards .card {
        width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 3) / 2);
    }

    .demo-expandable-cards .card:nth-child(2),
    .demo-expandable-cards .card:nth-child(4) {
        margin-left: 0;
    }

    .demo-expandable-cards .card:nth-child(n + 3) {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .demo-expandable-cards .card {
        width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 5) / 4);
    }

    .demo-expandable-cards .card:nth-child(n + 2) {
        margin-left: 0;
    }
}

.view-master-detail .navbar-master-detail-root .link.back,
.view-master-detail .page-master-detail-root .navbar .link.back {
    display: none;
}

/* Demo Popup & Sheet Swipe To Close */
.demo-popup-swipe-handler {
    --f7-popup-border-radius: 15px 15px 0 0;
    --f7-popup-tablet-border-radius: 15px;
    --f7-block-strong-border-color: transparent;
    height: calc(100% - var(--f7-navbar-height) - var(--f7-safe-area-top));
    top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top))
}

.demo-popup-swipe-handler .swipe-handler {
    background: var(--f7-page-bg-color);
}

.demo-popup-swipe-handler .page-content {
    padding-top: 16px;
}

.demo-sheet-swipe-to-close,
.demo-sheet-swipe-to-step {
    --f7-sheet-border-color: transparent;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.demo-sheet-swipe-to-close .swipe-handler,
.demo-sheet-swipe-to-step .swipe-handler {
    background: none;
}

.swipe-handler {
    height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: #fff;
    cursor: pointer;
    z-index: 10;
}

.swipe-handler:after {
    content: '';
    width: 36px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -3px;
    border-radius: 3px;
    background: #666;
}

.page-home,
.page-about {
    --f7-list-border-color: transparent;
    --f7-block-strong-border-color: transparent;
    --f7-block-font-size: 18px;
}

:root:not(.theme-dark) .page-home,
:root:not(.theme-dark) .page-about {
    --f7-page-bg-color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

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

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.35rem;
}

.h6,
h6 {
    font-size: 1.125rem;
}


.h6_custom {
    font-size: 1.2rem !important;
}


p:last-child {
    margin-bottom: 0;
}

.font-weight-light {
    font-weight: 400;
}

.h-100 {
    height: 100%
}

.h-10 {
    height: 10px;
}

.h-6 {
    height: 6px;
}

.color-white {
    color: #ffffff;
}

.text-secondary {
    color: #666666;
}

.text-dark {
    color: #000000;
    font-weight:600;
}

.text-green {
    color: #00BE7D;
}

.light-white {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-dark {
    background-color: #000000 !important;
    color: #ffffff;
}

.badge {
    white-space: nowrap
}

.bg-orange,
.badge-orange {
    background-color: #FF6F00 !important;
    color: #ffffff;
}

.bg-success,
.badge-success {
    background-color: #00BE7D !important;
    color: #ffffff;
}

.bg-warning,
.badge-warning {
    background-color: #FFC400 !important;
    color: #ffffff;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-mute {
    opacity: 0.8;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.card {
    border-radius: 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.right-image {
    position: absolute;
    z-index: 0;
    right: 0;
    top: auto;
    bottom: auto;
    height: 600px;
}

.right-image + div {
    position: relative;
    z-index: 1
}

.orange-slice {
    margin-right: -200px;
}

.pinapple {
    margin-right: -120px;
}

.banana {
    margin-right: -190px;
}

.apple {
    margin-right: 0px;
}

.logo-small {
    width: 122px;
}

.form-signin {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 20px;
    margin: 30px auto;
    max-width: 320px;
    color: #000000;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.button i {
    vertical-align: middle;
}

.o-hidden {
    overflow: hidden;
}


.list ul.no-border:before,
.list ul.no-border:after {
    display: none
}

.header-logo {
    height: auto;
    max-height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
}

.figure-menu {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    padding: 5px;
    display: block;
    margin: 45px auto 20px auto;
    background-color: #ffffff;
}

.figure-menu figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    margin: 0;
}

.figure-menu figure img {
    width: 100%;
}

.block-title {
    color: #000000;
}

.theme-dark .block-title {
    color: #ffffff;
}

.block-title.caps span {
    vertical-align: middle;
    display: inline-block;
    line-height: 26px;
    border-bottom: 2px solid #ffffff;
}

.nav-list.list ul {
    background: transparent;
}

.nav-list.list ul li a {
    min-height: var(--f7-list-item-min-height);
}

.nav-list.list ul:before,
.nav-list.list ul:after {
    display: none
}

.nav-list.links-list a:after,
.list.nav-list .item-inner:after,
.simple-list.nav-list li:after {
    display: none;
}

.new-notification {
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background-color: #FF0068;
    display: block;
    position: absolute;
    top: 14px;
    right: 2px;
    border: 2px solid #ffffff;
}

.view {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

html.with-panel-left-reveal .framework7-root > .view,
html.with-panel-left-reveal .panel-backdrop,
html.with-panel-left-reveal .views {
    transform: translate3d(260px, 0, 0) scale(0.9);
    -webkit-transform: translate3d(260px, 0, 0) scale(0.9);
    -moz-transform: translate3d(260px, 0, 0) scale(0.9);
    -ms-transform: translate3d(260px, 0, 0) scale(0.9);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.panel-left.panel-reveal:after {
    display: none
}

.centerbutton {
    height: 60px;
    line-height: 54px;
    width: 60px;
    border-radius: 30px;
    margin: 0 15px;
    margin-top: -30px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -ms-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.o-visible, .toolbar-inner {
    overflow: visible !important
}

.aurora .toolbar-bottom-aurora:after,
.ios .toolbar-bottom-ios:after,
.md .toolbar-bottom-md:after,
.toolbar-bottom:after {
    opacity: 0.2;
    height: 20px;
}

.tabs-max-width {
    max-width: 400px;
    margin: 0 auto;
    right: 0;
}

.md .search-rounded.list {
    border-radius: 30px;
    overflow: hidden;
    
}

.md .search-rounded .item-input .item-input-wrap:after {
    display: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
}

.width-auto {
    width: auto;
}

.width-100 {
    width: 100%;
}

.max-width-100 {
    max-width: 100%;
}

.width-35 {
    width: 35px !important;
    max-width: 35px !important;
}

.border-top-dashed {
    border-top: 2px dashed #e3ead7 !important;
}

/* product */

.small-slide {
    height: 150px;
    padding-bottom: 45px;
}

.small-slide .swiper-slide {
    width: 165px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.small-slide .swiper-slide .card {
    border-radius: 15px;
    margin-left: 0px;
    height: 100%;
    width: 92%;
}

.small-slide .swiper-slide .card-body {
    position: relative
}

.small-slide .swiper-slide .small-slide-right {
    max-height: 100%;
    margin-right: -45px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.small-slide .swiper-slide .small-slide-right2 {
    max-height: 100%;
    margin-right: -25px;
    position: absolute;
    /*top: 15px !important;*/
    bottom: 15px !important;
    right: 0;
}


.product-image {
    max-height: 80px !important;
    line-height: 80px;
    width: 100% !important;
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 100px;
    overflow:hidden;
}

.product-image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.product-image-lg {
    height: 150px;
    line-height: 150px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
    max-width: 200px;
}

.product-image-lg img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.button-fab {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    width: 44px;
    height: 44px;
    line-height: 44px;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -ms-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
}

/* button loader */
.loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #FF0068;
}

.laoderhorizontal {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.laoderhorizontal div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.laoderhorizontal div:nth-child(1) {
    left: 6px;
    animation: laoderhorizontal1 0.6s infinite;
}

.laoderhorizontal div:nth-child(2) {
    left: 6px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(3) {
    left: 26px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(4) {
    left: 45px;
    animation: laoderhorizontal3 0.6s infinite;
}


@keyframes laoderhorizontal1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes laoderhorizontal3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes laoderhorizontal2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.vm {
    vertical-align: middle
}

.btn-loader {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

.btn-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 3px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: btnloader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent;
}

.btn-loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.btn-loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.btn-loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes btnloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* input groups */

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;

}

.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group > input,
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* news slides */
.background {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.4;
    z-index: 0;
    background-color: #000000;
    margin: 0;
}

.progressbar,
.progressbar-infinite {
    border-radius: 6px;
    padding: 1px;
    background: rgba(37, 51, 64, 0.12);
}

/* nnaavbar */
.toolbar {
    background-color: rgba(255, 255, 255, 0.7)
}

.navbar-bg {
    background: none;
}

.navbar,
.toolbar {
    -webkit-backdrop-filter: saturate(125%) blur(10px);
    -moz-backdrop-filter: saturate(125%) blur(10px);
    -ms-backdrop-filter: saturate(125%) blur(10px);
    backdrop-filter: saturate(125%) blur(10px);
}

.cart_counter {
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 0px;
    font-size:15px !important;
}

.ccbadge {
    top: 3px !important;
    left: 30px !important;
    padding:2px !important;
}

.ccbadged {
    position: relative;
    top: -18px;
    left: 30px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    right: 0;
    margin: 0 auto !important;
    bottom: 0px;
    padding:2px !important;
}

.figure-profile {
    height: 178px;
    width: 178px;
    border-radius: 100px;
    border: 2px solid #FF0068;
    margin: 0 auto;
    position: relative;
}

.figure-profile figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    margin: 0;
}

.figure-profile figure img {
    width: 100%;
    min-height: 100%;
}

/* avatar */

.avatar {
    border-radius: 200px;
    display: inline-block;
    margin: 0px auto;
    background-color: #ffffff;
    overflow: hidden;
    border: 3px solid #ffffff;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.avatar img {
    width: 100%;
    vertical-align: top
}

.avatar-20 {
    height: 20px;
    width: 20px;
}

.avatar-30 {
    height: 30px;
    width: 30px;
}

.avatar-40 {
    height: 40px;
    width: 40px;
}

.avatar-60 {
    height: 60px;
    width: 60px;
}

.avatar-80 {
    height: 80px;
    width: 80px;
}

.avatar-100 {
    height: 100px;
    width: 100px;
}

.avatar-120 {
    height: 120px;
    width: 120px;
}

.avatar-50 {
    height: 50px;
    width: 50px;
}

.avatar-70 {
    height: 70px;
    width: 70px;
}

.avatar-90 {
    height: 90px;
    width: 90px;
}

/* pink color */
.color-theme-pink body,
.color-theme-pink .page {
    background-color: #FF0068;
    color: #ffffff;
}

.color-theme-pink .text-template {
    color: #FF0068;
}

.color-theme-pink .figure-profile {
    border-color: #FF0068;
}

/* green color */
.color-theme-green body,
.color-theme-green .page {
    background-color: #4cd964;
    color: #ffffff;
}

.color-theme-green .text-template {
    color: #4cd964;
}

.color-theme-green .figure-profile {
    border-color: #4cd964;
}

/* blue color */
.color-theme-blue body,
.color-theme-blue .page {
    background-color: #2196f3;
    color: #ffffff;
}

.color-theme-blue .text-template {
    color: #2196f3;
}

.color-theme-blue .figure-profile {
    border-color: #2196f3;
}

/* red color */
.color-theme-red body,
.color-theme-red .page {
    background-color: #ff3b30;
    color: #ffffff;
}

.color-theme-red .text-template {
    color: #ff3b30;
}

.color-theme-red .figure-profile {
    border-color: #ff3b30;
}

/* yellow color */
.color-theme-yellow body,
.color-theme-yellow .page {
    background-color: #ffcc00;
    color: #ffffff;
}

.color-theme-yellow .text-template {
    color: #ffcc00;
}

.color-theme-yellow .figure-profile {
    border-color: #ffcc00;
}

/* orange color */
.color-theme-orange body,
.color-theme-orange .page {
    background-color: var(--primary-light);
    color: #ffffff;
}

.color-theme-orange .text-template {
    color: var(--primary-light);
}

.color-theme-orange .figure-profile {
    border-color: var(--primary-light);
}

/* purple color */
.color-theme-purple body,
.color-theme-purple .page {
    background-color: #9c27b0;
    color: #ffffff;
}

.color-theme-purple .text-template {
    color: #9c27b0;
}

.color-theme-purple .figure-profile {
    border-color: #9c27b0;
}

/* deeppurple color */
.color-theme-deeppurple body,
.color-theme-deeppurple .page {
    background-color: #673ab7;
    color: #ffffff;
}

.color-theme-deeppurple .text-template {
    color: #673ab7;
}

.color-theme-deeppurple .figure-profile {
    border-color: #673ab7;
}

/* lightblue color */
.color-theme-lightblue body,
.color-theme-lightblue .page {
    background-color: #5ac8fa;
    color: #ffffff;
}

.color-theme-lightblue .text-template {
    color: #5ac8fa;
}

.color-theme-lightblue .figure-profile {
    border-color: #5ac8fa;
}

/* teal color */
.color-theme-teal body,
.color-theme-teal .page {
    background-color: #009688;
    color: #ffffff;
}

.color-theme-teal .text-template {
    color: #009688;
}

.color-theme-teal .figure-profile {
    border-color: #009688;
}

/* lime color */
.color-theme-lime body,
.color-theme-lime .page {
    background-color: #cddc39;
    color: #ffffff;
}

.color-theme-lime .text-template {
    color: #cddc39;
}

.color-theme-lime .figure-profile {
    border-color: #cddc39;
}

/* deeporange color */
.color-theme-deeporange body,
.color-theme-deeporange .page {
    background-color: #ff6b22;
    color: #ffffff;
}

.color-theme-deeporange .text-template {
    color: #ff6b22;
}

.color-theme-deeporange .figure-profile {
    border-color: #ff6b22;
}

/* customorange color */
.color-theme-customorange body,
.color-theme-customorange .page {
    background-color: #ffffff;
    color: #000000;
}

.color-theme-customorange .navbar {
    background-color: var(--primary);
    color: #ffffff;
}

.color-theme-customorange .navbar.active {
    background-color: var(--primary);
    color: #ffffff;
}

.color-theme-customorange .text-template {
    color: var(--primary-light);
}

.color-theme-customorange .figure-profile {
    border-color: var(--primary-light);
}


/* custom color */
.color-theme-custom body,
.color-theme-custom .page {
    background-color: #ffffff;
    color: #000000;
}

.color-theme-custom .navbar {
    background-color: var(--primary);
    color: #ffffff;
}

.color-theme-custom .navbar.active 
    background-color: var(--primary);
    color: #ffffff;{
}

.color-theme-custom .text-template {
    color: var(--primary);
}

.color-theme-custom .figure-profile {
    border-color: var(--primary);
}


/* gray color */
.color-theme-gray body,
.color-theme-gray .page {
    background-color: #999999;
    color: #ffffff;
}

.color-theme-gray .text-template {
    color: #999999;
}

.color-theme-gray .figure-profile {
    border-color: #999999;
}


/* black color */
.color-theme-black body,
.color-theme-black .page {
    background-color: #666666;
    color: #ffffff;
}

.color-theme-black .text-template {
    color: #666666;
}

.color-theme-black .figure-profile {
    border-color: #666666;
}


.page.light {
    background-color: #FFFFFF !important;
    background-attachment: inherit;
    background-position: center top;
    background-size: 100% 100%;
    color: #000000;
}

.page.dark {
    background-color: var(--primary);
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, var(--primary) 100%);
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(100%, var(--primary)));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, var(--primary) 100%);
    background-image: -o-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, var(--primary) 100%);
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(250, 250, 250, 1) 0%, var(--primary) 100%);
    background-image: radial-gradient(ellipse at center, rgba(250, 250, 250, 1) 0%, var(--primary) 100%);
    background-attachment: inherit;
    background-position: center top;
    background-size: 100% 100%;
    color: #ffffff;
}


.theme-dark .page.light {
    background-color: #000000;
    background-image: -moz-radial-gradient(center, ellipse cover, #222222 0%, #000000 100%);
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #222222), color-stop(100%, #000000));
    background-image: -webkit-radial-gradient(center, ellipse cover, #222222 0%, #000000 100%);
    background-image: -o-radial-gradient(center, ellipse cover, #222222 0%, #000000 100%);
    background-image: -ms-radial-gradient(center, ellipse cover, #222222 0%, #000000 100%);
    background-image: radial-gradient(ellipse at center, #222222 0%, #000000 100%);
    background-attachment: inherit;
    background-position: center top;
    background-size: 100% 100%;
    color: #ffffff;
}

.navbar.active {
    background-color: rgba(255, 144, 64, 0.8);
    color: #000000;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.theme-dark .navbar.active, .theme-dark .toolbar{
    background-color: rgba(74, 74, 74, 0.65);
    color: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.theme-dark  .text-secondary {
    color: rgba(255, 255, 255, 0.75);
}

.theme-dark  .text-dark {
    color:#ffffff;
    font-weight:600;
}




/* Chrome safari scrollbar */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
}






.photo-upload-container {
    border-radius: 50%;
    background-color: var(--primary);
    width:48px;
    height:48px;
    position: absolute;
    z-index: 100;
    right:37px;
    margin-top:-35px;
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

.rated {
    color: orange !important;
}

.border-bottom-dashed {
    border-bottom: 2px dashed #e3ead7 !important;
}

.photo-upload-container-up {
    border-radius: 50%;
    background-color: var(--primary);
    width:48px;
    height:48px;
    position: absolute;
    z-index: 100;
    right:57px;
    margin-top:-70px;
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

img#ins-pro-pic, img#ins-feed-pic {
    margin-left: 12px !important;
    margin-top: 12px !important;
}

.cmargin7 {
    margin-top: 7px !important;
}

.cmargin0 {
    margin-top: 0px !important;
}

.cmargin10 {
    margin-top: 10px !important;
}

.cmargin20 {
    margin-top: 20px !important;
}

.cmargin16 {
    margin-top: 16px !important;
}

.cpadding0 {
    padding-top: 0px !important;
}

.cpadding10 {
    padding-top: 10px !important;
}

.cpadding20 {
    padding-top: 20px !important;
}

.cpadding16 {
    padding-top: 16px !important;
}


.cproduct-image {
    /*height: 80px;
    line-height: 80px;*/
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px auto;
    min-width: 145px !important;
}

.cproduct-image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}






.bot-m-40 {
    margin-bottom:40px !important
}

.bot-m-30 {
    margin-bottom:30px !important
}

.ic_gray {
    color: #999999;
}

.use-coupon {
    width: 125px !important;
}

.sbutton {
    width: 125px !important;
}

.btnfntsz {
    font-size:18px !important;
}

.deliveryinfofntsz {
    font-size:18px !important;
}

.deliveryinfofntsz_sm {
    font-size:16px !important;
}

.md .list .btnfntsz {
    font-size:18px !important;
}

.md .list .deliveryinfofntsz {
    font-size:18px !important;
}


.custom-h {
    width:100% !important;
    /*max-height: 175px !important;*/
    height: 150px !important;
    overflow: hidden;
    margin-bottom:0 !important;
}

.custom-h2 {
    width:100% !important;
    height: 100px !important;
    overflow: hidden;
    margin-bottom:0 !important;
    display: flex;
    align-items:center;
    justify-content: center;
    font-weight:900;
}

.chip-custom {
    height: 24px !important;
    line-height: 24px !important;
    font-size:13px !important;
}

.chip-custom-search {
    height: 20px !important;
    line-height: 20px !important;
    font-size:12px !important;
}

.chip-custom-stat {
    height: 20px !important;
    line-height: 20px !important;
    margin-top:3px !important;
    font-size:12px !important;
}


.custom-h3 {
    width:100% !important;
    display: flex;
    align-items:center;
    justify-content: left;
}

.custom-h4 {
    /*width:100% !important;*/
    display: flex;
    align-items:center;
    justify-content: left;
    padding: 10px 25px !important;
}

.custom-h6 {
    width:100% !important;
    height: 100px !important;
    overflow: hidden;
    margin-bottom:0 !important;
    display: flex;
    align-items:flex-end;
    justify-content: center;
    font-weight:900;
}


.custom-h7 {
    width:100% !important;
    height: 200px !important;
    overflow: hidden;
    margin-bottom:0 !important;
    display: flex;
    align-items:center;
    justify-content: center;
    font-weight:900;
}

.icorpad5 {
    padding-right:5px !important;
}

.icorpad10 {
    padding-right:10px !important;
}

.notifymodal {
    color: #ffffff !important;
    background: #ff6b22 !important;
}

.md {
  --f7-notification-margin: 0px;
  --f7-notification-padding: 16px;
  --f7-notification-border-radius: 0px;
  --f7-notification-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.24);
  --f7-notification-icon-size: 48px;
  --f7-notification-title-color: #000000;
  --f7-notification-title-font-size: 14px;
  --f7-notification-title-text-transform: none;
  --f7-notification-title-line-height: 1;
  --f7-notification-title-font-weight: 300;
  --f7-notification-title-right-font-size: 15px;
  --f7-notification-subtitle-font-size: 15px;
  --f7-notification-subtitle-font-weight: 800;
  --f7-notification-text-font-size: 13px;
  --f7-notification-text-line-height: 1.35;
  --f7-notification-bg-color: #FFFFFF;
  --f7-notification-title-right-color: rgba(0, 0, 0, 0.94);
  --f7-notification-subtitle-color: #000000;
  --f7-notification-text-color: rgba(0, 0, 0, 0.94);
}



.button-fab-custom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.button-fab-custom-mid {
    z-index: 2;
    width: 32px;
    height: 32px;
    line-height: 32px;
}







/* bg :var(--primary) /  button bg: #ff4f45 */

/* Custom color theme */
:root {
  --f7-theme-color: var(--primary);
  --f7-theme-color-rgb: 238, 84, 55;
  --f7-theme-color-shade: #e83514;
  --f7-theme-color-tint: #f1745d;

  --f7-color-greenc: #f1765f;
  --f7-color-greenc-rgb: 241, 118, 95;
  --f7-color-greenc-shade: #ee5639;
  --f7-color-greenc-tint: #f49685;
}


:root {
  --f7-theme-color: var(--primary) !important;
  --f7-theme-color-rgb: 238, 84, 55 !important;
  --f7-theme-color-shade: #e83514 !important;
  --f7-theme-color-tint: #f1745d !important;

  --f7-theme-customorange: var(--primary-light) !important;
  --f7-theme-customorange-rgb: 255, 59, 48 !important;
  --f7-theme-customorange-shade: #ff1407 !important;
  --f7-theme-customorange-tint: #ff6259 !important;

  --f7-theme-custom: var(--primary) !important;
  --f7-theme-custom-rgb: 238, 84, 55 !important;
  --f7-theme-custom-shade: #e83514 !important;
  --f7-theme-custom-tint: #f1745d !important;

}
.color-theme-customorange {
  --f7-theme-color: var(--primary-light) !important;
  --f7-theme-color-rgb: 255, 59, 48 !important;
  --f7-theme-color-shade: #ff1407 !important;
  --f7-theme-color-tint: #ff6259 !important;
}
.color-customorange {
  --f7-theme-color: var(--primary-light) !important;
  --f7-theme-color-rgb: 255, 59, 48 !important;
  --f7-theme-color-shade: #ff1407 !important;
  --f7-theme-color-tint: #ff6259 !important;
}
.text-color-customorange {
  --f7-theme-color-text-color: var(--primary-light) !important;
}
.bg-color-customorange {
  --f7-theme-color-bg-color: var(--primary-light) !important;
}
.border-color-customorange {
  --f7-theme-color-border-color: var(--primary-light) !important;
}
.ripple-color-customorange,
.ripple-customorange {
  --f7-theme-color-ripple-color: rgba(255, 59, 48, 0.3) !important;
}


.color-theme-custom {
  --f7-theme-color: var(--primary) !important;
  --f7-theme-color-rgb: 238, 84, 55 !important;
  --f7-theme-color-shade: #e83514 !important;
  --f7-theme-color-tint: #f1745d !important;
}
.color-custom {
  --f7-theme-color: var(--primary) !important;
  --f7-theme-color-rgb: 238, 84, 55 !important;
  --f7-theme-color-shade: #e83514 !important;
  --f7-theme-color-tint: #f1745d !important;
}
.text-color-custom {
  --f7-theme-color-text-color: var(--primary) !important;
}
.bg-color-custom {
  --f7-theme-color-bg-color: var(--primary) !important;
}
.border-color-custom {
  --f7-theme-color-border-color: var(--primary) !important;
}
.ripple-color-custom,
.ripple-custom {
  --f7-theme-color-ripple-color: rgba(255, 45, 8, 0.3) !important;
}


.color-greenc {
  --f7-theme-color: #f1765f;
  --f7-theme-color-rgb: 241, 118, 95;
  --f7-theme-color-shade: #ee5639;
  --f7-theme-color-tint: #f49685;
}
.text-color-greenc {
  --f7-theme-color-text-color: #f1765f;
}
.bg-color-greenc {
  --f7-theme-color-bg-color: #f1765f;
}
.border-color-greenc {
  --f7-theme-color-border-color: #f1765f;
}
.ripple-color-greenc,
.ripple-greenc {
  --f7-theme-color-ripple-color: rgba(241, 118, 95, 0.3);
}

.theme-color {
  color: var(--primary) !important;
}



/* custom css  */


.bot-m-40 {
    margin-bottom:40px !important
}

.bot-m-30 {
    margin-bottom:30px !important
}

.bot-m-20 {
    margin-bottom:20px !important
}

.bot-m-10 {
    margin-bottom:10px !important
}

.form-bg {
    border-radius: 20px;
    background-color: var(--primary) !important;
    padding: 10px;
    margin: 30px;
    min-width: 320px;
    color: #ffffff !important;
}

.reg-padding {
    padding-left:40px !important;
    padding-right:5px !important;
}

.reg-padding-media {
    padding-left:5px !important;
    padding-right:5px !important;
}

.reg-padding-media2 {
    padding-left:5px !important;
    padding-right:2px !important;
}

.reg-padding2 {
    padding-left:25px !important;
    padding-right:25px !important;
}

.t-margin {
    margin-left:12px !important;
    margin-right:12px !important;
}

.welcome-text {
    font-size:25px !important;
    line-height:25px !important;
}

.frm-header {
   font-size:30px !important;
   font-weight:700;
   color:#734026 !important; 
   line-height:36px !important;
}

.quotestring {
    font-size:18px !important;
    line-height:20px !important;
}

.custom-item-lable {
  font-size:18px !important;
  font-weight:400 !important;
}

.item-title {
  font-size:18px !important;
}

.custom-item-title {
  font-size:13px !important;
}

.custom-confirm-msg {
  font-size:14px !important;
}

.md .list input[type=date], .md .list input[type=datetime-local], .md .list input[type=email], .md .list input[type=number], .md .list input[type=password], .md .list input[type=search], .md .list input[type=tel], .md .list input[type=text], .md .list input[type=time], .md .list input[type=url], .md .list select, .md .list textarea {
    font-size: 18px !important;
    font-weight:500 !important;
}

.md .pop-button {
    font-size:12px !important;
    height:28px !important;
    margin-right:3px !important; 
    margin-left:3px !important; 
}
.custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:20px !important;
    line-height:18px !important;
}

.category-name {
  font-size:13px !important;
  line-height:15px !important;
}

.category-name-cat {
  font-size:11px !important;
  line-height:13px !important;
}

.addtocart_con {
      margin-top:5px !important;
      margin-bottom:5px !important;
      flex-direction:row !important;
}

.addtocart {
      height:30px !important;
      line-height:30px !important;
      font-size:12px !important;
      color:#ffffff !important;
}

.size-fab {
    font-size:28px !important;
    padding-left:5px !important;
    padding-right:5px !important;
    position: relative;
    float:none !important;
}

.dpd-txt {
    font-size:12px !important;
    line-height: 12px !important;
    font-weight:800 !important;
}

.profile-disp-txt {
    font-size:20px !important;
}

.chip-category {
    height: 32px !important;
    line-height: 32px !important;
    font-size:15px !important;
}

.atc-price {
    margin-top:5px !important;
    color:var(--primary) !important;
    font-size:16px !important;
    font-weight:800 !important;
}

.badge-custom {
    font-size:15px !important;
    padding:9px !important;
}

a.item-link4 {
    color: #ABCDEF !important;
    font-size: 22px !important;
    text-transform: none;
}

a.item-link4 span {
    padding:5px !important;
    font-size: 22px !important;
}

.notitem-disp-txt {
    font-size:18px !important;
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

  body {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  .md .list input[type=date], .md .list input[type=datetime-local], .md .list input[type=email], .md .list input[type=number], .md .list input[type=password], .md .list input[type=search], .md .list input[type=tel], .md .list input[type=text], .md .list input[type=time], .md .list input[type=url], .md .list select, .md .list textarea {
    font-size: 22px !important;
    font-weight:500 !important;
  }

  .use-coupon {
    width: 200px !important;
  }
 
  .sbutton {
    width: 200px !important;
  }

  .btnfntsz {
      font-size:22px !important;
  }

  .deliveryinfofntsz {
    font-size:22px !important;
  }

  .deliveryinfofntsz_sm {
    font-size:20px !important;
  }

  .md .list .btnfntsz {
    font-size:22px !important;
  }

  .md .list .deliveryinfofntsz {
    font-size:22px !important;
  }

 .md .pop-button {
    font-size:16px !important;
    line-height:32px !important;
    height:20px !important;
    margin-right:3px !important; 
    margin-left:3px !important; 
  }
      
  .frm-header-new {
    font-size:30px !important;
    font-weight:700;
    color:var(--primary) !important;    
    top:50px !important;
    width: 100%; 
    height:100%; 
    position:absolute; 
    left: 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
  }

  .card {
    font-size: 25px !important;
  }

  .card-header {
    font-size:25px !important;
  }

  .card-footer {
    font-size:25px !important;
  }

  .card-content {
    font-size:22px !important;
  }

  p, span {
    font-size: 22px !important;
  }

  .title {
    font-size:29px !important;
  }
  small {
    font-size:16px !important;
  }

  small span {
    font-size:16px !important;
  }

  .date {
    float: left;
    height: 88px;
    width: 62px;
    margin-right: 10px;
    padding-top: 0px;
    line-height: normal;
  }

  .datel {
    height: 68px !important;
  }

  .date .month {
    display: block;
    text-align: center;
    color: #000001;
    font-size: 19px;
    padding-top: 4px;
    text-transform: uppercase;
  }

  .date .day {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
  }

  .date .year {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
  }

  .meta {
    display: block;
    font-size: 19px;
    color: #666;
  }

  
  .button {
     min-height:50px !important;
     padding:8px !important;
     font-size:20px !important;
  }

  .md {
    --f7-notification-icon-size: 42px !important;
    --f7-notification-title-font-size: 22px !important;
    --f7-notification-title-font-weight: 800 !important;
    --f7-notification-subtitle-font-size: 20px !important;
    --f7-notification-text-font-size: 18px !important;
  }

  .img-command-list {
    border-radius:50%;
    width:72px;
    /*height:72px;*/
    height:auto !important;
    margin: 0 auto;
    position: relative;
  }

  .custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:24px !important;
    line-height:22px !important;
  }

  .material-icon-24 {
    font-size:36px !important;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .text-editor-content {
      font-size:18px !important;
  }

  .item-input .text-editor-content {
      font-size:18px !important;
  }

  .post-button {
    width: 185px !important;
  }

  .profile_img {
    margin: 0 auto;
    position: relative;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    border: 1px solid #D4D7DC;
    overflow: hidden;
    top: 10px;
  }  

  .photoalbum {
    margin:5px;
    width:30%;
    min-height:140px;
    max-height:140px;
    overflow:hidden;
    float:left;
  }

  .md .badge {
    font-size:18px !important;
    padding:15px 10px !important;
  }

  .listdef {
    min-height:60px !important;
    line-height:25px !important;
    font-size:25px !important;
    padding:10px !important;
  }

  .contact-icons {
    border-radius: 50%;
    background-color: var(--primary);
    color:#FFF;
    font-size:25px;
    font-style:normal;
    float:left;
    width: 38px;
    height: 22px;
    padding: 13px 5px 13px 5px;
     text-align: center;
  }

  .md .badge-custom {
    font-size:25px !important;
    padding:9px !important;
  }

  .reg-padding {
    padding-left:80px !important;
    padding-right:25px !important;
  }

  .reg-padding-media {
    padding-left:0px !important;
    padding-right:45px !important;
  }

  .reg-padding-media2 {
    padding-left:0px !important;
    padding-right:30px !important;
  }

  .reg-padding2 {
    padding-left:10% !important;
    padding-right:10% !important;
  }

  .t-margin {
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .welcome-text {
    font-size:27px !important;
    line-height:30px !important;
  }

  .frm-header {
    font-size:33px !important;
    font-weight:700;
    color:#734026 !important; 
    line-height:36px !important;
  }

  .quotestring {
    font-size:25px !important;
    line-height:27px !important;
  }

  .custom-item-lable {
    font-size:22px !important;
    font-weight:400 !important;
  }

  .item-title {
    font-size:22px !important;
  }

  .custom-item-title {
    font-size:18px !important;
  }

  .custom-confirm-msg {
    font-size:24px !important;
  }

  .custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:24px !important;
    line-height:22px !important;
  }
  
  .h1, h1 {
    font-size: 2.50rem;
  }

  .h2, h2 {
    font-size: 2.25rem;
  }

  .h3, h3 {
    font-size: 1.75rem;
  }

  .h5, h5 {
    font-size: 1.65rem;
  }

  .h6, h6 {
    font-size: 1.5rem;
  }

  .category-name {
    font-size:16px !important;
    line-height:18px !important;
  }

  .category-name-cat {
    font-size:14px !important;
    line-height:16px !important;
  }
  
  .toolbar {
    height: 70px !important;  
  }

  .toolbar-bottom {
    height: 90px !important;  
  }

  .material-icons {
    font-size: 32px !important;
  }

  .centericonpos {
    margin-top: -12px !important;
  }

  .centerbutton {
    margin-top: -50px;
  }
  
  .addtocart_con {
      margin-top:5px !important;
      margin-bottom:5px !important;
      flex-direction:row !important;
  }

  .addtocart {
      height:30px !important;
      line-height:35px !important;
      font-size:16px !important;
      color:#ffffff !important;
      width: 200px !important;
  }

  .size-fab {
    font-size:32px !important;
    padding-left:5px !important;
    padding-right:5px !important;
    position: relative;
    float:none !important;
  }

  .button-fab-custom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .button-fab-custom-mid {
    z-index: 2;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .dpd-txt {
    font-size:16px !important;
    font-weight:800 !important;
  }

  .product-image-lg {
    height: 180px;
    line-height: 180px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 5px auto;
    max-width: 200px;
  }

  .product-image-lg img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

  .chip-custom {
    height: 27px !important;
    line-height: 27px !important;
    font-size:16px !important;
  }

  .chip-custom-search {
    height: 23px !important;
    line-height: 23px !important;
    font-size:15px !important;
  }

  .atc-price {
      margin-top:5px !important;
      color:var(--primary) !important;
      font-size:20px !important;
      font-weight:800 !important;
  }

  .profile-disp-txt {
    font-size:20px !important;
  }
  
  a.item-link4 {
    color: #ABCDEF !important;
    font-size: 22px !important;
    text-transform: none;
  }

  a.item-link4 span {
    padding:5px !important;
    font-size: 22px !important;
  }   

  .notitem-disp-txt {
    font-size:24px !important;
  }

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  body {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  .md .list input[type=date], .md .list input[type=datetime-local], .md .list input[type=email], .md .list input[type=number], .md .list input[type=password], .md .list input[type=search], .md .list input[type=tel], .md .list input[type=text], .md .list input[type=time], .md .list input[type=url], .md .list select, .md .list textarea {
    font-size: 22px !important;
    font-weight:500 !important;
  }

  .use-coupon {
    width: 200px !important;
  }

  .sbutton {
    width: 200px !important;
  }

  .btnfntsz {
      font-size:22px !important;
  }

  .deliveryinfofntsz {
    font-size:22px !important;
  }

  .deliveryinfofntsz_sm {
    font-size:20px !important;
  }

  .md .list .btnfntsz {
    font-size:22px !important;
  }

  .md .list .deliveryinfofntsz {
    font-size:22px !important;
  }

  .frm-header {
    font-size:30px !important;
    font-weight:700;
    color:var(--primary) !important;
  }

  .frm-header-new {
    font-size:30px !important;
    font-weight:700;
    color:var(--primary) !important;    
    top:50px !important;
    width: 100%; 
    height:100%; 
    position:absolute; 
    left: 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
  }

  .card {
    font-size:25px !important;
  }

  .card-header {
    font-size:25px !important;
  }

  .card-footer {
    font-size:25px !important;
  }

  .card-content {
    font-size:22px !important;
  }
  
  p, span {
    font-size: 22px !important;
  }

  .title {
    font-size:29px !important;
  }
  small {
    font-size:16px !important;
  }

  small span {
    font-size:16px !important;
  }

  .date {
    float: left;
    height: 88px;
    width: 62px;
    margin-right: 10px;
    padding-top: 0px;
    line-height: normal;
  }

  .datel {
    height: 68px !important;
  }

  .date .month {
    display: block;
    text-align: center;
    color: #000001;
    font-size: 19px;
    padding-top: 4px;
    text-transform: uppercase;
  }

  .date .day {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
  }

  .date .year {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
  }

  .meta {
    display: block;
    font-size: 19px;
    color: #666;
  }
  
  .button {
     min-height:50px !important;
     padding:8px !important;
     font-size:20px !important;
  }

  .md {
    --f7-notification-icon-size: 42px !important;
    --f7-notification-title-font-size: 22px !important;
    --f7-notification-title-font-weight: 800 !important;
    --f7-notification-subtitle-font-size: 20px !important;
    --f7-notification-text-font-size: 18px !important;
  }

  .img-command-list {
    border-radius:50%;
    width:72px;
    /*height:72px;*/
    height:auto !important;
    margin: 0 auto;
    position: relative;
  }

  .custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:24px !important;
    line-height:22px !important;
  }

  .material-icon-24 {
    font-size:32px !important;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .text-editor-content {
      font-size:18px !important;
  }

  .item-input .text-editor-content {
      font-size:18px !important;
  }

  .post-button {
    width: 185px !important;
  }

  .profile_img {
    margin: 0 auto;
    position: relative;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    border: 1px solid #D4D7DC;
    overflow: hidden;
    top: 10px;
  }  

  .photoalbum {
    margin:5px;
    width:30%;
    min-height:140px;
    max-height:140px;
    overflow:hidden;
    float:left;
  }

  .md .badge {
    font-size:18px !important;
    padding:15px 10px !important;
  }

  .listdef {
    min-height:60px !important;
    line-height:25px !important;
    font-size:25px !important;
    padding:10px !important;
  }

  .contact-icons {
    border-radius: 50%;
    background-color: var(--primary);
    color:#FFF;
    font-size:25px;
    font-style:normal;
    float:left;
    width: 38px;
    height: 22px;
    padding: 13px 5px 13px 5px;
     text-align: center;
  }

  .md .badge-custom {
    font-size:25px !important;
    padding:9px !important;
  }

  .reg-padding {
    padding-left:80px !important;
    padding-right:25px !important;
  }

  .reg-padding-media {
    padding-left:0px !important;
    padding-right:45px !important;
  }

  .reg-padding-media2 {
    padding-left:0px !important;
    padding-right:30px !important;
  }

  .reg-padding2 {
    padding-left:10% !important;
    padding-right:10% !important;
  }

  .t-margin {
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .welcome-text {
    font-size:27px !important;
    line-height:30px !important;
  }

  .frm-header {
    font-size:33px !important;
    font-weight:700;
    color:#734026 !important; 
    line-height:36px !important;
  }

  .quotestring {
    font-size:25px !important;
    line-height:27px !important;
  }

  .custom-item-lable {
    font-size:22px !important;
    font-weight:400 !important;
  }

  .item-title {
    font-size:22px !important;
  }

  .custom-item-title {
    font-size:18px !important;
  }

  .custom-confirm-msg {
    font-size:24px !important;
  }

  .custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:24px !important;
    line-height:22px !important;
  }

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

  .h2, h2 {
    font-size: 2.25rem;
  }

  .h3, h3 {
    font-size: 1.75rem;
  }

  .h5, h5 {
    font-size: 1.65rem;
  }
  
  .h6, h6 {
    font-size: 1.5rem;
  }

  .category-name {
    font-size:16px !important;
    line-height:18px !important;
  }

  .category-name-cat {
    font-size:14px !important;
    line-height:16px !important;
  }
  
  .toolbar {
    height: 70px !important;  
  }

  .toolbar-bottom {
    height: 90px !important;  
  }

  .material-icons {
    font-size: 32px !important;
  }

  .centericonpos {
    margin-top: -12px !important;
  }

  .centerbutton {
    margin-top: -50px;
  }
  
  .addtocart_con {
      margin-top:5px !important;
      margin-bottom:5px !important;
      flex-direction:row !important;
  }

  .addtocart {
      height:30px !important;
      line-height:35px !important;
      font-size:16px !important;
      color:#ffffff !important;
      width: 200px !important;
  }

  .size-fab {
    font-size:32px !important;
    padding-left:5px !important;
    padding-right:5px !important;
    position: relative;
    float:none !important;
  }

  .button-fab-custom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .button-fab-custom-mid {
    z-index: 2;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  
  .dpd-txt {
    font-size:16px !important;
    font-weight:800 !important;
  }

  .product-image-lg {
    height: 180px;
    line-height: 180px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 5px auto;
    max-width: 200px;
  }

  .product-image-lg img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

  .chip-custom {
    height: 27px !important;
    line-height: 27px !important;
    font-size:16px !important;
  }

  .chip-custom-search {
    height: 23px !important;
    line-height: 23px !important;
    font-size:15px !important;
  }
  
  .atc-price {
      margin-top:5px !important;
      color:var(--primary) !important;
      font-size:20px !important;
      font-weight:800 !important;
  }

  .profile-disp-txt {
    font-size:20px !important;
  }
  
  a.item-link4 {
    color: #ABCDEF !important;
    font-size: 22px !important;
    text-transform: none;
  }

  a.item-link4 span {
    padding:5px !important;
    font-size: 22px !important;
  }   

  .notitem-disp-txt {
    font-size:24px !important;
  }
   
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

  body {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  .md .list input[type=date], .md .list input[type=datetime-local], .md .list input[type=email], .md .list input[type=number], .md .list input[type=password], .md .list input[type=search], .md .list input[type=tel], .md .list input[type=text], .md .list input[type=time], .md .list input[type=url], .md .list select, .md .list textarea {
    font-size: 22px !important;
    font-weight:500 !important;
  }

  .use-coupon {
    width: 200px !important;
  }

  .sbutton {
    width: 200px !important;
  }

  .btnfntsz {
      font-size:22px !important;
  }

  .deliveryinfofntsz {
    font-size:22px !important;
  }

  .deliveryinfofntsz_sm {
    font-size:20px !important;
  }

  .md .list .btnfntsz {
    font-size:22px !important;
  }

  .md .list .deliveryinfofntsz {
    font-size:22px !important;
  }

  .frm-header {
    font-size:30px !important;
    font-weight:700;
    color:var(--primary) !important;
  }

  .frm-header-new {
    font-size:30px !important;
    font-weight:700;
    color:var(--primary) !important;    
    top:50px !important;
    width: 100%; 
    height:100%; 
    position:absolute; 
    left: 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
  }

  .card {
    font-size: 25px !important;
  }

  .card-header {
    font-size:25px !important;
  }

  .card-footer {
    font-size:25px !important;
  }

  .card-content {
    font-size:22px !important;
  }

  p, span {
    font-size: 22px !important;
  }

  .title {
    font-size:29px !important;
  }
  small {
    font-size:16px !important;
  }

  small span {
    font-size:16px !important;
  }

  .date {
    float: left;
    height: 88px;
    width: 62px;
    margin-right: 10px;
    padding-top: 0px;
    line-height: normal;
  }

  .datel {
    height: 68px !important;
  }

  .date .month {
    display: block;
    text-align: center;
    color: #000001;
    font-size: 19px;
    padding-top: 4px;
    text-transform: uppercase;
  }

  .date .day {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
  }

  .date .year {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
  }

  .meta {
    display: block;
    font-size: 19px;
    color: #666;
  }

  
  .button {
     min-height:50px !important;
     padding:8px !important;
     font-size:20px !important;
  }

  .md {
    --f7-notification-icon-size: 42px !important;
    --f7-notification-title-font-size: 22px !important;
    --f7-notification-title-font-weight: 800 !important;
    --f7-notification-subtitle-font-size: 20px !important;
    --f7-notification-text-font-size: 18px !important;
  }

  .img-command-list {
    border-radius:50%;
    width:72px;
    /*height:72px;*/
    height:auto !important;
    margin: 0 auto;
    position: relative;
  }

  .custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:24px !important;
    line-height:22px !important;
  }

  .material-icon-24 {
    font-size:32px !important;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .text-editor-content {
      font-size:18px !important;
  }

  .item-input .text-editor-content {
      font-size:18px !important;
  }

  .post-button {
    width: 185px !important;
  }

  .profile_img {
    margin: 0 auto;
    position: relative;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    border: 1px solid #D4D7DC;
    overflow: hidden;
    top: 10px;
  }  

  .photoalbum {
    margin:5px;
    width:30%;
    min-height:140px;
    max-height:140px;
    overflow:hidden;
    float:left;
  }

  .md .badge {
    font-size:18px !important;
    padding:15px 10px !important;
  }

  .contact-icons {
    border-radius: 50%;
    background-color: var(--primary);
    color:#FFF;
    font-size:25px;
    font-style:normal;
    float:left;
    width: 38px;
    height: 22px;
    padding: 13px 5px 13px 5px;
     text-align: center;
  }

  .md .badge-custom {
    font-size:25px !important;
    padding:9px !important;
  }

  .reg-padding {
    padding-left:80px !important;
    padding-right:25px !important;
  }

  .reg-padding-media {
    padding-left:0px !important;
    padding-right:45px !important;
  }

  .reg-padding-media2 {
    padding-left:0px !important;
    padding-right:30px !important;
  }

  .reg-padding2 {
    padding-left:10% !important;
    padding-right:10% !important;
  }

  .t-margin {
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .welcome-text {
    font-size:27px !important;
    line-height:30px !important;
  }

  .frm-header {
    font-size:33px !important;
    font-weight:700;
    color:#734026 !important; 
    line-height:36px !important;
  }

  .quotestring {
    font-size:25px !important;
    line-height:27px !important;
  }

  .custom-item-lable {
    font-size:22px !important;
    font-weight:400 !important;
  }

  .item-title {
    font-size:22px !important;
  }

  .custom-item-title {
    font-size:18px !important;
  }

  .custom-confirm-msg {
    font-size:24px !important;
  }

  .custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:24px !important;
    line-height:22px !important;
  }

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

  .h2, h2 {
    font-size: 2.25rem;
  }

  .h3, h3 {
    font-size: 1.75rem;
  }

  .h5, h5 {
    font-size: 1.65rem;
  }

  .h6, h6 {
    font-size: 1.5rem;
  }

  .category-name {
    font-size:16px !important;
    line-height:18px !important;
  }

  .category-name-cat {
    font-size:14px !important;
    line-height:16px !important;
  }
  
  .toolbar {
    height: 70px !important;  
  }

  .toolbar-bottom {
    height: 90px !important;  
  }

  .material-icons {
    font-size: 32px !important;
  }

  .centericonpos {
    margin-top: -12px !important;
  }

  .centerbutton {
    margin-top: -50px;
  }
  
  .addtocart_con {
      margin-top:5px !important;
      margin-bottom:5px !important;
      flex-direction:row !important;
  }

  .addtocart {
      height:30px !important;
      line-height:35px !important;
      font-size:16px !important;
      color:#ffffff !important;
      width: 200px !important;
  }

  .size-fab {
    font-size:32px !important;
    padding-left:5px !important;
    padding-right:5px !important;
    position: relative;
    float:none !important;
  }

  .button-fab-custom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .button-fab-custom-mid {
    z-index: 2;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  
  .dpd-txt {
    font-size:16px !important;
    font-weight:800 !important;
  }

  .product-image-lg {
    height: 180px;
    line-height: 180px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 5px auto;
    max-width: 200px;
  }

  .product-image-lg img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

  .chip-custom {
    height: 27px !important;
    line-height: 27px !important;
    font-size:16px !important;
  }

  .chip-custom-search {
    height: 23px !important;
    line-height: 23px !important;
    font-size:15px !important;
  }
  
  .atc-price {
      margin-top:5px !important;
      color:var(--primary) !important;
      font-size:20px !important;
      font-weight:800 !important;
  } 

  .profile-disp-txt {
    font-size:20px !important;
  }
  
  a.item-link4 {
    color: #ABCDEF !important;
    font-size: 22px !important;
    text-transform: none;
  }

  a.item-link4 span {
    padding:5px !important;
    font-size: 22px !important;
  }   

  .notitem-disp-txt {
    font-size:24px !important;
  }
    
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

  body {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  
  .md .list input[type=date], .md .list input[type=datetime-local], .md .list input[type=email], .md .list input[type=number], .md .list input[type=password], .md .list input[type=search], .md .list input[type=tel], .md .list input[type=text], .md .list input[type=time], .md .list input[type=url], .md .list select, .md .list textarea {
    font-size: 22px !important;
    font-weight:500 !important;
  }

  .use-coupon {
    width: 200px !important;
  }

  .sbutton {
    width: 200px !important;
  }
  
  .btnfntsz {
      font-size:22px !important;
  }

  .deliveryinfofntsz {
    font-size:22px !important;
  }

  .deliveryinfofntsz_sm {
    font-size:20px !important;
  }

  .md .list .btnfntsz {
    font-size:22px !important;
  }

  .md .list .deliveryinfofntsz {
    font-size:22px !important;
  }

  .frm-header {
    font-size:30px !important;
    font-weight:700;
    color:var(--primary) !important; 
    line-height:30px !important;
  }

  .frm-header-new {
    font-size:30px !important;
    font-weight:700;
    color:var(--primary) !important;    
    top:50px !important;
    width: 100%; 
    position:absolute; 
    left: 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
  }

  .card {
    font-size: 25px !important;
  }

  .card-header {
    font-size:25px !important;
  }

  .card-footer {
    font-size:25px !important;
  }

  .card-content {
    font-size:22px !important;
  }

  p, span {
    font-size: 22px !important;
  }

  .title {
    font-size:29px !important;
  }
  small {
    font-size:16px !important;
  }

  small span {
    font-size:16px !important;
  }

  .date {
    float: left;
    height: 88px;
    width: 62px;
    margin-right: 10px;
    padding-top: 0px;
    line-height: normal;
  }

  .datel {
    height: 68px !important;
  }

  .date .month {
    display: block;
    text-align: center;
    color: #000001;
    font-size: 19px;
    padding-top: 4px;
    text-transform: uppercase;
  }

  .date .day {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
  }

  .date .year {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
  }

  .meta {
    display: block;
    font-size: 19px;
    color: #666;
  }

  
  .button {
     min-height:50px !important;
     padding:8px !important;
     font-size:20px !important;
  }

  .md {
    --f7-notification-icon-size: 42px !important;
    --f7-notification-title-font-size: 22px !important;
    --f7-notification-title-font-weight: 800 !important;
    --f7-notification-subtitle-font-size: 20px !important;
    --f7-notification-text-font-size: 18px !important;
  }

  .img-command-list {
    border-radius:50%;
    width:72px;
    /*height:72px;*/
    height:auto !important;
    margin: 0 auto;
    position: relative;
  }

  .custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:24px !important;
    line-height:22px !important;
  }

  .material-icon-24 {
    font-size:32px !important;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .text-editor-content {
      font-size:18px !important;
  }

  .item-input .text-editor-content {
      font-size:18px !important;
  }

  .post-button {
    width: 185px !important;
  }
  
  .profile_img {
    margin: 0 auto;
    position: relative;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    border: 1px solid #D4D7DC;
    overflow: hidden;
    top: 10px;
  }  

  .photoalbum {
    margin:5px;
    width:30%;
    min-height:140px;
    max-height:140px;
    overflow:hidden;
    float:left;
  }

  .md .badge {
    font-size:18px !important;
    padding:15px 10px !important;
  }
  
  .contact-icons {
    border-radius: 50%;
    background-color: var(--primary);
    color:#FFF;
    font-size:25px;
    font-style:normal;
    float:left;
    width: 38px;
    height: 22px;
    padding: 13px 5px 13px 5px;
     text-align: center;
  }

  .md .badge-custom {
    font-size:25px !important;
    padding:9px !important;
  }

  .reg-padding {
    padding-left:80px !important;
    padding-right:25px !important;
  }

  .reg-padding-media {
    padding-left:0px !important;
    padding-right:45px !important;
  }

  .reg-padding-media2 {
    padding-left:0px !important;
    padding-right:30px !important;
  }

  .reg-padding2 {
    padding-left:10% !important;
    padding-right:10% !important;
  }

  .t-margin {
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .welcome-text {
    font-size:27px !important;
    line-height:30px !important;
  }

  .frm-header {
    font-size:33px !important;
    font-weight:700;
    color:#734026 !important; 
    line-height:36px !important;
  }
 
  .quotestring {
    font-size:25px !important;
    line-height:27px !important;
  }
  
  .custom-item-lable {
    font-size:22px !important;
    font-weight:400 !important;
  }

  .item-title {
    font-size:22px !important;
  }

  .custom-item-title {
    font-size:18px !important;
  }

  .custom-confirm-msg {
    font-size:24px !important;
  }

  .custom-sheet-hlabel {
    padding-left:10px !important;
    color: #ffffff !important;
    font-size:24px !important;
    line-height:22px !important;
  }  

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

  .h2, h2 {
    font-size: 2.25rem;
  }

  .h3, h3 {
    font-size: 1.75rem;
  }

  .h5, h5 {
    font-size: 1.65rem;
  }

  .h6, h6 {
    font-size: 1.5rem;
  }
  
  .category-name {
    font-size:16px !important;
    line-height:18px !important;
  }

  .category-name-cat {
    font-size:14px !important;
    line-height:16px !important;
  }

  .toolbar {
    height: 70px !important;  
  }

  .toolbar-bottom {
    height: 90px !important;  
  }

  .material-icons {
    font-size: 32px !important;
  }

  .centericonpos {
    margin-top: -12px !important;
  }

  .centerbutton {
    margin-top: -50px;
  }
  
  .addtocart_con {
      margin-top:5px !important;
      margin-bottom:5px !important;
      flex-direction:row !important;
  }

  .addtocart {
      height:30px !important;
      line-height:35px !important;
      font-size:16px !important;
      color:#ffffff !important;
      width: 200px !important;
  }

  .size-fab {
    font-size:32px !important;
    padding-left:5px !important;
    padding-right:5px !important;
    position: relative;
    float:none !important;
  }

  .button-fab-custom {
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 2;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .button-fab-custom-mid {
    z-index: 2;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  
  .dpd-txt {
    font-size:16px !important;
    font-weight:800 !important;
  }

  .product-image-lg {
    height: 180px;
    line-height: 180px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 5px auto;
    max-width: 200px;
  }

  .product-image-lg img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

  .chip-custom {
    height: 27px !important;
    line-height: 27px !important;
    font-size:16px !important;
  }

  .chip-custom-search {
    height: 23px !important;
    line-height: 23px !important;
    font-size:15px !important;
  }
  
  .atc-price {
      margin-top:5px !important;
      color:var(--primary) !important;
      font-size:20px !important;
      font-weight:800 !important;
  }

  .profile-disp-txt {
    font-size:20px !important;
  }
  
  a.item-link4 {
    color: #ABCDEF !important;
    font-size: 22px !important;
    text-transform: none;
  }

  a.item-link4 span {
    padding:5px !important;
    font-size: 22px !important;
  }   

  .notitem-disp-txt {
    font-size:24px !important;
  }

}

.no-min-width {
    min-width:0 !important;
}

.photoalbum {
    margin:5px;
    width:30%;
    min-height:80px;
    max-height:80px;
    overflow:hidden;
    float:left;
}

.text-mycard-product {
    font-size:14px !important;
}

.sflex {
    display:flex !important;
}

.act-icon-text {
    color:#FFF !important;
    float:right !important;
    padding-right:2px !important;
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
    .text-mycard-product {
        font-size:22px !important;
    }
}

.toolbar-bg {
    background-color: #E2E2E2 !important;  
    font-size:16px !important;
}

.select-bg {
    background-color: #FEFEFE !important;  
    border: 1px solid #d2d2d2;
}

.deselect-bg {
    background-color: #FFFFFF !important;  
    border: 0px solid #d2d2d2;
}

.listcustom ul:before {
    background-color: transparent !important;
}

.listcustom ul:after {
    background-color: transparent !important;
}

.listcustom .item-inner:before {
    background-color: transparent !important;
}

.listcustom .item-inner:after {
    background-color: transparent !important;
}

.filterimg {
    background-color: #000000 !important;
    opacity: 0.5;
}

.timeline-list {
    min-height:130px !important;
}

.timeline-list-image {
    width:110px !important;
    max-height:110px;
    overflow:hidden;    
}

.filtercont {
    opacity: 0.5;
}

.nostackss {
    position: relative;
    top: 10px;
    left: 26;
    width:64px !important;
    max-height:64px;
}

.nostack {
    position: absolute;
    top: 18px;
    left: 32px;
    width:32px !important;
}

.tipbox::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}

.tipbox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}

.tipbox::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}

.tipbox:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

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

.applyTips {
  float:left;
  width:55px;
  margin:5px;
}

.custom_tips {
  float:left !important;
  width:70px !important;
  padding:5px !important;
  margin-top:5px !important;
  border:1px solid #b8b8b8 !important;
}
@media screen and (min-width: 768px) and (max-width: 2560px) {
  .applyTips {
    float:left;
    width:65px;
    margin:5px;
  }

  .custom_tips {
    float:left !important;
    width:90px !important;
    padding:5px !important;
    margin-top:5px !important;
    border:1px solid #b8b8b8 !important;
  }

  .timeline-list {
    min-height:130px !important;
  }
  
  .timeline-list-image {
    width:120px !important;
    max-height:120px;
    overflow:hidden;
  }
  
  .nostacks {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }

  .nostack {
    position: absolute;
    top: 35px !important;
    left: 48px !important;
    width: 32px !important;
  }
}


@media screen and (min-width: 1024px) {
  .timeline-list {
    min-height:130px !important;
  }
  .timeline-list-image {
    width:125px !important;
    max-height:125px;
    overflow:hidden;
  }
  .nostacks {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  .nostack {
    position: absolute;
    top: 42px !important;
    left: 58px !important;
    width: 32px !important;
  }


}




.custom-input-bg {
    background:#f9f9f9 !important;
    color:#000000 !important;
    padding-left:3px !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="number"],
select,
textarea {
    background:#f9f9f9 !important;
    color:#000000 !important;
    padding-left:3px !important;
}

.custom-btn-100 {
    width:100px !important;
}

.custom-btn-100-txt {
    width:100px !important;
    font-size:13px !important;
}

.custom-btn-125 {
    width:125px !important;
}

.custom-btn-125-txt {
    width:125px !important;
    font-size:13px !important;
}

.custom-btn-150 {
    width:150px !important;
}

.custom-btn-150-txt {
    width:150px !important;
    font-size:13px !important;
}

.chip-nocurve {
    border-radius: 0px !important;
}



/* For Material Icons inside navbar */
.navbar .material-icons,
.navbar .link .material-icons {
  color: #fff !important;
}

/* For F7 Icons inside navbar */
.navbar .f7-icons,
.navbar .link .f7-icons {
  color: #fff !important;
}

.navbar .icon,
.navbar .icon .f7-icons,
.navbar .icon .material-icons,
.navbar .material-icons,
.navbar .icon-back,
.navbar .f7-icons {
  color: #fff !important;
}

