@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap);

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit
}

.btn,
.form-control,
a,
a:active {
    outline: 0 !important
}

header,
header .menu ul li ul,
section.hero:after,
section.hero:before {
    position: absolute;
    left: 0
}

#cartShortcut,
#return-to-top {
    position: fixed;
    z-index: 1399;
    bottom: 20px;
    width: 40px;
    height: 40px
}

footer .top h1,
section.auth .body .card h1,
section.career .content h1.title,
section.catalogue h1.title,
section.catalogue-detail .productInfo h1.title,
section.contact ul li h1,
section.hero .content h1.title,
section.intro .content h1.title,
section.news h1.title,
section.page-header .text h1 {
    font-family: "DM Serif Display", serif
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-Thin.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-ThinItalic.ttf") format("truetype");
    font-weight: 100
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-ExtraLight.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-Light.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: 300
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-Regular.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-Italic.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-Medium.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-MediumItalic.ttf") format("truetype");
    font-weight: 500
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-SemiBold.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-Bold.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: 700
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-ExtraBold.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800
}

@font-face {
    font-family: Montserrat;
    src: url("../../fonts/montserrat/static/Montserrat-Black.ttf") format("truetype"), url("../../fonts/montserrat/static/Montserrat-BlackItalic.ttf") format("truetype");
    font-weight: 900
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans/static/OpenSans/OpenSans-Light.ttf") format("truetype"), url("../../fonts/opensans/static/OpenSans/OpenSans-LightItalic.ttf") format("truetype");
    font-weight: 300
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans/static/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("../../fonts/opensans/static/OpenSans/OpenSans-Italic.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans/static/OpenSans/OpenSans-Medium.ttf") format("truetype"), url("../../fonts/opensans/static/OpenSans/OpenSans-MediumItalic.ttf") format("truetype");
    font-weight: 500
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans/static/OpenSans/OpenSans-SemiBold.ttf") format("truetype"), url("../../fonts/opensans/static/OpenSans/OpenSans-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans/static/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("../../fonts/opensans/static/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
    font-weight: 700
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/opensans/static/OpenSans/OpenSans-ExtraBold.ttf") format("truetype"), url("../../fonts/opensans/static/OpenSans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800
}

.cage-nav {
    height: 50px;
    width: 50px;
    padding: 14px 10px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.cage-nav .navTrigger {
    cursor: pointer;
    width: 30px;
    height: 21px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cage-nav .navTrigger i {
    background-color: #000;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: .5s;
    transition: .5s
}

.cage-nav .navTrigger i:first-child {
    -webkit-animation: .8s reverse backwards outT;
    animation: .8s reverse backwards outT;
    width: 20px
}

.cage-nav .navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: .8s reverse backwards outM;
    animation: .8s reverse backwards outM
}

.cage-nav .navTrigger i:nth-child(3) {
    -webkit-animation: .8s reverse backwards outBtm;
    animation: .8s reverse backwards outBtm
}

.cage-nav .navTrigger.active i:first-child {
    -webkit-animation: .8s forwards inT;
    animation: .8s forwards inT;
    width: 100%
}

.cage-nav .navTrigger.active i:nth-child(2) {
    -webkit-animation: .8s forwards inM;
    animation: .8s forwards inM;
    width: 100%
}

.cage-nav .navTrigger.active i:nth-child(3) {
    -webkit-animation: .8s forwards inBtm;
    animation: .8s forwards inBtm
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(45deg)
    }
}

@keyframes inM {
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(45deg)
    }
}

@keyframes outM {
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg)
    }
}

@keyframes inT {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0);
        transform: translateY(9px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
        transform: translateY(9px) rotate(135deg)
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg)
    }
}

@keyframes outT {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0);
        transform: translateY(9px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
        transform: translateY(9px) rotate(135deg)
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg)
    }
}

@keyframes inBtm {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
        transform: translateY(-9px) rotate(135deg)
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg)
    }
}

@keyframes outBtm {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0);
        transform: translateY(-9px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
        transform: translateY(-9px) rotate(135deg)
    }
}

@media (max-width:991.98px) {
    main header .menu {
        position: fixed;
        top: 90px;
        right: -100%;
        background: #0082b6;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-transition: .5s;
        transition: .5s
    }

    main header .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff
    }

    main header .menu ul li .login,
    main header .menu ul li .notLogin {
        margin: 15px 0 0;
        padding: 15px 13px;
        background: #fff
    }

    main header .menu ul li .login a.first,
    main header .menu ul li .notLogin a.first {
        margin-right: 15px
    }

    main header .menu ul li a {
        padding: 15px 13px
    }

    main header .menu ul li:has(ul) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main header .menu ul li:has(ul) a {
        width: 100%;
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%
    }

    main header .menu ul li:has(ul) a:hover {
        color: #4fb2af
    }

    main header .menu ul li:has(ul) span {
        padding: 15px 28px;
        cursor: pointer
    }

    main header .menu ul li:has(ul) span:hover {
        color: #4fb2af
    }

    main header .menu ul li:hover a {
        color: #fff
    }

    main header .menu ul li:hover ul {
        display: none
    }

    main header .menu ul li ul {
        position: relative;
        background: #2c558b
    }

    main header .menu ul li ul li a:hover {
        color: #4fb2af
    }

    main section.hero .content {
        width: 70%
    }

    main section.hero .content h1.title {
        font-size: 48px
    }
}

@media (max-width:767.98px) {
    main section.hero:after {
        background: rgba(255, 255, 255, .8)
    }
}

@media (max-width:575.98px) {
    main section.hero {
        border-radius: 0 0 30px
    }

    main section.hero .content {
        width: 100%
    }

    main section.hero .content h1.title {
        font-size: 38px
    }

    main section.intro .content {
        margin-bottom: 30px
    }

    main section.intro .image {
        width: calc(100% - 15px);
        margin: 15px 15px 15px 0
    }
}

html {
    height: -webkit-fill-available
}

body {
    font-family: Jost, sans-serif;
    letter-spacing: .5px;
    cursor: context-menu;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: -webkit-fill-available
}

body main {
    width: 100%;
    overflow: hidden
}

body.overflow-y-hidden {
    overflow-y: hidden !important
}

a.page-link:focus,
a:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:active,
.btn:focus,
.form-control:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active .show>.btn-outline-primary.dropdown-toggle:hover,
.btn.show {
    background-color: #0082b6;
    color: #fff !important;
    border-color: #0082b6
}

.btn-outline-primary {
    border-color: #0082b6;
    background-color: transparent;
    color: #0082b6 !important;
    font-size: 14px
}

.btn-outline-primary:active {
    background-color: #0082b6 !important;
    color: #fff !important;
    border-color: #0082b6 !important
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active .show>.btn-outline-primary.dropdown-toggle {
    border-color: #0082b6;
    background-color: transparent;
    color: #0082b6
}

.dropdown-menu {
    margin: 0;
    padding: 0
}

.dropdown-menu a.dropdown-item {
    padding: 8px 10px !important;
    font-size: 14px
}

.dropdown-menu a.dropdown-item:active {
    background-color: #0082b6
}

.modal .dialog-small {
    font-size: 13px;
    margin-bottom: 8px
}

.modal .btn-pinpoint {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 8px;
    color: rgba(0, 0, 0, .7);
    font-weight: 600
}

.modal .btn-get-locate {
    border: 1px solid rgba(0, 0, 0, .5);
    margin-bottom: 16px
}

.modal .btn-get-locate i {
    color: #dc2743
}

.modal .btn-primary,
section.page .share-view ul li.view a {
    background: #0082b6
}

.modal .btn-close {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

header {
    top: 0;
    width: 100%;
    z-index: 4;
    padding: 15px 0
}

header.bg-solid {
    position: fixed;
    background: rgba(255, 255, 255, .95);
    -webkit-transition: .5s;
    transition: .5s
}

header.bg-solid .logo img {
    height: 40px;
    -webkit-transition: .5s;
    transition: .5s
}

header.bg-solid .logo .text {
    -webkit-transition: .1s;
    transition: .1s
}

header.bg-solid .logo .text h1 {
    font-size: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

header.bg-solid .logo .text h2 {
    font-size: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

header.bg-solid .menu {
    top: 70px
}

header.bg-solid .menu ul li a {
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s
}

header.bg-solid .cage-nav {
    height: 35px;
    width: 35px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

header.bg-solid .cage-nav .navTrigger {
    width: 28px
}

header.bg-solid .cage-nav .navTrigger i {
    background-color: #000;
    height: 3.5px;
    -webkit-transition: .5s;
    transition: .5s
}

header.page {
    position: relative;
    background: #fff
}

header .logo,
section.auth .head .logo,
section.cart .cartChekout .address .box-content-parag,
section.catalogue .info .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .menu ul li .login,
header .menu ul li .notLogin,
section.hero {
    -webkit-box-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox
}

footer .top .logo img,
header .logo img,
section.auth .head .logo img {
    height: 60px;
    margin-right: 7px
}

footer .top .logo .text,
header .logo .text,
section.auth .head .logo .text {
    color: #0082b6;
    font-family: "DM Serif Display", serif;
    -webkit-transition: .1s;
    transition: .1s
}

footer .top .logo .text h1,
header .logo .text h1,
section.auth .head .logo .text h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

header .logo .text h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

header .menu .container {
    padding: 0
}

header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

header .menu ul li {
    position: relative;
    z-index: 0
}

header .menu ul li .login,
header .menu ul li .notLogin {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: 15px
}

header .menu ul li .login a,
header .menu ul li .notLogin a {
    padding: 3px 8px;
    margin-right: 5px;
    border-radius: 3px
}

header .menu ul li .login a.first,
header .menu ul li .notLogin a.first {
    border: 1px solid #0082b6;
    background: #0082b6;
    color: #fff
}

header .menu ul li .login a.second,
header .menu ul li .notLogin a.second {
    border: 1px solid #4fb2af;
    margin-right: 0;
    background: #4fb2af;
    color: #fff
}

header .menu ul li.active a,
header .menu ul li:hover ul li a:hover,
section.auth .body .card .question a {
    color: #4fb2af
}

header .menu ul li a {
    display: block;
    padding: 8px 15px;
    -webkit-transition: .5s;
    transition: .5s
}

header .menu ul li ul {
    display: none;
    background: #0082b6;
    color: #fff;
    top: calc(100% - 2.5px);
    width: 100%;
    min-width: 180px
}

footer .top .socmed a:hover,
footer .top ul.contact li a i:hover,
footer .top ul.contact li a span:hover,
header .menu ul li:hover a {
    color: #0082b6;
    -webkit-transition: .5s;
    transition: .5s
}

header .menu ul li:hover ul {
    display: block;
    z-index: 2
}

header .menu ul li:hover .notLogin a,
header .menu ul li:hover ul li a {
    color: #fff
}

header .menu.mobile-active {
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

section.hero {
    height: 100vh;
    position: relative;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../../images/hero.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 0 0 30%;
    overflow: hidden;
    -webkit-box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, .02), 6.7px 6.7px 5.3px rgba(0, 0, 0, .028), 12.5px 12.5px 10px rgba(0, 0, 0, .035), 22.3px 22.3px 17.9px rgba(0, 0, 0, .042), 41.8px 41.8px 33.4px rgba(0, 0, 0, .05), 100px 100px 80px rgba(0, 0, 0, .07);
    box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, .02), 6.7px 6.7px 5.3px rgba(0, 0, 0, .028), 12.5px 12.5px 10px rgba(0, 0, 0, .035), 22.3px 22.3px 17.9px rgba(0, 0, 0, .042), 41.8px 41.8px 33.4px rgba(0, 0, 0, .05), 100px 100px 80px rgba(0, 0, 0, .07)
}

section.hero:before {
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%)
}

section.hero:after {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5)
}

section.hero .content {
    position: relative;
    z-index: 2;
    width: 50%
}

section.hero .content h1.title {
    font-size: 56px
}

section.cart ul.cartList li.emptyCart .btn,
section.hero .content .btn,
section.intro .content .btn {
    background: #0082b6;
    color: #fff;
    padding: 4px 24px
}

#return-to-top:hover,
section.cart ul.cartList li.emptyCart .btn:hover,
section.hero .content .btn:hover,
section.intro .content .btn:hover,
section.news .content .description h1.title:hover {
    color: #4fb2af;
    -webkit-transition: .5s;
    transition: .5s
}

section.career,
section.cart,
section.catalogue,
section.catalogue-detail,
section.contact,
section.intro,
section.news,
section.page {
    padding: 60px 0
}

section.intro .content {
    position: relative
}

section.intro .content h1.title {
    font-size: 24px
}

section.intro .image {
    width: calc(100% - 30px);
    margin: 15px;
    height: calc(100% - 30px);
    min-height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px 30px 0;
    position: relative;
    z-index: 3
}

section.intro .image:before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    border-radius: 0 15px 15px 0;
    width: 15px;
    height: 50%;
    background: #0082b6;
    z-index: -1
}

section.intro .image:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    border-radius: 0 0 15px 15px;
    width: 30%;
    height: 15px;
    background: #0082b6;
    z-index: -1
}

section.career .content h1.title,
section.news h1.title {
    font-size: 32px
}

section.news .content {
    -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, .08);
    box-shadow: 0 0 30px rgba(1, 41, 112, .08);
    border-radius: 15px;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

section.news .content:hover {
    -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, .4);
    box-shadow: 0 0 30px rgba(1, 41, 112, .4);
    -webkit-transition: .5s;
    transition: .5s
}

section.news .content .image {
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative
}

section.news .content .image .date {
    background: #0082b6;
    display: inline-block;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 15px
}

section.news .content .description {
    padding: 15px
}

section.news .content .description h1.title {
    font-size: 24px;
    -webkit-transition: .5s;
    transition: .5s
}

footer .top ul.contact li a span,
section.news .content .description .btn-link i,
section.page .info ul li a {
    -webkit-transition: .5s;
    transition: .5s
}

section.news .content .description .btn-link:hover i {
    -webkit-transition: .5s;
    transition: .5s;
    color: #4fb2af
}

section.career .content {
    background-color: #0082b6;
    text-align: center;
    padding: 60px 15px;
    color: #fff;
    border-radius: 30px
}

section.career .content .btn-link {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .08)
}

footer .top {
    border-top: 1px solid #0082b6;
    border-bottom: 1px solid #0082b6;
    padding: 60px 0 30px
}

footer .top .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

footer .top .socmed,
section.contact ul li .socmed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

footer .top .socmed a {
    display: block;
    font-size: 26px;
    color: #4fb2af;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

footer .top .socmed a:last-child,
section.contact ul li .socmed a:last-child {
    margin-right: 0
}

footer .top h1 {
    font-size: 28px;
    color: #0082b6
}

footer .top ul.contact,
section.catalogue ul.list-product,
section.contact ul {
    list-style: none;
    padding: 0
}

footer .top ul.contact li a {
    display: block;
    padding: 3px 0
}

footer .top ul.contact li a i {
    width: 30px;
    color: #4fb2af;
    -webkit-transition: .5s;
    transition: .5s
}

footer .top ul.openHours,
section.page .info ul {
    padding: 0;
    list-style: none
}

footer .top ul.openHours li {
    font-weight: 700;
    margin-bottom: 12px
}

footer .top ul.openHours li span {
    font-weight: 400;
    display: block
}

footer .top ul.openHours li:last-child() {
    margin-bottom: 0
}

footer .bottom p {
    font-size: 12px;
    margin: 8px 0
}

#return-to-top {
    right: -60px;
    background: #0082b6;
    border: none;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

#return-to-top.active {
    right: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

#cartShortcut {
    right: 20px;
    background: #0082b6;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s
}

#cartShortcut .cartCount,
section.page .share-view ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

#cartShortcut .cartCount {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4fb2af;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px
}

#cartShortcut.active {
    bottom: 70px;
    -webkit-transition: .5s;
    transition: .5s
}

section.page-header {
    position: relative;
    width: 100%;
    height: 40vh;
    background: url("../images/city.jpg") center center/cover no-repeat;
    border-bottom: 2px solid #0082b6
}

section.page-header:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%)
}

section.page-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

section.page-header .text {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff
}

section.page .featured-image {
    overflow: hidden;
    border-radius: 15px
}

section.catalogue ul.list-product li .card img,
section.catalogue-detail .productImage .active img,
section.page .featured-image img {
    width: 100%
}

section.page .info {
    padding: 8px 0
}

section.catalogue .filter .body ul li,
section.page .info ul li {
    font-size: 12px
}

section.page .info ul li a:hover {
    -webkit-transition: .5s;
    transition: .5s;
    color: #0082b6
}

section.page .share-view ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.page .share-view ul li {
    padding: 0 5px
}

section.page .share-view ul li.facebook a {
    background: #3b5998
}

section.page .share-view ul li.twitter a {
    background: #00acee
}

section.page .share-view ul li.whatsapp a {
    background: #4fce5d
}

section.page .share-view ul li a {
    display: flex;
    min-width: 70px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0 2px;
    border-radius: 3px;
    font-size: 24px
}

section.catalogue .form-search,
section.contact ul li .socmed a {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-transition: .5s;
    overflow: hidden
}

section.page .share-view ul li a .count {
    width: 100%;
    font-size: 10px;
    text-align: center
}

section.page .share-view ul li:first-child {
    padding-left: 0
}

section.page .share-view ul li:last-child {
    padding-right: 0
}

section.page .content {
    margin-bottom: 50px
}

section.contact ul li {
    margin-bottom: 20px
}

section.contact ul li h1 {
    font-size: 24px
}

section.contact ul li a {
    color: #0082b6
}

section.contact ul li .socmed a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 26px;
    color: #4fb2af;
    margin-right: 10px;
    transition: .5s;
    height: 23.5px;
    width: 23.25px
}

section.contact ul li .socmed a.facebook {
    color: #3b5998
}

section.contact ul li .socmed a.twitter {
    color: #00acee
}

section.contact ul li .socmed a.whatsapp {
    color: #4fce5d
}

section.contact ul li .socmed a.instagram {
    color: #fff;
    font-size: 20px;
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

section.contact iframe {
    min-height: 300px
}

section.catalogue h1.title {
    font-size: 32px;
    margin-bottom: 30px
}

section.catalogue .form-search {
    display: flex;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #aaa;
    transition: .5s
}

section.catalogue .form-search input {
    font-size: 14px;
    width: 100%;
    padding: 3px 15px 3px 10px;
    background: 0 0;
    border: none;
    outline: 0
}

section.catalogue .form-search input::-webkit-input-placeholder {
    color: #000
}

section.catalogue .form-search input::-moz-placeholder {
    color: #000
}

section.catalogue .form-search input:-ms-input-placeholder {
    color: #000
}

section.catalogue .form-search input::-ms-input-placeholder {
    color: #000
}

section.catalogue .form-search input::placeholder {
    color: #000
}

section.catalogue .form-search button {
    background: 0 0;
    border: none;
    padding: 1px 10px
}

section.catalogue .filter {
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #aaa
}

section.catalogue .filter .head {
    background: rgba(0, 0, 0, .1)
}

section.catalogue .filter .head h3 {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 0;
    position: relative
}

section.catalogue .filter .head h3::before {
    content: "\f106";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

section.catalogue .filter .head h3.collapsed::before {
    content: "\f107"
}

section.catalogue .filter .body ul {
    list-style: none;
    padding: 10px;
    margin: 0
}

section.catalogue .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 30px
}

section.catalogue ul.list-product li .card {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12);
    border: none;
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    height: 100%;
    position: relative
}

section.catalogue ul.list-product li .card .addToCart {
    position: relative;
    border-radius: 5px;
    background: #0082b6;
    border: 1px solid transparent;
    color: #fff;
    height: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

section.catalogue ul.list-product li .card .addToCart:hover {
    background: #fff;
    color: rgba(79, 178, 175, .8);
    border-color: rgba(79, 178, 175, .8);
    -webkit-transition: .5s;
    transition: .5s
}

section.catalogue ul.list-product li .card .text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

section.catalogue ul.list-product li .card .text h1.productTitle {
    font-weight: 400;
    display: block;
    font-size: .86rem;
    line-height: 1.5;
    max-width: 100%;
    max-height: 100%;
    white-space: pre-wrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    min-height: 16px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

section.catalogue ul.list-product li .card .text h2.productPrice {
    font-size: 15px;
    font-weight: 700
}

section.catalogue ul.list-product li .card .text .input-counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 3px;
    overflow: hidden;
    width: 100%;
    color: rgba(0, 0, 0, .5)
}

section.catalogue ul.list-product li .card .text .input-counter .plus-btn,
section.catalogue ul.list-product li .card .text .input-counter .minus-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    height: 30px;
    width: 40px;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 3px;
    overflow: hidden;
    color: #fff;
    background: rgba(79, 178, 175, .8);
    cursor: pointer;
}

section.catalogue ul.list-product li .card .text .input-counter input {
    outline: 0;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    padding: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 30px;
    width: 100%;
}


section.catalogue-detail .productInfo .input-counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 3px;
    overflow: hidden;
    width: 100%;
    max-width: 200px;
    color: rgba(0, 0, 0, .5);
    border: 1px solid #0082b6;
}

section.catalogue-detail .productInfo .input-counter .plus-btn,
section.catalogue-detail .productInfo .input-counter .minus-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    height: 30px;
    width: 40px;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 3px;
    overflow: hidden;
    color: #fff;
    background: rgba(79, 178, 175, .8);
    cursor: pointer;
}

section.catalogue-detail .productInfo .input-counter input {
    outline: 0;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    padding: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 30px;
    width: 100%;
}

section.catalogue .btn-load-more {
    background: #0082b6;
    padding: 4px 24px;
    color: #fff
}

section.catalogue-detail .productImage .active {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px
}

section.catalogue-detail .productImage .listImage {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px
}

section.catalogue-detail .productImage .listImage .swiper-wrapper .swiper-slide {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer
}

section.catalogue-detail .productImage .listImage .swiper-wrapper .swiper-slide.active {
    border: 2px solid #0082b6;
    margin-bottom: 0
}

section.catalogue-detail .productImage .listImage .swiper-wrapper .swiper-slide:hover {
    border: 2px solid #0082b6
}

section.catalogue-detail .productImage .listImage .listImage-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

section.catalogue-detail .productImage .listImage .listImage-next.swiper-button-disabled,
section.catalogue-detail .productImage .listImage .listImage-prev.swiper-button-disabled {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

section.catalogue-detail .productImage .listImage .listImage-prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

section.catalogue-detail .productInfo h1.title {
    font-size: 24px;
    font-weight: 700
}

section.catalogue-detail .productInfo h4.view {
    font-size: 14px;
    margin-bottom: 13px
}

section.catalogue-detail .productInfo h1.price {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

section.catalogue-detail .productInfo .btn-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

section.catalogue-detail .productInfo .btn-buy .btn-buy-direct {
    border: 1px solid #0082b6;
    color: #0082b6;
    font-weight: 700;
    margin-right: 8px
}

section.catalogue-detail .productInfo .btn-buy .btn-buy-cart {
    background: #0082b6;
    border: 1px solid #0082b6;
    color: #fff;
    font-weight: 700
}

section.catalogue-detail .productInfo ul.listDetail {
    font-size: 14px;
    padding-left: 15px
}

section.auth .body .card h1 span,
section.cart .cartChekout .address .box-content-parag .address-title,
section.catalogue-detail .productInfo .content {
    font-size: 14px
}

section.catalogue-detail .productInfo ul.product-share {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.auth,
section.auth .head,
section.cart .cartChekout .shoppingDetails,
section.cart .cartChekout h1.finalPrice {
    display: -webkit-box;
    display: -ms-flexbox
}

section.catalogue-detail .productInfo ul.product-share li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.cart ul.cartList li .productInfo .price .subTotal,
section.catalogue-detail .productInfo ul.product-share li span {
    font-weight: 700
}

section.catalogue-detail .productInfo ul.product-share li a {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px
}

section.catalogue-detail .productInfo ul.product-share li a.whatsapp {
    background-color: #128c7e;
    border: 1px solid #25d366;
    color: #fff
}

section.catalogue-detail .productInfo ul.product-share li a.twitter {
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
    color: #fff
}

section.catalogue-detail .productInfo ul.product-share li a.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
    color: #fff
}

section.catalogue-detail .productInfo ul.product-share li a.copyClipboard {
    background-color: #747474;
    border: 1px solid #d2d2d2;
    color: #fff
}

section.cart ul.cartList {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

section.cart ul.cartList li {
    padding: 16px 8px 8px;
    border-bottom: 5px solid rgba(0, 0, 0, .1)
}

section.cart ul.cartList li .productImage {
    overflow: hidden;
    border-radius: 6px
}

section.cart ul.cartList li .productImage img {
    width: 80px;
    height: 80px
}

section.cart ul.cartList li .productInfo {
    margin-left: 12px;
    width: calc(100% - 92px)
}

section.cart ul.cartList li .productInfo h1.title {
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

section.cart ul.cartList li .productInfo .price {
    font-size: 14px;
    margin-bottom: 8px
}

section.cart ul.cartList li .input-counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding: 3px;
    overflow: hidden;
    width: 70px;
    color: rgba(0, 0, 0, .5)
}

section.cart ul.cartList li .input-counter input {
    outline: 0;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 0;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100%
}

section.cart ul.cartList li .removeList {
    font-size: 14px;
    color: rgba(0, 0, 0, .7)
}

section.cart ul.cartList li .subTotalInfo {
    font-size: 16px;
    font-weight: 500
}

section.cart ul.cartList li.emptyCart {
    border-bottom: 0
}

section.cart ul.cartList li.emptyCart h1 {
    font-size: 18px;
    margin-bottom: 15px
}

section.cart .cartChekout {
    padding: 16px;
    border-radius: 9px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12)
}

section.cart .cartChekout h1.title {
    font-size: 16px
}

section.cart .cartChekout h1.finalPrice {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.cart .cartChekout .notLogin {
    padding: 10px;
    background: rgba(0, 0, 0, .03);
    border-radius: 3px
}

section.cart .cartChekout .notLogin h3 {
    font-size: 14px;
    font-weight: 500
}

section.cart .cartChekout .notLogin p {
    font-size: 14px;
    font-weight: 400
}

section.cart .cartChekout .notLogin p a {
    font-weight: 700;
    color: rgba(79, 178, 175, .9);
    border-bottom: 1px solid
}

section.cart .cartChekout .notLogin .form-switch .form-check-input {
    margin-top: 5px
}

section.cart .cartChekout .notLogin .form-switch .form-check-label {
    font-size: 14px;
    font-weight: 700
}

section.cart .cartChekout .notLogin .formGuest {
    display: none;
    margin-top: 10px
}

section.cart .cartChekout .notLogin .formGuest label {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700
}

section.cart .cartChekout .shoppingDetails {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 0
}

section.cart .cartChekout .address {
    margin: 16px 0
}

section.cart .cartChekout .address .box-content-parag .receiver-name {
    font-weight: 500;
    margin-right: 8px
}

section.cart .cartChekout .address .box-content-parag .addressDesc,
section.cart .cartChekout .address .box-content-parag .phone {
    color: rgba(0, 0, 0, .7)
}

section.cart .cartChekout .address .btnAddAddress,
section.cart .cartChekout .address .btnChangeAddress {
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 8px;
    color: rgba(0, 0, 0, .7);
    font-weight: 600
}

section.cart .cartChekout .serviceMethod .serviceDelivery,
section.cart .cartChekout .serviceOption .serviceLater {
    display: none;
    margin-top: 5px;
    padding: 5px;
    background: rgba(0, 0, 0, .03);
    border-radius: 3px
}

section.cart .cartChekout .btn-submit {
    text-align: center;
    background: #0082b6;
    color: #fff;
    width: 100%;
    font-weight: 700
}

section.auth {
    position: relative;
    min-height: 100vh;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.auth .wave {
    background: rgba(0, 130, 182, .5);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 8em;
    -webkit-animation: 10s linear -3s infinite wave;
    animation: 10s linear -3s infinite wave;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: .8;
    bottom: 0;
    left: 0;
    z-index: -1
}

section.auth .wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: 18s linear infinite reverse wave;
    opacity: .8
}

section.auth .wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: 20s -1s infinite reverse wave;
    opacity: .9
}

@-webkit-keyframes wave {

    100%,
    2% {
        -webkit-transform: translateX(1);
        transform: translateX(1)
    }

    25%,
    75% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }

    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes wave {

    100%,
    2% {
        -webkit-transform: translateX(1);
        transform: translateX(1)
    }

    25%,
    75% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }

    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

section.auth .head {
    padding: 30px 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.auth .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.auth .body .card {
    padding: 32px;
    max-width: 368px;
    width: 100%;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12);
    border-color: #d6dfeb;
    margin-bottom: 8em
}

section.auth .body .card.registration {
    max-width: 960px
}

section.auth .body .card a.back {
    color: #4fb2af;
    margin-bottom: 15px
}

section.auth .body .card h1 {
    margin-bottom: 20px
}

section.auth .body .card .forgot-password {
    display: block;
    color: #4fb2af;
    margin-bottom: 7px;
    text-align: right
}

section.auth .body .card .btn-login {
    width: 100%;
    background: #0082b6;
    color: #fff;
    font-weight: 700
}

section.auth .body .card .btn-update {
    width: 100%;
    background: #4fb2af;
    color: #fff;
    font-weight: 700
}

section.auth .body .card .question {
    text-align: center;
    margin: 0
}

.circle-add {
    position: absolute;
    border-radius: 50%;
    background-color: #ff441a;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    pointer-events: none;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}