@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/HelveticaNeue.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeue.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeue.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Medium.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Neue Mtavruli';
    src: url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.eot');
    src: url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.ttf') format('truetype'),
    url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Neue Bold Mtavruli';
    src: url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    background-color: #fff;

}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

a {
    color: #0d6efd;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0d6efd;
}


/* Top Nav */
.top-nav {
    position: relative;
    z-index: 99;
    background-color: #121212;
}

.top-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.top-nav ul.topmenu-top {
    margin-right: 20px;
}

.top-nav ul li a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-weight: 500;
    line-height: 1;
    font-size: 13.5px;
    padding: 0.75rem .5rem;
}


.top-nav ul li a.facebook {
    padding-right: .2rem;
}

.top-nav ul li a.instagram {
    padding-left: .2rem;
}

.top-nav ul li a.twitter {
    padding-left: 0;
}


.top-nav ul li a:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.top-nav ul li a.active,
.top-nav ul li a:hover {
    color: #fff;
}


.top-nav ul li a svg {
    fill: rgba(255, 255, 255, 0.65);
    height: 14px;
    width: 14px;
    margin-top: -4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-nav ul li a:hover svg {
    fill: rgba(255, 255, 255, 1.00);
}


.top-nav ul li:last-child a {
    padding-right: 0;
}

.top-nav ul li:first-child a {
    padding-left: 0;
}

.top-nav ul.lang-menu li a {
    padding: .75rem .25rem;
}


.top-nav ul.lang-menu li a .artup-search {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    /* margin-top: 4px; */
    display: inline-block;
    position: relative;
    background-position: center;
    background-image: url(../img/loupe.svg);
}


.top-nav ul.lang-menu li a:hover .artup-search {
    opacity: 1;
}


.top-nav ul.lang-menu li:first-child a {
    padding-left: 0;
    padding-right: .5rem;
}


.nav-section {
    position: relative;
    background-color: #fff;
    top: 0;
    z-index: 99;
    /* box-shadow: rgba(0, 0, 0, 0.165) 0 0 6px 2px; */
}

.nav-section::before {
    background-color: #dee2e6;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.nav-main {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}


.art-menu {
    margin-bottom: 0;
    height: 60px;
    min-width: 80px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


.art-menu .main-nav {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-right: 4px;
    height: 100%;
}

.art-menu .main-nav li {
    height: 100%;
    position: relative;
}

.art-menu .main-nav li a {
    position: relative;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 11px;
    color: #191919;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
}


.art-menu .main-nav li:first-child a {
    margin-left: 0;
}


.art-menu .main-nav li:last-child a {
    margin-right: 0;
}


.art-menu .main-nav li a:after {
    background-color: #191919;
    content: '';
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: transform 0.15s, opacity 0.15s;
    transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
}

.art-menu .main-nav li a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.art-menu .main-nav li a.active::after {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


 


.art-menu ul.main-nav .dropdown2 {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 40px;
    padding-top: 20px;
    left: 0;
}

.art-menu ul.main-nav .dropdown2 ul {
    background-color: #fff;
    border-radius: 5px;
    list-style: none;
    padding: 10px 0;
    min-width: 215px;
    /* border: 1px solid rgba(0, 0, 0, 0.05); */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.art-menu ul.main-nav li ul li a {
    text-align: left;
    background: transparent;
    color: #000;
    padding: 5px 15px;
    display: block;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
    font-feature-settings: unset !important;

}

.art-menu ul.main-nav li ul li a:lang(ka) {
    font-feature-settings: unset !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.art-menu ul.main-nav li ul li a:hover {
    background-color: #f2f2f2;
    border-color: transparent;
    display: block;
    font-weight: 500;
    text-decoration: none;
}


.art-menu ul.main-nav li.active ul li a:after,
.art-menu ul.main-nav li ul li a:hover:after {
    display: none !important;
}


.cart-nav {
    position: relative;
    z-index: 1;
    /* padding-left: 25px; */
    /* padding-right: 4px; */
}

.cart-nav a.bag-icon svg {
    fill: #131313;
    height: 27px;
    margin-left: 2px;
    margin-top: -3px;
    width: 27px;
}


.cart-nav li.cart-item a {
    position: relative;
    font-size: 15px;
    color: #191919;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}


.cart-nav li.cart-item a .quantity-span {
    color: #ffffff;
    background-color: #dc3545;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    width: 19px;
    height: 19px;
    margin-left: 0px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.cart-nav li.cart-item a .quantity-span span {
    width: 100%;
    text-align: center;
}


.search-head {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.search-head .search-form {
    width: 100%;
    display: -webkit-box;
    display: flex;

    background-color: #ebebeb;
    border-radius: 4px;
}

.search-form .searchIcon {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 36px;
    z-index: 1;
}

.searchIcon svg {
    fill: #959595;
    height: 18px;
    margin-left: 4px;
    margin-top: 0;
    width: 18px;
}

.search-form .form-control {
    padding-left: 1px;
    width: 100%;
    font-size: 14px;
    height: 38px;
    font-weight: 500;
    line-height: 1.5;
    background-color: transparent;
    border-color: transparent;
    color: #000000;
}

.search-form .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.search-form .form-control::-webkit-input-placeholder {
    color: #959595;
}

.search-form .form-control:-ms-input-placeholder {
    color: #959595;
}

.search-form .form-control::placeholder {
    color: #959595;
}

/* Slide */
section.main-slide {
    position: relative;
    background-color: #191919;
}


section.main-slide,
.owl-main .item {

    min-height: 420px;
    height: calc(100vh - 554px);
}

.owl-main .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: 10px;
    padding: 4px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    display: block;
    border-radius: 50%;
    transition: all 0.3s;
}

.owl-main .owl-dots .owl-dot span:after {
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    display: block; 
    border-radius: 50%;
    transition: all 0.3s;
}

.owl-main .owl-dots .owl-dot:hover span:after {
    background-color: #fff;
}

.owl-main .owl-dots .owl-dot.active span:after {
    background-color: #fff;
}

.owl-main .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
}

.owl-main .item {
    color: #fff;
    background-color: #121212;
    opacity: 1;
    position: relative;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.owl-main .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.owl-main .owl-item img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.owl-main .owl-item video {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.owl-main .item .main-title {

    position: absolute;
    /* bottom: 10px; */
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.owl-main .item .slide-title {
    max-width: 40%;
}

.owl-main .item .slide-title h1 {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 1px;
    width: 100%;
    color: #fff;
}

.owl-main .item .slide-title .slide-desc {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
}

.owl-main .item .slide-title .slide-button {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;

    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.owl-main .item .slide-title .slide-button svg {
    fill: #fff;
    height: 18px;
    width: 18px;
    margin-top: -4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
 

.owl-main .item .slide-title h1:lang(ka) {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 2px;
}

.owl-main .item .slide_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.form-control {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    height: 41px;
    border-color: transparent;
    color: #505050 !important;
    background-color: #ebebeb;
    border-radius: 6px;
}

.form-control:focus {
    color: #505050 !important;
    background-color: #ebebeb;
    border-radius: 4px;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

label {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 14px;
    margin-bottom: 1px;
    font-weight: 500;
    color: #505050;
}

.form-text {
    color: #dc3545 !important;
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-weight: bold;
    font-size: 11px;
    margin-top: 0;
}


.btn-cricle {
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 44px;
    font-size: 14px;
    height: 34px;
    letter-spacing: 0.5px;
    /* opacity: 0.9; */
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-cricle:hover {
    background-color: #0d66d0;
    border-color: #0d66d0;
    color: #fff;
}

.btn:active {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
}

.btn-cricle-grey {
    background-color: #ebebeb;
    color: #000000;
    border-color: #ebebeb;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 44px;
    font-size: 14px;
    height: 34px;
    letter-spacing: 0.5px;
    /* opacity: 0.9; */
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-cricle-grey:hover {
    opacity: .7;
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #000;
}

/* Navbar */
.container-navbar {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

.navbar {
    margin-top: 30px;
    padding: 0;
    width: 100%;
}

.navbar-brand img {
    width: 60px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 3px;
    line-height: inherit;
    white-space: nowrap;
}

.main-menu {
    margin-bottom: 0;
    height: 60px;
    min-width: 80px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 30px;
    background-image: url(../img/nav-left-side.svg);
    background-position: top left;
    background-size: 60px;
    background-repeat: no-repeat;
}

.main-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}


.main-menu .main-nav {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-right: 4px;
}

.main-menu .main-nav li a {
    position: relative;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0.6rem;
    color: #191919;
}

 


.main-menu .main-nav li a:hover {
    opacity: 0.75;
}


.user-nav {
    position: relative;
    z-index: 1;
    height: 100%;
    border-left: 1px solid #dee2e6;
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


.user-nav .user-avatar {
    position: relative;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #1473e6;
    /* overflow: hidden; */
    height: 40px;
    width: 40px;
}

.user-avatar:after {
    display: none;
}

.user-svg {
    position: relative;
}

.user-svg:after {
    display: none;
}

.user-nav .user-svg svg {
    position: relative;
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
    height: 40px;
    width: 40px;
}

.user-svg svg {
    fill: #1a1a1a;
    height: 50px;
    margin-top: -1px;
    width: 32px;
}

.noti-svg {
    position: relative;
    margin-left: 17px;
    margin-right: 5px;
}

.noti-svg:after {
    display: none;
}

.noti-nav .noti-svg svg {
    position: relative;
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
    height: 40px;
    width: 40px;
}

.noti-svg svg {
    fill: #1a1a1a;
    height: 50px;
    margin-top: -1px;
    width: 32px;
}

.user-nav .user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}

.user-nav .quantity-span {
    color: #ffffff;
    background-color: #1473e6;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    line-height: 1;
    right: 3px;
    top: 3px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.user-nav .quantity-span span {
    width: 100%;
    text-align: center;
}


.user-nav .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 14px;
    min-width: 105px;
    padding: 4px 10px;
    letter-spacing: 0.5px;
    border-radius: 39px;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.user-nav .btn-signin {
    border: 1.5px solid #e8e8e8;
    background: #fff;
    color: #191919;
    margin-right: 10px;
}

.user-nav .btn-signin:hover {
    background: #f1f1f1;
}


.user-nav .btn-signin-login:not(:disabled):not(.disabled).active,
.user-nav .btn-signin:not(:disabled):not(.disabled):active {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #191919;
}

.user-nav .btn-signin:hover {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #191919;
}

.user-nav .btn-signin.focus, .btn-signin:focus {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #191919;
    box-shadow: none;
}


.user-nav .btn-register {
    min-width: 105px;
    border-radius: 100px;
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
}

.user-nav .btn-register:hover {
    background: #1473e6;
}


.main-second-menu {
    margin-bottom: 0;
    min-width: 80px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


.main-second-menu .main-second-nav {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    border-radius: 10px;
}

.main-second-menu .main-second-nav li {
    background-color: #fff;
}


.main-second-menu .main-second-nav li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}


.main-second-menu .main-second-nav li:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.main-second-menu .main-second-nav li a {
    position: relative;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    height: 100%;
    padding: 6px 15px;
    color: #191919;
    border-left: 1px solid #dedede;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.main-second-menu .main-second-nav li.exibition-item {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #ffdb2a;
}

.main-second-menu .main-second-nav li.exibition-item a {
    border-left: 1px solid #ffdb2a;
}

.main-second-nav li.cart-item a img {
    width: 26px;
    opacity: 0.85;
}

.main-second-menu .main-second-nav li.cart-item a .quantity-span {
    color: #ffffff;
    background-color: #1473e6;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    width: 19px;
    height: 19px;
    margin-left: 5px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.main-second-menu .main-second-nav li.cart-item a .quantity-span span {
    width: 100%;
    text-align: center;
}


.main-second-menu .main-second-nav li:first-child a {

    border-left: none;
}

 

.h-hash {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    background-position: center right;
    background-size: auto 15px;
    background-repeat: no-repeat;
    position: relative;
}

.h-hash {
    background-image: url(../img/barcode.png);
}

.h-hash span {
    background-color: #fff;
    font-family: 'Helvetica Neue Mtavruli';
    text-transform: uppercase;
}

.h-hash span:lang(en) {
    font-weight: bold;
}

.event-item {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.event-item > .event-item-img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.event-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /*
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
     */
    height: 100%;
    width: 100%;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}

.event-item .event-details {
    position: absolute;
    z-index: 4;
    top: 0;
    width: 100%;
    height: 100%;
}

.event-item .event-details .row,
.event-item .event-details .row .col-9 ,
.event-item .event-details .row .col-9 .event-item-name {
    height: 100%;
}

.event-item .event-item-name {
    min-height: 200px;
    height: 100%;
    padding: 15px 0 15px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.event-item .event-item-name h1 {
    text-align: left;
    width: 100%;
    font-size: 22px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}

.event-item .event-item-name h1 a {
 
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: 'Helvetica Neue'; 
}

.event-item .event-item-name .event-item-loctags {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 9;
}

.event-item .event-item-name .event-item-loctags .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 0px 8px 0px 19px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 0;
    opacity: 0.85;
    margin-right: 7px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-repeat: no-repeat;
    transition: all 0.3s;
    background-size: 16px;
    background-position: 1px 2px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="%23fff" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z"/></svg>');
}

.artist-modal .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 1px 6px 2px 20px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 0;
    opacity: 0.85;
    margin-right: 7px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 1px 3px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="%23fff" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z"/></svg>');
}

.event-item .event-item-name .event-item-loctags .btn-location:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}


.event-item .event-item-name .event-item-loctags .btn:hover {
    opacity: 1;
}

.event-item .event-item-name .event-item-loctags .btn svg {
    fill: #000;
    height: 14px;
    width: 14px;
    margin-top: -3px;
}


.event-item .event-item-date {
    color: rgba(255, 255, 255, 0.95);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.event-item .event-item-date .event-date {
    width: 100%;
    letter-spacing: 0.5px;
    text-align: center;
}

.event-item .event-item-date .event-date span.day {
    font-size: 38px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    /* font-weight: bold; */
}

.event-item .event-item-date .event-date span.month {
    font-size: 22px;
    display: block;
    line-height: 1.2;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    text-transform: uppercase;
}

.event-item .event-item-date .event-date span.year {
    font-size: 22px;
    display: block;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
}
 
.event-item .event-item-author .author-event {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-item .event-item-author .author-event .user-avatar {
    position: relative;
    border-radius: 50%;
    padding: 4px;
    border: 3px solid #1473e6;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.event-item .event-item-author .author-event .user-avatar img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}


.event-item .event-item-author {
    /* height: 100%; */
    /* width: 100%; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.event-item .event-item-author h1 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 5px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.event-item .event-item-author h1 a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    text-decoration: none;
}


/* Buttons */
.btn-location {
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
}

.btn-location:not(:disabled):not(.disabled).active,
.btn-location:not(:disabled):not(.disabled):active,
.show > .btn-location.dropdown-toggle {
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
}

.btn-location:hover {
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
}

.btn-location.focus, .btn-location:focus {
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
    box-shadow: none;
}

.btn-tag {
    color: #191919;
    background-color: #ffffcc;
    border-color: #ffffcc;
}

.btn-tag:not(:disabled):not(.disabled).active,
.btn-tag:not(:disabled):not(.disabled):active,
.show > .btn-tag.dropdown-toggle {
    color: #191919;
    background-color: #ffffcc;
    border-color: #ffffcc;
}

.btn-tag:hover {
    color: #191919;
    background-color: #ffffcc;
    border-color: #ffffcc;
}

.btn-tag.focus, .btn-tag:focus {
    color: #191919;
    background-color: #ffffcc;
    border-color: #ffffcc;
    box-shadow: none;
}

.btn-tag2 {
    color: #191919;
    background-color: #fff200;
    border-color: #fff200;
}

.btn-tag2:not(:disabled):not(.disabled).active,
.btn-tag2:not(:disabled):not(.disabled):active,
.show > .btn-tag2.dropdown-toggle {
    color: #191919;
    background-color: #fff200;
    border-color: #fff200;
}

.btn-tag2:hover {
    color: #191919;
    background-color: #fff200;
    border-color: #fff200;
}

.btn-tag2.focus, .btn-tag2:focus {
    color: #191919;
    background-color: #fff200;
    border-color: #fff200;
    box-shadow: none;
}

.btn-soc {
    padding: 1px 0 !important;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    color: #191919;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
}

.btn-soc:not(:disabled):not(.disabled).active,
.btn-soc:not(:disabled):not(.disabled):active,
.show > .btn-soc.dropdown-toggle {
    color: #191919;
    background-color: #fff;
    border-color: #fff;
}

.btn-soc:hover {
    color: #191919;
    background-color: #fff;
    border-color: #fff;
}

.btn-soc.focus, .btn-soc:focus {
    color: #191919;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-outline-location {
    color: #212529;
    min-width: 130px;
    border: 2px solid #212529;
}

.btn-outline-location:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #212529;
}

.event-btns {
    margin-bottom: 15px;
}

.event-btns .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 3px 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.event-link-main {
    line-height: 1;
}

.event-link-main svg{
    fill: #fff;
    height: 20px;
    margin-top: -8px;
}

.card-artup {
    height: 275px;
    border: none;
    border-radius: .25rem;
    background-color: #212529;
    overflow: hidden;
    margin-bottom: 15px;
}

.card-artup .card-img-top {
    height: 184px;
    background: #121212;
    object-fit: cover;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-artup .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    font-weight: 500;
    font-size: 15px;
    color: #3c3c3c;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-top: none;
    padding: 10px 10px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-artup .card-body .card-date {
    font-size: 13px;
    margin-bottom: 5px;
    color: #888888;
    font-weight: 500;
}

.card-artup .card-tag {
    position: absolute;
    top: 150px;
    left: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #212529;
    background-color: rgb(255, 219, 42);
}

.owl-blog .owl-nav {
    position: absolute;
    bottom: -34px;
    font-size: 25px;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #383b3f;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-blog .owl-nav button:first-child {
    margin-right: 5px;
}


.owl-blog .owl-nav .disabled {
    opacity: 0.6;
}


.blog-artup {
    position: relative;
    display: block;
    height: 500px;
    border-radius: 5px;
    background-color: #212529;
    overflow: hidden;
    margin-bottom: 15px;
}


.owl-blog .owl-item .owl-lazy {

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-artup .blog-artup-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;

}

.blog-artup:hover .blog-artup-img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.blog-artup .blog-artup-desc {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blog-artup .blog-artup-desc::before {
    content: "";
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-transition: background-color 3s;
    transition: background-color 3s;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}


.blog-artup .blog-artup-desc .blog-artup-data {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #ffffffad;
}

.blog-artup .blog-artup-desc .blog-artup-text {
    position: relative;
    z-index: 2;
    /* font-weight: bold; */
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}


.footer {
    position: relative;
    background-color: #121212;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 4;
}


.footer .footer-copyright {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
}

.footer .footer-copyright a {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.footer-box {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 14px;
}

.eredeli {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: center;
    background-image: url(../img/eredeli.png);
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: block;
    margin-right: 15px;
}


.navigation-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navigation-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.navigation-footer li {
    font-size: 14px;
    line-height: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-preferred-size: 20%;
    flex-basis: 25%;
}

.navigation-footer li span {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.navigation-footer li a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}

.navigation-footer li a:hover {
    color: rgba(255, 255, 255, 1);
}

.navigation-footer li ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.connect-box h1 {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.connect-box form {
    display: flex;
}

.connect-box form .form-control {
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    color: rgba(255, 255, 255, 0.75) !important;
    background-color: #232323;
    border-color: #232323;
    display: block;
    border-radius: 4px;
}

.connect-box form .form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}

.connect-box form .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    width: 220px;
    margin-left: 13px;
}

.connect-box form:hover .btn {
    opacity: 1;
}


.connect-box ul {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.connect-box ul li a {
    color: rgba(255, 255, 255, 0.65);
    display: block;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 5px;
}

.connect-box ul li a.active,
.connect-box ul li a:hover {
    color: #fff;
}

.connect-box ul li:last-child a {
    padding-right: 0;
}

.connect-box ul li:first-child a {
    padding-left: 0;
}


.article-slide {
    position: relative;
    min-height: 125px;
    background-color: #1d1d1d;
}

.header_text {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 55px;
}

.article-content {
    font-size: 15px;
}

.article-content h2 {
    font-size: 24px;
}

.article-content h3 {
    font-size: 16px;
    font-weight: bold;
}

.article-content h4 {
    font-size: 15px;
    font-weight: bold;
}

.main-box {
    margin-bottom: 30px;
}

.main-box .event-item {
    height: 500px;
}

.main-header {
    position: relative;
    min-height: 125px;
    overflow: hidden;
    background-color: #1d1d1d;
    background-size: cover;
}


.header-map {
    position: relative;
    height: calc(100vh - 308px);
    overflow: hidden;
    background-color: #1d1d1d;
    background-size: cover;
}


.blog-header {
    position: relative;
    min-height: 125px;
    overflow: hidden;
    background-color: #1a1a1a;
    background-size: cover;
    margin-bottom: 25px;
}

.blog-header::before {
    background-color: rgba(0, 0, 0, 0.45);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.blog-feed {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 10px;
}

.blog-feed .container {
    max-width: 1600px;
}


.blog-header .search-box {
    max-width: 720px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 75px;
}


.search-box h1 {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.search-box form .form-control {
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
    display: block;
    backdrop-filter: blur(12px);
    border-radius: 4px;
}

.search-box form .form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.search-box form .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    opacity: 0.85;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.search-box form:hover .btn {
    opacity: 1;
}


.bigblog {
    height: 600px;
}

.rightblog {
    height: 285px;
}


.blog-feed .blog-artup {
    margin-bottom: 30px;
}

.blog-feed .blog-artup .blog-artup-desc {
    padding: 0 30px 20px;
}


.blog-feed .blog-artup.bigblog .blog-artup-desc .blog-artup-text {
    font-size: 22px;
}

.blog-feed .blog-artup .blog-artup-desc .blog-artup-text {
    font-weight: bold;
    font-size: 18px;
}


.events-page {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 10px;
}

.events-page .sticky-top {
    top: 80px; 
}

.events-page .container {
    max-width: 1500px;
}


.events-page .event-item {
    margin-bottom: 25px;
}


.pagination {
    margin-top: 30px;
    margin-bottom: 50px;
    -ms-flex-pack: center;
    justify-content: center;
}
 

.page-link {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 0;
    margin-right: 6px;
    line-height: 1.25;
    color: #6c757d;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    font-weight: 500;
}

.page-item .page-link:hover {
    z-index: 3;
    color: #ffffff;
    background-color: #121212;
    border-color: #121212;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #121212;
    border-color: #121212;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}


.store-page {
    position: relative;
    padding-top: 50px;
    min-height: calc(100vh - 730px);
    background-color: #ebebeb85;
    padding-bottom: 50px;
}

.store-page .container {
    max-width: 1600px;
}


.h-store {
    position: relative;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: bold;
    font-size: 48px;
    padding-bottom: 5px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #000000;

}

.h-store:lang(ka) {
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';
    text-transform: uppercase;
}

.h-store span {
    position: relative;
}

.h-store span:lang(en) {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.h-store span:after {
    /* content: ""; */
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 11px;
    position: absolute;
    background-image: url(../img/barcode.png);
    background-size: auto 10px;
}


ol.artup-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 10px -15px;
}


ol.artup-list li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0 15px 30px 15px;
    /*width: calc(16.666% - 30px);*/
    width: calc(20% - 30px);
}


ol.artup-list li .artup-project {
    position: relative;
    clear: left;
    /* background: #fff; */
    overflow: hidden;
}

ol.artup-list li .artup-project .artup-project-img {
    border-radius: 4px;
    display: block;
    padding-top: 142%;
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

ol.artup-list li .artup-project .artup-project-img img {
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    object-fit: contain;
    border-radius: 4px;
}


.artup-project .artup-project-img .artup-project-box {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: calc(100% + 4px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}

.artup-project .artup-project-img:hover .artup-project-box {
    opacity: 1;
}

.artup-project .artup-project-img .artup-project-box .artup-project-title {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(81%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 81%);
    margin-top: auto;
    padding: 30px 15px 18px;
    border-radius: 0 0 4px 4px;
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    pointer-events: none;
    position: relative;
    width: 100%;
}

.artup-project .artup-project-img .artup-project-box .artup-project-title h1 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}


.artup-project .artup-project-detail {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 45px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.artup-project .artup-project-detail .artup-project-owner {
    -webkit-box-flex: 1;
    flex: 1;
    max-width: calc(404px - 130px);
    min-width: 0;
}

.artup-project .artup-project-detail .artup-project-owner .artup-project-owner-avatar {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: top;
}

.artup-project .artup-project-detail .artup-project-owner .artup-project-owner-avatar img {
    border-radius: 50%;
    width: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.artup-project .artup-project-detail .artup-project-owner .artup-project-owner-name {
    font-weight: 500;
    font-size: 13px;
    color: #191919;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.artup-project .artup-project-detail .artup-project-owner:hover .artup-project-owner-name {
    border-bottom: 1px solid #191919;
}

.artup-project .artup-project-detail .artup-project-owner:hover .artup-project-owner-avatar {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.artup-project .artup-project-detail .artup-project-stats {
    color: #696969;
    max-width: 130px;
    -webkit-box-align: center;
    align-items: center;
    align-self: center;
    display: -webkit-box;
    display: flex;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}

.artup-project .artup-project-detail .artup-project-stats > span {
    margin-left: 10px;
}

.artup-project .artup-project-detail .artup-project-stats svg {
    fill: #696969;
    margin-right: 5px;
    position: relative;
    top: -2px;
}


.artup-item-stats {
    color: #696969;
    -webkit-box-align: center;
    align-items: center;
    align-self: center;
    display: -webkit-box;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    margin: 30px 0;
}

.artup-item-stats > span {
    margin-right: 17px;
}

.artup-item-stats > span:last-child {
    margin-right: 0;
}

.artup-item-stats > span.like-item {
    cursor: pointer;
}

.artup-item-stats svg {
    fill: #696969;
    margin-right: 0;
    position: relative;
    top: -2px;
}

.artup-item-stats span.liked svg {
    fill: #1473e6;
}

.artup-item-stats span.liked {
    color: #1473e6;
}


.artup-item-shop .artup-shopitem-detail {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 0;
}

.artup-item-shop .artup-shopitem-detail .artup-shopitem-name a {
    color: #191919;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.artup-item-shop .artup-shopitem-detail .artup-shopitem-price a {
    color: #191919;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.artup-item-shop .artup-shopitem-detail .artup-shopitem-price .unavailable {
    color: #f00;
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
}

.sub-main-menu {
    /* background-color: #ebebeb; */
    position: relative;
    z-index: 5;
    /* height: 60px; */
    display: flex;
    /* border-top: 1px solid #eceff1; */
    border-bottom: 1px solid #dee2e6;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    padding-bottom: 20px;
}

.sub-main-menu .nav-menu {
    -ms-flex-pack: center;
    justify-content: center;
}


.sub-main-menu .nav-menu a {
    display: block;
    padding: 3px 12px;
    margin: 5px 4px;
    font-size: 14px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    background-color: #ebebeb;
    color: #000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}


.sub-main-menu .nav-menu a:lang(ka) {
    padding: 6px 12px 6px 12px;

}


.sub-main-menu .nav-menu a:hover,
.sub-main-menu .nav-menu a.active {
    background-color: #000;
    color: #fff;
}

.hashtag {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 24px;
    top: 1px;
    left: 0;
    display: inline-block;
    position: absolute;
    background-position: center;
    background-image: url(../img/hashtag.svg);
}


.blog-article {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: calc(100vh - 308px);
}

.blog-article .container {
    max-width: 980px;
}


.article-single .article-img {
    text-align: center;
    margin-bottom: 25px;
}

.article-single .article-img img {
    max-width: 100%;
    border-radius: 3px;
}

.article-single h1 {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
}

.art-calendar {
    position: relative;
}

.art-calendar a.clear {
    position: absolute;
    z-index: 2;
    padding: 0px 9px;
    color: #fff;
    border-radius: 18px;
    background: #dc3544;
    right: 30px;
    top: 8px;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 12px;
}

.form-blog {
    position: relative;
}

.form-blog a.clear {
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    color: #fff;
    left: 13px;
    bottom: -24px;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 12px;
    font-weight: 500;
}

.form-blog a.clear:hover {
    opacity: 1;
}

.backdiv {
    position: relative;
}

a.backarticle {
    color: #000;
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 14px;
    background-color: rgba(235, 235, 235, 0.60);
    padding: 6px 10px;
    border-radius: 53px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.backarticle:active {
    background-color: #ebebeb;
    -webkit-transform: scale3d(.95, .95, .95);
    transform: scale3d(.95, .95, .95);
}

.back {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    top: 6px;
    /* left: -14px; */
    margin-right: 7px;
    display: inline-block;
    position: relative;
    background-position: center;
    background-image: url(../img/back.svg);
}

a.logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


a.logo svg {
    height: 40px
}

a.logo:after {
    height: 40px;
    width: 109px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-image: url(../img/logo.png);
    background-position: center left;
    background-size: 109px;
    background-repeat: no-repeat;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.headcover {
    -webkit-box-align: center;
    align-items: center;
    background-color: #1a1a1a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 270px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    width: 100%;
}

.headcover::before {
    background-color: rgba(0, 0, 0, 0.45);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.headcover h1 {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    z-index: 2;
}


.connect-box ul li a svg {
    fill: rgba(255, 255, 255, 0.65);
    height: 16px;
    width: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.connect-box ul li a:hover svg {
    fill: rgba(255, 255, 255, 1.00);
}


.event_box {
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 6px;
    display: block;
}

.event_box.event_map {
    background: #ffffff;
    margin-bottom: 0;
    width: 100%;
    max-width: 370px;
    border-radius: 6px;
    display: block;
}


.event_box.event_map .event_title {
    height: unset;
    font-family: 'Helvetica Neue Mtavruli';
    margin-top: 15px;
}

.event_box.event_map .event_time {
    margin-bottom: 10px;
}

.event_box.event_map .event_cover {
    width: 370px;
    border-radius: 0;
}

a.event_box {
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 6px;
    display: block;
    text-decoration: none;
}


.event_cover {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.event_footer {
    border-radius: 0 0 6px 6px;
    display: block;
    border: 1px solid #dfe1e5;
    border-top: none;
    padding: 20px;
    min-height: 180px;
}

.event_title {
    font-size: 19px;
    line-height: 1.1;
    overflow: hidden;
    color: #333;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
    height: 44px;
}

.event_time {
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.event_time span {
    margin-right: 1px;
    width: 23px;
    text-align: center;
    display: inline-block;
}

.time-box {
    padding-top: 14px;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    max-height: unset !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    max-height: unset !important;
}

.gm-ui-hover-effect {
    opacity: 1 !important;
    top: 8px !important;
    right: 8px !important;
    border-radius: 50px;
    background-color: white !important;
}


.gm-ui-hover-effect img {
    width: 20px !important;
    height: 20px !important;
    margin: 5px !important;
}


.auth-grid .container {
    max-width: 1590px;
}

.auth-form .bgimg {
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}


.auth-form:before {
    content: "";
    width: 100%;
    position: fixed;
    z-index: 2;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
}

.auth-grid {
    position: relative;
    z-index: 3;
    height: 100vh;
}

.logo-box {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.logo-box a {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 58px;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.1, 1.1, 1.1);
}

.logo-box a:active {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.08, 1.08, 1.08);
}

.login-box {
    height: 100vh;
    min-height: 839px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.login-form {
    width: 510px;
    min-height: 655px;
    padding: 40px 56px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.login-form > h1 {

    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
}


.login-form > h1:lang(ka) {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
}

.login-form > p {
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 40px 0;

}

.login-form > p:lang(ka) {
    font-family: 'Helvetica Neue';
}


.login-form > p a {
    color: #1473e6;
}

.login-form label {
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-size: 13px;
    margin-bottom: 1px;
    font-weight: 500;
    color: #505050;
}

.login-form label:lang(ka) {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    margin-bottom: 3px;
}

.login-form .form-control {
    width: 100%;
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    border-color: transparent;
    color: #505050 !important;
    background-color: #ebebeb;
    border-radius: 4px;
}


.login-form .form-text {
    color: #dc3545 !important;
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-weight: bold;
    font-size: 11px;
    margin-top: 0;
}


.login-form .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 3px 15px;
    border-radius: 44px;
    font-size: 14px;
    letter-spacing: 0.5px;
    /* opacity: 0.9; */
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}


.login-form .g-recaptcha {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    width: 0;
}

.reset-form .g-recaptcha {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    width: 269px;
}

.btn-login {
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
}

.btn-login:not(:disabled):not(.disabled).active,
.btn-login:not(:disabled):not(.disabled):active,
.show > .btn-login.dropdown-toggle {
    background-color: #0d66d0;
    border-color: #0d66d0;
    color: #fff;
}

.btn-login:hover {
    background-color: #0d66d0;
    border-color: #0d66d0;
    color: #fff;
}

.btn-login.focus, .btn-login:focus {
    background-color: #0d66d0;
    border-color: #0d66d0;
    color: #fff;
    box-shadow: none;
}

.reg-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.forgot {
    color: #1473e6;
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
}

.forgot:hover {
    color: #0d66d0;
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
}

.forgot:lang(ka) {
    font-family: 'Helvetica Neue';
    font-style: normal;
}

.login-form .custom-control-label::before {
    height: 14px;
    background-color: #eaeaea;
    border: #eaeaea solid 1px;
    cursor: pointer;
}

.login-form .custom-switch .custom-control-label::before {
    width: 26px;
    outline: none !important;
    box-shadow: none !important;
}

.login-form .custom-switch .custom-control-label::after {
    top: calc(.25rem + 0px);
    left: calc(-2.25rem + 0px);
    width: calc(1rem - 2px);
    height: calc(1rem - 2px);
    background-color: #fff;
    border: 2px solid #959595;
    cursor: pointer;
}

.login-form .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    border: 2px solid #007bff;;
}

.login-form .custom-switch label {
    padding-top: 3px;
    margin-bottom: 0;
    cursor: pointer;
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.login-form .custom-switch label:lang(ka) {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.login-form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #eaeaea;
}

.login-form .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.regtext {
    color: #505050;
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
    position: relative;
}

.regtext span {
    background-color: #fff;
    padding: 0 10px;
    z-index: 3;
    position: relative;
}

.regtext:lang(ka) {
    font-family: 'Helvetica Neue';
    font-style: normal;
}

.regtext:after {
    content: "";
    width: 100%;
    background: #d7d7d7;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 0;
}


.btn-reg {
    border-radius: 100px;
    border-width: 2px;
    font-weight: 500;
    padding: 8px 29px !important;
    background-color: #fff;
    border-color: #505050;
    color: #505050;
}

.btn-reg:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #dedede;
    color: #505050;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-reg:hover {
    background-color: #fff;
    border-color: #dedede;
    color: #505050;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-reg.focus, .btn-reg:focus {
    background-color: #fff;
    border-color: #dedede;
    color: #505050;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-menudrop {
    position: relative;
}


.profile-drop {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.profile-drop li {
    list-style: none;
    margin: 0;
    text-align: left;
}

.profile-drop li a {
    color: #696969;
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.profile-drop li a:hover {
    background-color: #f2f2f2;
    text-decoration: none;
}

.profile-drop li:last-child {
    border-top: 1px solid #e8e8e8;
    margin: 7px 0 2px 0;
    padding-top: 8px;
}


.tooltip-user {
    position: absolute;
    cursor: initial;
    padding: 0;
    background-color: #fff;
    color: #191919;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    border: none;
    top: 10px !important;
    min-width: 180px;
    border-radius: 3px;
}


.tooltip-user .triangle {
    top: -12px;
    right: 30px;
    z-index: 11;
    position: absolute;
    -webkit-transform: initial;
    transform: initial;
}

.tooltip-user .triangle:before {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    height: 0;
    position: absolute;
    width: 0;
    border-bottom-color: #fff;
    -webkit-transform: initial;
    transform: initial;
}

.tooltip-user .triangle:after {
    content: "";
    background: #fff;
    height: 6px;
    left: -2px;
    top: 12px;
    position: relative;
    width: 16px;
}


.fade-in {
    animation: fadeIn .1s;
    -webkit-animation: fadeIn .1s;
    -moz-animation: fadeIn .1s;
    -o-animation: fadeIn .1s;
    -ms-animation: fadeIn .1s;
}

.fade-out {
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .1s reverse;
    -moz-animation: fadeIn .1s reverse;
    -o-animation: fadeIn .1s reverse;
    -ms-animation: fadeIn .1s reverse;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

 

.project-desc-left {
    background-color: #fff;
}

.project-section .container {
    max-width: 1450px;
}

.project-section .project-img {
    padding: 35px 20px 35px 0;
}

.border-right {
    border-right: 1px solid #ddd;
}

.project-section .project-img img {
    max-width: 100%;
    margin-bottom: 20px;
}

.project-section .project-img img:last-child {
    margin-bottom: 0;
}

.project-section .project-detail {
    padding: 35px 0 35px 20px;
    height: 100%;
}

.project-section .project-detail > h1 {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';
    text-transform: uppercase;
    justify-content: space-between;

}

a.backarticle svg {
    fill: #131313;
    height: 22px;
    margin-top: -2px;
    width: 22px;
    margin-right: 7px;
}

.project-detail .backdiv {
    position: relative;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.project-slide {
    /* min-height: calc(100vh - 308px); */
    padding: 35px 20px 35px 0;
}

.owl-project .item {
    padding: 0 50px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 308px);
    align-content: flex-start;
    justify-content: space-around;
    width: 100%;
}


.owl-project .owl-nav {
    position: absolute;
    top: 53%;
    width: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    /*opacity: 0;*/

}

.owl-project:hover .owl-nav {
    opacity: 1;
}

.owl-project .owl-nav button.owl-next,
.owl-project .owl-nav button.owl-prev {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /*background-color: #343434;*/
    border-radius: 50%;
    height: 45px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: calc(75px / -2);
    width: 45px;
    z-index: 2;

    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.owl-project .owl-nav button.disabled {
    opacity: .1;
}

.owl-project .owl-nav button:active,
.owl-project .owl-nav button:active {
    -webkit-transform: scale3d(.90, .90, .90);
    transform: scale3d(.90, .90, .90);
}


.owl-carousel .owl-nav button.owl-prev svg {
    fill: #000;
    width: 30px;
    height: 30px;
    margin-right: 1px;
}

.owl-carousel .owl-nav button.owl-next svg {
    fill: #000;
    height: 30px;
    width: 30px;
    margin-right: 1px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    margin-left: 3px;
}

.project-section .sticky-top {
    top: 45px;
    z-index: 98;

}


.content-project {
    font-size: 14px;
}


.artist-project {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 15px 15px;
    border: 1px solid #dee2e6;
    color: #000;
    margin-top: 25px;
}

 

.artist-project .artist-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


.artist-project .artist-detail .user-avatar {
    position: relative;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #1473e6;
    overflow: hidden;
    height: 55px;
    width: 55px;
}

.artist-project .artist-detail .user-avatar img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}


.artist-project .artist-detail a.artist-name {
    margin: 0;
    color: #1d1d1d;
    font-weight: 500;
    padding-left: 15px;
    font-size: 16px; 
    display: flex;
    flex-direction: column;
}


.artist-project .artist-detail a.artist-name span {
    color: #555555;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.subsc-art-btn {
    background-color: #ffffff;
    color: #000000;
    background-image: none;
    border: 1px solid #e607d9;
    border-radius: 58px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 41px;
    padding: 4px 25px 4px;
    text-shadow: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: background, color, border;
    transition-property: background, color, border;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
}

/*
.subsc-art-btn:hover {
    background-color: #000;
    color: #fff;
    background-image: none;
    text-decoration: none;
}
*/
.subsc-art-btn:active {
    -webkit-transform: scale3d(.95, .95, .95);
    transform: scale3d(.95, .95, .95);
}


.subsc-art-btn.following {
    background-color: #000;
    color: #fff;
    background-image: none;
    text-decoration: none;
    border: 1px solid #000;
}


.keyword-project {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    box-sizing: border-box;
    color: #696969;
    display: inline-block;
    margin-bottom: 20px;
    padding: 30px 30px 23px 30px;
    width: 100%;
}

.keyword-project li {
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 33px;
    color: #191919;
    display: -webkit-box;
    display: flex;
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin: 0 7px 7px 0;
    max-width: 100%;
}


.keyword-project li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #191919;
    display: block;
    padding: 5px 14px;
}

.keyword-project li:hover {
    background-color: #f2f2f2;
    text-decoration: none;
}

textarea, .ql-container .ql-editor {
    border: 1px solid transparent;
    resize: vertical;
    min-height: 108px;
}

.artup-form textarea.form-control {
    border: 1px solid transparent;
    resize: vertical;
    min-height: 108px;
}


.contact-section {
    margin-top: 10px;
    /* min-height: calc(100vh - 307px); */
}


.contact-section .container {
    max-width: 800px;
}

.contact-form {

    min-height: unset;
    width: unset;
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    padding: 10px 56px;
    margin-bottom: 0;
}

.contact-form > p {
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 20px 0;
}

.center-vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
}

.contact-section-header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 26px;

}

.contact-section-header h1 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Helvetica Neue Mtavruli';
    text-transform: uppercase;
    margin-bottom: 26px;
}

.contact-section-header h1:lang(ka) {
    font-weight: 500;
}

.article-single .event-item > .event-item-img {
    position: relative;
    height: auto;
    width: 100%;
    object-fit: cover;
}


.article-single .event-item .event-details {
    position: relative;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-single .event-item .event-details .form-row {
    height: 100%;
}

.artup-artist {
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    height: 320px;
}

.artup-artist img {
    max-width: 200px;
    width: 100%;
    border-radius: 50%;
}

.artup-artist h1 {
    text-align: center;
    color: #1d1d1d;
    font-size: 19px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 5px;
}

.artup-artist h1 a {
    font-family: 'Helvetica Neue Mtavruli';
    text-align: center;
    color: #1d1d1d;
    font-size: 19px;
    font-weight: 500;
    width: 100%;
}


.artup-artist h1 a:lang(ka) {
    font-size: 19px;
    font-weight: 500;

}

.artup-artist h2 {
    text-align: center;
}

.artup-artist .artist-location a {
    text-align: center;
    color: #959595;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 15px;
}

.list-artists li a:lang(ka) {
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';
}

.Profile-locationIcon-2q2 {
    fill: #959595;
    margin-right: 2px;
    margin-top: -2px;
    width: 9px;
}


.arist-header-section {
    border-bottom: 1px solid #dee2e6;
    position: relative;
    padding: 35px 0;
    transition: background 0.3s ease-in-out;
}


.arist-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}


.artist-center {
    width: 38%;
    margin: 0 auto;
    text-align: center;
}

.artist-center .artist-avatar {
    width: 75px;
    height: 75px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.artist-center .artist-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.artist-center .artist-name {
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0 0 0;
    text-align: center;
}


.artist-center .artist-location {
    text-align: center;
    color: #959595;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 9px 0 11px 0;

}

.artist-center .artist-about {
    text-align: center;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.artist-social {
    display: flex;
    /* flex-flow: column; */
    /* justify-content: space-between; */
    width: 29%;
    -ms-flex-align: center;
    align-items: center;
}


.list-bts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.list-bts li {
    list-style: none;
}

.list-bts li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #202121;
    border-radius: 30px;
    background-color: #fff;
}

.list-bts li a:hover {
    background-color: #131313;

}

.list-bts li a:active {
    -webkit-transform: scale3d(.95, .95, .95);
    transform: scale3d(.95, .95, .95);
}

.list-bts li a:hover svg {
    fill: #fff;
}

.list-bts li a.followclass {
    width: unset;
    border-radius: 50px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #131313;
    font-family: 'Helvetica Neue Mtavruli';
}

.list-bts li a.followclass:hover {
    background-color: #fff;
    color: #131313;
    background-image: none;
    text-decoration: none;
}

.list-bts li a.borderclass {
    width: unset;
    border-radius: 50px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #131313;
    color: #131313;
    background-color: transparent;
    font-family: 'Helvetica Neue Mtavruli';
}

.list-bts li a.borderclass:hover {
    border: 1px solid #131313;
    color: #fff;
    background-color: #131313;
}

.list-bts li a svg {
    fill: #131313;
    height: 16px;
    width: 16px;
}

.list-bts li a img {
    height: 22px;
    width: 22px;
    object-fit: contain; 

}

.list-bts li a.marti-btn {
    width: 102px;
    height: 40px;
    object-fit: contain;
    /* border-radius: 50%; */
}

.list-bts li a.marti-btn img {
    height: 22px;
    width: auto;
    object-fit: contain; 

}

.list-bts li a:hover img {
    filter: brightness(0) invert(1);

}


.artist-contact {
    display: flex;
    /* flex-flow: column; */
    /* justify-content: space-between; */
    width: 29%;
    -ms-flex-align: center;
    align-items: center;
}

.artist-contact ul {
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mobilebar {
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    display: none;
}

.burgerbar {
    display: inline-block;
    cursor: pointer;
    z-index: 100;
}

.burgerbar .bar1,
.burgerbar .bar2,
.burgerbar .bar3 {
    width: 35px;
    height: 3px;
    background-color: #131313;
    margin: 5px 0;
    transition: 0.2s;
}

.burgerbar.active .bar2,
.burgerbar .invis {

    opacity: 0;
    background-color: transparent;
}


.burgerbar.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burgerbar.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}

.fixedHeader {
   /* position: fixed; */
    position: sticky;
    top: 0;
    width: 100%;
}


.sidebar {
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    padding-top: 115px;
    position: fixed;
    z-index: 99;
    background: rgba(255, 255, 255, 0.99);
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: scroll;
}

.fixedHeader .sidebar {
    height: 100vh;
    top: 0;
}

.sidebar.active {
    right: 0;
}

.overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    opacity: 1;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.overlay.active {
    display: block;
    width: 100%;
    opacity: 1;
}

.body-lock {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.user-nav .user-svg-mobile svg {
    position: relative;
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    fill: #1a1a1a;
    margin-top: -1px;
    display: none;
}


.sliding-menu {
    position: relative;
    background: rgba(255, 255, 255, .5)
}

.sliding-menu-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding-left: 0
}

.sliding-menu li {
    padding: 0;
    margin: 0;
    list-style: none
}

.sliding-menu li a {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 26px;
    font-size: 22px;
    line-height: 1.4em;
    color: #131313;
    text-decoration: none;
    border: none;
    outline: none;
    -ms-flex-align: center;
    align-items: center;
}

.sliding-menu li:last-child a {
    border-bottom: none;
}


.sliding-menu li a:lang(ka) {
    font-weight: 500;
}

.sliding-menu .active a {
    color: #fff;
    background: #131313;
    border: none
}

.sliding-menu .sliding-menu-nav:after {
    content: "";
    display: block;
    position: relative;
    width: .75em;
    height: .75em;
    border-top: 2px solid;
    border-right: 2px solid;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sliding-menu .sliding-menu-back {
    color: #fff !important;
    background: #131313;
    border-bottom: none;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.sliding-menu .sliding-menu-back:hover {
    color: #fff !important;
    background: #131313;
    border-bottom: none;
}

.sliding-menu .sliding-menu-back:before {
    content: "";
    display: block;
    position: relative;
    width: .65em;
    height: .65em;
    margin-top: 1px;
    margin-right: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sliding-menu .sliding-menu-back:after {
    display: none;
}

.sliding-menu .sliding-menu-icon {
    margin-right: .4em
}

.sliding-menu .sliding-menu-separator {
    margin: .4em 1em;
    border-top: 2px solid #131313
}


.error-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 284px);
    background-color: #fff;
    text-align: center;
}

.error {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    font-size: 75px;
    font-weight: bold;
    color: #f4f7f6;
}

.box-error .img {
    position: relative;
    margin-bottom: 30px;
}

.box-error h1 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #202121;
    text-transform: uppercase;
}

.profile-section {
    display: flex;
    min-height: calc(100vh - 284px);
    background-color: #fff;
    padding-top: 30px;
}

.profile_navbar a {
    display: block;
    padding: 7px 0;
    line-height: 1;
    text-decoration: none;
    color: #6e6d7a;
    font-weight: 500;
    font-size: 15px;
}

.profile_navbar a:hover {
    color: #333;
}

.profile_navbar a.active {
    font-weight: bold;
    color: #333;

}

.profile_navbar a .badge {
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    background-color: #1273e5 !important;
}

.profile-section .container {
    max-width: 878px;
    padding: 32px 0;
}

div.notice {
    padding: 12px;
    color: #fff;
    background: #333;
    position: relative;
    z-index: 99;
}

div.notice.success {
    background-color: #009688;
}

div.notice h1 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}


.upload_avatar {
    position: relative;
    /* background-color: #ebebeb; */
    display: block;
    width: 100%;
    height: 100%;
}

.upload_avatar img {
    position: relative;
    z-index: 2;
    object-fit: cover;
    border-radius: 50%;
    background: #ccc;
    display: block;
    width: 100%;
    height: 100%;
}

.upload_avatar svg {
    top: calc(50% - 88px);
    left: calc(50% - 88px);
    position: absolute;
    fill: #959595;
    height: 50%;
    width: 50%;
    z-index: 1;
    margin-top: -1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.upload_avatar:hover svg {
    fill: #656565;
}


.artist-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}


.artist-single .artist-avatar   {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    max-width: 350px;
    max-height: 350px;
    min-width: 350px;
    min-height: 350px; 
    position: relative; 
    background-color: #ebebeb;}

.artist-single .artist-avatar img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 100%; 
    background-color: #fff;
}

.artist-about {
    position: relative;
    padding: 25px 0 25px 40px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 350px);
}


.artist-about .artist-nickname {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Mtavruli';
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.artist-about .artist-nickname span {
    /* font-weight: 500; */
    /* letter-spacing: 0; */
    /* padding-right: 5px; */
}

.artist-about .artist-nickname span:lang(en) {
    /* font-weight: 500; */
}


.artist-about .artist-nickname span.artist-verify {
    margin-left: 12px;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    align-items: center;
    color: #1473e6;

}

.artist-about .artist-nickname span.artist-verify svg {
    height: 25px;
    width: 25px;
    fill: #1473e6;
}




.artist-about .bio {
    font-size: 14px;
    font-weight: normal;
    color: #696969;
    margin-bottom: 20px;
}

.artist-about .bio span {
    font-size: 15px;
    color: #131313;
    display: block;
    font-family: 'Helvetica Neue Mtavruli';
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.artist-about .bio span:lang(en) {
    font-weight: 500;

}


.artist-about .artist-location {
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 9px 0 11px 0;

}

.artist-about .artist-location svg {
    fill: #696969;
    margin-right: 2px;
    margin-top: -2px;
    width: 9px;
}

.artist-about .list-bts {
    margin-bottom: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    flex-direction: row;
    align-items: center;
    /* margin-right: 10px; */
}


h1.georgian-head {
    font-size: 16px;
    color: #131313;
    display: block;
    font-family: 'Helvetica Neue Mtavruli';
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.exhibition-page:before {
    content: "";
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.exhibition-page .bgimg {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.exhibition-form {
    position: relative;
    z-index: 3;
}

.exhibition-box {
    min-height: calc(100vh - 308px);

}

.head-no-border .nav-section::before {
    display: none;
}

.nav-section.fixedHeader::before {
    display: block;
}

.exhibitionform {
    width: 610px;
    min-height: 655px;
    padding: 40px 56px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.exhibitionform .g-recaptcha {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    width: 0;
}

.exhibitionform > h1 {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.3;
    margin-top: 10px;
}


.exhibitionform > h1:lang(ka) {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
}


.exhibitionform .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 3px 15px;
    border-radius: 44px;
    font-size: 14px;
    letter-spacing: 0.5px;
    /* opacity: 0.9; */
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

.exhibitionform label {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    color: #808080;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 20px;
}

.off-page .bgimg {
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}


.off-page:before {
    content: "";
    width: 100%;
    position: fixed;
    z-index: 2;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
}

.off-page .off {
    height: 100vh;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 47px;
    color: #fff;
}


.hide {
    display: none;
}


.share-art {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.share-art span {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 15px;
    margin-right: 10px;
}

.share-art ul {
    margin-top: -4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.share-art ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #202121;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -5px;
}

.share-art ul li a.active,
.share-art ul li a:hover {
    background-color: #131313;
}

.share-art ul li:last-child a {
    padding-right: 0;
}

.share-art ul li:first-child a {
    padding-left: 0;
}

.share-art ul li a svg {
    fill: #131313;
    height: 16px;
    width: 16px;
}

.share-art ul li a:hover svg {
    fill: #fff;
}


.fancybox-button--zoom,
.fancybox-button--play {
    display: none !important;
}


a.item-gallery {
    height: 250px;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

a.item-gallery img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.fancybox-thumbs__list a:before {
    border: 2px solid #000000 !important;
}

.fancybox-thumbs__list a {
    height: 245px !important;
    max-height: calc(100% - 42px) !important;
    max-width: calc(100% - 4px) !important;
    width: 100% !important;
}


.artup-btn {
    background-color: #000;
    color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    padding: 4px 15px 5px;
    text-shadow: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: background, color, border;
    transition-property: background, color, border;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}

.artup-btn:hover {
    background-color: #000;
    color: #fff;
    background-image: none;
    text-decoration: none;
}

.artup-btn:active {
    -webkit-transform: scale3d(.95, .95, .95);
    transform: scale3d(.95, .95, .95);
}


.currency-div {
    margin: -35px 0 25px -35px;
    padding-left: 35px;
    border-bottom: 1px solid #e9e8ec;
}


.currency-div .sortcurr-nav {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sortcurr-nav li:first-child {
    padding-left: 0;
}

.sortcurr-nav li {
    padding: 0;
}

.sortcurr-nav li a {
    font-weight: 500;
    color: #9c9c9c;
    text-decoration: none;
    padding: 15px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    border-right: 1px solid #e9e8ec;
}

.sortcurr-nav li a:hover {
    background-color: #f3f3f3;
}


.currency-div .sortcurr-nav li a.active {
    background-color: #f3f3f3;
    color: #000;
}

.product-section .sticky-top {
    top: 59px;
    z-index: 98;
}

.mobile-show {
    display: none;
}


.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #212529;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    font-size: 14px;
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 16px;
    width: 12px;
    left: 50%;
    right: 26px;
    margin-left: -12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f2f2f2;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f2f2f2;
    color: black;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #212529;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    font-size: 14px;
}


.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    height: 31px;
}

.select2-search--dropdown {
    display: block;
    padding: 10px 7px;
}

.select2-results__option {
    font-size: 14px;
}


.addcart-btn {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    width: 100%;
    padding: 10px 1px;
    text-shadow: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: background, color, border;
    transition-property: background, color, border;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;

    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.addcart-btn:hover {
    background-color: #000;
    color: #fff;
    background-image: none;
    text-decoration: none;
}

.addcart-btn:active {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}

.validation-error-label .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #f00 !important;
    border-radius: 0;
}

#cart_form_add {
    max-width: 100%;
}

#cart_form_add #city_id-error,
#cart_form_add #country_id-error,
#cart_form_add #currency-error,
#cart_form_add #price_id-error {
    display: none !important;
}


.shopitem_detail {
    margin-bottom: 15px;
}


#price_text {
    line-height: 1;
    font-size: 28px;
    font-weight: 500;
}

#shipping_text {
    display: inline-block;
    background: #f3f3f3;
    border: 1px solid #dee2e6;
    font-size: 14px;
    padding: 1px 6px;
    color: #212629;
    margin-top: 12px;
    border-radius: 0;
}

#left_text {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #212629;
    margin-top: 12px;
    border-radius: 0;
}

#stock_item {
    font-size: 14px;
    font-weight: 500;
    margin-top: 13px;
}

#stock_item.unavailable {
    color: #f00;
}

.unavailable {
    color: #f00;
}

#cart-sidebar {
    display: block;
    opacity: 0;
    width: 550px;
    position: fixed;
    top: 0;
    padding: 60px 50px 0 50px;
    right: -550px;
    height: 100vh;
    z-index: 99999;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s;
    box-shadow: 0 0 24px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

#cart-sidebar.active {
    opacity: 1;
    right: 0;
}


.overlay-cart {
    display: none;
    cursor: pointer;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    opacity: 1;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.overlay-cart.active {
    z-index: 99998;
    display: block;
    width: 100%;
    opacity: 1;
}

.cartbar-h1 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.cartbar-h1:lang(ka) {
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';

}


.checkout-btn {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    background-image: none;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    width: 100%;
    padding: 10px 1px;
    text-shadow: none;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: background, color, border;
    transition-property: background, color, border;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.checkout-btn:hover {
    background-color: #000;
    color: #fff;
    background-image: none;
    text-decoration: none;
}

.checkout-btn:active {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}

.viewcart-btn {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.viewcart-btn:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
    background-image: none;
    text-decoration: none;
}

.cart-list {
    padding-left: 0;
    list-style: none;
}

.cart-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

.cart-list li:last-child {

    border-bottom: none;
}

.cart-list li .cart-img img {
    height: 145px;
    margin-right: 15px;
    /* border: 1px solid #dee2e6; */
}


.cart-list li .cart-body {
    -ms-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
    height: 145px;
}

.cart-list li .cart-body .product-name,
.cart-list li .cart-body .product-size,
.cart-list li .cart-body .product-price {
    width: 100%;
    display: block;
}

.cart-list li .cart-body .product-name a {
    font-weight: 500;
    font-size: 18px;
    color: #212529;
}

.cart-list li .cart-body .product-size a {
    font-size: 14px;
    font-weight: 500;
    color: #a0a0a0;
}


.cart-list li .cart-body .product-price a {
    font-weight: 500;
    font-size: 14px;
    color: #212529;
}


.empty-cart {
    text-align: center;
    margin-bottom: 25px;
}

.empty-cart svg {
    fill: #131313;
    width: 60px;
    opacity: 0.5;
    margin-top: 45px;
    margin-bottom: 25px;
}

.empty-cart h1 {
    color: #131313;
    font-size: 19px;
    font-weight: 500;
    opacity: 0.5;
}


.cart-item-qty {
    margin-top: 10px;
    display: flex;
}

.cart-item-qty .select2-container .select2-selection--single {
    height: 30px;
}

.cart-item-qty .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    font-size: 14px;
    line-height: 29px;
    font-weight: 500;
}

.cart-item-qty .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 15px;
}


#cartdropdown .select2-results__option {
    padding: 0;
    padding-left: 10px;
    color: #212529;
    font-size: 14px;
    line-height: 29px;
    font-weight: 500;
}

.cart-delete-item {
    margin-left: 6px;
}

.cart-delete-item svg {
    height: 30px;
    width: 19px;
}


.total-itemcart {
    text-align: right;
    display: flex;
    align-items: center;
    height: 145px;
}

.total-itemcart-price {
    text-align: right;
    font-size: 19px;
    font-weight: 500;
}

.total-itemcart-ship-incl {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background: #f3f3f3;
    border: 1px solid #dee2e6;
    padding: 1px 6px;
    color: #212629;
    margin-top: 5px;
}


.total-cart-box {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 25px;
}


#cart-section {
    padding: 40px 0;
    min-height: calc(100vh - 308px);
}

#cart-section .cartbar-h1 {
    font-size: 25px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
}


#cart-section .cart-footer {
    display: flex;
    justify-content: space-between;
}

#cart-section .cart-footer .cart-footer-box {
    max-width: 350px;
    width: 100%;
}

#cart-section .container {
    max-width: 1040px;
}

.card-cart-totals {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
}

.card-cart-totals .card-cart-body {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px 25px;
    font-weight: 500;
}

.card-cart-totals .card-cart-footer:last-child {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 17px 17px;
    background-color: rgb(0, 0, 0);
    border-top: none;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 0;
}

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

.table-cart td, .table-cart th {
    padding: 5px 0;
    vertical-align: middle;
    font-size: 14px;
}


.table-cart td .price {
    font-weight: bold;
    font-size: 18px;

}


.cart-item-codes {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.cart-item-code {
    color: #3f3f3f;
    background-color: #ffffff;
    border: 2px dotted #121212;
    padding: 2px 6px;
    font-size: 20px;
    line-height: 1;font-weight: 500;
    border-radius: 4px;}


.shipping-details {
    padding-right: 120px;
}

.shipping-h1 {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.shipping-h1:lang(ka) {
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';

}


.shipping-details .custom-control-label::before {
    box-shadow: none !important;
    position: absolute;
    top: 3px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0 !important;
}

.shipping-details .custom-control-label::after {
    position: absolute;
    top: 3px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.shipping-details .custom-control-label {
    cursor: pointer;
}

.shipping-details .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #000000;
    border: 1px solid #000000;
}

.shipping-details .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #000000;
}

.shipping-details .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important;
}

.shipping-details .custom-control label {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 14px;
}


.order-totals {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
}


.order-h1 {
    border-bottom: 1px solid #dee2e6;
    padding: 25px;
    margin: 0 -25px;
    margin-bottom: 15px;
    font-size: 18px;
    /* background: #ebebeb69; */
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.order-h1:lang(ka) {
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';

}


.order-totals .order-totals-body {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 25px 25px 25px;
    font-weight: 500;
}

.order-totals .order-totals-footer:last-child {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 17px 17px;
    background-color: rgb(0, 0, 0);
    border-top: none;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 0;
}

.table-checkout {
    margin-bottom: 0;
}

.table-checkout td {
    padding: 15px 0;
    vertical-align: middle;
    font-size: 14px;
    color: #5f5f5f;
}


.table-checkout td .price {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.order-attributes {
    margin-top: 4px;
}

.order-attributes .order-attribute {
    color: #5f5f5f;
    text-transform: lowercase;
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 2px 6px;
    display: inline-block;
}


#checkout-section {
    padding: 40px 0;
    min-height: calc(100vh - 308px);
}


#checkout-section .container {
    max-width: 1140px;
}

.add-address-form .select2-container--default .select2-selection--single {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}

.add-address-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-color: #ebebeb;

}

.add-address-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .75rem;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
}


.add-address-form label {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    margin-bottom: 1px;
    font-weight: 500;
    color: #505050;
}

#addAddress .modal-header {
    padding: 20px 40px;
    font-family: 'Helvetica Neue Mtavruli';
}

#addAddress .modal-footer {
    padding: 18px 40px;
}

#addAddress .modal-body {
    padding: 30px 40px;
}

.form-text {
    color: #dc3545 !important;
    font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    font-weight: bold;
    font-size: 11px;
    margin-top: 0;
}

.add-address-form .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 5px 17px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 55px;
    opacity: 0.9;

}

.no-item {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background: #ebebeb;
    transition: all 0.3s linear;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 45px;
    z-index: 3;
    text-align: center;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 14px;
    font-weight: 500;
    color: #888;
}

.address-box {
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #c1c1c1;
    color: #959595;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
 

.order-list .order-item {
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #c1c1c1;
    color: #959595;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.order-list .order-item .title {
    font-family: 'Helvetica Neue Mtavruli';
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #131313;
}

.address-list .address-item ul.info,
.order-list .order-item ul.info {
    display: inline-block;
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

.address-list .address-item ul.info li,
.order-list .order-item ul.info li {
    display: block;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.address-list .address-item ul.info li span,
.order-list .order-item ul.info li span {
    color: #131313;

}

.address-item .buttons,
.order-item .buttons {
    display: inline-block;
}

.address-item .buttons a,
.order-item .buttons a {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 5px 17px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 55px;
    opacity: 0.9;
    color: #212529;
    min-width: 130px;
    border: 2px solid #212529;
}

.address-item .buttons .btn-outline-location:hover,
.order-item .buttons .btn-outline-location:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #212529;
}

#addAddress .add-address-form .modal-footer .checkout-btn {
    padding: 13px;
    border-radius: 5px;
}


.total-itemcart-location {
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

.checkout-location {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.title-myorder {
    font-family: 'Helvetica Neue Mtavruli';
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #131313;
}

.orderinner-item-qty {
    color: #5f5f5f;
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 500;
}

.order-totals-inner {
    height: 100%;
}

.order-totals-inner .order-totals-body {
    border-bottom: 1px solid #dee2e6;
    padding: 0 20px 20px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #5f5f5f;
    height: 100%;
}

.orderinnter-date {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.order-subtotalitem {
    font-size: 13px;
    /* font-weight: normal; */
    color: #959595;
}


.order-totals-inner .order-h1 {
    padding: 20px 20px;
    margin: 0 -20px;
    margin-bottom: 20px;
}


.unlimited-form {
    width: 47px;

    display: -webkit-box;
    display: flex;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #ddd;
}

.unlimited-form .unlimitedIcon {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 22px;
    padding-right: 4px;
    z-index: 1;
    cursor: pointer;
}

.unlimited-form .form-control {
    width: 26px;
    font-size: 14px;
    height: 30px;
    font-weight: 500;
    padding: 0;
    padding-left: 6px;
    line-height: 1;
    background-color: transparent;
    border-color: transparent;
    color: #212529 !important;
}

.unlimited-form .unlimitedIcon svg {
    fill: #212529;
    height: 16px;
    margin-left: 0;
    margin-top: 0;
    width: 16px;
}


.filter-items .row {

    margin-right: -10px;
    margin-left: -10px;
}

.filter-items .row > * {
    padding-right: 10px;
    padding-left: 10px;
}

.filter-items {
    width: 900px;
}

.big-desk-filter {
    width: 700px;
}

.medium-desk-filter {
    width: 620px;
}

.small-desk-filter {
    width: 300px;
}

a.clear-project {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #dc3544;
    position: relative;
    height: 38px;
    line-height: 38px;
    padding-right: 12px;
    padding-left: 12px;
}

a.clear-project-mobile {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #dc3544;
    position: relative;
    height: 38px;
    line-height: 38px;
}


.filter-price {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    color: #c2c2c2;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding-left: 8px;
    padding-right: 20px;
    cursor: pointer;
}

.filter-price:after {
    content: '';
    border: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 16px;
    width: 12px;
    /* left: 50%;*/
    right: 10px;
    margin-left: -12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
}

.dropdown-price {
    width: 210px;
    padding: 15px 8px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0;
}

.dropdown-price .form-control {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 4px;
    height: 31px;
    border-color: #dee2e6;
    border-radius: 0;
    color: #212529 !important;
    background-color: #fff;

}

.dropdown-price .form-control::placeholder {
    color: #c2c2c2;

}

.filter-pricebtn {
    display: inline-block;
    padding: 1px 6px;
    margin-top: 9px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: normal;
    background-color: #ebebeb;
    color: #000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


#slider-range {
    background-color: #dee2e6;
    border: none;
    height: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 0;
}

#slider-range .ui-slider-range {
    border-radius: 55px;
    background-color: #1273e5;
    border: none;
}

#slider-range .ui-slider-handle {
    background: #1273e5;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin-left: 0;
}

#slider-range .ui-slider-handle:last-child {
    margin-left: -12px;
}

#amount-range {
    font-weight: 500;
    font-size: 14px;
}

 

.price-range-body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}

.filter_projects-main {
    display: flex;
    justify-content: space-between;
}

.filter_project_withclear {
    display: flex;
}

.filter-icon {
    display: none;
    align-items: center;
    cursor: pointer;
    color: #fff;
    /* background-color: #1473e6; */
    border: 1px solid;
    border-color: #dee2e6;
    border-radius: 0px;
    /* height: 35px; */
    padding: 0 15px;
}

.filter-icon svg {
    fill: #212529;
    height: 21px;
    margin-left: 2px;
    margin-top: -3px;
    width: 21px;
}

.filter-icon span {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    /* color: #fff; */
    margin-left: 8px;
    padding-right: 5px;
    color: #212529;
}


.filter-icon span.arrflt {
    padding-left: 0;
    padding-right: 2px;
    margin-left: 0;
}

.filter-icon span.arrflt svg {
    height: 19px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#filter-sidebar {
    display: block;
    opacity: 0;
    width: 350px;
    position: fixed;
    top: 0;
    padding: 60px 50px 0 50px;
    left: -350px;
    height: 100vh;
    z-index: 99999;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s;
    box-shadow: 0 0 24px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

#filter-sidebar.active {
    opacity: 1;
    left: 0;
}

.filtertbar-h1 {
    font-family: 'Helvetica Neue Mtavruli';
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.overlay-filter {
    display: none;
    cursor: pointer;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    opacity: 1;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.overlay-filter.active {
    z-index: 99998;
    display: block;
    width: 100%;
    opacity: 1;
}


#slider-range_side {
    background-color: #dee2e6;
    border: none;
    height: 4px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 0;
}

#slider-range_side .ui-slider-range {
    border-radius: 55px;
    background-color: #1273e5;
    border: none;
}

#slider-range_side .ui-slider-handle {
    background: #1273e5;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin-left: 0;
}

#slider-range_side .ui-slider-handle:last-child {
    margin-left: -12px;
}

#amount-range_side {
    font-weight: 500;
    font-size: 14px;
}


.mobile-project-h1 {
    margin-bottom: 22px;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}

.modal-title {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 22px;
    font-weight: 500;
}

.modal-body {
    font-size: 14px;
    font-weight: 500;
}

.modal-body h3 {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 18px;
    font-weight: 500;
}

.modal-body h3 strong {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 18px;
    font-weight: 500;
}

.article-single h3 {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 18px;
    font-weight: 500;
}

.article-single h3 strong {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 18px;
    font-weight: 500;
}

.shippingName {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}


.allshop-btns .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 9px 22px;
    min-width: 300px;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.home-product {
    position: relative;
    background-color: #ebebeb85;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.pattern-section {
    position: relative;
    min-height: calc(100vh - 308px);
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
}



#mobile-filter {
    /* margin: 50px 0; */
    display: none;
}

#mobile-filter #fltrAcord .accordion-item {
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    border: none;

}

#mobile-filter #fltrAcord .accordion-item .accordion-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
    padding-top: 10px;
}

#mobile-filter #fltrAcord .accordion-item .accordion-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;

}

#mobile-filter #fltrAcord .accordion-item .accordion-header .btn-header-link {
    color: #222;
    display: block;
    text-align: left;
    font-size: 15px;
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #dee2e6;
}

#mobile-filter #fltrAcord .accordion-item:last-child .accordion-header .btn-header-link {
    border-radius: 0;
}

#mobile-filter #fltrAcord .accordion-item .accordion-header .btn-header-link:after {
    content: "-";
    font-weight: normal;
    float: right;
}

#mobile-filter #fltrAcord .accordion-item .accordion-header .btn-header-link.collapsed {
    background: #fff;
    color: #222;
}

#mobile-filter #fltrAcord .accordion-item .accordion-header .btn-header-link.collapsed:after {
    content: "+";
}

#mobile-filter #fltrAcord .accordion-button::after,
#mobile-filter #fltrAcord .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

#mobile-filter #fltrAcord .accordion-button:not(.collapsed) {

    box-shadow: none;
}

#mobile-filter #fltrAcord .accordion-item .collapsing {
    background: #fff;
    line-height: 30px;
}

#mobile-filter #fltrAcord .accordion-item .collapse {
    border: 0;
}

#mobile-filter #fltrAcord .accordion-item .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

.filtr-nav li a.active {
    color: #222;
}

.btn-cricle #download {
    fill: #ffffff;
    height: 18px;
    margin-left: 0;
    margin-top: -2px;
    margin-right: 2px;
    width: 18px;
}

.itemparen-video {
    height: calc(100vh - 308px);
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.itemparen-video .item-video {
    width: 100%;
    height: 100%;
    text-align: center;
}

.itemparen-video video {
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 700px;
}

.plyr--full-ui input[type=range] {
    color: #ffffff !important;

}

.plyr__control--overlaid {
    background: transparent !important;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: transparent !important;
}

.plyr__control svg {
    height: 18px;

    width: 22px;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid svg {
    height: 52px;
    width: 52px;
}


div.alert-art {
    padding: 12px;
    color: #fff;
    background: #333;
    position: relative;
    z-index: 0;
}

div.alert-art.info {

    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;

    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
}

.header-map-single {
    position: relative;
    height: calc(100vh - 308px);
    min-height: 800px;
    overflow: hidden;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}


.header-map-single #map-loaction {
    background-color: #1d1d1d;
    height: 100%;
    width: 50%;
    color: #fff;
}

.location-half {
    position: relative;
    background: #fff;
    padding: 30px 50px 30px 30px;
    width: 50%;
    height: 100%;
}

.location-half:before {
    content: '';
    background-color: #dee2e6;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.location-name {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';
    text-transform: uppercase;
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
}

.project-detail .backdiv {
    position: relative;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.loc-scroll-box {
    height: 94%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 15px;
}

/* width */
.loc-scroll-box::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.loc-scroll-box::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #ebebeb;
}

/* Handle */
.loc-scroll-box::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #888;
}

/* Handle on hover */
.loc-scroll-box::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.shop-avlbl-icone {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(25, 25, 25, 0.6);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 0px;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}


.shop-avlbl-icone svg {
    fill: #fff;
    margin-right: 0;
    margin-top: 0;
    width: 18px;
    height: 18px;
}


.artup-project .artup-project-img:hover .shop-avlbl-icone {
    background: rgba(25, 25, 25, 1);
}

.shop-avlbl-icone span {
    line-height: 1;
    display: none;
}

.lastparam {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.sub-main-menu-filter {
    /* background-color: #ebebeb; */
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
    padding-top: 20px;
}

.filter-items .form-control {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    height: 38px;
    color: #212529 !important;
}

.filter-items .form-control::placeholder {
    color: #c2c2c2;
}


.address-radios {
    list-style: none;
    padding: 0;
}

.address-radios li {
    padding: 20px 55px 20px 30px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    margin-bottom: 1rem;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    height: 95px;
    transition: all .3s;
}

.address-radios li:hover {
    background-color: #f5f5f5;
}

.address-radios li .usernameship {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.address-radios li::before {
    position: absolute;
    right: 24px;
    top: 41%;
    height: 24px;
    width: 24px;
    content: "";
    opacity: 0.15;
    background-image: url(../img/checked.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 23px;
}

.address-radios li.is-checked {
    background-color: #f5f5f5;
}

.address-radios li.is-checked::before {
    opacity: 1;
}


.new-address-btn {
    text-align: center;
    padding: 9px;
    color: #5f5f5f;
    cursor: pointer;
    background-color: #f5f5f5;
    font-size: 14px;
    border: 1px solid #dee2e6;
}


.btn-contact {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 3px 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    opacity: 0.9;
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-contact:hover {
    color: #fff;
    background-color: #1473e6;
    border-color: #1473e6;
}

.horizontal-slide .owl-project .owl-nav {
    top: 50%;
}

@media (min-width: 991.98px) {

    .horizontal-slide {
        background: #F2F2F2;
    }

    .horizontal-slide .project-slide {
        padding: 0;
        height: calc(100vh - 100px);
        max-height: 550px;
        border-bottom: 1px solid #ddd;
    }

    .horizontal-slide .project-slide .owl-carousel .owl-item .item a img {
        height: 100%;
        position: relative;
        width: auto;
        margin: 0 auto;
    }

    .horizontal-slide .project-detail {
        padding: 35px;
        background: #fff;
        height: 100%;
    }

    .horizontal-slide .project-slide .owl-carousel,
    .horizontal-slide .project-slide .owl-carousel .owl-stage-outer,
    .horizontal-slide .project-slide .owl-carousel .owl-stage,
    .horizontal-slide .project-slide .owl-carousel .owl-item,
    .horizontal-slide .project-slide .owl-carousel .owl-item .item,
    .horizontal-slide .project-slide .owl-carousel .owl-item .item a {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        height: 100%;
    }

    .horizontal-slide .mobile-project-h1 {
        display: none !important;
    }


    .horizontal-slide .owl-project .item {
        padding: 50px;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: calc(100vh - 308px);
        align-content: flex-start;
        justify-content: space-around;
        width: 100%;
    }

    .horizontal-slide .owl-carousel .owl-item a img {
        display: block;
        width: 100%;
    }

    .horizontal-slide .itemparen-video {
        height: unset;
        display: flex;
        align-content: flex-start;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

    .horizontal-slide #cart_form_add {
        max-width: unset;
    }

}


.nav-vidcontr {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 10px;
    padding-bottom: 20px;
}

.nav-vidcontr .butt-vidcontr {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    appearance: none;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 999px;
    height: 38px;
    width: 38px;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.nav-vidcontr .butt-vidcontr .butt-helpcontr {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav-vidcontr .butt-vidcontr .butt-helpcontr {
    width: 18px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.horizontal-shop-project .container {
    max-width: 1180px;
}

.project-slide .container {
    max-width: 1180px;
}


.butt-helpcontr svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}


.following-page ol.artup-list li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0 10px 20px 10px;
    width: calc(34% - 25px);
}

.favorite-icon svg {
    cursor: pointer;
    width: 28px;
    height: 28px;

}


.addcartBox {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.addcartBox .favorite-icon {
    margin-left: 15px;
}


.title-profile {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    /* margin-left: -5px; */
    /* margin-right: -5px; */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.title-profile a.sold-search {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    background: #1273e4;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;

}

.sold-filter {

    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-size: 14px;
    background: #1273e4;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;

}

.sold-filter:hover {
    background: #1273e4;
    color: #fff;
}


.slctAddrs {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    margin-bottom: 13px;
}


.favorite-menu a span {
    position: relative;
}

.favorite-menu a span:after {
    content: '';
    top: -8px;
    right: 0;
    position: absolute;
    width: 18px;
    height: 4px;
    z-index: -1;
    background-color: #00a1fe;
}

.webarnft-absolute {
    position: absolute;
    top: 15px;
    right: 15px;
}


.webar-product {
    position: relative;
    background: rgba(25, 25, 25, 0.6);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.artup-project .artup-project-img:hover .webar-product {
    background: rgba(25, 25, 25, 1);
}

.webar-product span {
    line-height: 1;
    display: none;
}


.nft-product {
    position: relative;
    background: rgba(25, 25, 25, 0.6);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 1px 2px;
    line-height: 1.2;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.artup-project .artup-project-img:hover .nft-product {
    background: rgba(25, 25, 25, 1);
}

.nft-product span {
    line-height: 1;
    display: none;
}

.artistsBoxes {
    display: flex;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    z-index: 9;
}


.nav-artist {
    margin-bottom: 24px;
    /* text-align: center; */
    display: flex;
}

.nav-artist a {
    padding: 7px 19px;
    border-radius: 113px;
    border: 1px solid #dee2e6;
    background: #ffffff;
    font-weight: 500;
}

.nav-artist a {
    font-family: "Helvetica Neue Mtavruli", "Arial", sans-serif;
    padding: 0 15px 0 20px;
    border-radius: 113px;
    border: 1px solid #000000;
    background: #ffffff;
    font-weight: 500;
    display: flex;
    height: 45px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.nav-artist a span {
    font-family: "Helvetica Neue Mtavruli", "Arial", sans-serif;
    padding: 0px 7px;
    border-radius: 113px;
    background: #000;
    margin-left: 9px;
    color: #fff;
    font-weight: 500;
}

 
.nav-artist a.active span { 
    background: #fff; 
    color: #000;
    font-weight: 500;
}

.nav-artist a:hover {
    background: #f5f5f5;
}

.nav-artist a.active:hover,
.nav-artist a.active {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.contactPrice {
    font-family: "Helvetica Neue Mtavruli", "Arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

 

.artup-row > div {
    margin-bottom: 25px;
}

.artup-row > div .artup-project .artup-project-img {
    border-radius: 4px;
    display: block;
    padding-top: unset;
    position: relative;
    width: 100%;
}

.artup-row > div .artup-project .artup-project-img img {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: unset;
    object-fit: unset;
}


ol.artup-list.artup-list-grid {
    display: block;
    column-width: 290px;
    column-gap: 25px;
    padding: 0 15px;
}

@media (min-width: 750px) {

    ol.artup-list.artup-list-grid {
        column-width: 350px;
    }

}

@media (min-width: 1000px) {

    ol.artup-list.artup-list-grid {
        column-width: 250px;
    }

}

@media (min-width: 1622px) {

    ol.artup-list.artup-list-grid {
        column-width: 310px;
    }

}

@media (min-width: 2160px) {

    ol.artup-list.artup-list-grid {
        column-width: 340px;
    }

}


ol.artup-list.artup-list-grid li {
    position: relative;
    float: unset;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 25px;
    break-inside: avoid;
}

ol.artup-list.artup-list-grid li .artup-project .artup-project-img {
    border-radius: 4px;
    display: block;
    padding-top: unset;
    position: relative;
    width: 100%;
}

ol.artup-list.artup-list-grid li .artup-project .artup-project-img img {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: unset;
    object-fit: unset;
}

.border-left {
    border-left: 1px solid rgb(222, 226, 230) !important;
}


.daterangepicker td.in-range {
    background-color: #f2f2f2 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #000000 !important;
    color: #fff;
}


.daterangepicker {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #000;
    font-family: "Gotham", Helvetica, sans-serif !important;
}

.daterangepicker .calendar-table th {
    font-weight: 500;
}

.daterangepicker .calendar-table th:lang(ka) {
    font-family: 'FiraGO', Helvetica, sans-serif;
    font-weight: 500;
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #000;
}


#reportrange .grey-text {
    color: #c2c2c2;
}

#reportrange .grey-text.active {
    color: #212529;
}

#reportrange {
    cursor: pointer;
}

.room-section {
    background: linear-gradient(90deg, #181818 20%, #fff 20%);
}

.room-section > .container-fluid {
    padding-right: 0;
}


.room-side {
    background-color: #181818;
    width: 30%;
    color: #fff;
    padding: 20px 20px 15px 15px;
}

.room-side .room-title {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 19px;
}

.room-side .room-title span {
    padding-bottom: 15px;
}

.room-side .room-title:after {
    content: '';
    background: #4c4c4c;
    height: 1px;
    width: 100%;
}

.room-side .share-art {
    margin-top: 35px;
}

.room-artist .artist-project {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 0;
    border: none;
    color: #fff;
    margin-top: 25px;
}

.room-artist .artist-project .artist-detail a.artist-name {
    color: #ffffff;
}

.room-artist .subsc-art-btn.following {
    background-color: #1473e6;
}

.room-content {
    padding-top: 0;
    padding-bottom: 20px;
}

.share-img img {
    width: 32px;
}

.room-flex {
    min-height: calc(100vh - 97px);
    height: calc(100vh - 97px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    align-items: stretch;
}


.room-flex .project-slide {
    min-height: unset;
    padding: 35px 20px 35px 0;
}

@media (max-height: 1075px) and (min-width: 991.98px) {

    .room-flex .project-slide {
        height: unset;
    }

}

.room-media {
    padding: 0;
    width: 70%;
    max-width: 70%;
    position: relative;
}

.room-media .owl-project,
.room-media .owl-project .owl-stage-outer,
.room-media .owl-project .owl-stage-outer .owl-stage,
.room-media .owl-project .owl-stage-outer .owl-stage .owl-item,
.room-media .owl-project .owl-stage-outer .owl-stage .owl-item .item,
.room-media .owl-project .owl-stage-outer .owl-stage .owl-item .item a {
    height: 100%;
}

.room-media .owl-project .owl-item .item a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.room-video {
    width: 100%;
    height: 100%;
    position: relative;
}

.room-video video {
    width: 100%;
    height: 100%;
}

.room-video .plyr--video {
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.room-video .plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
}


.room-media .room-iframe {
    height: 100% !important;
    width: 100% !important;
}


.related_rooms {
    list-style-type: none;
    box-sizing: border-box;
    color: #696969;
    display: flex;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
    padding: 0;
    flex-direction: column;
}

.related_rooms li {
    display: flex;
}


.related_rooms li a {
    align-items: center;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    margin: 0 7px 7px 0;
    text-decoration: none;
    min-width: 208px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 14px;
    display: flex;
    text-align: center;
    justify-content: center;
}


.related_rooms li a svg {
    height: 22px;
    width: 22px;
    margin-right: 5px;
}


.room-side .share-art ul li a.active,
.room-side .share-art ul li a:hover {
    background-color: #fff;
    border: 1px solid #202121;
    color: #000;
}

.room-side .share-art ul li a:hover svg {
    fill: #131313;
}

.room-media .plyr--video {
    height: 100%;
}

.room-media .plyr__video-embed {

    height: 100%;
}

.related_rooms {
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 10px;
}


.room-content {
    position: relative;
}


.scroll-box {
    width: 100%;
    max-height: calc(100vh - 445px);
    overflow-y: scroll;
    overflow-y: auto;
}

.scroll-box::-webkit-scrollbar {
    width: .2em;
}

.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.scroll-box::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .3);
}

.cover-bar {
    position: absolute;
    background: #181818;;
    height: 100%;
    top: 0;
    right: 0;
    width: .4em;
    transition: all .5s;
    opacity: 1;
}


.room-content:hover .cover-bar {
    opacity: 0;
    transition: all .5s;
}

.room-media .nav-vidcontr {
    padding-right: 35px;
    padding-bottom: 25px;
}

.notifixcations_box ul {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.notifixcations_box ul li {
    list-style: none;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    padding-left: 10px;
    position: relative;
    transition: all .2s;
}

.notifixcations_box ul li a {
    font-weight: 500;
    text-decoration: underline;
}

.notifixcations_box ul li.unseen:after {
    content: '';
    position: absolute;
    top: 19px;
    right: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #dc3544;
}

.notifixcations_box ul li:hover {
    background: #ebebeb;
}


.user-nav .unseen-noti {
    color: #ffffff;
    background-color: #dc3545;
    /* background-color: #000000; */
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    /* position: absolute; */
    /* top: -1px; */
    justify-content: center;
    /* right: -5px; */
    z-index: 2;
}

.giftbalanceprofile {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.a-color-success {
    color: #007600 !important;
}


table.a-bordered {
    margin-bottom: 22px;
    border: 1px solid #e7e7e7;
    border-top-color: #eaeaea;
    border-bottom: 1px solid #e7e7e7;
    border-spacing: 0;
}

table.a-bordered tr:first-child th {
    background: #f0f0f0;
    background: #f3f3f3;
    background: -webkit-linear-gradient(top, #f8f8f8, #eee);
    background: linear-gradient(to bottom, #f8f8f8, #eee);
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
    border-color: #e7e7e7;
    border-bottom: 1px solid #ddd;
}

table.a-bordered td, table.a-bordered th {
    padding: 7px 14px 6px;
}

table.a-bordered tr:nth-child(even) {
    background-color: #f6f6f6;
}

table.a-bordered tr:last-child td {
    border-color: #e7e7e7;
}

a.balancelink {
    border-radius: 17px;
    font-size: 13px;
    text-align: center;
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 2px 4px;
    line-height: 1;
    cursor: pointer;
    color: #5f5f5f;
    background-color: #f5f5f5;
    border: 1px solid #dee2e6;
    /* color: #fff; */
    /* background-color: #1473e6; */
    /* border-color: #1473e6; */
}

a.balanceremove {
    border-radius: 17px;
    font-size: 13px;
    text-align: center;
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 2px 4px;
    line-height: 1;
    cursor: pointer;
    color: #ffffff;
    background-color: #dc3544;
    border: 1px solid #dc3544;
}

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

.h1-fest {
    position: relative;
    text-align: center;
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 15px;
    margin: 0 ;
    color: #191919;
  
}

#filters {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: center;
    position: relative;
}

#filters .btn {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 11px;
    background: #fff;
    margin: 10px 7px;
    border: 2px solid #dee2e6;
    white-space: nowrap;
}

#filters .btn span {
    border-radius: 70px;
    height: 22px;
    line-height: 1.3;
    width: 22px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#filters .btn.is-checked.all-letter {
    background: #121212;
    border-color: #121212;
    color: #fff;
} 




#filters .btn.dream-btn {
    background: #fff;
    border-color: #f5e51b;
    color: #252525;
}
 


#filters .btn.dream-btn span {
    background: #f5e51b;
    border-color: #f5e51b;
    color: #252525;
}
 
#filters .btn.is-checked.dream-btn {
    background: #f5e51b;
    border-color: #f5e51b;
    color: #252525;
}
 
 
#filters .btn.is-checked.dream-btn span {
    background: #fff;
    border-color: #f5e51b;
    color: #252525;
}
 
 


#filters .btn.miss-btn {
    background: #fff;
    border-color: #1154cb;
    color: #252525;
}


#filters .btn.miss-btn span {
    background: #1154cb;
    border-color: #1154cb;
    color: #fff;
}
 
#filters .btn.is-checked.miss-btn {
    background: #1154cb;
    border-color: #1154cb;
    color: #fff;
}
 
#filters .btn.is-checked.miss-btn span {
    background: #fff;
    border-color: #1154cb;
    color: #252525;
}
 
 
 


#filters .btn.regret-btn {
    background: #fff;
    border-color: #FFA800;
    color: #252525;
}


#filters .btn.regret-btn span {
    background: #FFA800;
    border-color: #FFA800;
    color: #000;
}
 
#filters .btn.is-checked.regret-btn {
    background: #FFA800;
    border-color: #FFA800;
    color: #000;
}
 
 
#filters .btn.is-checked.regret-btn span {
    background: #fff;
    border-color: #FFA800;
    color: #252525;
}
 


#filters .btn.wanttotell-btn {
    background: #fff;
    border-color: #017C80;
    color: #252525;
}
 

#filters .btn.wanttotell-btn span {
    background: #017C80;
    border-color: #017C80;
    color: #fff;
}
 
#filters .btn.is-checked.wanttotell-btn {
    background: #017C80;
    border-color: #017C80;
    color: #fff;
}
 
#filters .btn.is-checked.wanttotell-btn span {
    background: #fff;
    border-color: #017C80;
    color: #252525;
}
 
 
 

#filters .btn.lettertostranger-btn {
    background: #fff;
    border-color: #C8006E;
    color: #252525;
}
 

#filters .btn.lettertostranger-btn span {
    background: #C8006E;
    border-color: #C8006E;
    color: #fff;
}
 
#filters .btn.is-checked.lettertostranger-btn {
    background: #C8006E;
    border-color: #C8006E;
    color: #fff;
}
 
 
#filters .btn.is-checked.lettertostranger-btn span {
    background: #fff;
    border-color: #C8006E;
    color: #252525;
}
 
 
#filters-nav  {
     position: relative;
  }
     
 
#filters-nav .arrow-cat {
    display: none;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(18 18 18);
    width: 33px;
    height: 33px;
    top: -66px;
    left: 0px;
    cursor: pointer;
    color: #363636;
    transition: all 0.3s;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
     
 
#filters-nav .arrow-cat svg{
    width: 14px;
    height: 14px; 
    fill: #fff;
}
    
#filters-nav .arrow-cat.next-category {
    right: 0;
    left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
} 



.letter-item {
    position: relative;
    float: left;
    width: 20%;
    height: auto; 
    padding: 10px; 
  }
   


.letter-item .letter-box {
    position: relative;
    padding: 15px;
    color: #262524;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 11px;
    background: #fff; 
    border: 2px solid #dee2e6;
  }
   


.dream .letter-box{
    background: #fff;
    border-color: #f5e51b;
    color: #000;
  }
   
  

.miss .letter-box{
    background: #fff;
    border-color: #1154cb;
    color: #000;
  }
   
  

.wanttotell .letter-box{
    background: #fff;
    border-color: #017C80;
    color: #000;
  }
   
   

.regret .letter-box{
    background: #fff;
    border-color: #FFA800;
    color: #000;
  }
    
     
.lettertostranger .letter-box{
    background: #fff;
    border-color: #C8006E;
    color: #000;
  }


.article-fest { 
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.article-fest-box {
    max-width: 790px;
    
} 

.article-fest-box .article-img {
    margin-bottom: 20px;
}

.article-fest-box .article-img img {
    max-width: 100%;
    border-radius: 3px;
}


.content {
   /* height: calc(100vh - 309px); */
    min-height: 500px;
}



.btn-reg {
    width: 100%;
}


a.btn-metamsk {
    background-image: linear-gradient(267.54deg, rgb(255, 220, 36) 1.63%, rgb(255, 92, 0) 98.05%);
    pointer-events: all;
    color: #fff;
    height: 40px;
    border: 0;
    display: flex;
    padding: 0px 22px !important;
    align-items: center;
    justify-content: space-between;
}

a.btn-metamsk:hover {
    color: #fff;
}

.btn-metamsk svg {
   height: 20px;
}

.room-notmobile-note {
    display: none;
}

.room-notmobile-note h1{
    color: #fff; 
    text-align: center;
}
 
.artists-dots {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.artists-dots span {
    background-color: #fff;
    opacity: .8;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    transition: opacity 0.29s;
}

.artistsBoxesNew2 .artists-dots span {
    background-color: #000; 
}

.artists-dots:hover span {
    opacity: .9;
}


.locations-dots {
    display: flex;
    gap: 6px;
    cursor: pointer;
    margin-right: 14px;
    align-items: center;
}

.locations-dots span {
    background-color: #fff;
    opacity: .6;
    border-radius: 100px;
    height: 15px;
    width: 15px;
    transition: opacity 0.29s;
}

.locations-dots:hover span {
    opacity: .9;
}


.artist-modal {
    width: 660px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: fixed;
    top: calc(50% - 277px);
    z-index: 2099;
    left: calc(50% - 330px);
    overflow-x: hidden;
    overflow-y: auto;
    height: 650px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
 

/* width */
.artist-modal::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.artist-modal::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #ebebeb;
}

/* Handle */
.artist-modal::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #888;
}

/* Handle on hover */
.artist-modal::-webkit-scrollbar-thumb:hover {
    background: #555;
}

 

.overlay-artists { 
    display: none ;
    cursor: pointer;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    opacity: 1;
    z-index: -1;
}

.overlay-artists.active {
    z-index: 2088;
    display: block;
    width: 100%;
    opacity: 1;
}

.artist-modal .event-item-author .author-event {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    width: 100%;
}

.artist-modal .event-item-author .author-event .user-avatar {
    position: relative;
    border-radius: 50%;
    padding: 4px;
    border: 3px solid #1473e6;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.artist-modal .event-item-author .author-event .user-avatar img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}


.artist-modal .event-item-author {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    margin-bottom: 25px;
}

.artist-modal .event-item-author h1 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 5px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    margin-bottom: 0;
}

.artist-modal .event-item-author h1,
.artist-modal .event-item-author h1 a {
    font-size: 18px;
    color: rgb(0 0 0 / 95%);
    text-align: center;
    text-decoration: none;
}




.soc-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.soc-nav li {
    margin-right: 10px;
}



.soc-nav li a {
    /* background-color: #ebebeb; */
    height: 25px;
    line-height: 1;
    width: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.soc-nav li a svg {
    fill: #131313b3;
    height: 20px;
    width: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.soc-nav li a:hover svg {
    fill: #000;
     
}


.profile-soc-follow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.againflax {
    border-bottom: 1px solid #0e0e0e;
    padding: 15px 0;
    display: flex;
    gap: 25px;
    flex-direction: column;
}


.followgram {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    justify-content: flex-end;
}

.followgram li {
     border-left: 1px solid #f2f2f2;
     padding: 0 20px;
}

.followgram li:first-child {
     border-left: none;
     padding-left: 0;
}

.followgram li:last-child { 
     padding-right: 0;
}

.followgram li a   {
    font-weight: 500;
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    color: #4c4c4c; 
    line-height: 1;
}


.followgram li a span { 
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-top: 9px;
}



.overlay-follow { 
    display: none ;
    cursor: pointer;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    opacity: 1;
    z-index: -1;
}

.overlay-follow.active {
    z-index: 2088;
    display: block;
    width: 100%;
    opacity: 1;
}
.overlay-follow::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 45%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.follow-modal {
    background-color: #fff;
    border-radius: 10px;
    width: 450px;
    padding: 25px 0px 30px 25px;
    position: fixed;
    top: calc(50% - 317px);
    z-index: 2099;
    /* overflow: hidden; */
    left: calc(50% - 225px);
    height: 635px;
}

.follow-modal .title-follow {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    padding: 0px 25px 20px 25px;
    margin-bottom: 20px;
    margin-left: -25px;
    margin-right: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.follow-modal .title-follow span{
    font-size: 20px;
    margin-left:  5px;
    /* height: 23px; */
    margin-bottom: -3px;
    /* width: 23px; */
    font-size: 15px;
    padding: 4px 10px;
    color: #fff;
    border-radius: 50px;
    background: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.follow-modal .scroll-modal {

    max-height: 523px;
    width: 100%; 
    overflow-x: hidden;
    overflow-y: auto;
}

.follow-modal .event-item-author .author-event {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.follow-modal .event-item-author .author-event .user-avatar {
    position: relative;
    border-radius: 50%;
    padding: 4px;
    border: 3px solid #1473e6;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.follow-modal .event-item-author .author-event .user-avatar::before {
    content: '';
    background-color: #fff;
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: #fff; */
    border-radius: 50%;
    display: block;
    z-index: -1;
    left: 5px;
    top: 5px;
    right: 5px;
    opacity: .9;
    bottom: 5px;
    position: absolute;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8C17 10.7614 14.7614 13 12 13C9.23858 13 7 10.7614 7 8C7 5.23858 9.23858 3 12 3C14.7614 3 17 5.23858 17 8Z' stroke='%23323232' stroke-width='2'/%3E%3Cpath d='M3 21C3.95728 17.9237 6.41998 17 12 17C17.58 17 20.0427 17.9237 21 21' stroke='%23323232' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.follow-modal .event-item-author .author-event .user-avatar img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}


.follow-modal .event-item-author {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 15px;
}

.follow-modal .event-item-author h1 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 5px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.follow-modal .event-item-author h1,
.follow-modal .event-item-author h1 a {
    font-size: 22px;
    color: rgb(0 0 0 / 95%);
    text-align: left;
    text-decoration: none;
}


/* width */
.follow-modal .scroll-modal::-webkit-scrollbar {
    width: 5px; 
}

/* Track */
.follow-modal .scroll-modal::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #ebebeb;
}

/* Handle */
.follow-modal .scroll-modal::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #888;
}

/* Handle on hover */
.follow-modal .scroll-modal::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.user-nav .btn.btn-exebition {
    font-family: "Helvetica Neue Mtavruli", "Arial", sans-serif;
    padding: 4px 15px;
    border-radius: 88px;
    border: 2px solid #000000;
    background: #ffffff;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 14px;
    display: flex;
    color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
} 


.user-nav .btn.btn-exebition:hover { 
    background: #ffffff;
    color: #000;  
}



.auth-profile .btn.btn-edit {
    font-family: "Helvetica Neue Mtavruli", "Arial", sans-serif;
    padding: 7px 20px;
    min-width: 146px;
    border-radius: 88px;
    border: 2px solid #000000;
    background: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}


.auth-profile .btn.btn-edit-out {
    font-family: "Helvetica Neue Mtavruli", "Arial", sans-serif;
    padding: 7px 20px;
    border-radius: 88px;
    border: 1px solid #000;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}


.auth-profile .btn.btn-icon {  
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: #fff;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
} 


.auth-profile .btn.btn-icon svg{  
    width: 22px;
    height: 22px;  
} 


.auth-profile {
    display: flex;
    /* padding: 20px 0 0 0; */
    margin-top: 20px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}


.edit-pro-right {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}



 


.btn-avatars {
    position: absolute;
    /* top: 0; */
    z-index: 2;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}

.profile-boxmini {
    max-width: 700px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}


.avatar-uplblox {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
}




.project-slide iframe.fs {
    box-shadow: none;
    border: none;
    width: calc(100vh - 110px);
    max-width: 100%;
    aspect-ratio: 1/1;
}


.room-htmlbs {
    min-height: unset;
    padding: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; 
} 


.room-htmlbs iframe.fs {
    box-shadow: none;
    border: none;
    width: calc(100vh - 110px);
    max-width: 100%;
    aspect-ratio: 1/1;
}

 
#cart_form_add .addcart-btn { 
    height: 38px;
    padding: 8px 1px;
}

.reqbtn {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close {
    position: absolute;
    z-index: 1;
    top: 14px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eaeaea;
    cursor: pointer;
    opacity: .7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%23000000'/%3E%3C/svg%3E");

}
  

.event-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.succmodal {
    background-color: #009688;
    color: #fff; 
}

.succmodal .modal-body {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.succmodal .modal-body .btn-close {
    filter: invert(1);
    transition: all 0.3s;
}




.buy_art_url {
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    background-image: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    padding: 50px 0;
    /* width: 100%; */
    padding: 8px 20px;
    text-shadow: none;
    border-radius: 3px;
    transition-duration: 150ms;
    user-select: none;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.buy_art_url:hover {
    background-color: #000;
    color: #fff;
    background-image: none;
    text-decoration: none;
}

.buy_art_url:active {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}


 

.btn-profileedit {
    font-family: "Helvetica Neue Mtavruli", "Arial", sans-serif;
    padding: 5px 10px;
    border-radius: 88px;
    border: none;
    background: #ebebeb;
    text-transform: initial;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    color: #4a4a4a;
    margin-left: 12px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.btn-profileedit svg {
    width: 14px;
    height: 14px;
    margin-top: -3px;
    margin-right: 5px;
}


 
.innerevent {
    border: 2px solid #000;
    border-radius: 3px;
    overflow: hidden;
    min-height: 131px;
}

.innerevent .event-item-author .author-event {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.innerevent .event-item-author .author-event .user-avatar {
    position: relative;
    border-radius: 50%;
    padding: 4px;
    border: 3px solid #1473e6;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.innerevent .event-item-author .author-event .user-avatar img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}


.innerevent .event-item-author {
    /* height: 100%; */
    /* width: 100%; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.innerevent .event-item-author h1 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 5px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.innerevent .event-item-author h1 a {
    font-size: 15px;
    color: rgb(0 0 0 / 95%);
    text-align: center;
    text-decoration: none;
}


.artistsBoxesNew2 {
    display: flex;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    z-index: 9;
    /* background: #333; */
    padding: 14px 12px;
    min-height: 131px;
    border-left: 2px solid #000;
}

.innerevent .artistsBoxesTitle {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 21px;
    font-weight: 600;
    min-height: 131px;
}

.innerevent .artistsBoxesTitle .tttileEvent {
    font-size: 24px;
    font-family: 'Helvetica Neue Mtavruli';
}


.innerlocdata {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-content: stretch;
}


.innerlocdata .locdirect {
    border-radius: 3px;
    width: 100%;
    background-color: #f3f3f3;
    display: flex;
    padding: 15px;
}


.innerlocdata .locdirect .svgbox svg {color: #656565;width: 23px;height: 23px;}

.innerlocdata .locdirect .descboxevnt  { 
    padding: 0px 10px;
}

.innerlocdata .locdirect .descboxevnt .descboxevnttitle {
    font-size: 16px;
    font-weight: bold; 
}

.innerlocdata .locdirect .descboxevnt .descboxevntvalue {
    font-size: 14px;
    color: #656565;
    gap: 3px 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.innerlocdata .locdirect .descboxevnt .descboxevntvalue .event-location {
    color: #fff;
    background-color: #959595;
    /* border-color: #1473e6; */
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 0px 8px 0px 8px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 0;
    opacity: 0.85;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 3px 3px;
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="%23fff" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z"/></svg>'); */
}



.getdirectbox {
    border-radius: 3px;
    /* border: 1px solid #eaeaea; */
    /* height: 110px; */
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap;
}


.getdirectbox .btn-getdir {
    color: #fff;
    background-color: #a3a3a3;
    /* border-color: #1473e6; */
    font-weight: 500;
    padding: 5px 9px 5px 33px;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 0;
    opacity: 0.85;
    text-transform: uppercase;
    margin-right: 7px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-repeat: no-repeat;
    transition: all 0.3s;
    background-size: 23px;
    margin-right: 0;
    background-position: 6px 6px;
    background-image:  url('data:image/svg+xml,<svg fill="%23fff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><path d="M18.1,4.8C18,4.3 17.6,4 17.1,4H13L13.2,7H10.8L11,4H6.8C6.3,4 5.9,4.4 5.8,4.8L3.1,18.8C3,19.4 3.5,20 4.1,20H10L10.3,15H13.7L14,20H19.8C20.4,20 20.9,19.4 20.8,18.8L18.1,4.8M10.4,13L10.6,9H13.2L13.4,13H10.4Z" /></svg>');
}



.calndarbox {
    flex: 1;
    margin: 8px 0 15px 0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f3f3f3;
    padding: 20px 25px;
    display: flex;
    align-items: center;
}

.calndarbox .eventcalsvg svg {
    height: 22px;
    width: 22px;
    color: #656565;
    margin-top: -6px;
    margin-right: 8px;
}

.calndarbox .caltitle {
    color: #6B6B6B;
    font-size: 16px;
    font-weight: bold;
    margin-top: -3px;
    display: block;
}

.calndarbox .caltitle:hover {
    opacity: 0.6;
}



.calndarbox .caltitlebox {
    display: flex;
    gap: 12px;
}




.pdf_product {
    position: relative;
    width: 100%;
    height: calc(100% + 119px);
    border-radius: 0;
    /* border: 1px solid #dee2e6; */
}


.pdf_product canvas {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.pdf_product #loader {
    position: absolute;
    left: 50%;
    top: 50%;
}

.container-pagebtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.pdf_product .btnpdf,
.pdf_product button {
    outline :0;
    border: 2px solid black;
    border-radius: 0;
    color: white;
    background: black;
    width: 100px;
    height: 40px;
    display: flex;
    font-weight: 500;
    transition: all .1s ease-in-out;
    align-items: center;
    justify-content: center;
}
.pdf_product button:hover {
    background:  none;
    border: 2px solid black;
    color: black;
}
.pdf_product .pagebtn-right {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
}

.share-art {
    display: none;
}

.event-item-author.manyauthor {
     
    border-radius: 60px !important; 

}

.event-item-author.manyauthor .author-event .user-avatar {
 
    height: 60px;
    width: 60px;
}

.banner-exhibition {
    display: block;
    margin-bottom: 20px;
}

.banner-exhibition img {
    width: 100%;
    border-radius: 5px;
    display: block;
}

.event-type {  
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 13px;
    transition: background 0.15s color 0.15s;
    background: #ffffff;
    color: #000;
     
    color: #212529;
    min-width: 130px;
    border: 2px solid #212529;
    border-radius: 4px;

}

 
.event-type:hover {
    border: 1px solid transparent;
    background: #000;
    color: #fff;

    background-color: #ddd;
    border-color: #ddd;
    color: #212529;
}

.event-type.active   {
 
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}


.article-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.lang-mini {
    color: #000;
    font-weight: 500;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 14px;
    background-color: rgba(235, 235, 235, 0.60);
    padding: 6px 20px;
    border-radius: 53px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

 
.home-banner { 
    height: 500px;
    position: relative; 
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    border-radius: 5px; 
    overflow: hidden;
}
 
.home-banner img {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px; 
    object-fit: cover;
    object-position: center;
}


.video-js {
    width: 100%;
    height: 538px; 
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 3px;
}

.vjs-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video-js .vjs-big-play-button { 
    font-size: 10em; 
    background-color: transparent;
    border: none;
}


.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    border-color: transparent;
    background-color: transparent; 
    transition: all .3s;
}

.video-js .vjs-control-bar { 
    background-color: rgb(0 0 0 / 70%);
}

.video-js .vjs-load-progress div {
    background: rgb(110 110 110);
}


.project-3d {
    position: relative;
    height: calc(100vh - 100px); 
 }

 .project-3d .nav-vidcontr {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 40px;
    padding-bottom: 50px;
}

.ContactForPrice {
    color: #000;
}

.artist-modal-close {
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 29px;
    background: #0000001a;
    color: #000000;
    height: 30px;
    width: 30px;
    line-height: 1;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.artist-modal-close svg {    
    height: 20px;
    width: 20px;
}

.artist-modal.location-modal { 
    height: 411px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.box-banner {
    margin-bottom: 15px; 
}

.readmorehome {
    font-family: 'Helvetica Neue Mtavruli';
    font-weight: 500;
    padding: 3px 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.section-banner {
    position: relative;
}

.home-banner-footer {
    height: unset;
    margin-bottom: 0;
}


.footer-netpark a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-netpark a svg {
    width: auto;
    height: 19px;
}