@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');
}

.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");
}

.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;
}

.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: calc(64px + var(--f7-safe-area-top));
    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;
}

/* Demo Messagebar */
.ios .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
    pointer-events: none;
    color: #8e8e8e;
}

.md .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
    pointer-events: none;
    opacity: 0.5;
}

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

.grid-resizable-demo {
    --f7-grid-row-gap: 16px;
}

.grid-resizable-demo div[class*="col"] {
    margin-bottom: 0;
}

.grid-resizable-demo .demo-col-center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 16px;
}

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

/* customized soroniux by maxartkiller.com */
.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important
}

.w-100 {
    width: 100% !important;
}

/*
==================================
Table of content 
==================================

1. global
2. Header
3. Loader
4. Icons
5. Landing
6. Swiper
7. Footer
8. Forms
9. Card
10. Filter
11. Product
12. Menu
13. Color settings
14. Chart
15. Lists
16. Offers
17. Responsive
18. Responsive
19. Button
20. darkmode
21. rtl
22. responsive
*/
/*------ 1. Global -------*/
html {
    width: 100%;
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #222222;
    background: url("../img/background2.png") #F3F7FA fixed;
    background-position: center top;
    background-size: cover;
    overflow-x: hidden;
}

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.button {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.btn:last-child {
    margin-bottom: 0;
}

p {
    margin: 0
}

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

.small,
small {
    font-size: 80%
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

.bg-dark {
    background-color: #2F2D51 !important;
}

.bg-none {
    background: transparent !important;
}

.link {
    color: #2F2D51;
}

.text-white {
    color: #ffffff !important;
}

.text-dark,
p {
    color: #2F2D51 !important;
}

.text-secondary {
    color: #999999 !important;
}

.text-danger {
    color: #FF97B5 !important;
}

.font-weight-medium {
    font-weight: 500;
}

.bg-info-gradient {
    background: #696cd4;
    background: -moz-linear-gradient(45deg, #696cd4 0%, #80d4ff 100%);
    background: -webkit-linear-gradient(45deg, #696cd4 0%, #80d4ff 100%);
    background: linear-gradient(45deg, #696cd4 0%, #80d4ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696cd4', endColorstr='#80d4ff', GradientType=1);
}

.w-300 {
    max-width: 360px;
    width: 300px;
}

.bottom-center {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    width: auto;
    z-index: 999;
    margin: 0 auto;
}

.background {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.small-font {
    font-size: 14px;
    line-height: 22px;
}

.transition,
.header,
main,
.floating-form-group > .floating-label,
.floating-form-group .floating-input,
.filter,
.menu-push-content .main-menu,
.btn.colorsettings,
.sidebar-right {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.vm {
    vertical-align: middle;
}

figure {
    margin: 0;
}

.button.border {
    border-width: 1px;
    border-style: solid;
}

.border-top,
.card .card-content.border-top {
    border-top-width: 1px;
    border-style: solid;
}

.border-color,
table.no-border tfoot tr td,
.menu-active main {
    border-color: rgba(47, 45, 81, 0.05) !important;
}

.z-1 {
    z-index: 1;
}

/* map view */
.map-view-map {
    position: fixed;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 0;
}

.map-view {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 30px;
    left: 0;
}

.map-box {
    width: 100%;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
}

.top-30 {
    top: -30px;
    position: relative;
}



/*----------------- Table  stlye --------------------*/
table.no-border tr td {
    border: 0;
}

table.no-border tfoot tr td {
    border-top: 2px solid #000;
}

/*----------------- dowpdown stlye --------------------*/
.no-caret:after {
    display: none;
}

.menu-item {
    background: #ffffff;
}

.menu-dropdown {
    background: #ffffff;
}

.menu-dropdown:before {
    display: none
}

.menu-dropdown-content {
    color: #999999;
    background: #ffffff;
    border: 0;
    border-radius: 15px;
    padding: 15px;
    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);
    top: 0;
}

.menu-dropdown-content .menu-dropdown-link {
    border-radius: 15px;
    padding: 5px 15px;
    line-height: 15px;
    color: #999999;
    font-weight: 400;
}

.menu-dropdown-content .menu-dropdown-link:hover,
.menu-dropdown-content .menu-dropdown-link:focus {
    background-color: #f4f4f4;
}

::-webkit-scrollbar {
    width: 0px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(97, 33, 210, 0.3);
}

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

.overflow-visible {
    overflow: visible;
    z-index: 2
}

/*------ 2. Header -------*/
.navbar {
    backdrop-filter: blur(10px);
}

.navbar.active,
.navbar-bg {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    opacity: 0;
}

.navbar.navbar-transparent-visible .navbar-bg {
    opacity: 1
}

.navbar-bg:before {
    opacity: 0.2
}

.page {
    background: url("../img/background2.png") #F3F7FA fixed;
    background-size: cover;
}

/*------ 3. Loader -------*/
.logo-loading {
    text-align: center;
    margin: 0 auto;
}

.logo-loading img {
    max-width: 100px;
    margin-bottom: 15px;
}

.logo-loading h3 {
    color: #2F2D51;
    font-size: 30px;
}

.loader-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.loader-ellipsis div {
    position: absolute;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2F2D51;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader-ellipsis div:nth-child(1) {
    left: 8px;
    animation: loader-ellipsis1 0.6s infinite;
}

.loader-ellipsis div:nth-child(2) {
    left: 8px;
    animation: loader-ellipsis2 0.6s infinite;
}

.loader-ellipsis div:nth-child(3) {
    left: 32px;
    animation: loader-ellipsis2 0.6s infinite;
}

.loader-ellipsis div:nth-child(4) {
    left: 56px;
    animation: loader-ellipsis3 0.6s infinite;
}

@keyframes loader-ellipsis1 {
    0% {
        transform: scale(0);
    }

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

@keyframes loader-ellipsis3 {
    0% {
        transform: scale(1);
    }

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

@keyframes loader-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

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

.loader-display {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/background2.png) #F3F7FA fixed;
    background-position: center top;
    background-size: cover;
    z-index: 99999;
    box-sizing: border-box
}

.loader-display svg,
.loader-displayimg {
    vertical-align: middle
}

/*------ 4. Icons -------*/
.icon-size-16 {
    width: 18px;
    vertical-align: middle
}

.icon-size-12 {
    width: 12px;
    vertical-align: middle
}

.icon-size-24 {
    width: 24px;
    vertical-align: middle
}

.icon-size-32 {
    width: 32px;
    vertical-align: middle
}

.icon-size-40 {
    width: 40px;
    vertical-align: middle
}

.icon-size-48 {
    width: 48px;
    vertical-align: middle
}

.icon-size-96 {
    width: 96px;
    vertical-align: middle
}

.icon {
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.icon > span {
    vertical-align: middle;
}

.icon.icon-44 {
    height: 44px;
    width: 44px;
    line-height: 40px;
}

.icon.icon-44 > span {
    font-size: 22px;
}

.icon.icon-100 {
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.icon.icon-100 > span {
    font-size: 50px;
}

.icon.rounded {
    border-radius: 15px;
}

.text-dark svg path,
.text-dark svg polyline,
.text-dark svg line,
.text-dark svg rect,
.text-dark svg circle,
.text-dark svg polygon {
    stroke: #2F2D51 !important;
    fill: #2F2D51;
}

.text-white svg path,
.text-white svg polyline,
.text-white svg line,
.text-white svg rect,
.text-white svg circle,
.text-white svg polygon {
    stroke: #ffffff !important;
    fill: #fff;
}

.text-danger svg path,
.text-danger svg polyline,
.text-danger svg line,
.text-danger svg rect,
.text-danger svg circle,
.text-danger svg polygon {
    stroke: #FF97B5 !important;
    fill: #FF97B5;
}

.text-secondary svg path,
.text-secondary svg polyline,
.text-secondary svg line,
.text-secondary svg rect,
.text-secondary svg circle,
.text-secondary svg polygon {
    stroke: #999999 !important;
    fill: #999999;
}

/*------ 5. Landing -------*/
.image-circle {
    text-align: center;
    width: 100%;
    padding: 20px 0px 40px 0px;
    margin-bottom: 20px;
    position: relative;
}

.image-circle > figure {
    height: 280px;
    width: 280px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 150px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    vertical-align: top;
}

.image-circle > .icon {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto -40px auto;
}

/*------ 6. Swiper -------*/
.swiper-wrapper {
    margin-bottom: 40px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 0.35;
    height: 10px;
    width: 10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2F2D51;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

/*------ 7. Footer -------*/
.footer {
    padding: 15px 0px 25px 0;
    z-index: 0;
    position: relative;
}

.footer-button {
    height: 80px;
    background: none !important;
}

.footer-button:after,
.footer-button:before {
    display: none
}

/*------ 8. Forms -------*/
/* login */
.login-box {
    max-width: 350px;
    margin: 0 auto;
}

/* input fields */
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    outline: none;
    -webkit-outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.form-control {
    padding: 10px 15px;
    line-height: 24px;
    font-size: 15px;
    height: auto;
}

.form-control::placeholder {
    color: rgba(153, 153, 153, 0.4);
    font-weight: 400;
}

.floating-form-group {
    position: relative;
    padding-top: 15px;
    z-index: 1;
}

.floating-form-group > .floating-label {
    position: absolute;
    left: 0;
    top: 22px;
    color: rgba(153, 153, 153, 0.4);
    z-index: -1;
}

.floating-form-group .floating-input {
    background: transparent;
    border-radius: 0;
    border-width: 0px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    padding: 10px 0px;
    line-height: 24px;
    z-index: 2;
}

.floating-form-group .floating-input:focus,
.floating-form-group .floating-input:focus:active {
    border-bottom: 1px solid #FF97B5;
}

.floating-form-group .floating-input:focus + .floating-label,
.floating-form-group .floating-input:focus:active + .floating-label {
    color: #FF97B5;
    top: 0;
    font-size: 13px;
}

.floating-form-group.active > .floating-label {
    color: #999999;
    top: 0;
    font-size: 13px;
}

input[type=text].search {
    width: 100%;
    padding: 10px 15px;
    background: #ffffff;
    line-height: 24px;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.row > .col {
    box-sizing: border-box;
    width: calc((100% - var(--f7-grid-gap) * (var(--f7-cols-per-row) - 1))/ var(--f7-cols-per-row));
    max-width: 100%;
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row > .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start
}

.mx-auto,
.ml-auto {
    margin-left: auto;
}

.mx-auto,
.mr-auto {
    margin-right: auto;
}

.row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}

/* boxed checkbox */
.checkbox-boxed {
    display: none;
}

.checkbox-boxed + .checkbox-lable {
    cursor: pointer;
    background: none;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    color: #999999;
    margin-bottom: 0;
}

.checkbox-boxed + .checkbox-lable span {
    display: block;
}

.checkbox-boxed + .checkbox-lable .image-boxed {
    height: 80px;
    line-height: 78px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #2F2D51;
}

.paymentcard .image-boxed {
    box-sizing: border-box;
    line-height: 40px;
}

.paymentcard .image-boxed span {
    line-height: 30px;
}

.checkbox-boxed + .checkbox-lable .p {
    padding: 5px 0;
    line-height: 16px;
    font-size: 12px;
    display: block;
    margin: 0;
}

.checkbox-boxed:checked + .checkbox-lable {
    background: #80D4FF;
    color: #ffffff;
}

.checkbox-boxed:checked + .checkbox-lable .image-boxed {
    background: #2F2D51;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #2F2D51;
    background-color: #2F2D51;
}

/* range picker slider */
.noUi-target {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid rgba(153, 153, 153, 0.2);
}

.noUi-target.noUi-horizontal {
    height: 10px;
}

.noUi-target .noUi-origin .noUi-handle {
    height: 30px;
    width: 30px;
    top: -11px;
    border: 0;
    box-shadow: 0 35x 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(153, 153, 153, 0.2);
}

.noUi-target .noUi-origin .noUi-handle:before {
    display: none;
}

.noUi-target .noUi-origin .noUi-handle:after {
    display: none;
}

.noUi-target .noUi-connect {
    background: #80D4FF;
}

/* switch customized */
.switch-wrap {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    width: 60px;
    height: 30px;
    border-radius: 15px;
}

.switch-wrap input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-wrap .switch {
    height: 100%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    position: relative;
    width: 100%;
    border-radius: 15px;
}

.switch-wrap .switch::after {
    content: '';
    border-radius: 50%;
    background: #ccc;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    position: absolute;
    left: 2px;
    top: 2px;
    height: 26px;
    width: 26px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.switch-wrap.switch-success input:checked + .switch {
    background-color: #6be3a2;
}

.switch-wrap.switch-info input:checked + .switch {
    background-color: #80D4FF;
}

.switch-wrap.switch-danger input:checked + .switch {
    background-color: #FF97B5;
}

.switch-wrap.switch-primary input:checked + .switch {
    background-color: #63abff;
}

.switch-wrap.switch-warning input:checked + .switch {
    background-color: #ffdd6d;
}

.switch-wrap input:checked + .switch::after {
    background-color: #ffffff;
    left: 32px;
}

.custom-control-input.switch-success:checked + .custom-control-label:before {
    background-color: #6be3a2;
    border-color: #6be3a2;
}

.custom-control-input.switch-info:checked + .custom-control-label:before {
    background-color: #80D4FF;
    border-color: #80D4FF;
}

.custom-control-input.switch-danger:checked + .custom-control-label:before {
    background-color: #FF97B5;
    border-color: #FF97B5;
}

.custom-control-input.switch-primary:checked + .custom-control-label:before {
    background-color: #63abff;
    border-color: #63abff;
}

.custom-control-input.switch-warning:checked + .custom-control-label:before {
    background-color: #ffdd6d;
    border-color: #ffdd6d;
}

/*------ 9. Card -------*/
.header-title {
    font-size: 15px;
    font-weight: 400;
}

.card {
    border: 0;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin: 0;
}

.card .card-header {
    border: 0;
    border-radius: 15px 15px 0 0;
    background: transparent;
    padding: 10px 15px;
    display: block;
    z-index: 1;
}

.card .card-header:after {
    display: none;
}

.card .card-footer {
    border: 0;
    border-radius: 0 0 15px 15px;
    background: transparent;
    padding: 10px 15px;
    display: block
}

.card .card-body-wrap {
    border: 1px dashed rgba(255, 255, 255, 0.5);

    display: block;
    border-radius: 15px;
}

.card .card-content {
    border: 0;
    padding: 15px 15px;
}

.payment-card-large {
    width: 300px;
    min-width: 300px;
}

/*------ 10. Filter -------*/
.filter {
    padding: 15px;
    background-color: transparent;
    width: 280px;
}

.filter:after {
    display: none
}

.filter .page .navbar-bg {
    background: none;
    backdrop-filter: none;
    border-radius: 15px 15px0 0;
    overflow: hidden;
}

.filter .page {
    background: #ffffff;
    border-radius: 15px;
    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);
    min-height: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden
}

.filter-btn.close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}

.panel-backdrop {
    background: rgba(128, 212, 255, 0.25);
}

/*------ 11. Product -------*/
.swiper-products {
    margin-bottom: -10px;
}

.swiper-products .swiper-slide {
    width: auto;
    padding: 0 0px 10px 20px;
}

.swiper-products .swiper-slide:first-child {
    padding-left: 15px;
}

.swiper-products .swiper-slide:last-child {
    padding-right: 15px;
}

.product-card-large {
    width: 300px;
    height: auto;
}

.product-card-large .product-image-large {
    border-radius: 15px;
    overflow: hidden;
    height: 150px;
    width: 100%;
    display: block;
    position: relative;
}

.product-card-large .product-image-large .tag-images-count {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
}

.product-card-large .product-image-large .tag-images-count span {
    margin-left: 5px;
}

.product-card-large .product-image-large .small-button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.product-card-small .product-image-small {
    border-radius: 15px;
    overflow: hidden;
    height: 80px;
    width: 80px;
    display: block;
    position: relative;
}

.product-card-small .product-image-small .tag-images-count {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
}

.product-card-small .product-image-small .tag-images-count span {
    margin-left: 5px;
}

.product-card-small .product-image-small .small-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.product-card-small .button.small-button{
    height: 24px;
    line-height: 20px;
}

.product-image-top {
    margin-top: -60px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    height: 330px;
    width: 100%;
    display: block;
    position: relative;
}

.product-image-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 100%;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ff97b5 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ff97b5 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ff97b5 100%);
    z-index: 1;
}

.product-image-top .tag-images-count {
    position: absolute;
    bottom: 50px;
    left: 30px;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
}

.product-image-top .tag-images-count span {
    margin-left: 5px;
}

.product-image-top .small-btn-wrap {
    position: absolute;
    bottom: 50px;
    right: 30px;
    z-index: 1;
}


/*---------- 12. main menu ---------*/
.main-menu {
    width: 280px;
}

.main-menu .page {
    background-size: cover;
    padding: 0;


}

.main-menu .page .page-content {
    padding: 60px 20px 50px 20px;
}

.main-menu .page .page-container {
    background: #ffffff;
    max-width: 300px;
    border-radius: 15px;
    padding: 0px 20px 30px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main-menu .page .page-container > .block > .icon {
    margin: 0 auto;
    margin-top: -36px;
    border: 2px solid #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    position: relative;
}

.main-menu .page .page-content .links-list li a {
    border-radius: 15px;
    line-height: 24px;
    padding: 10px 15px;
    font-size: 16px;
    text-align: left;
    position: relative;
    color: #222222;
}


.main-menu .page .page-content .links-list li a.active,
.main-menu .page .page-content .links-list li a:focus {
    background: #2F2D51;
    border-bottom: 5px solid #80D4FF;
    color: #ffffff;
}

.main-menu .page .page-content .links-list li a:after {
    display: none
}

.menu-overlay .main-menu .menu-container .nav-pills .nav-item .nav-link.active .arrow {
    stroke: #ffffff;
}

.main-menu .page .page-content .page-container > .block .close-btn {
    margin: 0 auto;
    bottom: -77px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 1;
}


/*------ 14. Chart -------*/
.chart-area {
    height: 150px;
    margin-top: 50px;
}

/*------ 15. Lists -------*/
.lists {
    padding-left: 15px;
}

.lists li {
    line-height: 26px;
}

/*------ 16. Offers -------*/
.offers {
    width: auto;
    position: absolute;
    left: -10px;
    top: 20px;
    background: #80D4FF;
    color: #ffffff;
    text-align: left;
    padding: 5px 15px;
    z-index: 3;
    line-height: 14px border-radius: 0 5px 5px 0px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    font-size: 12px;
}

.offers p {
    margin: 0;
    color: #ffffff !important;
}

.offers:before {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    left: 0px;
    top: -10px;
    border-right: 10px solid #000;
    border-top: 10px solid transparent;
}

.offers:after {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    border-right: 10px solid #000;
    border-bottom: 10px solid transparent;
}

.upcoming {
    width: auto;
    position: absolute;
    left: -5px;
    top: 100px;
    background: #80D4FF;
    color: #ffffff;
    text-align: left;
    padding: 3px 10px;
    z-index: 99;
    border-radius: 3px 3px 3px 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.upcoming p {
    font-size: 12px;
    color: #ffffff !important;
}

.upcoming:after {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    left: 0px;
    bottom: -5px;
    border-right: 5px solid #000;
    border-bottom: 5px solid transparent;
}

/*------ 18. responsive -------*/
.avatar {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border-radius: 50%;
    z-index: 0;
    background: rgba(47, 45, 81, 0.15);
}

.avatar img {
    width: 100%;
}

.avatar-20 {
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

.avatar-26 {
    width: 26px;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
}

.avatar-30 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.avatar-36 {
    width: 36px;
    min-width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 15px;
}

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

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

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

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

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

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

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

.avatar-110 {
    width: 110px;
    height: 110px;
    line-height: 110px;
}

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

.avatar-130 {
    width: 130px;
    height: 130px;
    line-height: 130px;
}

.avatar-140 {
    width: 140px;
    height: 140px;
    line-height: 140px;
}

.avatar-150 {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.avatar-160 {
    width: 160px;
    height: 160px;
    line-height: 160px;
}

.avatar-170 {
    width: 170px;
    height: 170px;
    line-height: 170px;
}

.avatar-180 {
    width: 180px;
    height: 180px;
    line-height: 180px;
}

.avatar-190 {
    width: 190px;
    height: 190px;
    line-height: 190px;
}

.avatar-200 {
    width: 200px;
    height: 200px;
    line-height: 200px;
}

/*------ 19. Button -------*/
/*---------------- button -------------*/
.button {
    border: 0;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    -webkit-outline: none;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 20px;
}

.button.button-small {
    font-size: 12px;
    padding: 3px 15px;
}

.button i,
.button .material-icons {
    vertical-align: middle;
}

.button.button-link-default {
    color: #2F2D51;
}

.button.menu-button,
.button.button-square {
    height: 44px;
    line-height: 40px;
    vertical-align: middle;
    width: 44px;
    text-align: center;
    padding: 0;
}

.button.small-button {
    height: 34px;
    line-height: 30px;
    vertical-align: middle;
    width: 34px;
    text-align: center;
    padding: 0;
}

.button.button-raised.color-blue {
    background-color: #80D4FF;
    box-shadow: 0 3px 10px rgba(128, 212, 255, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.5);
}

.button.button-raised.color-blue:hover,
.button.button-raised.color-blue:focus {
    background-color: #4dc3ff;
    box-shadow: 0 3px 10px rgba(128, 212, 255, 0.75);
    -webkit-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.75);
    -moz-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.75);
    -ms-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.75);
}

.button.button-info:focus:active,
.button.button-info:active,
.button.button-info:not(:disabled).active {
    background-color: #34baff;
}

.button.button-raised.color-pink {
    background-color: #FF97B5;
    box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
}

.button.button-raised.color-pink:hover,
.button.button-raised.color-pink:focus {
    background-color: #ff7ea3;
    box-shadow: 0 3px 10px rgba(255, 151, 181, 0.75);
    -webkit-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.75);
    -moz-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.75);
    -ms-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.75);
}

.button.button-danger:focus:active,
.button.button-danger:active {
    background-color: #ff6491;
}

.button.button-primary {
    background-color: #63abff;
    box-shadow: 0 3px 10px rgba(99, 171, 255, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(99, 171, 255, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(99, 171, 255, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(99, 171, 255, 0.5);
}

.button.button-primary:hover,
.button.button-primary:focus {
    background-color: #4a9dff;
    box-shadow: 0 3px 10px rgba(99, 171, 255, 0.75);
    -webkit-box-shadow: 0 3px 10px rgba(99, 171, 255, 0.75);
    -moz-box-shadow: 0 3px 10px rgba(99, 171, 255, 0.75);
    -ms-box-shadow: 0 3px 10px rgba(99, 171, 255, 0.75);
}

.button.button-primary:focus:active,
.button.button-primary:active {
    background-color: #3090ff;
}

.button.button-secondary {
    background-color: #999999;
    box-shadow: 0 3px 10px rgba(153, 153, 153, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.5);
}

.button.button-secondary:hover,
.button.button-secondary:focus {
    background-color: #8c8c8c;
    box-shadow: 0 3px 10px rgba(153, 153, 153, 0.75);
    -webkit-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.75);
    -moz-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.75);
    -ms-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.75);
}

.button.button-secondary:focus:active,
.button.button-secondary:active {
    background-color: #ff6491;
}

.button.button-success {
    background-color: #6be3a2;
    box-shadow: 0 3px 10px rgba(107, 227, 162, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(107, 227, 162, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(107, 227, 162, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(107, 227, 162, 0.5);
}

.button.button-success:hover,
.button.button-success:focus {
    background-color: #56df95;
    box-shadow: 0 3px 10px rgba(107, 227, 162, 0.75);
    -webkit-box-shadow: 0 3px 10px rgba(107, 227, 162, 0.75);
    -moz-box-shadow: 0 3px 10px rgba(107, 227, 162, 0.75);
    -ms-box-shadow: 0 3px 10px rgba(107, 227, 162, 0.75);
}

.button.button-success:focus:active,
.button.button-success:active {
    background-color: #40db87;
}

.button.button-warning {
    background-color: #ffdd6d;
    box-shadow: 0 3px 10px rgba(255, 221, 109, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 221, 109, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 221, 109, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 221, 109, 0.5);
}

.button.button-warning:hover,
.button.button-warning:focus {
    background-color: #ffd754;
    box-shadow: 0 3px 10px rgba(255, 221, 109, 0.75);
    -webkit-box-shadow: 0 3px 10px rgba(255, 221, 109, 0.75);
    -moz-box-shadow: 0 3px 10px rgba(255, 221, 109, 0.75);
    -ms-box-shadow: 0 3px 10px rgba(255, 221, 109, 0.75);
}

.button.button-warning:focus:active,
.button.button-warning:active {
    background-color: #ffd13a;
}

.button.button-light {
    background-color: #f7f7f7;
    box-shadow: 0 3px 10px rgba(247, 247, 247, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(247, 247, 247, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(247, 247, 247, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(247, 247, 247, 0.5);
}

.button.button-light:hover,
.button.button-light:focus {
    background-color: #eaeaea;
    box-shadow: 0 3px 10px rgba(247, 247, 247, 0.75);
    -webkit-box-shadow: 0 3px 10px rgba(247, 247, 247, 0.75);
    -moz-box-shadow: 0 3px 10px rgba(247, 247, 247, 0.75);
    -ms-box-shadow: 0 3px 10px rgba(247, 247, 247, 0.75);
}

.button.button-light:focus:active,
.button.button-light:active {
    background-color: #dedede;
}

.button.button-dark {
    background-color: #2F2D51;
    box-shadow: 0 3px 10px rgba(47, 45, 81, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(47, 45, 81, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(47, 45, 81, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(47, 45, 81, 0.5);
}

.button.button-dark:hover,
.button.button-dark:focus {
    background-color: #252441;
    box-shadow: 0 3px 10px rgba(47, 45, 81, 0.75);
    -webkit-box-shadow: 0 3px 10px rgba(47, 45, 81, 0.75);
    -moz-box-shadow: 0 3px 10px rgba(47, 45, 81, 0.75);
    -ms-box-shadow: 0 3px 10px rgba(47, 45, 81, 0.75);
}

.button.button-dark:focus:active,
.button.button-dark:active {
    background-color: #1c1b30;
}

.button.button-large {
    padding: 14px 20px;
    line-height: 20px;
    font-size: 16px;
}

/*------ 20. darkmode -------*/


.theme-dark .main-menu .page {
    background: #000000;
}

.theme-dark body,
.theme-dark .loader-display,
.theme-dark .page,
.theme-dark .main-menu .page-container,
.theme-dark .list ul {
    background: #222;
    color: #ffffff;
}

.theme-dark .card,
.theme-dark .card .list ul {
    background: #333;
    color: #ffffff;
}

.theme-dark .link,
.theme-dark .text-dark,
.theme-dark .main-menu .page .page-content .links-list li a,
.theme-dark p {
    color: #ffffff !important;
}

.theme-dark .navbar.active,
.theme-dark .navbar-bg {
    background: rgba(34, 34, 34, 0.8);
}

.theme-dark .navbar.active:after,
.theme-dark .navbar-bg:after {
    display: none;
}

.theme-dark .text-dark svg path,
.theme-dark .text-dark svg polyline,
.theme-dark .text-dark svg line,
.theme-dark .text-dark svg rect,
.theme-dark .text-dark svg circle,
.theme-dark .text-dark svg polygon {
    stroke: #fff !important;
    fill: #fff;
}

.theme-dark .text-secondary {
    color: #aaaaaa !important;
}

.theme-dark input[type=text].search {
    background: #333333;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.theme-dark .menu-item {
    background: #000000;
}

.theme-dark .menu-dropdown {
    background: #000000;
}

.theme-dark .menu-dropdown-content {
    color: #aaa;
    background: #000;
}

.theme-dark .menu-dropdown-content .menu-dropdown-link {
    color: #aaa;
}

.theme-dark .menu-dropdown-content .menu-dropdown-link:hover,
.theme-dark .menu-dropdown-content .menu-dropdown-link:focus {
    background-color: #222;
}

.theme-dark .offers:after {
    border-right-color: #666666
}

.theme-dark .offers:before {
    border-right-color: #666666
}

.theme-dark .loader-ellipsis div {
    background: #aaaaaa;
}

.theme-dark .border-color,
.theme-dark table.no-border tfoot tr td,
.theme-dark .menu-active main {
    border-color: rgb(255, 255, 255, 0.05) !important;
}

/*------ 21. rtl -------*/
.rtl {
    direction: rtl;
    text-align: right;
}

.rtl .float-right {
    float: left !important;
}

.rtl .text-left {
    text-align: right !important;
}

.rtl .text-right {
    text-align: left !important;
}

.rtl .pl-0 {
    padding-right: 0 !important;
    padding-left: 15px !important;
}

.rtl .ml-0,
.rtl .mx-0 {
    margin-right: 0 !important;
}

.rtl .pl-2,
.rtl .px-2 {
    padding-left: inherit !important;
    padding-right: .5rem !important;
}

.rtl .mr-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

.rtl .ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.rtl .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.rtl .mr-2,
.rtl .mx-2 {
    margin-left: .5rem !important;
}

.rtl .ml-2 {
    margin-right: .5rem !important;
    margin-left: 0 !important;
}

.rtl .mr-3,
.rtl .mx-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

.rtl .ml-3,
.rtl .mx-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

.rtl .mr-0,
.rtl .mx-0 {
    margin-left: 0 !important;
}

.rtl .swiper-container {
    direction: ltr;
}

.rtl .swiper-container .swiper-slide {
    direction: rtl;
}

/*------ 22. Color scheme -------*/
.color-theme-red .link,
.color-theme-red .icon {
    color: #ff3b30 !important
}

.color-theme-red .bg-dark,
.color-theme-red .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-red .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-red .main-menu .page .page-content .links-list li a.active,
.color-theme-red .main-menu .page .page-content .links-list li a:focus {
    background-color: #ff3b30 !important
}

.color-theme-red .checkbox-boxed:checked + .checkbox-lable,
.color-theme-red .offers,
.color-theme-red .upcoming {
    background-color: #ffbc5a !important
}

.color-theme-red .main-menu .page .page-content .links-list li a.active,
.color-theme-red .main-menu .page .page-content .links-list li a:focus {
    border-color: #ffbc5a !important
}

.color-theme-red .button.button-raised.color-pink {
    background-color: #ff8089;
    box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
}

.color-theme-red .button.button-raised.color-blue {
    background-color: #ffbc5a;
    box-shadow: 0 3px 10px rgba(255, 188, 90, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 188, 90, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 188, 90, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 188, 90, 0.5);
}

/* green */
.color-theme-green .link,
.color-theme-green .icon {
    color: #00b491 !important
}

.color-theme-green .bg-dark,
.color-theme-green .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-green .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-green .main-menu .page .page-content .links-list li a.active,
.color-theme-green .main-menu .page .page-content .links-list li a:focus {
    background-color: #00b491 !important
}

.color-theme-green .checkbox-boxed:checked + .checkbox-lable,
.color-theme-green .offers,
.color-theme-green .upcoming {
    background-color: #036158 !important
}

.color-theme-green .main-menu .page .page-content .links-list li a.active,
.color-theme-green .main-menu .page .page-content .links-list li a:focus {
    border-color: #036158 !important
}

.color-theme-green .button.button-raised.color-pink {
    background-color: #ff8089;
    box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
}

.color-theme-green .button.button-raised.color-blue {
    background-color: #036158;
    box-shadow: 0 3px 10px rgba(3, 97, 88, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(3, 97, 88, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(3, 97, 88, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(3, 97, 88, 0.5);
}

/* blue */
.color-theme-blue .link,
.color-theme-blue .icon {
    color: #143be0 !important
}

.color-theme-blue .bg-dark,
.color-theme-blue .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-blue .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-blue .main-menu .page .page-content .links-list li a.active,
.color-theme-blue .main-menu .page .page-content .links-list li a:focus {
    background-color: #143be0 !important
}

.color-theme-blue .checkbox-boxed:checked + .checkbox-lable,
.color-theme-blue .offers,
.color-theme-blue .upcoming {
    background-color: #11ca7d !important
}

.color-theme-blue .main-menu .page .page-content .links-list li a.active,
.color-theme-blue .main-menu .page .page-content .links-list li a:focus {
    border-color: #11ca7d !important
}

.color-theme-blue .button.button-raised.color-pink {
    background-color: #ff8089;
    box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
}

.color-theme-blue .button.button-raised.color-blue {
    background-color: #11ca7d;
    box-shadow: 0 3px 10px rgba(17, 202, 125, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(17, 202, 125, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(17, 202, 125, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(17, 202, 125, 0.5);
}

/* pink */
.color-theme-pink .link,
.color-theme-pink .icon {
    color: #e92063 !important
}

.color-theme-pink .bg-dark,
.color-theme-pink .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-pink .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-pink .main-menu .page .page-content .links-list li a.active,
.color-theme-pink .main-menu .page .page-content .links-list li a:focus {
    background-color: #e92063 !important
}

.color-theme-pink .checkbox-boxed:checked + .checkbox-lable,
.color-theme-pink .offers,
.color-theme-pink .upcoming {
    background-color: #5cd1e0 !important
}

.color-theme-pink .main-menu .page .page-content .links-list li a.active,
.color-theme-pink .main-menu .page .page-content .links-list li a:focus {
    border-color: #5cd1e0 !important
}

.color-theme-pink .button.button-raised.color-pink {
    background-color: #FF97B5;
    box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
}

.color-theme-pink .button.button-raised.color-blue {
    background-color: #5cd1e0;
    box-shadow: 0 3px 10px rgba(92, 209, 224, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(92, 209, 224, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(92, 209, 224, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(92, 209, 224, 0.5);
}

/* yellow */
.color-theme-yellow .link,
.color-theme-yellow .icon {
    color: #ffc107 !important
}

.color-theme-yellow .bg-dark,
.color-theme-yellow .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-yellow .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-yellow .main-menu .page .page-content .links-list li a.active,
.color-theme-yellow .main-menu .page .page-content .links-list li a:focus {
    background-color: #ffc107 !important
}

.color-theme-yellow .checkbox-boxed:checked + .checkbox-lable,
.color-theme-yellow .offers,
.color-theme-yellow .upcoming {
    background-color: #FF5722 !important
}

.color-theme-yellow .main-menu .page .page-content .links-list li a.active,
.color-theme-yellow .main-menu .page .page-content .links-list li a:focus {
    border-color: #FF5722 !important
}

.color-theme-yellow .button.button-raised.color-pink {
    background-color: #f974a1;
    box-shadow: 0 3px 10px rgba(249, 116, 161, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(249, 116, 161, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(249, 116, 161, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(249, 116, 161, 0.5);
}

.color-theme-yellow .button.button-raised.color-blue {
    background-color: #FF5722;
    box-shadow: 0 3px 10px rgba(255, 87, 34, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 87, 34, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 87, 34, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 87, 34, 0.5);
}

/* orange */
.color-theme-orange .link,
.color-theme-orange .icon {
    color: #ff8000 !important
}

.color-theme-orange .bg-dark,
.color-theme-orange .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-orange .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-orange .main-menu .page .page-content .links-list li a.active,
.color-theme-orange .main-menu .page .page-content .links-list li a:focus {
    background-color: #ff8000 !important
}

.color-theme-orange .checkbox-boxed:checked + .checkbox-lable,
.color-theme-orange .offers,
.color-theme-orange .upcoming {
    background-color: #ffbc5a !important
}

.color-theme-orange .main-menu .page .page-content .links-list li a.active,
.color-theme-orange .main-menu .page .page-content .links-list li a:focus {
    border-color: #ffbc5a !important
}

.color-theme-orange .button.button-raised.color-pink {
    background-color: #ff8089;
    box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
}

.color-theme-orange .button.button-raised.color-blue {
    background-color: #ffbc5a;
    box-shadow: 0 3px 10px rgba(255, 188, 90, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 188, 90, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 188, 90, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 188, 90, 0.5);
}

/* purple */
.color-theme-purple .link,
.color-theme-purple .icon {
    color: #6121d2 !important
}

.color-theme-purple .bg-dark,
.color-theme-purple .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-purple .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-purple .main-menu .page .page-content .links-list li a.active,
.color-theme-purple .main-menu .page .page-content .links-list li a:focus {
    background-color: #6121d2 !important
}

.color-theme-purple .checkbox-boxed:checked + .checkbox-lable,
.color-theme-purple .offers,
.color-theme-purple .upcoming {
    background-color: #80D4FF !important
}

.color-theme-purple .main-menu .page .page-content .links-list li a.active,
.color-theme-purple .main-menu .page .page-content .links-list li a:focus {
    border-color: #80D4FF !important
}

.color-theme-purple .button.button-raised.color-pink {
    background-color: #FF97B5;
    box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
}

.color-theme-purple .button.button-raised.color-blue {
    background-color: #80D4FF;
    box-shadow: 0 3px 10px rgba(128, 212, 255, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(128, 212, 255, 0.5);
}

/* deeppurple */
.color-theme-deeppurple .link,
.color-theme-deeppurple .icon {
    color: #491879 !important
}

.color-theme-deeppurple .bg-dark,
.color-theme-deeppurple .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-deeppurple .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-deeppurple .main-menu .page .page-content .links-list li a.active,
.color-theme-deeppurple .main-menu .page .page-content .links-list li a:focus {
    background-color: #491879 !important
}

.color-theme-deeppurple .checkbox-boxed:checked + .checkbox-lable,
.color-theme-deeppurple .offers,
.color-theme-deeppurple .upcoming {
    background-color: #FF97B5 !important
}

.color-theme-deeppurple .main-menu .page .page-content .links-list li a.active,
.color-theme-deeppurple .main-menu .page .page-content .links-list li a:focus {
    border-color: #FF97B5 !important
}

.color-theme-deeppurple .button.button-raised.color-pink {
    background-color: #FF9800;
    box-shadow: 0 3px 10px rgba(255, 152, 0, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 152, 0, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 152, 0, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 152, 0, 0.5);
}

.color-theme-deeppurple .button.button-raised.color-blue {
    background-color: #FF97B5;
    box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
}

/* lightblue */
.color-theme-lightblue .link,
.color-theme-lightblue .icon {
    color: #0faff7 !important
}

.color-theme-lightblue .bg-dark,
.color-theme-lightblue .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-lightblue .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-lightblue .main-menu .page .page-content .links-list li a.active,
.color-theme-lightblue .main-menu .page .page-content .links-list li a:focus {
    background-color: #0faff7 !important
}

.color-theme-lightblue .checkbox-boxed:checked + .checkbox-lable,
.color-theme-lightblue .offers,
.color-theme-lightblue .upcoming {
    background-color: #3f51b5 !important
}

.color-theme-lightblue .main-menu .page .page-content .links-list li a.active,
.color-theme-lightblue .main-menu .page .page-content .links-list li a:focus {
    border-color: #3f51b5 !important
}

.color-theme-lightblue .button.button-raised.color-pink {
    background-color: #E91E63;
    box-shadow: 0 3px 10px rgba(233, 30, 99, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(233, 30, 99, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(233, 30, 99, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(233, 30, 99, 0.5);
}

.color-theme-lightblue .button.button-raised.color-blue {
    background-color: #3f51b5;
    box-shadow: 0 3px 10px rgba(63, 81, 181, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(63, 81, 181, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(63, 81, 181, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(63, 81, 181, 0.5);
}

/* teal */
.color-theme-teal .link,
.color-theme-teal .icon {
    color: #00bcd4 !important
}

.color-theme-teal .bg-dark,
.color-theme-teal .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-teal .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-teal .main-menu .page .page-content .links-list li a.active,
.color-theme-teal .main-menu .page .page-content .links-list li a:focus {
    background-color: #00bcd4 !important
}

.color-theme-teal .checkbox-boxed:checked + .checkbox-lable,
.color-theme-teal .offers,
.color-theme-teal .upcoming {
    background-color: #00bcd4 !important
}

.color-theme-teal .main-menu .page .page-content .links-list li a.active,
.color-theme-teal .main-menu .page .page-content .links-list li a:focus {
    border-color: #00bcd4 !important
}

.color-theme-teal .button.button-raised.color-pink {
    background-color: #ff6262;
    box-shadow: 0 3px 10px rgba(255, 98, 98, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 98, 98, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 98, 98, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 98, 98, 0.5);
}

.color-theme-teal .button.button-raised.color-blue {
    background-color: #ffca54;
    box-shadow: 0 3px 10px rgba(255, 202, 84, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 202, 84, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 202, 84, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 202, 84, 0.5);
}

/* lime */
.color-theme-lime .link,
.color-theme-lime .icon {
    color: #cddc3a !important
}

.color-theme-lime .bg-dark,
.color-theme-lime .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-lime .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-lime .main-menu .page .page-content .links-list li a.active,
.color-theme-lime .main-menu .page .page-content .links-list li a:focus {
    background-color: #cddc3a !important
}

.color-theme-lime .checkbox-boxed:checked + .checkbox-lable,
.color-theme-lime .offers,
.color-theme-lime .upcoming {
    background-color: #889800 !important
}

.color-theme-lime .main-menu .page .page-content .links-list li a.active,
.color-theme-lime .main-menu .page .page-content .links-list li a:focus {
    border-color: #889800 !important
}

.color-theme-lime .button.button-raised.color-pink {
    background-color: #FF97B5;
    box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 151, 181, 0.5);
}

.color-theme-lime .button.button-raised.color-blue {
    background-color: #03a9f4;
    box-shadow: 0 3px 10px rgba(3, 169, 244, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(3, 169, 244, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(3, 169, 244, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(3, 169, 244, 0.5);
}

/* deeporange */
.color-theme-deeporange .link,
.color-theme-deeporange .icon {
    color: #eb4c00 !important
}

.color-theme-deeporange .bg-dark,
.color-theme-deeporange .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-deeporange .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-deeporange .main-menu .page .page-content .links-list li a.active,
.color-theme-deeporange .main-menu .page .page-content .links-list li a:focus {
    background-color: #eb4c00 !important
}

.color-theme-deeporange .checkbox-boxed:checked + .checkbox-lable,
.color-theme-deeporange .offers,
.color-theme-deeporange .upcoming {
    background-color: #ffb42c !important
}

.color-theme-deeporange .main-menu .page .page-content .links-list li a.active,
.color-theme-deeporange .main-menu .page .page-content .links-list li a:focus {
    border-color: #ffb42c !important
}

.color-theme-deeporange .button.button-raised.color-pink {
    background-color: #ff8089;
    box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
}

.color-theme-deeporange .button.button-raised.color-blue {
    background-color: #ffb42c;
    box-shadow: 0 3px 10px rgba(234, 189, 121, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(234, 189, 121, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(234, 189, 121, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(234, 189, 121, 0.5);
}

/* gray */
.color-theme-gray .link,
.color-theme-gray .icon {
    color: #607d8b !important
}

.color-theme-gray .bg-dark,
.color-theme-gray .checkbox-boxed + .checkbox-lable .image-boxed,
.color-theme-gray .checkbox-boxed:checked + .checkbox-lable .image-boxed,
.color-theme-gray .main-menu .page .page-content .links-list li a.active,
.color-theme-gray .main-menu .page .page-content .links-list li a:focus {
    background-color: #607d8b !important
}

.color-theme-gray .checkbox-boxed:checked + .checkbox-lable,
.color-theme-gray .offers,
.color-theme-gray .upcoming {
    background-color: #47cccb !important
}

.color-theme-gray .main-menu .page .page-content .links-list li a.active,
.color-theme-gray .main-menu .page .page-content .links-list li a:focus {
    border-color: #47cccb !important
}

.color-theme-gray .button.button-raised.color-pink {
    background-color: #ff8089;
    box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(255, 128, 137, 0.5);
}

.color-theme-gray .button.button-raised.color-blue {
    background-color: #47cccb;
    box-shadow: 0 3px 10px rgba(71, 204, 203, 0.5);
    -webkit-box-shadow: 0 3px 10px rgba(71, 204, 203, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(71, 204, 203, 0.5);
    -ms-box-shadow: 0 3px 10px rgba(71, 204, 203, 0.5);
}




/*------ 23. responsive -------*/
/* responsive */
@media screen and (min-width: 992px) {

    main,
    body {
        background: url("../img/background-tablet.png") #F3F7FA fixed;
        background-size: cover;
    }
}

@media screen and (max-width: 370px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .swiper-products .swiper-slide:first-child {
        padding-left: 15px;
    }

    .swiper-products .swiper-slide:last-child {
        padding-right: 15px;
    }

    .product-card-large {
        width: 290px;
        height: auto;
    }

    .mt-4,
    .my-4 {
        margin-top: 1.0rem !important;
    }

    .mb-4,
    .my-4 {
        margin-bottom: 1.0rem !important;
    }

    .image-circle > figure {
        height: 200px;
        width: 200px;
    }

    .image-circle {
        padding: 0px 15px 20px 15px;
    }

    .image-circle > .icon {
        margin: 0 auto -60px auto;
    }
}
