@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica.ttf);
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url(../fonts/Helvetica-Bold.ttf);
}

@font-face {
    font-family: 'helveticaRoman';
    src: url(../fonts/helveticaRoman.ttf);
}

@font-face {
    font-family: 'helvetica regular';
    src: url(../fonts/helveticaregular.ttf);
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url(../fonts/Raleway/Raleway-Bold.ttf);
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url(../fonts/Raleway/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url(../fonts/Raleway/Raleway-Medium.ttf);
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway/Raleway-Regular.ttf);
}

@font-face {
    font-family: 'Raleway-Italic';
    src: url(../fonts/Raleway/Raleway-Italic.ttf);
}

html,
body {
    padding: 0;
    margin: 0;
    background-color: #FAF8F4;
    font-family: 'Raleway-Regular';
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span,
a,
ul,
li {
    padding: 0;
    margin: 0;
}

p,
a,
li,
span {
    font-family: 'Raleway-Regular';
}

a:hover,
a {
    text-decoration: none;
    color: #000000;
}

.container {
    width: 100% !important;
    max-width: 100%;
    padding-left: 75px;
    padding-right: 75px;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66;
}

.col-10 {
    width: 83.33;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66%;
}

.col-7 {
    width: 58.33%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66%;
}

.col-4 {
    width: 33.33%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66%;
}

.col-1 {
    width: 8.33%;
}

.section-navbar {
    height: 65px;
    padding: 15px 0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .05);
    background-color: #FFFFFF;
}

.nav-top {
    display: flex;
    justify-content: space-between;
}

.nav-menu {
    display: flex;
    justify-content: right;
    align-items: center;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    justify-content: right;
    padding: 0;
    margin: 0;
}

.nav-menu ul li {
    padding: 0;
    margin: 0;
}

/* .nav-menu .menu-bar-right ul li.shopping-cart {
    height: 35px;
    padding-top: 5px;
} */
.nav-menu ul li a {
    margin: 0;
    text-decoration: none;
    padding: 6px 15px 7px;
    color: #000000;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 15px;
    border: 0.7px solid #000000;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
}

.nav-menu ul li a:hover {
    color: #000000bb;
}

.nav-menu .menu-bar ul li:first-child a {
    margin-left: 0px;
}

.nav-menu .menu-bar-right ul li a {
    border: 0;
    padding: 0;
    position: relative;
    top: -3px;
    box-shadow: none;
}

/* End header */

/* footer */
.section-footer {
    background-color: black;
    padding: 55px 0;
}

.footer-content {
    display: flex;
}

.footer-content p,
.footer-content a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'Raleway-Regular';
    margin-bottom: 10px;
}

.footer-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.address p {
    padding-left: 55px;
    padding-right: 0px;
    position: relative;
}

.news-letter p {
    margin-bottom: 8px;
    color: white;
}

.news-letter input {
    border-radius: 8px;
    padding: 5px 15px;
    border: 0;
    margin-bottom: 6px;
    font-size: 13px;
    max-width: 245px;
    width: 100%;
    height: 32px;
    background: transparent;
    border: 1px solid #F9F7F4;
    color: white;
}

.news-letter input::placeholder {
    color: white;
    opacity: 1;
}

.news-letter input:-ms-input-placeholder {
    color: white;
}

.news-letter input::-ms-input-placeholder {
    color: white;
}

.news-letter button {
    font-size: 14px;
    border: 0;
    border-radius: 15px;
    width: 95px;
    height: 30px;
    font-family: 'Raleway-Regular';
    line-height: 28px;
    background-color: #F9F7F4;
    padding-bottom: 2px;
}

/* Slider */
.swiper-slide img {
    width: 100%;
}

/*End Slider */


.full-container {
    padding: 0 10px;
}

.pdt-6 {
    padding-top: 60px;
}

.pdt-5 {
    padding-top: 50px;
}

.pdt-4 {
    padding-top: 40px;
}

.pdt-3 {
    padding-top: 30px;
}

.pdt-2 {
    padding-top: 20px;
}

.pdt-1 {
    padding-top: 10px;
}

.pdb-6 {
    padding-bottom: 60px;
}

.pdb-5 {
    padding-bottom: 50px;
}

.pdb-4 {
    padding-bottom: 40px;
}

.pdb-3 {
    padding-bottom: 30px;
}

.pdb-2 {
    padding-bottom: 20px;
}

.pdb-1 {
    padding-bottom: 10px;
}

/* .artists-list,
.product_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}
.product-item {
    max-width: 33.3333%;
    padding: 5px;
    padding-bottom: 35px;
} */
.gallery-item a,
.product-item a {
    text-decoration: none;
    color: #000000;
}

.product-item a h5 {
    font-size: 16px;
    font-family: 'Raleway-SemiBold';
    margin: 10px 0 3px;
    font-weight: normal;
}

.artist_name p a,
.artist_name p {
    color: #777777;
    margin-top: 0;
    line-height: 21px;
    margin-bottom: 3px;
    font-size: 14px;
    font-family: 'Raleway-Regular';
}

.product-item__price {
    font-size: 16px;
    font-family: 'Raleway-Regular';
    font-weight: bold;
}

.artists-list .product-item {
    max-width: 25%;
    padding: 5px;
    padding-bottom: 35px;
}

.title h2 {
    padding-left: 15px;
}

.architech-section .title-box h2,
.gallery-section .title-box h2 {
    padding-left: 0px;
}

.gallery-home.gallery-newhome h2 {
    margin-bottom: 0px;
}

.gallery-home.section-gallery-new h2 {
    margin-bottom: 20px;
}

.architech-section .title-box.features-title h2 {
    margin-bottom: 18px;
    padding-left: 35px;
    padding-right: 35px;
}

.gallery-item img,
.product-item img {
    width: 100%;
}

.button-black {
    min-width: 100px;
    background-color: black;
    color: white;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 6px 20px;
}

.artist-box-list .button-black {
    background-color: transparent;
    color: black;
    padding: 6px 14px;
    border: 1px solid #000000;
}

.button-black:hover {
    box-shadow: 0px 0px 2px #000000;
}

.button-white {
    min-width: 100px;
    background-color: white;
    color: black;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 6px 20px;
    cursor: pointer;
    border-radius: 19px;
    border: 1px solid #000000;
    font-family: 'Raleway-Regular';
    font-size: 14px;
}

.button-white:hover {
    min-width: 100px;
    background-color: black;
    color: white;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 6px 20px;
    cursor: pointer;
    border: 1px solid #000000;
    box-shadow: 0px 1px 2px #E5E5E5;
}

.button-box a {
    border-radius: 19px;
    font-size: 16px;
    padding: 6px 20px;
    font-family: 'Raleway-Regular';
    width: 110px;
    display: block;
    cursor: pointer;
}

.button-box a:hover {
    background-color: black;
    color: white;
}

.cart-area {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cart-box {
    width: 740px;
    position: relative;
    border: 1px solid rgba(12, 12, 12, .5);
    border-radius: 14px;
}

.cart-box.cart-box-new {
    border: 1px solid rgba(12, 12, 12, .5);
    border-radius: 14px;
}

.cart-box-top {
    height: 64px;
}

.status-bar {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cart-status {
    display: flex;
    justify-content: space-between;
    max-width: 490px;
    margin: 0 auto;
}

.cart-status span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 12px;
    font-family: 'Raleway-Regular';
}

.cart-status span.active {
    background-color: #000000;
    color: #FFFFFF;
}

.cart-bar {
    text-align: center;
}

.cart-bar {
    text-align: center;
}

.line-bar {
    max-width: 440px;
    margin: 0 auto;
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, #707070 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 15px 3px;
    background-repeat: repeat-x;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 50%;
    margin-left: -220px;
    top: 20px;
}

.cart-status p {
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Raleway-Regular';
    padding-top: 10px;
}

.cart-items {
    width: 100%;
    border: 1px solid rgba(12, 12, 12, .5);
    padding: 15px;
    border-radius: 14px;
}

.cart-box-new .cart-items {
    padding: 40px;
    padding-top: 25px;
}

.cart-address .cart-items {
    border: 1px solid #000000;
}

.cart-items .table-box,
.cart-items table {
    width: 100%;
}

.cart-items .table-box .tr .th-coll,
.cart-items table tr th {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Raleway-Regular';
    text-decoration: underline;
}

.cart-items .table-box .tr .th-coll:first-child {
    max-width: 175px;
    width: 100%;
}

.cart-items .table-box .tr .th-coll:last-child {
    padding-right: 20px;
}

.cart-items .table-box .tr .td-coll,
.cart-items table tr td {
    font-family: 'Raleway-Regular';
    font-size: 16px;
}

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

.td-coll {
    display: flex;
    align-items: center;
}

.qty-box {
    width: 80px;
    border: 1px solid #707070;
    border-radius: 19px;
    background-color: #FFFAF6;
}

.qty-box button {
    width: 20px;
    border: 0;
    background: none;
    position: relative;
    top: -1px;
}

.qty-box input {
    width: 28px;
    text-align: center;
    border: 0;
    background: none;
    outline: none;
}

.qty-box input::-webkit-outer-spin-button,
.qty-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-box input[type=number] {
    -moz-appearance: textfield;
}

.cart-info {
    width: 300px;
}

.cart-text {
    border: 1px solid rgba(12, 12, 12, .5);
    width: 100%;
    border-radius: 14px;
    padding: 20px 15px;
}

.cart-text.cart-text-new {
    border-radius: 14px;
    margin-bottom: 40px;
}

.cart-text .promo {
    justify-content: space-between;
}

.cart-text .promo input[type="text"] {
    font-size: 16px;
    border: 1px solid rgba(12, 12, 12, .5);
    padding: 0 10px;
    border-radius: 8px !important;
    height: 36px;
    background: transparent;
    outline: none;
    width: calc(100% - 100px);
}

.cart-text .promo button {
    border-radius: 19px !important;
    margin: 0;
    min-width: 80px;
    /* text-transform: uppercase; */
    font-size: 16px;
}

.cart-text table td {
    font-size: 16px;
    font-family: 'Raleway-Regular';
    line-height: 16px;
    padding-bottom: 8px;
}

.order_summary .cart-text table td {
    font-size: 16px;
}

td#grand_total {
    font-weight: bold;
    font-family: 'Raleway-Bold';
}

.cart-text table td:last-child {
    text-align: right;
}

.cart-text button {
    font-size: 12px;
    font-family: 'Raleway-Regular';
}

.order_summary .cart-text button {
    font-size: 16px;
}

.cart-text .button-process button {
    margin-top: 30px;
    padding-top: 7px;
    padding-bottom: 6px;
    border: 0;
}

.cart-text table .grand-total {
    border-top: 2px solid rgba(112, 112, 112, .5);
}

.cart-text table .last-box td {
    padding-bottom: 15px;
}

.cart-text table .grand-total td {
    font-size: 16px;
    padding-top: 10px;
    font-family: 'Raleway-Bold';
}

.footer-area {
    display: flex;
    justify-content: space-between;
}

/* .footer-logo {
    width: 160px;
} */
.footer-logo {
    width: 200px;
}

.footer-content {
    display: flex;
    /* width: calc(100% - 160px); */
    width: calc(100% - 200px);
    justify-content: space-between;
}

.feature-box {
    position: relative;
    overflow: hidden;
}

.feature-box .swiper-feature,
.feature-box .swiper {
    margin-left: 45px;
    margin-right: 38px;
}

.feature-box .swiper-feature {
    margin-left: 40px;
    margin-right: 40px;
}

.architech-section .feature-box .swiper-button-prev {
    left: 0;
}

.architech-section .feature-box .swiper-button-next {
    right: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 3px);
    left: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 3px);
}

.item__body {
    text-align: left;
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}

.slide-item {
    display: block;
    padding: 10px;
}

.slide-item .item__body h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    font-weight: normal;
    text-transform: initial;
    font-family: 'Raleway-Medium';
    color: #000000;
    min-height: 36px;
}

.architech-section .slide-item .item__body h5 {
    font-family: 'Raleway-SemiBold';
}

.slide-item .item__body p {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Raleway-Regular';
}

.artist_list {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 60px;
}

/* .artist-box-list.artist_list {
    max-width: 100%;
    margin-bottom: 60px;
    column-count: 4;
    column-gap: 40px;
} */
.artist-box-list .artist-img img {
    max-width: 100%;
}

.artist-box {
    display: flex;
    margin-bottom: 20px;
}

.artist-img img {
    max-width: 382px;
}

.artist-content {
    padding-left: 30px;
}

.artist-story p {
    font-size: 14px;
    margin-bottom: 15px;
}

.artist-content .button-box a {
    width: 150px;
    margin: 15px 0;
}

.artist-story p {
    font-size: 14px;
    margin-bottom: 15px;
}


.architech-section .swiper-button-next:after,
.architech-section .swiper-button-prev:after {
    font-size: 13px;
}

.architech-section .swiper-button-prev,
.architech-section .swiper-button-next {
    width: 22px;
    height: 22px;
    line-height: 34px;
    background-color: transparent;
    border-radius: 50%;
    color: white;
    opacity: 1;
}

.address p {
    position: relative;
}

.address p img {
    position: absolute;
    width: 16px;
    top: 4px;
    left: 30px;
}

.footer-menu1-box {
    width: 230px;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.news-letter-box {
    width: 50%;
    display: flex;
    justify-content: end;
}

.news-letter-box .news-letter {
    width: 245px;
    display: inline-block;
}

.account-box .button-box a:hover {
    background-color: transparent;
    color: black;
}

.account-box .button-box a {
    width: auto;
}

.nav-menu ul li a:hover,
.menu-bar ul li a.active {
    background-color: black;
    color: white;
}

.menu-bar-right ul li a:hover {
    background-color: transparent;
    color: black;
}

.menu-bar-right .pocket-button a:hover {
    background-color: black;
    color: white;
}

.title-box h2 {
    font-size: 43px;
    text-transform: uppercase;
    font-family: 'Helvetica-Bold';
    color: #000000;
    font-weight: normal;
}
.title-box .authentic-art {
    font-size: 32px;
}
.title-box .authentic-art img {
    height: 23px;
}
.blog-top-box {
    max-width: 90%;
    margin: 0 auto;
}
.title-box h2 img {
    height: 30px;
    position: relative;
    top: -5px;
    opacity: 0.9;
}

.hero-section .swiper-button-next:after,
.hero-section .swiper-button-prev:after {
    color: #5E5E5E;
}

.hero-section .swiper-button-prev {
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    left: 50px;
    width: 42px;
    border-radius: 50%;
}

.hero-section .swiper-button-next {
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    right: 50px;
    width: 42px;
    border-radius: 50%;
}

.hero-section .swiper-pagination-bullet {
    background: #D7B36C;
    opacity: 1;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
}

.hero-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D7B36C;
}

.hero-section .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}

.nav-bar-icon {
    display: none;
}

.nav-bar-icon a {
    cursor: pointer;
}

.nav-bar-icon span {
    width: 24px;
    display: block;
    height: 1px;
    background-color: #000000;
    padding: 1.5px 0;
    margin: 3px 0;
    border-radius: 5px;
}

div#nav-menu-mobile {
    position: absolute;
    width: 100% !important;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    top: 51px;
    z-index: 99;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px 3px rgba(12, 12, 12, .16);
    transition: all 0.4s ease-in-out;
}

.nav-menu-mobile ul {
    list-style: none;
}

.nav-menu-mobile ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(12, 12, 12, .5);
    font-size: 14px;
    font-family: 'Raleway-Regular';
}

.nav-menu-mobile ul li:last-child a {
    border-bottom: 0px solid rgba(12, 12, 12, .5);
}

.nav-bar-icon a {
    cursor: pointer;
}

.nav-bar-icon a:first-child {
    padding-right: 10px;
}

.nav-bar-icon a img {
    width: 32px;
}

.orders-box {
    max-width: 850px;
    margin: 0 auto;
}

.order-group {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.order-group img {
    max-width: 260px;
}

.order-group .button-box {
    text-align: right;
}

.order-group .button-box a {
    width: auto;
    display: inline-block;
    width: 200px;
    text-align: center;
}

.order-group .button-box a:first-child {
    margin-bottom: 10px;
}

.button-gray {
    min-width: 100px;
    background-color: #E5E5E5;
    color: #182044;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
}

.order-group p {
    font-family: 'Raleway-Regular';
    font-size: 12px;
    margin-bottom: 5px;
}

.order-group .order-title {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Raleway-Bold' !important;
}

.order-text {
    margin-top: 15px;
}

.about-bottom {
    padding: 36px 30px;
    padding-top: 20px;
}

.about-bottom h2 {
    margin-bottom: 15px;
}

.about-content p {
    font-size: 16px;
    font-family: 'Raleway-Regular';
    margin-bottom: 20px;
    line-height: 23px;
}

.about-us {
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}

.top-banner-box {
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}

.about-top img {
    width: 100%;
}

.addtocat a.button-black {
    color: white;
    border-radius: 20px;
    padding: 7px 19px;
    font-size: 14px;
}

.table-box .tr {
    margin-bottom: 15px;
    position: relative;
}

.cart-items .tr .close {
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 50%;
    font-size: 12px;
    opacity: 1;
    width: 21px;
    height: 21px;
    background-color: transparent;
    border: 0px solid #fff;
    z-index: 1;
}

.table-box .tr:last-child {
    margin-bottom: 0px;
}

.table-box .tr .th-coll,
.table-box .tr .td-coll {
    width: 30%;
    justify-content: end;
    text-align: center;
    display: table-cell;
}

.table-box .tr .td-coll img {
    width: 100%;
}

.table-box .tr .qty-box {
    width: 80px;
    border: 1px solid #707070;
    border-radius: 19px;
    background-color: #FFFAF6;
    margin: 0 auto;
}

.cart-items .table-box .tr .th-coll:first-child {
    max-width: 20%;
    width: 100%;
}

.order-success-section {
    margin-top: 96px;
    margin-bottom: 200px;
}

.tab-pane-box p.price {
    font-size: 18px;
    line-height: 21px;
    margin: 10px 0;
}

.menu-bar-right {
    position: relative;
}

#cart-area-box {
    background-color: #FFFAF6;
    position: absolute;
    top: 35px;
    right: -35px;
    width: 285px;
    border-radius: 6px;
    padding: 18px 15px;
    z-index: 999;
    display: none;
}

/* .menu-bar-right li.shopping-cart:hover #cart-area-box{
    display: block;
} */
.cart-top-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cart-text-left {
    font-size: 14px;
    font-family: 'Raleway-Bold';
}

.cart-text-right {
    font-size: 12px;
    font-family: 'Raleway-Regular';
}

.cart-row img {
    width: 75px;
    padding-right: 10px;
}

.cart-row {
    position: relative;
    display: flex;
}

.cart-pocket-text span,
.cart-pocket-text p {
    font-size: 12px;
    line-height: 21px;
}

.cart-pocket-text p {
    margin-bottom: 3px;
}

.cart-row span.product-close {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.cart-pocket {
    height: auto;
}

.cart-pocket-text .qty-box {
    margin: 0 auto;
}

.cart-pocket-text {
    width: 100%;
}

.bottom-text-price {
    display: flex;
    align-items: center;
}

.pocket-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: 'Raleway-Bold';
    border-top: 1px solid #707070;
    margin-top: 30px;
    padding: 10px 0;
}

.cart-pocket-body .cart-row {
    margin-bottom: 20px;
}

.cart-pocket-body .cart-row:last-child {
    margin-bottom: 0px;
}

span.product-close {
    cursor: pointer;
    font-size: 14px;
}

.pocket-button {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.pocket-button a {
    border-radius: 19px !important;
    color: white !important;
    font-size: 12px !important;
    ;
    padding: 8px 20px !important;
    margin-left: 0px !important;
}

.pocket-button a:hover {
    color: white !important;
}

.shopping-cart a.cart-notify {
    position: relative !important;
}

.shopping-cart a.cart-notify span {
    position: absolute !important;
    left: 0;
    top: 2px !important;
    z-index: 12;
    color: white;
    font-size: 10px;
    width: 100%;
    margin: 0;
    padding: 0 0px !important;
    text-align: center;
}

.architech-section {
    overflow: hidden;
}

/* .nav-menu .menu-bar-right ul li.dropdown{
    position: relative;
    height: 35px;
    padding-top: 5px;
} */
.nav-menu .menu-bar-right ul li.dropdown ul {
    position: absolute;
    display: none;
    width: 125px;
    background-color: white;
    padding: 7px 3px;
    top: 100%;
    left: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    z-index: 999;
}

.nav-menu .menu-bar-right ul li.dropdown:hover ul {
    display: block;
}

.nav-menu .menu-bar-right ul li.dropdown ul li a {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 4px 15px;
    line-height: 18px;
    border-bottom: 1px solid rgba(112, 112, 112, .16);
    border-radius: 0;
    font-size: 14px;
    font-family: 'Raleway-Regular';
    color: #000000;
}

.nav-menu .menu-bar-right ul li.dropdown ul li a:hover {
    background-color: rgba(112, 112, 112, .16);
}

.nav-menu .menu-bar-right ul li.dropdown ul li:last-child a {
    border-bottom: 0px solid rgba(112, 112, 112, .16);
}

.cart-text .input-group.button-process {
    text-align: center;
    display: block;
}

.request-price .input-group input {
    background-color: transparent;
    height: 34px;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid rgba(112, 112, 112, .16);
    font-size: 14px;
    font-family: 'Raleway-Regular';
}

.request-price .input-group label {
    line-height: 34px;
    padding-left: 7px;
    font-size: 12px;
    text-transform: inherit;
}

.hr {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 8px 0;
}

.hr span {
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -9px;
    background-color: #faf8f4;
    padding: 0 5px;
    width: 30px;
}

.cart-text table tr.wrapping-checkbox {
    position: relative;
}

.cart-text table tr td {
    padding-left: 20px;
}

.cart-text.cart-text-new table tr td {
    padding-left: 2px;
}

.cart-text table .last-box input[type="checkbox"] {
    position: absolute;
    left: 2px;
}

.tr.tr-total {
    border-top: 2px solid rgba(0, 0, 0, .16);
    padding: 15px 0;
}

.cart-items .table-box .tr.tr-total .td-coll {
    font-family: 'Raleway-Regular';
    font-weight: bold;
}

.certify-box p.certify-title {
    font-family: 'Raleway-Bold';
}

b,
strong {
    font-family: 'Raleway-SemiBold';
}

.certify-box img {
    width: 21px;
    position: absolute;
    left: 15px;
}

.certify-box {
    background-color: #F2EBDB;
    border-radius: 5px;
    padding: 15px;
    padding-left: 48px;
    position: relative;
}

.architech-section .feature-box .item__des {
    font-size: 16px;
    font-family: 'Raleway-Regular';
}

.product-item__body span a {
    font-size: 16px;
}

.section-about-us .about-content p {
    text-align: justify;
}

.item__des p a {
    display: block;
    font-size: 14px;
}

.item__des p a span {
    float: right;
    margin-right: 10px;
}

.blog-short-text.item__body {
    margin-top: 0px;
    padding: 15px 15px;
    background-color: #F8EFDC;
    height: 113px;
    position: relative;
    top: -50px;
    left: 20px;
}

.blog_list .blog-short-text.item__body {
    top: 0px;
    left: 0px;
    height: 210px;
    position: relative;
}

.blog_list .item__des {
    position: absolute;
    bottom: 10px;
    width: 100%;
    right: 0;
    padding: 0px 15px;
}

.slide-item .blog-short-text .link-category {
    margin-bottom: 6px;
    text-transform: initial;
    font-size: 13px;
}

.item__des p a span img {
    width: 12px;
    position: relative;
    left: 5px;
}

.col-3.address-box {
    width: 217px;
}

.slick-list {
    height: auto !important;
}

section.faq-section {
    margin-bottom: 55px;
    margin-top: 60px;
}

.faqs-container {
    max-width: 768px;
    margin: 0 auto;
}

.faqs-content .form-group label {
    font-size: 16px;
    font-family: 'Raleway-Bold';
    font-weight: normal;
}

.faqs-content .form-group label span {
    font-size: 16px;
    font-family: 'Raleway-Bold' !important;
    font-weight: normal;
}

.faqs-content .form-group label {
    font-size: 16px;
    font-family: 'Raleway-Bold';
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    cursor: pointer;
    line-height: 21px;
}

.circle-event {
    margin-left: 10px;
}

.circle-event span {
    width: 22px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.circle-event span img {
    width: auto;
}

.circle-event span.minus {
    display: none;
}

.faqs-content .form-group label.active .minus {
    display: inline-block;
}

.faqs-content .form-group label.active .plus {
    display: none;
}

.faqs-content {
    margin: 20px 0;
}

.faqs-content .tab-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.customer-service .tab-content p {
    line-height: 20px;
    margin-bottom: 20px;
}

.terms_conditions .tab-content ul {
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: decimal;
}

.terms_conditions .tab-content ul li {
    list-style-type: decimal;
    padding-left: 10px;
    margin-bottom: 20px;
}

.faqs-footer p {
    font-size: 14px;
    text-align: center;
}

.faqs-footer .faq-footer-subtitle {
    font-size: 20px;
    font-family: 'Raleway-Bold' !important;
    line-height: 26px;
}

.certify-box.request-price-box {
    padding: 20px 15px;
    text-align: center;
}

.certify-box.request-price-box p {
    margin-bottom: 15px;
}

.request-price-box a {
    margin-top: 15px;
    border: 1px solid #444444;
    margin-bottom: 0;
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 19px;
    border: 0px solid #E5E5E5;
    font-size: 14px;
    display: block;
    width: 173px;
}

.request-price-box a:hover {
    width: 173px;
}

#ar-button img {
    zoom: 1.3;
}

#ar-button-mobile img {
    zoom: 1.3;
    top: -6px;
    position: relative;
}

.success-message a:hover {
    color: #FFFFFF;
    cursor: pointer;
}

#loader_platforms {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

span.error_Msg {
    color: orange;
}

#loader_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.loader_text {
    width: 450px;
    text-align: center;
    background-position: 50% 60%;
    height: 180px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px;
}

.address_group {
    margin-top: 20px;
}

.address_group p {
    color: white;
}

.footer-area .footer-box {
    min-width: 21%;
}

.footer-content-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 575px;
}

.footer-content-menu .footer-menu {
    width: 33.33%;
}

.footer-content-menu .footer-menu:last-child {
    padding-left: 40px;
}

.news-letter {
    width: 245px;
    display: inline-block;
    float: right;
}

.Recognition ul {
    clear: both;
    overflow: hidden;
}

.Recognition ul span {
    cursor: pointer;
    float: right;
}

.artist-box-list h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    font-family: 'Raleway-SemiBold';
}

.artist-box-list .button-box a {
    width: 170px;
    margin-left: 0;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.artist_profile_box {
    max-width: 190px;
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.artist_profile {
    padding-bottom: 15px;
}

.artist_profile h5 {
    font-size: 16px;
    font-family: 'Raleway-Bold';
    padding: 0;
    padding-left: 0;
    margin: 10px 0;
}

.artist_profile ul li {
    list-style: none;
    padding-left: 30px;
    font-size: 14px;
}

.artist_profile_box img {
    width: 100%;
}

.artist_profil_description {
    margin-top: 0;
}

span.read-more {
    display: block;
    text-align: right;
}

.read-more a {
    padding: 0;
    font-family: 'Raleway-Regular';
    cursor: pointer;
    margin-right: 0;
    font-size: 16px;
}

.description_more {
    display: none;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    position: relative;
    top: -15px;
    margin-bottom: 10px;
}

.breadcrumb ul {
    display: flex;
    list-style: none;
}

.breadcrumb ul li a {
    font-size: 14px;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
}

.breadcrumb ul li a::after {
    content: "/";
    margin: 0px 2px;
    margin-left: 2px;
}

.breadcrumb ul li:last-child a::after {
    content: "";
    margin: 0px 2px;
    margin-left: 2px;
}

.cart-box-new .checkbox_label input:checked~.checkmark {
    background-color: #dbcaaf;
}

.cart-items-box .qty-box {
    margin: 4px 0;
    background-color: #faf8f4;
}

.cart-items-box .cart-row {
    justify-content: space-between;
}

.cart-items-box .cart-img {
    width: 42%;
}

.cart-items-box .cart-row img {
    width: 100%;
    padding-right: 10px;
}

.cart-items-box .cart-pocket-text {
    width: 55%;
}

.cart-area.cart-area-new {
    width: 95%;
    margin: 0 auto;
}

.cart-box.cart-box-new {
    width: 65%;
}

.cart-area-new .cart-info {
    width: 32%;
    min-width: 300px;
}

.artist_title h5 {
    font-size: 16px;
    font-family: 'Raleway-Bold';
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 8px;
}

.artist_price h5 {
    font-size: 16px;
    font-family: 'Raleway-Bold';
    font-weight: 600;
    margin-top: 5px;
}

.cart-items-box .cart-pocket-text span,
.cart-items-box .cart-pocket-text p {
    font-size: 16px;
}

.cart-text.cart-text-new button {
    font-size: 16px;
    position: relative;
    top: -1px;
}

.cart-items-box .items-cart {
    border-bottom: 1px solid rgba(12, 12, 12, .5);
    padding-bottom: 20px;
}

.cart-items-box .items-cart:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.my-profile-area .radio-box input:checked~.checkmark,
.cart-box-new .radio-box input:checked~.checkmark {
    background-color: rgba(12, 12, 12, .16);
}

.my-profile-area .radio-box .checkmark,
.cart-box-new .radio-box .checkmark {
    height: 18px;
    width: 18px;
    border: 2px solid rgba(12, 12, 12, .16);
    border-radius: 50%;
}

.my-profile-area .checkbox_label.radio-box .checkmark:after,
.cart-box-new .checkbox_label.radio-box .checkmark:after {
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background-color: #dbcaaf;
    border-radius: 50%;
    border: solid white;
}

.my-profile-area.checkbox_label.radio-box .checkmark:after,
.cart-box-new .checkbox_label.radio-box .checkmark:after {
    left: 1px;
    top: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: #dbcaaf;
}

.my-profile-area.checkbox_label.radio-box p,
.cart-box-new .checkbox_label.radio-box p {
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
}

.shipping-address {
    margin-bottom: 22px;
    display: none;
    margin-top: 10px;
}

#query_shipping_address {
    width: 100%;
    height: 140px;
}

.billing-address {
    margin-top: 10px;
}

.profile_container {
    max-width: 100%;
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
}

.profile_body {
    width: calc(100% - 250px);
    max-width: 1040px;
}

.sidebar {
    width: 250px;
}

.sidebar_box {
    border: 1px solid #000000;
    height: 500px;
    padding: 30px 0;
    border-radius: 14px;
}

.sidebar-box .photo-circle {
    width: 180px;
    height: 180px;
}

.sidebar-box .image {
    width: 100%;
    height: 100%;
}

.user_name h4 {
    font-size: 18px;
    font-family: 'Raleway-Bold';
    margin: 15px 0;
    padding-left: 55px;
}

.sidebar-box ul li {
    list-style: none;
}

.sidebar-box ul li a {
    font-size: 16px;
    display: block;
    line-height: 30px;
    padding-left: 55px;
}

.sidebar-box ul li a.active,
.sidebar-box ul li a:hover {
    background-color: #E8DCCB;
}

.profile_body .profile-box .contact-form {
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.section-profile .profile_body .profile-box .contact-form {
    margin-bottom: 30px;
}

.profile_body .profile-box {
    display: block !important;
    padding: 30px 40px;
    border: 1px solid #000000;
    border-radius: 14px;
    max-width: 100%;
    margin-left: 50px;
    padding-bottom: 40px;
}

.profile_body .profile-title {
    margin-bottom: 15px;
    margin-top: 0;
}

.date-row {
    display: flex;
}

.profile_body .profile-box .date-row .button-box {
    text-align: left;
    margin-top: 0;
}

.profile_tab .tab-content {
    padding: 15px 0;
    width: 100%;
    border-radius: 3px;
    background: transparent;
    box-shadow: none;
}

.profile_tab .nav-tabs .nav-link,
.profile_tab .nav-tabs .nav-link:focus,
.profile_tab .nav-tabs .nav-link:hover,
.profile_tab .nav-tabs .nav-item.show .nav-link,
.profile_tab .nav-tabs .nav-link.active {
    background: transparent;
    border-color: #faf8f4;
    border: 0;
    font-size: 16px;
    font-family: 'Raleway-Bold';
}

.profile_tab .nav-tabs .nav-link:hover,
.profile_tab .nav-tabs .nav-link.active {
    text-decoration: underline;
}

.profile_tab .nav-link {
    color: #000000;
}

#myTab {
    border: 0;
}

.profile_tab ul li button {
    padding: 0 10px;
}

.profile_tab ul li:first-child button {
    padding-left: 0;
}

.profile_tab {
    margin-top: 20px;
}

.profile_body .orders-box {
    max-width: 100%;
    margin: 0 auto;
}

.profile_body .order-group {
    border: 0px solid #ddd;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    border-radius: 0;
}

.profile_body .order-group:last-child {
    border-bottom: 0px solid #ddd;
    padding-bottom: 0 !important;
}

.user_address .address-box {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

p.country {
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 0;
    background-position: 12px center;
    text-align: center;
}

.artist_profile.Recognition h5 {
    text-align: left;
}

/* p.bd {
    background-image: url(https://www.countryflagicons.com/FLAT/64/BD.png);
} */
/* .country img {
    width: 30px;
    margin-right: 4px;
} */
.country img {
    width: 13px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.artist_profile ul li {
    list-style: none;
    padding-left: 30px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 22px;
    line-height: 30px;
}

.artist_profile ul li {
    background-image: url('/static/images/icon/best-employee.svg');
    position: relative;
}

.dropdown span.down-arrow {
    background-image: url(/static/images/icon/arrow-down-ex.svg);
    width: 12px;
    height: 7px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 2px 1px;
    background-size: 10px;
}

.nav-menu ul .dropdown a:hover span.down-arrow, 
.menu-bar ul li.dropdown a.active span.down-arrow{
    background-image: url(/static/images/icon/arrow-down-white.svg);
}
.menu-bar ul .dropdown .dropdown-menu,
.nav-menu ul .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    left: 10px;
    top: 97%;
    width: 170px;
}
.nav-menu ul .dropdown:hover>a span.down-arrow{
    background-image: url(/static/images/icon/arrow-down-white.svg);
}
.nav-menu ul .dropdown:hover>a{
    background-color: black;
    color: white;
}
.menu-bar ul li.dropdown:hover .dropdown-menu,
.nav-menu ul .dropdown:hover .dropdown-menu{
    display: block;
}
.nav-menu-mobile .menu-bar ul .dropdown .dropdown-menu {
    display: none;
    position: relative;
    left: 15px;
    border: 0;
    width: calc(100% - 15px);
    top: 1px;
    padding: 0;
}
.nav-menu-mobile .menu-bar ul .dropdown-menu ul li a {
    padding: 5px 14px;
    margin: 0;
    line-height: 30px;
    border-bottom: 1px solid rgba(12, 12, 12, .5);
    outline: 0;
}
.nav-menu-mobile .dropdown .dropdown-menu ul li:last-child a {
    border-bottom: 1px solid rgba(12, 12, 12, .5);
    outline: 0;
}
.my-profile-area .address-box {
    max-width: 100%;
    width: 100%;
}

.my-profile-area .select-box.address-right {
    margin-left: 0;
}

.my-profile-area .select-box p {
    padding-left: 0;
    color: #363636;
}

.my-profile-area .button-box {
    display: flex;
    justify-content: space-between;
}

.my-profile-area .button-box input {
    margin: 0 !important;
}

.my-profile-area .select-box.address-right {
    margin-left: 0;
    padding: 0;
    border: 0;
}

.shipping_address_box {
    border: 1px solid #000000;
    border-radius: 14px;
    padding: 12px;
    position: relative;
    margin-bottom: 15px;
}

.button-box a.reverse {
    background: transparent;
    border-radius: 28px;
    color: #000;
    display: initial;
    padding: 10px 20px;
    text-align: center;
    margin: 0;
    font-size: 16px;
}

.button-box .edit-info {
    background: #000;
    border-radius: 28px;
    margin-left: 15px;
    color: white;
    padding: 8px 15px;
}

.cart-box.cart-box-track {
    width: 220px;
    position: relative;
    border: 0px solid rgba(12, 12, 12, .16);
    border-radius: 14px;
}

.cart-box.cart-box-track .cart-status {
    display: block;
    justify-content: space-between;
    max-width: 220px;
    margin: 0 auto;
}

.cart-box-track .line-bar {
    left: -24px;
    margin-left: 0;
    top: 100px;
    transform: rotate(90deg);
    height: 5px;
    z-index: 1;
    background-image: linear-gradient(to right, #DAB98B 100%, rgba(255, 255, 255, 0) 0%);
    background-size: 15px 1px;
    max-width: 170px;
    opacity: 0;
}

.cart-box-track .status-bar {
    z-index: 2;
}

.cart-box-track .cart-status p {
    display: inline-block;
    top: -2px;
    position: absolute;
    padding: 0;
    margin: 0;
    background: transparent;
    left: 45%;
    text-align: left;
}

.cart-box-track .cart-bar {
    position: relative;
    padding-bottom: 55px;
}

.orders-details-section .order-group img {
    width: 100%;
}

.orders-details-section .cart-status span {
    background-color: #DAB98B;
    color: #FFFFFF;
    margin: 0;
    margin-left: 45px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.orders-details-section .cart-status span.defaulf {
    background-color: #7B7B7B;
}

.orders-details-section .cart-status span.process::before,
.orders-details-section .cart-status span.defaulf::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 65px;
    background-color: #7B7B7B;
    top: -56px;
    z-index: 1;
    left: 59px;
}

.orders-details-section .cart-status span.process::before {
    background-color: #DAB98B;
    left: 59px;
    top: -60px;
}

.orders-details-section .cart-status span.process.active::before {
    background-color: #DAB98B;
    left: 12px;
    top: -60px;
}

.orders-details-section .cart-status .overview span::before,
.orders-details-section .cart-status .overview span.process.active::before {
    background-color: #DAB98B;
    left: 12px;
    top: 0;
    height: 0;
}

.orders-details-section .cart-status span.active {
    background-color: #DAB98B;
    color: #FFFFFF;
    border: 4px solid #F0E2CF;
    width: 34px;
    height: 34px;
    line-height: 27px;
    position: relative;
    left: -2px;
}

.address-box.billing-address-box {
    margin-top: 15px;
}

.section-profile .profile-area-form .input-group {
    margin-bottom: 20px;
    justify-content: space-between;
}

.section-profile .profile-area-form .input-group .field {
    width: 48%;
}

.section-profile .profile-area-form .input-group .field .form-control,
.section-profile .profile-area-form .input-group .field .form-control:focus {
    color: #363636;
    background-color: transparent;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.profile-area-form .billing-address {
    display: none;
}

.table-box .td-coll.cart_product_info {
    width: 100%;
    text-align: left;
    padding-left: 30px;
}

.table-box .cart_product_info .qty-box {
    margin: 0;
}

.cart-address h4 {
    font-size: 18px;
    font-family: 'Raleway-Bold';
    margin-bottom: 15px;
    padding-left: 0;
}

.cart-table-section .cart-box {
    border: 0px solid rgba(12, 12, 12, .5);
}

.cart-table-section .table-box .tr_row {
    border-bottom: 1px solid rgba(12, 12, 12, .5);
    padding-bottom: 15px;
}

.cart-table-section .table-box .tr_row:last-child {
    border-bottom: 0px solid rgba(12, 12, 12, .5);
    padding-bottom: 15px;
}

.cart-table-section .tr.tr-total {
    border-top: 0px solid rgba(0, 0, 0, .5);
    padding: 0;
}

.cart-table-section .cart-items {
    padding: 15px 20px;
    padding-bottom: 22px;
}

.order_summary .cart-text table tr td {
    padding-left: 0;
}

.cart-info.order_summary {
    width: 32%;
    min-width: 300px;
}

.cart-table-section .cart-box {
    width: 65%;
}

.cart-table-section .cart-area {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.topbar_tab ul {
    list-style: none;
    display: flex;
    border: 1px solid;
    width: 240px;
    border-radius: 19px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 20px;
}

.topbar_tab ul li a {
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 19px;
    display: inline-block;
}

.topbar_tab ul li a.active {
    background-color: #E8DCCB;
}

.product_name p {
    font-size: 16px;
    font-family: 'Raleway-Bold';
}

.artist_name_box {
    margin-top: 0px;
}

.cart-items-box .artist_name {
    margin-bottom: 7px;
}

.banner-curation-box {
    width: 100%;
    padding: 0 75px;
}

.banner-curation-box img {
    width: 100%;
}

.curation-content {
    max-width: 790px;
    margin: 0 auto;
}

.curation-content p {
    text-align: center;
    margin: 25px 0;
    font-size: 16px;
}

.get-touch-box {
    max-width: 592px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #858585;
    padding: 24px;
    border-radius: 13px;
}

.artist-signup-section .get-touch-box h3,
.get-touch-signin-box h3 {
    font-family: 'Helvetica-Bold';
    text-align: center;
    font-size: 24px;
}

.get-touch-signin-box {
    max-width: 308px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #858585;
    padding: 24px;
    border-radius: 13px;
}

.get-touch-signin-box .input-group {
    margin-top: 20px;
}

.get-touch-signin-box .input-group .inupt-field {
    height: 42px;
    background-color: #faf8f4;
    border: 1px solid #858585;
}

.get-touch-box .input-group {
    justify-content: space-between;
}

.get-touch-box .input-group .field {
    width: 48%;
}

.get-touch-box .input-group .field select {
    padding-right: 25px;
    background-image: url(../images/icon/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 96% 15px;
    background-size: 12px;
    cursor: pointer;
    border: 1px solid #858585;
    background-color: #faf8f4;
    outline: none;
    font-size: 16px;
}

.get-touch-box .input-group textarea,
.get-touch-box .input-group .field input {
    border: 1px solid #858585;
    background-color: #faf8f4;
    outline: none;
    font-size: 16px;
}

.get-touch-box .input-group textarea::placeholder,
.get-touch-box .input-group .field input::placeholder {
    color: #413F3F;
}

.get-touch-box .input-group textarea::-ms-input-placeholder,
.get-touch-box .input-group .field input::-ms-input-placeholder {
    color: #413F3F;
}

.get-touch-box .input-group {
    justify-content: space-between;
    margin-bottom: 20px;
}

.upload-artworks .get-touch-box .input-group.check-item {
    justify-content: center;
}

.get-touch-box h3 {
    font-family: 'Helvetica-Bold';
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

section.art-curation-section {
    margin-bottom: 50px;
}

span.sold-out {
    position: absolute;
    right: 3px;
    font-size: 10px;
    font-family: 'Raleway-SemiBold';
    background-color: #ED3C3B;
    color: #ffffff;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    vertical-align: middle;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
}

span.unavailable {
    position: absolute;
    right: 3px;
    font-size: 12px;
    font-family: 'Raleway-Medium';
    background-color: #ED3C3B;
    color: #ffffff;
    width: auto;
    border-radius: 14px;
    height: 25px;
    vertical-align: middle;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    padding: 0 12px;
}

.unavailable-box {
    height: 25px;
    position: relative;
    margin: 10px 0;
}

.unavailable-box span.unavailable {
    left: 0;
    top: 0px;
    right: inherit;
}

.product-item__body {
    position: relative;
}

.description_more {
    font-family: 'Raleway-Regular' !important;
    font-size: 16px !important;
    text-align: justify;
}

.description_more p {
    font-family: 'Raleway-Regular' !important;
    font-size: 16px !important;
    text-align: justify;
}

.description_more p span {
    font-family: 'Raleway-Regular' !important;
    font-size: 16px !important;
}

.data_description {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    text-align: justify;
}

.feature_list_container .data_description {
    font-size: 14px;
}

#education ul,
.data_artist_exabition ul,
.exabition_more ul {
    list-style-type: none;
}

.features-title {
    display: flex;
    justify-content: space-between;
}

.features-title a {
    text-decoration: underline;
}

.features-title a {
    text-decoration: underline;
    position: relative;
    top: 20px;
    font-family: 'Raleway-Medium';
    font-size: 15px;
}

.search-box {
    position: relative;
    top: -1px;
}

.search-box .search {
    margin: 0;
    text-decoration: none;
    padding: 5px 15px 7px;
    color: #000000;
    font-size: 15px;
    margin-left: 15px;
    border-radius: 24px;
    border: 0.7px solid #000000;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
    height: 30px;
    outline: none;
    width: 230px;
    background-repeat: no-repeat;
    background-image: url(/static/images/icon/search-icon.png);
    background-position: 94% center;
}

.search-box .search::placeholder {
    color: #000000;
    opacity: 1;
}

.search-box .search::-ms-input-placeholder {
    color: #000000;
}

#suggestions-mobile,
#suggestions {
    position: absolute;
    top: 32px;
    left: 20px;
    z-index: 999;
    background-color: #fff;
    display: none;
    width: calc(100% - 20px);
    padding: 10px 0;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    border-top: 1px solid #f4f5f6;
    border-radius: 0;
    box-shadow: 0px 1px 1px rgb(17 43 66 / 8%), 0px 2px 4px rgb(17 43 66 / 10%);
}

#suggestions-mobile {
    width: calc(100% - 40px);
}

#suggestions-mobile a,
#search_list_mobile a,
#suggestions a,
#search_list a {
    display: block;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 0px;
    text-decoration: none;
    border: 0;
    margin-left: 0px;
}

#suggestions-mobile a:hover,
#search_list_mobile a:hover,
#suggestions a:hover,
#search_list a:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: black;
}

.highlight,
.highlighted {
    background-color: #f1f1f1;
}

#search_list_mobile,
#search_list {
    display: none;
}

.search-box .search:active,
.search-box .search:focus,
.search-box .search:focus-within,
.search-box .search:focus {
    /* background-position: -100px; */
    background-position: 94% center;
}

.nav-menu-mobile .search-box .search:active,
.nav-menu-mobile .search-box .search:focus,
.nav-menu-mobile .search-box .search:focus-within,
.nav-menu-mobile .search-box .search:focus {
    background-position: calc(100% - 15px);
}

.artist-details-content {
    width: 930px;
    margin: 0 auto;
}

section.artist-details-section {
    margin-bottom: 55px;
}

.artist-details-content {
    max-width: 930px;
    margin: 0 auto;
    border: 1px solid #858585;
    border-radius: 13px;
    margin-bottom: 30px;
    width: 100%;
}

.artist-details-content-top {
    margin-top: 50px;
}

.artist-details-content .get-touch-box {
    border: 0px solid #858585;
}

.artist-profile-img {
    margin-bottom: 25px;
    margin-top: 20px;
}

.artist-details-content .artist-profile-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 6px;
    border: 1px solid #858585;
}

.profile-image-upload {
    margin: 0 auto;
}

.profile-image-upload .upload_profile {
    font-size: 14px;
    border-radius: 24px;
    border: 1px solid #858585;
    height: 42px;
    display: block;
    width: 183px;
    line-height: 43px;
    text-align: center;
    background-color: #E7E7E7;
    margin: 0 auto;
}

.profile-image-upload input {
    width: 183px;
    position: absolute;
    top: 0;
    height: 43px;
    opacity: 0;
    z-index: 1;
}

.artist-details-self {
    padding: 30px 55px;
}

.artist-details-self .input-group {
    display: flex;
    justify-content: space-between;
}

.artist-details-self .input-group .field {
    width: 30%;
}

.artist-details-self .input-group textarea,
.artist-details-self .input-group .field input {
    background-color: transparent;
    border: 1px solid #858585;
}

.trust {
    width: 30px;
    align-self: center;
    text-align: right;
}

.artist-details-self label {
    display: block;
    margin-bottom: 5px;
    margin-top: 35px;
    padding-left: 0.75rem;
    font-family: 'Raleway-Regular';
    font-weight: 600;
    color: #413F3F;
}

.add-row-plus {
    background-color: #E7E7E7;
    border: 1px solid #858585;
    border-radius: 8px;
    padding: 5px 15px;
    margin-top: 20px;
}

.button-box-artist {
    margin: 0 auto;
    width: 370px;
    display: flex;
    justify-content: space-between;
}

.button-box-artist input {
    font-size: 14px;
    border-radius: 24px;
    border: 1px solid #000;
    height: 42px;
    padding: 0;
    margin: 0;
    width: 170px;
}

.button-box-artist a {
    font-size: 14px;
    border-radius: 24px;
    border: 1px solid #000;
    height: 42px;
    padding: 0;
    margin: 0;
    width: 170px;
    text-align: center;
    line-height: 42px;
}

.signup-artworks-title {
    margin-top: 0px;
    margin-bottom: 35px;
    text-align: center;
}

.signup-artworks-title h3 {
    padding-top: 10px;
    margin-bottom: 15px;
    font-family: 'Helvetica-Bold';
    font-weight: normal;
}

.feature-list-area .blog-short-text.item__body,
.feature-list .blog-short-text.item__body {
    height: 240px;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    padding: 25px 20px;
}

.feature-list-area .blog-short-text.item__body {
    height: 220px;
}

.feature-box .feature-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.feature-box .feature-list .slide-item .in-images img {
    width: 100%;
}

/* .architech-section .feature-list .slide-item .item__body h5 {
    min-height: auto;
} */
.architech-section .feature-list .slide-item .data_description {
    height: 105px;
    color: #777777;
}

.feature-box .feature-list .slide-item:nth-child(3n + 1) {
    margin-right: 20px;
}

.feature-box .feature-list .slide-item:nth-child(3n + 2) {
    margin: 0 20px;
}

.feature-box .feature-list .slide-item:nth-child(3n + 3) {
    margin-left: 20px;
}

.feature-box .feature-list .slide-item {
    margin-bottom: 40px;
    width: calc(33.33% - 30px);
}

.architech-section .feature-list-area .slide-item .item__des,
.architech-section .feature-box .feature-list .slide-item .item__des {
    font-size: 14px;
    font-family: 'Raleway-Regular';
    margin-top: 15px;
}

.architech-section .feature-list-area .slide-item .item__des {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding-right: 36px;
}

.feature-box .feature-list-area .slide-item .item__des .item__des p a,
.feature-box .feature-list .slide-item .item__des .item__des p a {
    font-size: 14px;
}

.architech-section .feature-list-area .slide-item .item__des p a span,
.architech-section .feature-box .feature-list .slide-item .item__des p a span {
    float: right;
    margin-right: 0;
    border: 1px solid #000000;
    border-radius: 25px;
    padding: 7px 20px;
    position: relative;
    top: -7px;
}

.blog_list .blog-item .item__des p a span {
    float: right;
    margin-right: 0;
    border: 1px solid #000000;
    border-radius: 25px;
    padding: 7px 20px;
    position: relative;
    top: -7px;
}

.view-features {
    display: flex;
    justify-content: center;
}

.view-features h2 {
    font-size: 34px;
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
    align-self: center;
}

.view-features h2 img {
    width: 25px;
    position: relative;
    top: -3px;
}

.artist-board-sidebar {
    width: 200px;
    padding-right: 30px;
}

.artist-board-form .get-touch-box {
    margin: 0;
    padding: 0;
    max-width: 688px;
    padding-right: 35px;
}

.artist-details-content.artist-board-form {
    max-width: 960px;
    width: 100%;
    padding: 35px;
}

.artist-details-content .artist-item-box {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    position: relative;
}

.attachment-update {
    border-radius: 24px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #000000;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    width: 170px;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-top: 15px;
}

.attachment-update input {
    max-width: 100%;
    position: absolute;
    top: 0;
    opacity: 0 !important;
    left: 0;
}

.attachment-update span {
    font-family: 'Raleway-Regular';
}

.upload-art-box span {
    width: 170px;
    display: block;
    font-size: 16px;
    font-family: 'Raleway-SemiBold';
}

.upload-art-box span img {
    width: 100%;
}

.artist-board-form .input-group.submit_box {
    margin-left: 200px;
    width: calc(100% - 200px);
}

.artist-item-box .trust {
    position: absolute;
    top: 5px;
    right: 0;
}

.artist-profile-area table tr {
    line-height: 32px;
}

.artist-profile-area table tr th {
    width: 150px;
}

.artist-profile-area table tr th span {
    float: right;
    padding-right: 15px;
}

.artwors-items-details {
    display: flex;
    width: 100%;
    justify-content: start;
}

.artwors-items-context {
    width: calc(100% - 220px);
}

.artwors-items-details .artwors-items-image {
    max-width: 220px;
    padding-right: 50px;
}

.artwors-items-details .artwors-items-image img {
    width: 100%;
}

.artwors-items-context p {
    line-height: 24px;
    margin-bottom: 10px;
}

.artwork-section-history .get-touch-box .input-group .field input {
    height: 42px;
}

.messages {
    list-style: none;
    text-align: center;
}

#loader_privileges {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.gift-guide.feature-box .swiper-feature,
.gift-guide-section .feature-box .swiper-feature {
    margin-left: 0;
    margin-right: 0;
}

.gift-guide.feature-box .slide-item,
.gift-guide-section .feature-box .slide-item {
    padding: 0;
}

.gift-banner {
    position: relative;
    background-color: #2A2B2A;
}

.gift-banner img {
    width: 100%;
}

.gift-banner .gift-text {
    position: absolute;
    top: 0;
    left: 30%;
    width: 70%;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
}

.gift-banner .gift-text .box {
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
}

.gift-text h3 {
    font-family: 'Raleway-SemiBold';
    font-size: 18px;
    margin-bottom: 10px;
}

.gift-text p {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    line-height: 21px;
}

#previewArt.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.preview-box {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    max-height: 96%;
    overflow: auto;
    top: 2%;
    position: relative;
}

#previewArt .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 280px;
    max-width: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 2px #ddd;
}

#previewArt .close {
    color: #aaaaaa;
    float: right;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 14px;
    top: 16px;
    width: 17px;
    height: 20px;
    line-height: 16px;
    text-align: center;
}

#previewArt .close:hover,
#previewArt .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#previewArt .body-popup a,
#previewArt .body-popup .anchor {
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    opacity: 0;
    padding: 0 33px;
}

.content-banner {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    margin-top: -17px;
}

.hero-slider .content-banner h2 {
    font-size: 43px;
    font-family: 'Helvetica-Bold';
    color: white;
}

.hero-slider .content-banner p {
    font-size: 16px;
    font-family: 'Raleway-Regular';
    color: white;
}

.content-banner .shop-button {
    background-color: white;
    padding: 8px 20px;
    border-radius: 24px;
    width: 185px;
    display: block;
    margin: 15px auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

.content-banner .shop-button:hover {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .7);
}

.content-banner .shop-button img {
    width: 13px;
    padding-left: 2px;
}

.category-search-section {
    margin-top: 60px;
}

.category-box ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.category-box ul li {
    margin-left: 15px;
}

.category-box ul li:first-child {
    margin-left: 0px;
}

.category-box ul li a {
    border: 1px solid #000;
    padding: 6px 15px;
    background-color: transparent;
    border-radius: 24px;
    height: 37px;
    display: inline-block;
}

.category-box ul li a:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.hero-section .swiper-horizontal>.swiper-pagination-bullets,
.hero-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-section .swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    padding-right: 60px;
}

.content-banner.artist-banner-btn {
    top: inherit;
    bottom: 45px;
}

.tradition1 {
    padding-right: 122px;
}

.utshob-swiper {
    width: 100%;
    height: 100%;
}

.utshob-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-utshop p {
    margin-bottom: 20px;
}

.terms-container h4 {
    font-size: 22px;
    font-family: 'Helvetica-Bold';
    margin-bottom: 15px;
}

.terms-container {
    border: 1px solid #858585;
    border-radius: 14px;
    padding: 32px;
    margin: 32px 100px 40px;
}

.trams-condition .terms-container {
    border: 1px solid #858585;
    border-radius: 14px;
    padding: 21px;
    margin: 0;
}

.curation-content .trams-condition p {
    text-align: left;
    margin: 0;
}

.terms-container ul {
    list-style: none;
    padding-left: 30px;
    margin: 0;
}

.terms-container ul li {
    list-style-type: disc;
    color: #413F3F;
}

.terms-container .form-group {
    margin-bottom: 25px;
}

.terms-container .form-group p strong {
    color: #413F3F;
}

.terms-container .form-group:last-child {
    margin-bottom: 5px;
}

.trams-condition {
    display: none;
}

.terms-container .show-more-box,
.trams-condition .show-more-box {
    text-align: center;
}

.terms-container .show-more-box a,
.trams-condition .show-more-box a {
    border: 1px solid #858585;
    border-radius: 24px;
    padding: 8px 20px;
    cursor: pointer;
}

.form-group-box {
    display: none;
}

.category-box .category-item .category-text {
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    display: block;
    margin-top: 15px;
}

.category-box .swiper-button-next:after,
.category-box .swiper-button-prev:after {
    opacity: 0;
}

.categories-section .title-box h2 {
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

.categories-section {
    margin-bottom: 50px;
}

.competation-box1 {
    border: 1px solid #858585;
    border-radius: 14px;
    padding: 32px;
    margin: 20px 60px 40px;
}

.competation-box {
    display: flex;
}

.competation-trams-textbox .competation-box {
    border: 1px solid #858585;
    border-radius: 14px;
    padding: 32px;
    margin: 32px 60px 40px;
}

.upload-artworks .art-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.competation-box.upload-artworks {
    display: block;
    border: 0px solid #858585;
    margin: 0;
    padding: 0;
}

.competation-box .two-box {
    padding-right: 40px;
}

.competation-box.upload-artworks h3,
.competation-text-box h3 {
    font-size: 23px;
    font-family: 'Helvetica-Bold';
    margin-bottom: 10px;
}

.competation-form {
    margin-top: 25px;
}

.competation-form .form-box {
    margin-top: 15px;
}

.competation-form .form-group {
    display: flex;
    justify-content: space-between;
}

.competation-form .form-group .input-group {
    padding: 0 10px 20px 0;
}

.competation-form .form-group .input-group:last-child {
    padding: 0 10px 20px 0;
}

.competation-form .form-group .input-group:last-child {
    padding: 0 0px 20px 10px;
}

.competation-form .form-group textarea {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #858585;
    height: 100px;
    outline: none;
}

.competation-form .form-group .input-group select {
    background: transparent;
    padding-right: 25px;
    background-image: url(../images/icon/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 96% 15px;
    background-size: 12px;
    cursor: pointer;
    border: 1px solid #858585;
    background-color: #faf8f4;
    outline: none;
    font-size: 16px;
    height: 43px;
}

.competation-form .form-group .input-group input {
    background-color: transparent;
    border: 1px solid #858585;
    height: 43px;
    outline: none;
}

.competation-form .form-group .input-group select:focus,
.competation-form .form-group textarea:focus,
.competation-form .form-group .input-group input:focus {
    border: 1px solid #858585;
    outline: 0;
    box-shadow: none;
}

.competation-box .get-touch-box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border: 0px solid #858585;
    padding: 0px;
    border-radius: 0px;
}

.competation-box .artist-item-box {
    width: 100%;
    display: flex;
    padding: 0 50px;
}

.artist-board-sidebar {
    width: 27%;
    padding-right: 0;
    min-width: 215px;
    padding-left: 20px;
}

.artworks-newdesign {
    position: relative;
}

.artist-board-sidebar.artist-board-sidebar-new {
    width: auto;
    padding-right: 40px;
    min-width: 215px;
    padding-left: 0;
    position: absolute;
    left: -215px;
    top: 102px;
}

.feature-list-area .swiper-button-next:after,
.feature-list-area .swiper-button-prev:after {
    opacity: 0;
}

.feature_list_container {
    margin-bottom: 60px;
}

.feature-list-swiper,
.category-list-swiper {
    padding-left: 39px;
    padding-right: 39px;
}

/* .feature-swiper-wrapper.swiper-wrapper,
.category-swiper-wrapper.swiper-wrapper {
    overflow: hidden;
} */
.category_list .swiper-button-next {
    right: -6px;
}

.architech-section .slide-item {
    padding: 0;
}

.architech-section .container,
.categories-section .container {
    padding-left: 40px;
    padding-right: 40px;
}

.competation-trams-condition {
    display: flex;
    justify-content: space-between;
}

/* .competation-trams-textbox{
    display: none;
} */
.competation-trams-text h4 {
    font-size: 24px;
    font-family: 'Helvetica-Bold';
    margin-bottom: 10px;
}

.competation-trams-text .terms-container {
    border: 0px solid #858585;
    border-radius: 0;
    padding: 0px;
    margin: 5px 2px 0px;
    width: 48%;
}

.charukola-art-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.charukola-art-list .charukola-art {
    position: relative;
    margin-bottom: 30px;
}

.charukola-art img {
    width: 100%;
}

.charukola-art h5 {
    text-align: left;
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
}

.charukola-art p {
    text-align: left;
    color: #777777;
    font-family: 'Raleway-Regular';
    font-size: 14px;
}

.charukola-art .art-text {
    margin-top: 15px;
}

.charukola-art .art-text .artist-name {
    margin-top: 4px;
    margin-bottom: 8px;
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
}

.charukola-art .art-img {
    position: relative;
}

.charukola-art .month {
    background-color: #EDD2A0;
    color: #040404;
    font-family: 'Raleway-SemiBold';
    padding: 1px 6px;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.upload-artworks p {
    font-family: 'Raleway-SemiBold';
    text-align: center;
}

.upload-artworks h3 {
    text-align: center;
}

.charukola-awards .title-box p {
    margin-top: 8px;
}

.charukola-awards {
    width: 100%;
}

.charukola-box {
    width: 200px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    opacity: .2;
}

.gallery_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.profile-photo-update {
    position: relative;
}

.profile-photo-update img {
    width: 100%;
    opacity: .2;
}

.profile-photo-update .photo-content {
    position: absolute;
    top: 30%;
    width: auto;
    left: 50%;
    border-radius: 5px;
    margin-left: -174px;
    text-align: center;
}

.profile-photo-update h3 {
    padding: 15px 30px;
    background-color: #ffcc00;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Raleway-SemiBold';
}

.profile-photo-update h3 span {
    font-family: 'Raleway-SemiBold';
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.profile-photo-update a {
    border: 0px solid #000;
    background: #000;
    border-radius: 28px;
    margin-left: 0px;
    color: white;
    padding: 8px 20px;
    margin-top: 20px;
    display: inline-block;
}

.face-page-link h5 {
    font-family: 'Helvetica-Bold';
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.face-page-link p {
    max-width: 100%;
    overflow: hidden;
}

.meet-artist .category-box,
.art-by-price .category-box,
.category-search-section .category-box {
    margin-top: 20px;
}

.art-by-price .category-box ul,
.category-search-section .category-box ul {
    justify-content: left;
}

.meet-artist .category-box ul li button.active,
.meet-artist .category-box ul li a.active {
    background-color: #E5CC9B;
    border: 1px solid #E5CC9B;
    box-shadow: 0 1px 3px rgba(229, 204, 155, .5);
    color: #000000;
}

.artistContent {
    display: none;
    padding-top: 0;
    border-top: none;
}

.meet-artist .category-box ul li a,
.meet-artist .category-box ul li button {
    border: 1px solid #000;
    padding: 6px 15px;
    background-color: transparent;
    border-radius: 24px;
    color: #000000;
}

.meet-artist .category-box ul li a:hover,
.meet-artist .category-box ul li button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.meet-artist .category-box ul li a {
    line-height: 25px;
    height: 37.6px;
    display: inline-block;
}

.list-box-text img {
    width: 100%;
}

.list-box-text h2 {
    font-size: 16px;
    font-family: 'Raleway-Regular';
}

.list-box-text {
    text-align: center;
}

.list-box-text h2 {
    font-size: 16px;
    font-family: 'Raleway-Regular';
    margin-top: 10px;
    margin-bottom: 5px;
}

.list-box-text h2 a {
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Raleway-Regular';
}

.area-box span {
    color: #777777;
}

.artis-tab-content {
    margin-top: 30px;
}

.feature_list_box .artist-img {
    position: relative;
}

.feature_list_box .list-box-text {
    text-align: left;
}

.blogs-button {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.blogs-button a:hover,
.blogs-button a {
    padding: 6px 15px;
    background-color: #E5CC9B;
    border-radius: 24px;
    font-size: 14px;
}

.gallery_list_new .gallery-item {
    border: 1px solid #AFAFAF;
    padding: 20px;
}

.gallery_list_new .product-item__body {
    margin-bottom: 0;
}

.gallery_list_new h5.product-item__title {
    font-size: 16px;
    font-family: 'Raleway-SemiBold';
}

.addtoCart {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.addtoCart img {
    max-width: 35px;
}

.addtoCart a {
    position: relative;
    height: 35px;
    width: 100%;
    display: inline-block;
}

.addtoCart span.cart-count {
    position: absolute;
    left: 0;
    z-index: 1;
    color: #09bb95;
    text-align: center;
    display: flex;
    width: 100%;
    height: 35px;
    top: 0;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    display: none;
}

.gallery_list_new .product-item__price {
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 10px;
    font-family: 'Raleway-SemiBold';
}

.product-list-box.gallery-list .addtoCart {
    position: absolute;
    right: 0px;
    top: 5px;
}

.product-list-box.gallery-list .product-item__price {
    font-size: 16px;
    font-family: 'Raleway-Regular';
    font-weight: bold;
    margin-top: 8px;
    padding-right: 25px;
}

.product-list-box.gallery-list .product-item__body {
    margin-bottom: 20px;
}

.meet-artist .container,
.feature-section-slide .container {
    padding-left: 40px;
    padding-right: 40px;
}

.artis-tab-content .popularSwiper,
.feature_list_box .OtherWorksArtist,
.feature_list_box .featureListBlog {
    padding-left: 40px;
    padding-right: 40px;
}

.artis-tab-content .popularSwiper,
.feature_list_box .OtherWorksArtist,
.feature_list_box .featureListBlog {
    padding-left: 38px;
    padding-right: 38px;
}

.OtherWorksArtist .swiper-button-next:after,
.OtherWorksArtist .swiper-button-prev:after,
.featureListBlog .swiper-button-next:after,
.featureListBlog .swiper-button-prev:after {
    display: none;
}

.artis-tab-content .swiper-button-next:after,
.artis-tab-content .swiper-button-prev:after {
    display: none;
}

.OtherWorksArtist .swiper-button-next,
.OtherWorksArtist .swiper-button-prev,
.featureListBlog .swiper-button-next,
.featureListBlog .swiper-button-prev {
    transform: rotate(0deg) !important;
}

.artis-tab-content .swiper-button-next,
.artis-tab-content .swiper-button-prev {
    transform: rotate(0deg) !important;
}

.artis-tab-content .swiper-button-prev,
.OtherWorksArtist .swiper-button-prev,
.featureListBlog .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 3px);
}

.empowerment-box-row {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.empowerment-box-row.empowerment-box-row-last {
    padding-bottom: 0px;
}

.empowerment-text {
    width: 60%;
}

.empowerment-image {
    width: 38%;
}

.empowerment-text h2 {
    font-size: 40px;
    line-height: 44px;
    font-family: 'Raleway-Bold';
    margin-bottom: 13px;
}

.woman-empowerment-box {
    padding: 46px;
    background-color: #F4F0E5;
}

.blog_body .item__des .empowerment-text p {
    text-align: left;
    font-size: 15.5px;
    line-height: 23.4px;
}

.empowerment-box-row h3 {
    font-size: 18px;
    font-family: 'Raleway-Bold';
    line-height: 23px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog_body .item__des .text-one {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.blog_body .item__des .text-one p,
.blog_body .item__des .text-one h3 {
    text-align: center;
}

.winner-art {
    width: 100%;
}

.winner-art img {
    width: 100%;
}

.two-third {
    width: calc(66% - 10px);
}

.two-third img {
    width: 100%;
}

.one-third {
    width: 30%;
}

.one-third img {
    width: 100%;
}

.winner-art p,
.one-third p,
.two-third p {
    margin-top: 12px;
}

.devider {
    border-bottom: 1px solid #D0D0D0;
    margin-top: 0;
    margin-bottom: 10px;
    height: 1px;
}

.devider1 {
    border-bottom: 1px solid #D0D0D0;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 1px;
}

.empowerment-box-row.images-gallery-box {
    flex-wrap: wrap;
    padding-bottom: 0;
    justify-content: space-between;
    display: flex;
    padding-top: 0px;
}

.empowerment-box-row.images-gallery-box .images-three {
    width: calc(33% - 10px);
    margin-top: 20px;
}

.empowerment-box-row.artistic-triumph,
.empowerment-box-row.artistic-exchange {
    padding-bottom: 0;
}

.empowerment-box-row.insightful-image {
    padding-top: 0;
}

.addtoCart button {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.winner {
    margin: 5px 0;
}

span.discount-percent {
    background-color: #F0DAAF;
    padding: 1px 5px;
    border-radius: 2px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

span.discount-price del {
    color: #5E5E5E;
}

span.discount-price {
    font-weight: normal;
    margin-left: 0;
}

.gallery_list_new .addtoCart {
    top: 2px;
}

.gallery_list_new .winner {
    margin: 8px 0;
    margin-bottom: 7px;
}

.affordable-art-week {
    top: 65%;
}

.content-banner.kal-jodi {
    bottom: 140px !important;
    top: inherit;
    left: 8px;
}

.kal-jodi {
    margin: 6px 0;
}

.data_artist_exabition li {
    margin-bottom: 10px;
}

div#data_artist_exabition {
    height: 200px;
    overflow: hidden;
}

.describe-box label.label-title {
    font-family: 'Raleway-SemiBold';
    margin-bottom: 10px;
    display: block;
}

.tab-pane-box .description p {
    line-height: 26px;
}

.delivery-options-box .delivery-options .checkbox_label {
    border: 1px solid #000000;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-right: 10px;
    border-radius: 6px;
    height: 40px;
}

.delivery-options-box label.checkbox_label .checkmark.checkmark-mid {
    left: 7px;
}

.delivery-options-box .delivery-options {
    display: flex;
    margin-bottom: 16px;
}

.delivery-options-box label.checkbox_label .checkmark {
    top: 10px;
    left: 8px;
}

.shipping_city_field .form-control {
    background-color: #faf8f4;
    border: 1px solid #000;
}

.tides-container {
    max-width: 965px;
    margin: 0 auto;
}

.tides-container {
    text-align: center;
    margin-bottom: 20px;
}

.tides-content p {
    margin-bottom: 15px;
}

.tides-container .title-box {
    margin-bottom: 10px;
}

.tidesChange .swiper-pagination {
    position: relative;
    top: 0;
    width: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 13px;
    padding-bottom: 0;
    background-color: red;
}

.tidesChange .swiper-pagination {
    position: relative;
    top: 0;
    width: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 13px;
    padding-bottom: 0;
    background-color: #E3CBA5;
}

.tidesChange .swiper-pagination-bullet {
    width: 25px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 0;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: 0;
}

.tidesChange .swiper-pagination-bullet-active {
    opacity: 1;
    background: #B5853A;
}

.tidesChange .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.tidesChange .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.tidesChange .tides-item .artist_name {
    display: block;
    text-align: center;
    width: 100%;
}

.tidesChange .tides-item .product-item__price,
.tidesChange .tides-item .product-item__title {
    font-size: 16px;
    font-family: 'Raleway-SemiBold';
}

.tidesChange .tides-item .artist_size,
.tidesChange .tides-item .artist_name p,
.tidesChange .tides-item p,
.tidesChange .tides-item a,
.tidesChange .tides-item .product-item__price {
    text-align: center;
    width: 100%;
    display: block;
    line-height: 22px;
}

.tidesChange .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tides-of-change-button a.button-one {
    background-color: black;
    color: white;
    margin: 0;
    display: inline;
    position: relative;
    top: 15px;
    right: 75px;
    text-align: center;
    padding: 8px 25px;
}

.tides-of-change-button a.button-one img {
    display: none;
}

.solastalgia {
    margin: 5px 0px;
}

.dropdown-menu ul {
    display: block;
}
.dropdown-menu ul li a {
    border: 0;
    border-radius: 0;
    display: block;
    padding: 5px 14px;
    margin: 0;
    line-height: 22px;
}
.dropdown-menu ul li a:hover {
    background-color: #F7ECD6;
    color: #000;
}

.service-box .checkbox_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Raleway-Regular';
    border: 1px solid #858585;
    border-radius: var(--bs-border-radius);
    height: 37.45px;
}
.service-box .checkbox_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.service-box input:checked~.checkmark {
    background-color: rgba(12, 12, 12, .16);
}
.service-box .checkmark {
    height: 17px;
    width: 17px;
    border: 2px solid rgba(12, 12, 12, .16);
    border-radius: 50%;
    top: 9px;
    left: 8px;
    background-color: #FAF8F4;
}
.service-box .checkbox_label .checkmark:after {
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background-color: #dbcaaf;
    border-radius: 50%;
    border: solid #FAF8F4;
}
.service-box h4 {
    font-size: 15px;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 10px;
}
.service-box p {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-family: 'Raleway-Regular';
    position: relative;
    top: 6px;
}
.reference_link{
    border: 1px solid #858585;
    background-color: #faf8f4;
    outline: none;
    font-size: 16px; 
}
.submit_box .attachment_file_button {
    border-radius: 24px;
    font-size: 13px;
    font-weight: 400;
    color: #495057;
    background-color: #FAF8F4;
    background-clip: padding-box;
    border: 1px solid #858585;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    width: 140px;
    text-align: center;
    line-height: 40px;
}
.submit_box .attachment-update {
    width: auto;
    margin-top: 0;
    position: absolute;
    left: 0;
}
.submit_box .attachment_file {
    max-width: 140px;
    position: absolute;
    top: 1px;
    opacity: 0 !important;
}
.attachment-update img {
    width: 16px;
    margin-right: 6px;
    opacity: .7;
    top: -1px;
    position: relative;
}
.attachment-update input[type="file"] {
    height: auto;
    border-radius: 19px;
    opacity: 1;
    padding: 6px 15px;
}
.submit_box .attachment-update {
    border: 0;
}
.submit_box span.attachment_preview {
    position: absolute;
    left: 0;
    width: 218px;
    line-height: 15px;
    text-align: left;
    top: 100%;
    margin-top: 2px;
}
.touch-box-curation .input-group .reference_link:focus{
    background-color: transparent;
    border: 1px solid #858585;
}
.news-list {
    max-width: 1034px;
    margin: 0 auto;
    margin-top: 45px;
}
.news-list .news-item {
    display: flex;
    justify-content: space-between;
    background-color: #F6EDDF;
    padding: 24px 28px;
    margin-bottom: 20px;
}
.news-item .news-images {
    width: 226px;
    margin-right: 24px;
}
.news-item .news-images img{
    width: 100%;
}
.news-short-text h5.item__title {
    font-size: 24px;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 10px;
}
.news-item-date p{
    padding: 0;
    margin: 0;
    color: #585858;
}
.news-short-text .data_description {
    margin-bottom: 10px;
}
.news-short-text .item__des a span {
    border: 1px solid;
    padding: 4px 15px;
    border-radius: 24px;
    margin-right: 0;
    font-size: 14px;
    font-family: 'Raleway-Regular';
}
.solastalgia-container{
    max-width: 965px;
    margin: 0 auto;
    text-align: center;
}
.solastalgia-container .title-box p {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    text-align: justify;
}
.solastalgia-container .title-box h2 {
    margin-bottom: 12px;
}
.solastalgia-container{
    max-width: 965px;
    margin: 0 auto;
}
.solastalgia-art-list {
    margin-top: 33px;
    column-count: 4;
    column-gap: 40px;
    width: 100%;
}
.solastalgia-art-item {
    position: relative;
    margin: 0px 0px 10px;
    min-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    break-inside: avoid;
}
.solastalgia-art-item img {
    width: 100%;
}

/* currency */
.currency-box {
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    width: 100%;
    right: 0;
    top: 65px;
    bottom: 0;
    left: 0;
    display: none;
}
.currency-container {
    background-color: #FFFFFF;
    width: 338px;
    height: 100%;
    right: 0;
    position: fixed;
    padding: 25px;
}
.currency-content h3 {
    font-size: 15px;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 10px;
    position: relative;
}
.currency {
    border: 0;
    background: transparent;
}
.currency img {
    width: 60px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    cursor: pointer;
}
body.modal-open {
    overflow: hidden;
}
.currency-content .currency-close {
    cursor: pointer;
    font-family: 'Raleway-SemiBold';
    font-size: 18px;
    position: absolute;
    right: 0;
    top: -2px;
    display: inline-block;
}
.currency-content p {
    font-size: 14px;
    margin-bottom: 18px;
}
.currency-menu select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 20px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 18px;
    height: 43px;
}
.currency-menu .dropdown-btn {
    background: url(../images/icon/arrow-down-currency.png) no-repeat right 15px center;
    background-size: 10px;
    border-radius: 24px;
    font-size: 14px;
    padding: 9px 20px;
    text-align: left;
    width: 100%;
    border: 1px solid #D6D6D6;
    cursor: pointer;
}
.currency-menu .custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.currency-menu .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #D6D6D6;
    border-radius: 7px;
    z-index: 1000;
    margin-top: 0px;
    padding: 15px 0;
}
.currency-menu .dropdown-item {
    padding: 6px 20px;
    cursor: pointer;
}

.currency-menu .dropdown-item:hover {
    background-color: rgba(240, 218, 175, .5);
}
.currency-menu .custom-dropdown.open .dropdown-list {
    display: block;
}

/* end currency */


.news-short-text {
    width: calc(100% - 226px);
}
.underline-text{
    text-decoration: underline;
}
.new-container {
    max-width: 1126px;
    margin: 0 auto;
    width: 100%;
}
.news-content {
    margin-top: 25px;
}
.news-title {
    margin-bottom: 16px;
}
.news-title h3 a{
    font-family: 'Raleway-SemiBold';
    font-size: 24px;
    margin-bottom: 10px;
}
.news-title p {
    color: #585858;
}
.news-body .news-shorts-box {
    margin-top: 15px;
    line-height: 28px;
}
.news-image-box img {
    width: 100%;
}
.news-description-box {
    display: flex;
    justify-content: space-between;
}
.acrylic_painting-box {
    text-align: center;
}
.acrylic_painting .curation-content h2 {
    font-size: 43px;
    font-family: 'Helvetica-Bold';
    color: #323231;
    font-weight: normal;
    text-align: center;
    margin-top: 12px;
}
.acrylic_painting .curation-content h2 img {
    width: 26px;
}
.acrylic_painting .curation-content h5 {
    font-size: 20px;
    font-family: 'Helvetica-Bold';
    color: #323231;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.acrylic_painting .get-touch-box {
    border: 0px solid #858585;
    padding: 0;
}
.acrylic_painting {
    padding-top: 70px;
    margin-bottom: 70px;
}
.acrylic_painting .date-field  table{
    width: 100%;
}
.acrylic_painting .date-field .ui-datepicker-calendar span {
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
}
.acrylic_painting .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
}
.acrylic_painting .ui-datepicker-title {
    width: 100%;
    position: absolute;
    text-align: center;
    padding: 0 20px;
}
.acrylic_painting .ui-datepicker-prev {
    background-image: url(../images/icon/calander-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 12px;
}
.acrylic_painting .ui-datepicker-next {
    background-image: url(../images/icon/calander-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 12px;
}
.acrylic_painting .ui-datepicker-header a span {
    opacity: 0;
}
.acrylic_painting .ui-datepicker-header a.ui-corner-all {
    z-index: 999;
    cursor: pointer;
}
.acrylic_painting .ui-datepicker-calendar table th,
.acrylic_painting .ui-datepicker-calendar table td {
    text-align: center;
}
.acrylic_painting .date-field td, .acrylic_painting .date-field th {
    text-align: center;
    line-height: 34px;
}
.acrylic_painting .curation-content p {
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
}
.custom-datepicker .date-field {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 99;
    background-color: #faf8f4;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    padding-bottom: 10px;
}
.custom-datepicker .date-field.active {
    display: block;
}
.custom-datepicker {
    position: relative;
}
.custom-datepicker .date-field td a{
    width: 25px;
    height: 25px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 5px;
}
.custom-datepicker .date-field td a:hover,
.custom-datepicker .date-field td a.ui-state-active {
    background-color: #101010;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 5px;
}
.custom-datepicker .get-touch-box h3 {
    margin-bottom: 20px;
}
.custom-datepicker .date-icon {
    background-image: url(../images/icon/calendar-icon.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    cursor: pointer;
}
.acrylic_painting .ui-datepicker-title span {
    font-family: 'Raleway-SemiBold';
}
.acrylic_painting .button-black {
    font-size: 14px;
}
.acrylic_painting .get-touch-box .input-group .field input {
    font-size: 14px;
}
.acrylic_painting .curation-content {
    max-width: 740px;
}
.flatpickr-calendar {
    background-color: #f9f7f3;
}
.location {
    max-width: 395px;
    margin: 0 auto;
}
.acrylic_painting_thankyou {
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thankyou-message {
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 40px;
    background: #faf8f4;
    box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, .10);
    position: relative;
}
.thankyou-message h4 {
    font-size: 22px;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 10px;
}
.thankyou-message p {
    font-size: 14px;
}
.exhibition_reg_box{
    max-width: 875px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.exhibition_reg_box .banner-curation-box {
    padding: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top: 0;
    overflow: hidden;
    transform: scale(1.002);
    position: relative;
    left: 0px;
}
.exhibition_reg_box {
    max-width: 875px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius:20px;
    border-top: 0;
}
.exhibition-info-box h4 {
    text-align: center;
    font-family: 'Helvetica-Bold';
}
.exhibition-info-box h4 img {
    width: 16px;
    position: relative;
    top: -2px;
}
.exhibition-info-box p {
    margin: 8px 0;
    font-size: 14px;
    text-align: left;
}
.exhibition-info-box {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.exhibition-info-box .get-touch-box {
    border: 0px solid #858585;
    padding: 0;
}
.content-reg {
    padding-top: 25px;
    padding-bottom: 28px;
}
.exhibition-info-box ul {
    list-style: none;
    padding-left: 5px;
    text-align: left;
}
.Workshop-highlights {
    text-align: left;
    margin-top: 30px;
}
.content-reg p {
    text-align: center;
}
.center-image {
    text-align: center;
    margin-top: 15px;
}
.notice-exhibition .exhibition-info-box p {
    text-align: justify;
}
.notice-exhibition h3 {
    font-size: 27px;
    font-family: 'Helvetica-Bold';
    text-align: center;
    margin-top: 10px;
}
.exhibition-notice-section .curation-content {
    max-width: 515px;
}
.exhibition-notice-section {
    max-width: 615px;
}
.exhibition-notice-section .banner-curation-box {
    transform: scale(1.003);
}
.exhibition-info-logo {
    margin-top: 40px;
    margin-bottom: 10px;
}
.new-shop-by-category .categories_container h2 {
    position: relative;
}
.artwork-share {
    display: inline-block;
    margin-top: 3px;
}
.share-button {
    border: 1px solid #EDE2CA;
    padding: 1px 8px;
    border-radius: 24px;
    background-color: #EDE2CA;
    width: 80px;
    height: 28px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.share-button img {
    width: 13px;
    margin-right: 4px;
    margin-top: 2px;
}
.list-inline {
    display: none;
    width: 125px;
    font-size: 14px;
    position: absolute;
    background-color: #faf8f4;
    box-shadow: 0 0px 3px rgba(0, 0, 0, .5);
    padding: 8px 0px;
}
.list-inline .list-inline-item {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 0;
}
.list-inline .list-inline-item a {
    display: block;
    padding: 0 10px;
}
.list-inline .list-inline-item a:hover{
    background-color: #EDE2CA;
}
.list-inline-item span {
    font-size: 14px;
}
.list-inline-item img {
    width: 20px;
}
.view-all {
    text-transform: capitalize;
    font-size: 15px;
    background-color: #E5CC9B;
    border-radius: 24px;
    height: 26px;
    width: 92px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: -72px;
    top: 13px;
    font-family: 'Raleway-Regular';
    padding-top: 1px;
}
.shop-by-categories-section .artist_name {
    width: 100%;
    text-align: center;
}
.shop-by-categories-section .artist_name p, .shop-by-categories-section .artist_name a {
    width: 100%;
    color: #000000;
    text-decoration: underline;
}
.OtherWorksArtist .product-item__price {
    font-weight: normal;
    margin: 6px 0;
}
.OtherWorksArtist .product-item__body .product-item__title {
    font-size: 16px;
    font-family: 'Raleway-SemiBold';
}
.OtherWorksArtist .swiper-button-next, .OtherWorksArtist .swiper-button-prev {
    top: 110px;
}
.OtherWorksArtist .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 1px);
}
.OtherWorksArtist .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 1px);
}
.Under30k-slider img {
    width: 100%;
}
.under30k-filter-area .filter select {
    margin: 0 7px;
    height: 35px;
}
.under30k-filter-area {
    padding-left: 30px;
    padding-top: 5px;
}
.under30k-filter-list {
    display: flex;
}
@media (max-width: 760px) {
    .thankyou-message {
        padding: 30px 20px;
    }
    .acrylic_painting .curation-content h2 img {
        width: 20px;
    }
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .delivery-options-box .delivery-options {
        display: block;
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }

    .delivery-options-box .delivery-options .checkbox_label {
        margin-right: 0;
    }
}

@media screen and (min-width: 1400px) {
    .acrylic_painting_thankyou {
        min-height: 450px;
    }
    .col-3.address-box {
        min-width: 193px;
        max-width: 18%;
        width: 100%;
    }

    .col-3.address-box {
        width: 217px;
    }

    .news-letter-box {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .artist-box-list.artist_list {
        max-width: 100%;
        margin-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
    }

    .blog-image {
        padding-right: 50px;
    }
}

@media screen and (min-width: 991px) {
    .content-banner.tides-of-change-button {
        text-align: right;
        top: 64%;
    }

    .product-item__price .desktop {
        display: inline-block;
    }

    .competation-box1.competation-boxnew {
        padding: 40px;
    }

    .new-competation-day .box-image {
        padding-right: 34px;
    }

    .home-gallery.gallery_list_new .gallery-item:nth-child(4n + 1) {
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .home-gallery.gallery_list_new .gallery-item:nth-child(4n + 2) {
        margin: 0 15px;
        margin-bottom: 30px;
    }

    .home-gallery.gallery_list_new .gallery-item:nth-child(4n + 3) {
        margin: 0 15px;
        margin-bottom: 30px;
    }

    .home-gallery.gallery_list_new .gallery-item:nth-child(4n + 4) {
        margin-left: 15px;
        margin-bottom: 30px;
    }

    .home-gallery.gallery_list_new .gallery-item {
        display: block;
        margin-bottom: 20px;
        width: calc(25% - 22.5px)
    }

    .home-gallery.gallery_list {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1800px) {
    .acrylic_painting_thankyou {
        min-height: 760px;
    }
    .col-3.address-box {
        width: 217px;
    }

    .news-letter-box {
        width: 60%;
    }

    .register-section .register-box {
        padding: 50px 0;
    }

    .gallery-home .product_list .product-item {
        height: 420px;
    }

    .get-touch-box .input-group .field select,
    .curation-content p,
    .get-touch-box .input-group textarea,
    .get-touch-box .input-group .field input {
        font-size: 16px;
    }

    .content-banner.kal-jodi {
        bottom: 160px !important;
    }

}

@media screen and (min-width: 991.1px) {
    .swiper-scrollbar {
        display: none;
    }

    .new-competation-day .box-image img {
        width: 100%;
    }

    .new-competation-day .three-box {
        width: 60%;
    }

    .competation-box .two-box {
        padding-right: 0;
        width: 40%;
    }

    .competation-box .two-box.two-box-new {
        padding-right: 40px;
    }

    .upload-artworks .art-title {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0px;
        padding-right: 0;
    }

    #previewArt .modal-content {
        width: 300px;
        max-width: 300px;
    }

    .border_bottom {
        border-bottom: 1px solid rgba(112, 112, 112, .16);
    }

    .filter select {
        width: auto;
        max-width: 170px;
    }

    .account-box.register-image {
        width: 55% !important;
    }

    .login-area-right .login-area {
        padding: 30px 25px 25px;
        max-width: 324px;
    }

    .nav-menu-mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .profile-box.contact-us.pdb-4 {
        padding-bottom: 50px;
    }

    .profile-box .contact-form {
        margin-top: 0px !important;
    }

    .nav-menu .menu-bar-right ul li a span {
        position: relative;
        top: 2px;
        padding-left: 5px;
    }

    .gallery-home .product_list .product-item {
        height: 334px;
    }

    .content-banner.artist-banner-btn.canvas-connection {
        bottom: 1px;
    }

    .search-box-mobile {
        display: none;
    }
    .currency img {
        margin-left: 5px;
    }
    .search-box .search {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .gallery-home .product_list .product-item {
        height: 394px;
    }

    .search-box .search {
        width: 160px;
    }
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .title-box p {
        max-width: 75%;
        width: 100%;
    }

    .charukola-art-list .charukola-art:nth-child(4n + 1) {
        margin-right: 20px;
    }

    .charukola-art-list .charukola-art:nth-child(4n + 2) {
        margin: 0 20px;
    }

    .charukola-art-list .charukola-art:nth-child(4n + 3) {
        margin: 0 20px;
    }

    .charukola-art-list .charukola-art:nth-child(4n + 4) {
        margin-left: 20px;
    }

    .charukola-art-list .charukola-art {
        width: calc(25% - 30px);
        text-align: center;
        margin-bottom: 30px;
    }

    div#nav-menu-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 1367px) {
    .search-box .search {
        width: 196px;
    }
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .currency img {
        margin-left: 7px;
    }
    .gallery-home .product_list .product-item {
        height: auto;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 1) {
        margin-right: 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 2) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 3) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 4) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 5) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 6) {
        margin-left: 15px;
    }

    .artist-box-list.artist_list .artist-box {
        display: flex;
        margin-bottom: 34px;
        width: calc(16.66% - 25px);
    }

    .artist-box-list h2 {
        font-size: 16px;
    }

    .artist-box-list .button-box a {
        width: 132px;
        font-size: 13px;
    }

}

@media screen and (min-width: 1800px) {
    .container {
        padding-left: 75px;
        padding-right: 75px;
    }
    .tides-of-change-button a.button-one {
        right: 88px;
    }

    .gallery-home .product_list .product-item {
        height: auto;
    }

    .gift-text p {
        font-size: 16px;
        line-height: 27px;
    }

    .gift-text h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .blog_list .blog-short-text.item__body {
        height: 185px;
    }
}

@media screen and (max-width: 1366px) {
    .blog_list .blog-short-text.item__body {
        height: 230px;
    }
    .slide-item .item__body h5 {
        font-size: 14px;
    }

    .slide-item .blog-short-text .link-category {
        margin-bottom: 6px;
        text-transform: uppercase;
        font-size: 11px;
    }

    .slide-item .item__body .item__des p {
        font-size: 12px;
    }

    .news-letter-box {
        width: 42%;
    }

    .content-banner.kal-jodi {
        bottom: 103px !important;
    }

    .content-banner.kal-jodi .shop-button {
        padding: 5px 20px;
    }
}

@media screen and (min-width: 991.1px) and (max-width: 1330px) {
    .gift-text p {
        line-height: 18px;
    }

    .blog-short-text.item__body {
        padding: 15px 15px;
    }

    .slide-item .item__body h5 {
        font-size: 12px;
    }

    .slide-item .blog-short-text .link-category {
        font-size: 11px;
    }

    .item__des p a {
        font-size: 14px;
    }

    .blog_list .blog-short-text.item__body {
        height: 240px;
    }

    .news-letter-box {
        width: 40%;
    }

    .footer-menu1-box {
        width: 210px;
    }
}

@media screen and (min-width:991.1px) and (max-width: 1366px) {
    .nav-menu ul li a {
        padding: 6px 10px 7px;
        font-size: 13px;
    }
    section.architech-section.pdt-3 {
        padding-top: 5px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1279px) {
    .nav-bar-icon span.total-items {
        position: absolute;
        top: 0;
        background-color: transparent;
        z-index: 99;
        color: white;
        text-align: center;
        width: 32px;
    }

    .nav-bar-icon a:first-child {
        position: relative;
    }

    .cart-table-section .cart-area {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .product-list-box.gallery-list .addtoCart {
        position: absolute;
        right: -3px;
        top: 3px;
    }

    span.sold-out {
        top: 3px;
    }

    .artis-tab-content {
        margin-top: 10px;
    }

    /* .home-list-5 {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .home-list-5 .list-box:nth-child(3n + 1) {
        margin-right: 20px;
    }
    .home-list-5 .list-box:nth-child(3n + 2) {
        margin: 0 20px;
    }
    .home-list-5 .list-box:nth-child(3n + 3) {
        margin-left: 20px;
    }
    
    .home-list-5 .list-box {
        display: flex;
        width: calc(33% - 25px);
        margin-top: 20px !important;
    } */

    .charukola-art-list .charukola-art:nth-child(3n + 1) {
        margin-right: 20px;
    }

    .charukola-art-list .charukola-art:nth-child(3n + 2) {
        margin: 0 20px;
    }

    .charukola-art-list .charukola-art:nth-child(3n + 3) {
        margin-left: 20px;
    }

    .charukola-art-list .charukola-art {
        width: calc(33% - 25px);
    }

    .artist-box-list h2 {
        font-size: 13px;
    }

    .artist-box-list .button-box a {
        font-size: 12px;
        width: 125px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(4n + 1) {
        margin-right: 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(4n + 2) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(4n + 3) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(4n + 4) {
        margin-left: 15px;
    }

    .artist-box-list.artist_list .artist-box {
        display: flex;
        margin-bottom: 34px;
        width: calc(25% - 25px);
    }

    .artist-box-list h2 {
        font-size: 14px;
    }

    .artist-box-list .button-box a {
        width: 132px;
        font-size: 13px;
    }

    .nav-bar-icon {
        display: flex;
    }

    .nav-menu {
        display: none;
    }

    .search-box .search {
        width: 100%;
        background-position: 98% center;
        margin-left: 0;
    }
}

@media screen and (min-width: 1279px) and (max-width: 1366px) {
    .artist-box-list.artist_list .artist-box:nth-child(6n + 1) {
        margin-right: 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 2) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 3) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 4) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 5) {
        margin: 0 15px;
    }

    .artist-box-list.artist_list .artist-box:nth-child(6n + 6) {
        margin-left: 15px;
    }

    .artist-box-list.artist_list .artist-box {
        display: flex;
        margin-bottom: 34px;
        width: calc(16.66% - 25px);
    }

    .artist-box-list h2 {
        font-size: 14px;
    }

    .artist-box-list .button-box a {
        width: 150px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .competation-box {
        margin: 0px;
    }

    .competation-box .artist-item-box {
        padding: 0 0px;
    }

    .nav-menu ul li a {
        padding: 5px 10px 7px;
    }

    .news-letter-box {
        display: flex;
        justify-content: end;
    }

    .col-3.address-box {
        width: 28%;
    }

    .address p {
        padding-right: 0;
    }

    .footer-area .footer-box {
        min-width: 30%;
    }

    .footer-content-menu .footer-menu:last-child {
        padding-left: 20px;
    }

    .feature-box .feature-list .slide-item:nth-child(3n + 3) {
        margin-left: 0px;
    }

    .feature-box .feature-list .slide-item:nth-child(3n + 2) {
        margin: 0px;
    }

    .feature-box .feature-list .slide-item:nth-child(3n + 1) {
        margin-right: 0px;
    }

    .feature-box .feature-list .slide-item:nth-child(2n + 1) {
        margin-right: 20px;
    }

    .feature-box .feature-list .slide-item:nth-child(2n + 2) {
        margin-left: 20px;
    }

    .feature-box .feature-list .slide-item {
        margin-bottom: 40px;
        width: calc(50% - 20px);
    }

}

@media screen and (max-width: 991px) {
    .OtherWorksArtist .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 40%);
    }
   .other-works-artist-section .feature_list_container {
        margin-bottom: 30px;
    }
    .exhibition-notice-section .exhibition-info-box p {
        text-align: justify;
    }
    .exhibition-info-logo {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .art-curation-section.exhibition-section {
        margin-top: 0;
        padding-top: 50px;
    }
    .art-curation-section.exhibition-section {
        padding-top: 40px;
    }
    .exhibition-info-box {
        padding: 15px 20px;
    }
    .exhibition-info-box .get-touch-box {
        padding: 0;
        padding-bottom: 40px;
    }
    .blog_list .blog-short-text.item__body {
        height: auto;
        padding-bottom: 25px;
    }
    .blog_list .item__des {
        position: relative;
        bottom: inherit;
        padding: 0px 0px;
        top: 15px;
    }
    .acrylic_painting .curation-content h2 {
        font-size: 30px;
    }
    .acrylic_painting .get-touch-box h3 {
        margin-bottom: 20px;
    }
    .acrylic_painting .button-black {
        font-size: 16px;
    }
    .currency-container {
        width: 100%;
        padding: 25px 20px;
    }
    .news-section .new-container .title-box h2 {
        margin-bottom: 0px;
    }
    .new-container {
        padding: 0 20px;
    }
    .news-short-text {
        width: 100%;
        margin-top: 15px;
    }
    .news-short-text h5.item__title {
        margin-bottom: 11px;
    }
    .news-item .news-images {
        max-width: 350px;
        margin-right: 0;
        margin: 0 auto;
        width: 100%;
    }
    .news-description-box {
        display: flex;
        justify-content: space-between;
    }
    .news-content {
        margin-top: 20px;
    }
    .news-title p {
        margin-top: 7px;
    }
    .solastalgia-art-list {
        column-count: 2;
        width: 100%;
        column-gap: 30px;
    }
    .solastalgia-container .title-box p {
        text-align: justify;
    }
    .news-list .news-item {
        display: block;
        justify-content: space-between;
        background-color: #F6EDDF;
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .submit_box .attachment-update {
        margin-top: 0;
        position: relative;
    }
    .touch-box-curation .submit_box {
        text-align: center;
        display: flex;
    }
    .touch-box-curation .input-group .reference_link {
        width: 100%;
        margin-bottom: 20px;
    }
    .touch-box-curation .input-group .reference_link {
        width: 100%;
    }
    .service-box .checkbox_label {
        margin-bottom: 20px;
    }
    .dropdown span.down-arrow {
        float: right;
        position: relative;
        top: 7px;
    }
    .profile-box {
        padding-right: 2px;
    }

    .section-navbar.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
        height: inherit;
    }

    .section-navbar.increase-top.sticky {
        top: -60px;
    }

    .section-navbar {
        height: 115px;
    }

    .search-box-mobile {
        z-index: 1;
        position: relative;
        top: 10px;
        padding: 0 20px;
    }

    .section-navbar.sticky .search-box-mobile {
        display: none;
    }

    .scrollbar-active .swiper-button-next,
    .scrollbar-active .swiper-button-prev {
        opacity: 0;
        display: none;
    }

    .scrollbar-active .swiper-scrollbar {
        position: relative;
        margin-top: 20px;
    }

    .content-banner.tides-of-change-button {
        text-align: right;
        top: 54%;
    }

    .tides-of-change-button a.button-one {
        top: 5px;
        right: 42px;
        padding: 8px 25px;
        font-size: 12px;
    }

    .tides-content.customer-service {
        padding: 0 20px;
    }

    .content-banner.kal-jodi {
        bottom: 98px !important;
        top: inherit;
        left: 8px;
    }

    .content-banner.kal-jodi .shop-button {
        width: 130px;
        padding: 5px 20px;
    }

    .meet-artist .category-box,
    .art-by-price .category-box,
    .category-search-section .category-box {
        margin-top: 0px;
    }

    .nav-bar-icon a {
        position: relative;
        padding-right: 10px;
    }

    span#cart-total-items {
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 999;
        background-color: transparent;
        display: inline-block;
        text-align: center;
        color: white;
        width: 100%;
        padding-right: 10px;
    }

    .meet-artist .container,
    .feature-section-slide .container {
        padding-left: 0;
        padding-right: 0;
    }

    .artistContent .swiper-button-next,
    .OtherWorksArtist .swiper-button-next,
    .featureListBlog .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 5px);
    }

    .OtherWorksArtist .list-box-text h2,
    .featureListBlog .list-box-text h2 {
        text-align: center;
    }

    .meet-artist .category-box ul {
        display: block;
        text-align: center;
        width: 100%;
        clear: both;
        overflow: hidden;
    }

    .meet-artist .category-box ul li {
        display: inline-block;
        margin: 7px;
    }

    .meet-artist .category-box ul li:first-child {
        margin-left: 7px;
    }

    .art-by-price .category-box ul,
    .category-search-section .category-box ul {
        display: block;
        clear: both;
        overflow: hidden;
        padding-bottom: 3px !important;
    }

    .art-by-price .category-box ul li,
    .category-search-section .category-box ul li {
        margin-left: 0;
        float: left;
        margin-top: 15px;
        margin-right: 15px;
    }

    /* .category-search-section .category-box ul li {
        margin-right: 6px;
        margin-left: 6px;
    }
    .category-search-section .category-box ul li:first-child {
        margin-left: 0px;
    }
    .category-search-section .category-box ul li:last-child {
        margin-right: 0px;
    } */
    .art-by-price .category-box ul li {
        margin-left: 0;
        margin-top: 15px;
        margin-right: 0;
        display: inline-block;
        float: inherit;
    }

    .art-by-price .category-box ul {
        text-align: center;
    }

    .art-by-price .title-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .art-by-price .container {
        padding-left: 1px;
        padding-right: 1px;
    }

    .category-box ul li a {
        display: inline-block;
        font-size: 14px;
        padding: 6px 12px;
    }

    .blog_body .item__des .empowerment-box-row.artistic-triumph p,
    .blog_body .item__des .empowerment-box-row.artistic-exchange p {
        text-align: center;
    }

    .empowerment-box-row.insightful-image {
        padding-top: 0;
    }

    .empowerment-box-row.esteemed-guests {
        padding-bottom: 0;
    }

    .insightful-image .blog-image-box,
    .insightful-image-box .blog-image-box {
        display: block;
    }

    .woman-empowerment-box {
        padding: 5px 20px 20px;
    }

    .blog_body .item__des .empowerment-box-row p {
        text-align: left;
    }

    .empowerment-box-row.images-gallery-box .images-three {
        width: calc(50% - 10px);
        margin-top: 20px;
    }

    .empowerment-text h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .empowerment-text {
        width: 100%;
    }

    .empowerment-image {
        width: 100%;
    }

    .empowerment-box-row {
        display: block;
    }

    .empowerment-text {
        width: 100%;
        padding-left: 0 !important;
        margin-top: 10px;
    }

    .competation-box1.competation-boxnew {
        margin-bottom: 30px;
    }

    .profile-photo-update .photo-content {
        position: absolute;
        top: 5%;
        width: 100%;
        left: 0;
        border-radius: 5px;
        margin-left: 0;
        text-align: center;
    }

    .profile-photo-update a {
        margin-top: 10px;
    }

    .profile_container {
        display: block;
    }

    .profile_body {
        width: calc(100% - 0px);
    }

    .profile_body .profile-box {
        margin-left: 0;
    }

    /* .gallery_list .gallery-item:nth-child(2n + 1) {
        margin-right: 20px;
    }

    .gallery_list .gallery-item:nth-child(2n + 2) {
        margin-left: 20px;
    }

    .gallery_list .gallery-item {
        margin-bottom: 20px;
        width: calc(50% - 20px);
    } */

    .gallery_list {
        margin-left: 0;
        margin-right: 0;
    }

    .gallery_list .product-item__body {
        margin-bottom: 0px;
    }

    .gallery_list_new .product-item__price {
        margin-bottom: 4px;
    }

    .category-menu-section.gallery-section .title-box h2 {
        margin-bottom: 10px;
    }

    .artist-board-sidebar.artist-board-sidebar-new {
        width: 100%;
        padding-right: 0;
        min-width: 215px;
        padding-left: 0;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 25px;
        text-align: center;
    }

    .artist-board-sidebar-new .upload-art-box {
        display: inline-block;
    }

    .competation-trams-textbox .competation-box {
        padding: 20px;
        margin: 20px 0px 20px;
    }

    .competation-box1 {
        padding: 20px;
        margin: 0;
    }

    .competation-trams-text h4 {
        font-size: 22px;
    }

    .upload-artworks .get-touch-box .input-group {
        text-align: center;
    }

    .upload-artworks .art-title {
        margin-bottom: 12px;
        margin-top: 0;
    }

    .upload-artworks .upload-art-box span {
        font-size: 16px;
        font-family: 'Raleway-SemiBold';
    }

    .gallery-section.women-day-section.pdt-4 {
        padding-top: 26px;
    }

    .gallery-section.women-day-section .title-box h2 {
        margin-bottom: 15px;
    }

    .competation-box {
        display: block;
        padding: 20px;
    }

    .competation-box.competation-day-box {
        margin: 0;
        padding: 0;
    }

    .competation-box .box-image img {
        width: 100%;
        margin-bottom: 20px;
    }

    .competation-box .artist-item-box {
        padding: 0 0px;
    }

    .competation-box .two-box {
        padding-right: 0;
    }

    .feature-list-area .swiper-button-next,
    .category_list .swiper-button-next {
        transform: rotate(0deg);
    }

    .category_list .swiper-button-next {
        right: -4px;
    }

    .feature-list-area .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 4px);
    }

    .feature-list-area .swiper-button-prev,
    .category_list .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px);
        transform: rotate(0deg);
    }

    .category_list .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 14px);
    }

    .women-day-section .title-box h2 {
        font-size: 30px !important;
        font-family: "Helvetica-Bold";
    }

    .terms-container {
        padding: 20px;
        margin: 32px 0px 40px;
    }

    .content-banner.artist-banner-btn {
        bottom: 38px;
    }

    .content-banner.tradition-bangladesh.tradition1 {
        bottom: 38px
    }

    .tradition1 {
        padding-right: 0;
    }

    .content-banner.tradition-bangladesh .shop-button {
        padding: 5px 20px;
        width: 150px;
        display: block;
        margin: 15px auto;
    }

    .content-banner {
        top: 40%;
        width: 90%;
        margin-left: 5%;
    }

    .affordable-art-week {
        top: 65%;
    }

    .content-banner.affordable-art-week .shop-button {
        padding: 5px 0px;
        width: 150px;
    }

    .hero-section .swiper-horizontal>.swiper-pagination-bullets,
    .hero-section .swiper-pagination-bullets.swiper-pagination-horizontal,
    .hero-section .swiper-pagination-custom,
    .swiper-pagination-fraction {
        text-align: center;
        padding-right: 0;
    }

    .hero-section .swiper-button-prev {
        left: 20px;
    }

    .hero-section .swiper-button-next {
        right: 20px;
    }

    .gift-banner .gift-text {
        position: relative;
        width: 100%;
        left: 0;
    }

    .gift-banner .gift-text .box {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        text-align: center;
    }

    .search-box .search {
        border: 1px solid rgba(12, 12, 12, .5);
        width: calc(100% - 0px);
        background-position: center;
        background-position: calc(100% - 15px);
        margin-left: 0;
    }

    .footer-content-menu .footer-menu:last-child {
        padding-left: 0px;
        margin-bottom: 0;
    }

    .footer-area .footer-box {
        min-width: 100%;
        margin-bottom: 40px;
    }

    .footer-content-menu {
        width: 100%;
        display: block;
    }

    .footer-content-menu .footer-menu {
        width: 100%;
        margin-bottom: 40px;
    }

    .news-letter {
        width: 100%;
        display: block;
        float: inherit;
    }

    .loader_text {
        max-width: 450px;
        width: 90%;
    }

    .faqs-content .form-group label span {
        font-size: 14px;
    }

    .account-box .button-box input.button-black {
        border-radius: 19px;
    }

    .account-box .button-box a {
        padding-left: 15px;
    }

    .nav-menu-mobile ul li:last-child a span {
        margin-left: 0;
        position: relative;
        top: 2px;
    }

    .nav-menu-mobile ul li:last-child a img {
        margin-right: 10px;
    }

    .gallery-item,
    .product-item {
        padding-bottom: 0px;
    }

    .feature-box .swiper-feature {
        overflow: inherit !important;
    }

    .tr p {
        font-size: 16px;
        font-family: 'Raleway-Regular';
    }

    .price-box {
        display: flex;
        justify-content: flex-start;
        font-size: 16px;
        font-family: 'Raleway-Regular';
        margin-top: 5px;
    }

    .contact-section.pdt-6,
    .section-about-us.pdt-4 {
        padding-top: 30px;
    }

    .orders-box {
        max-width: 315px;
        margin: 0 auto;
    }

    .order-group {
        text-align: center;
        display: block;
    }

    .order-group .col-4 {
        width: 100%;
    }

    .order-group .button-box {
        text-align: center;
        margin-top: 10px;
    }

    .section-footer {
        padding: 35px 0;
    }

    .feature-box .swiper-feature,
    .feature-box .swiper {
        margin-left: 0;
        margin-right: 0;
    }

    .feature-box {
        position: relative;
        overflow: inherit;
    }

    .feature-box .swiper-feature {
        overflow: inherit;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, -14px);
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, -14px);
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 1 !important;
    }

    .architech-section .title-box h2,
    .gallery-section .title-box h2 {
        padding-left: 0;
    }

    .full-container {
        padding: 0 15px;
    }

    /* .hero-section .swiper-button-prev {
        height: calc(50% - 40px);
        top: 50%;
        width: 40px;
        margin-top: -70px;
    }
    .hero-section .swiper-button-next {
        height: calc(50% - 40px);
        top: 50%;
        width: 40px;
        margin-top: -70px;
    } */
    .hero-section .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

    .hero-section .swiper-button-next {
        height: 40px;
        width: 40px;
    }

    .hero-section .swiper-button-next:after,
    .hero-section .swiper-button-prev:after {
        font-size: 25px;
    }

    .hero-section .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0);
        transform: rotate(0deg);
    }

    .hero-section .swiper-button-next {
        background-color: rgba(0, 0, 0, 0);
        transform: rotate(0deg);
    }

    .hero-section.pdt-6 {
        padding-top: 30px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .col-3.address-box {
        width: 100%;
        margin-bottom: 35px;
    }

    .footer-menu1-box {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 35px;
        padding-left: 30px;
        display: block;
    }

    .footer-menu1-box .footer-menu1:first-child {
        margin-bottom: 35px;
    }

    .news-letter-box {
        width: 100%;
        display: flex;
        justify-content: left;
        padding-left: 30px;
    }

    .col-3.address {
        width: 100%;
    }

    .address p {
        padding-left: 30px;
    }

    .address p img {
        left: 0;
    }

    div#nav-menu-mobile {
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 0;
    }

    .search-box .search {
        height: 36px;
    }

    .section-navbar .container {
        position: relative;
    }

    .nav-bar-icon {
        display: flex;
        position: relative;
    }

    .nav-menu-mobile {
        display: block;
    }

    .nav-menu {
        display: none;
    }

    .footer-logo {
        margin-bottom: 35px;
    }

    .footer-area {
        display: block;
        justify-content: space-between;
    }

    .footer-content {
        display: block;
        width: 100%;
    }

    .title-box h2 {
        font-size: 32px;
    }

    .title-box h2 img {
        height: 19px;
        top: -3px;
        margin-left: -2px;
    }

    .architech-section.pdt-3 {
        padding-top: 0px;
        margin-bottom: 13px;
    }

    .nav-bar-icon a.icon {
        padding: 8px;
        padding-right: 0;
        padding-left: 0;
    }

    .nav-bar-icon a img {
        width: 30px;
        padding-top: 6px;
    }
    .nav-bar-icon .currency img {
        width: 60px;
        padding: 0;
        margin-top: 13px;
        margin-left: 0;
        top: 0px;
    }

    .nav-bar-icon a img.profile {
        width: 24px;
        margin-top: 4px;
    }

    .profile-box ul {
        display: none;
        position: absolute;
        z-index: 999;
        background-color: white;
        list-style: none;
        padding: 6px 0px;
        margin: 0;
        right: 0;
        width: 120px;
        top: 100%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .122);
    }

    .profile-box:hover ul {
        display: block;
    }

    .profile-box ul li a {
        padding: 4px 10px;
        display: block;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .025);
    }

    .profile-box ul li a:hover {
        font-weight: 500;
    }

    .profile-box ul li:last-child a {
        border-bottom: 0px solid rgba(0, 0, 0, .025);
    }

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

    .architech-section .container,
    .categories-section .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .artist-box {
        display: block;
        overflow: hidden;
    }

    .artist-content {
        padding: 0 15px;
        margin-top: 30px;
    }

    .gallery-section .title-box h2 {
        margin-bottom: 20px;
    }

    .artist-content h2 {
        text-transform: uppercase;
        font-size: 26px;
        font-family: 'Raleway-Bold';
        font-weight: normal;
    }

    .artist-img img {
        width: 100%;
    }

    .cart-section .cart-area {
        width: 100%;
        justify-content: center;
    }

    .cart-section .cart-box {
        width: 285px;
        position: relative;
    }

    .line-bar {
        max-width: 240px;
        margin-left: -120px;
    }

    .cart-table-section .cart-area {
        width: 100%;
        display: block;
    }

    .cart-table-section .cart-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .cart-info {
        width: 320px;
        margin: 0 auto;
    }

    .price-box {
        display: flex;
        justify-content: flex-start;
    }

    .product-item__price {
        font-size: 16px;
    }

    .gallery-item a h5,
    .product-item a h5 {
        font-size: 14px;
        font-family: 'Raleway-SemiBold';
        margin: 10px 0 3px;
    }

    .about-bottom {
        padding: 36px 0px;
        padding-top: 0;
    }

    .gallery-home .product_list .product-item {
        height: auto;
    }

    .two-third {
        width: 100%;
        margin-bottom: 20px;
    }

    .one-third {
        width: 100%;
    }

    .product-list-box.gallery-list .product-item__price {
        margin-top: 13px;
    }

    .discount_price1 span.discount-percent {
        margin-top: 3px;
        margin-left: 0;
        padding: 1px 3px;
        font-size: 13px;
    }

    .discount_price1.mobile {
        margin-top: 5px;
    }

    span.discount-price {
        font-size: 13px;
    }

    span.discount-percent {
        font-size: 13px;
    }

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

    .products-filter-bellow .filter_row_box {
        margin-bottom: 0;
    }

    .medium-menu-box {
        padding: 18px 20px;
        margin-bottom: 20px;
        background-color: #FBF2E2;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-height: none;
    }

    .medium-menu-box ul {
        display: flex;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .medium-menu-box ul li {
        flex-shrink: 0;
    }

    .medium-menu-box::-webkit-scrollbar {
        height: 0px;
    }

    .medium-menu-box::-webkit-scrollbar-thumb {
        opacity: 0;
    }

    .medium-menu-box ul li .quick-filter {
        border: 1px solid;
        border-radius: 24px;
        padding: 5px 12px;
        margin-right: 10px;
        position: relative;
        padding-right: 25px;
    }

    .medium-menu-box ul li:first-child .quick-filter {
        border: 0px solid;
        border-bottom: 0px solid #000;
        border-radius: 0;
        cursor: pointer;
        padding: 0;
        line-height: 16px;
        font-size: 16px;
        text-decoration: underline;
    }

    .medium-menu-box ul li:last-child .quick-filter {
        margin-right: 10px;
    }

    .medium-menu-box ul li .quick-filter .close {
        position: absolute;
        right: 8px;
        font-weight: 600;
    }

    span.price-highlight {
        background-color: #EEDAAD;
        height: 30px;
        display: inline-block;
        line-height: 24px;
        padding: 3px 10px;
        font-weight: bold;
        border-radius: 2px;
    }

    .price-highlight .bd_currency {
        position: relative;
        padding-right: 3px;
        top: 2px;
    }
    .under30k-filter-area {
        padding-left: 0;
    }
    .under30k-filter-list,
    .under30k-filter {
        width: 100%;
    }
    .under30k-filter-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: -8px;
    }
    .under30k-filter-list .input-group {
        width: calc(33% - 10px);
        margin-right: 10px;
        margin-top: 10px;
    }
    .under30k-filter-area .filter select {
        margin: 0 0px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* .home-list-5 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .home-list-5 .list-box:nth-child(2n + 1) {
        margin-right: 20px;
    }

    .home-list-5 .list-box:nth-child(2n + 2) {
        margin-left: 20px;
    }

    .home-list-5 .list-box {
        margin-bottom: 20px;
        width: calc(50% - 20px);
    } */
    .gallery_list .gallery-item:nth-child(2n + 1) {
        margin-right: 15px;
    }

    .gallery_list .gallery-item:nth-child(2n + 2) {
        margin-left: 15px;
    }

    .gallery_list .gallery-item {
        margin-bottom: 30px;
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 768px) {
    .touch-box-curation .submit_box {
        display: flex;
    }
    span.unavailable {
        left: 0;
        font-size: 10px;
        height: 21px;
        top: 0;
        position: relative;
        align-self: flex-start;
        margin: 5px 0;
        margin-top: 1px;
    }

    .unavailable-box span.unavailable {
        font-size: 12px;
        height: 25px;
        padding: 0 12px;
        position: absolute;
        margin: 0;
    }

    .artis-tab-content {
        margin-top: 20px;
    }

    .list-box-text img {
        width: 100%;
        max-width: 100%;
    }

    .home-list-5 {
        display: block;
    }

    .home-list-5 .list-box {
        margin-bottom: 0px;
    }

    .home-list-5 .list-box:last-child {
        margin-bottom: 0px;
    }

    .woman-empowerment-box .blog-image-box img {
        width: 100% !important;
        margin-top: 20px;
    }

    .competation-trams-condition {
        display: block;
    }

    .competation-trams-text .terms-container {
        margin: 0;
        width: 100%;
    }

    .competation-box label {
        margin-bottom: 0px;
    }

    .competation-box .artist-item-box {
        display: block;
    }

    .competation-form .form-group .input-group:last-child {
        padding: 0 0px 20px 0px;
    }

    .competation-form .form-group .input-group {
        padding: 0 0px 20px 0;
    }

    .competation-form .form-group {
        display: block;
    }

    /* .competation-box {
        padding-bottom: 15px;
    } */
    .competation-form .form-group:last-child .input-group:last-child {
        padding-bottom: 0px;
    }

    .artist-artworks-area .get-touch-box {
        padding-right: 0 !important;
    }

    .artist-artworks-area .artist-item-box-button-box.artist-item-box {
        margin-top: 0px;
        display: flex !important;
    }

    .artist-item-box-button-box .edit-button {
        text-align: left !important;
    }

    .artist-item-box-button-box .artist-board-sidebar {
        margin-bottom: 0;
        display: inline-block;
        width: auto;
        margin-right: 15px;
    }

    .artwors-items-context {
        width: 100%;
    }

    .artwors-items-details {
        display: block;
        padding: 0;
    }

    .artwors-items-details .artwors-items-image {
        max-width: 100%;
        padding: 30px 0;
    }

    .artwors-items-context p {
        font-size: 14px;
    }

    .artwors-items-details .artwors-items-image {
        max-width: 170px;
        padding: 20px 0;
    }

    .artwork-section-history .profile_body .profile-box {
        padding: 30px 15px;
        padding-top: 15px;
    }

    .user_name .new-artwork {
        right: 15px !important;
        top: 15px !important;
    }

    .artist-board-form .input-group.submit_box {
        margin-left: 0px;
        width: 100%;
    }

    .artist-details-content .artist-item-box {
        display: block;
    }

    .artist-board-sidebar {
        padding-right: 0;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .artist-details-self {
        padding: 30px 20px;
    }

    .get-touch-box .input-group {
        margin-bottom: 0px;
    }

    .artist_signup .submit_box {
        text-align: center;
        margin-top: 20px;
    }

    .get-touch-box .input-group .field select,
    .get-touch-box .input-group textarea,
    .get-touch-box .input-group .field input {
        width: 100%;
        margin-bottom: 20px;
    }

    .get-touch-box .input-group .field {
        width: 100%;
        margin-left: 0 !important;
    }

    .feature-box .feature-list .slide-item:nth-child(2n + 1) {
        margin-right: 0px;
    }

    .feature-box .feature-list .slide-item:nth-child(2n + 2) {
        margin-left: 0px;
    }

    .feature-box .feature-list .slide-item {
        margin-bottom: 40px;
        width: calc(100% - 0px);
    }

    .features-title a {
        top: 10px;
    }

    .artist-box-list h2 {
        font-size: 14px;
    }

    .artist-box-list .button-box a {
        width: 150px;
        font-size: 14px;
    }

    .banner-curation-box {
        width: 100%;
        padding: 0px;
    }

    .button-box a.reverse {
        padding: 10px 15px;
    }

    #shipping-address-edit .button-box a.reverse {
        margin-left: 10px;
        width: 90px;
    }

    .cart-items .tr .close {
        top: 6px;
    }

    .cart-table-section .table-box .tr_row.cart_prodcut__box {
        display: block;
    }

    .cart-table-section .table-box .tr_row.cart_prodcut__box .td-coll {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }

    .cart-table-section .table-box .tr_row.cart_prodcut__box .td-coll img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .cart-table-section .table-box .tr_row.cart_prodcut__box .td-coll.total__price {
        text-align: left;
        padding-top: 8px;
    }

    .cart_prodcut__box .artist_name_box {
        margin-top: 5px;
    }

    .cart-table-section .cart-address h4 {
        margin-bottom: 0px;
    }

    .cart-table-section .table-box .tr_row:last-child {
        padding-bottom: 0;
    }

    .input-group.submit_shipping_address,
    .input-group.submit_billing_address {
        margin-top: 0 !important;
    }

    .section-profile .sidebar {
        display: none;
    }

    .artist_profile.Recognition h5 {
        margin-bottom: 5px;
    }

    .artist_profile {
        padding-bottom: 10px;
    }

    .profile_tab {
        margin-top: 8px;
    }

    .section-profile .profile-area-form .input-group {
        margin-bottom: 0;
    }

    .section-profile .profile-area-form .input-group .field {
        width: 100%;
        margin-bottom: 20px;
    }

    .profile_container {
        display: block;
    }

    .sidebar {
        width: 100%;
        margin: 0 auto;
    }

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

    .sidebar_box {
        height: auto;
        margin-bottom: 30px;
    }

    .profile_body .profile-box {
        padding: 30px;
        margin-left: 0;
        padding-top: 10px;
        margin-bottom: 30px;
    }

    .artist-profile .profile_body .profile-box {
        padding: 30px 15px;
        padding-top: 15px;
    }

    .artist-profile .view_profile table tr td {
        font-size: 14px;
    }

    .artist-profile .view_profile table tr th {
        width: 120px;
        font-size: 14px;
    }

    #basic-info {
        padding: 3px 20px !important;
    }

    .artist-artworks-area .artist-item-box {
        display: block !important;
    }

    .artist-add-artwork .input-group.submit_box {
        margin-bottom: 20px !important;
    }

    .cart-address .cart-box-new .select-box.address-right {
        width: 100%;
    }

    .cart-area-new .cart-info {
        width: 100%;
    }

    .gallery-home .product_list .product-item {
        display: none !important;
    }

    .gallery-home .product_list .product-item:nth-child(1),
    .gallery-home .product_list .product-item:nth-child(2),
    .gallery-home .product_list .product-item:nth-child(3),
    .gallery-home .product_list .product-item:nth-child(4),
    .gallery-home .product_list .product-item:nth-child(5),
    .gallery-home .product_list .product-item:nth-child(6) {
        display: block !important;
    }

    .artist_list.artist-box-list {
        column-count: 2;
        column-gap: 30px;
    }

    .artist_list.artist-box-list .button-box a {
        margin: 0 auto;
    }

    .artist-box-list h2 {
        text-align: center;
    }

    .artist-box-list .artist-box {
        margin-bottom: 40px;
    }

    .artist-box-list.artist_list {
        margin-bottom: 0;
    }

    .slide-item .item__body h5 {
        font-size: 16px;
    }

    .blog-short-text.item__body {
        left: 10px;
    }

    .slide-item .blog-short-text .link-category {
        font-size: 11px;
    }

    .contact-us .title-box h2 {
        margin-bottom: 15px !important;
        font-size: 32px;
    }

    .row-box {
        margin-bottom: 25px;
    }

    div#nav-menu-mobile {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 5px;
    }

    .gallery-item,
    .product-item {
        max-width: 50%;
    }

    .cart-items {
        max-width: 330px;
        margin: 0 auto;
    }

    .cart-table-section .cart-items {
        max-width: 100%;
    }

    .cart-info.order_summary {
        width: 100%;
        min-width: 100%;
    }

    .cart-info.order_summary {
        margin-bottom: 20px;
    }

    .price-box.price-box_text {
        display: block;
    }

    .tr.product_name_mobile p {
        font-family: 'Raleway-Bold' !important;
    }

    .tr.product_name_mobile .artist_name p {
        font-family: 'Raleway-Regular' !important;
    }

    .tr.product_name_mobile {
        display: block;
        margin-bottom: 5px;
    }

    .price-box_text .price-box-total {
        font-family: 'Raleway-Bold';
        margin-top: 5px;
        font-weight: 600;
    }

    .cart-box-new .cart-items {
        max-width: 100%;
    }

    .price-box {
        display: flex;
        justify-content: flex-start;
    }

    .tab-pane-box p.price {
        font-size: 18px;
        line-height: 21px;
        margin: 10px 0;
    }

    .tab-pane-box p {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 16px;
        font-family: 'Raleway-Regular';
    }

    .qty-box {
        margin: 5px 0;
    }

    .price-box_text .qty-box {
        width: 90px;
    }

    .feature-list-area .blog-short-text.item__body,
    .feature-list .blog-short-text.item__body {
        height: 250px;
    }

    .architech-section .feature-list-area .slide-item .data_description,
    .architech-section .feature-list .slide-item .data_description {
        height: 120px;
    }

    .gallery_list.section-gallery-new .gallery-item {
        margin-bottom: 15px;
        width: 100%;
    }

    .feature-box .feature-list .slide-item:nth-child(1n + 1) {
        margin-right: 0px;
    }

    .gallery_list_new .gallery-item {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .gallery_list_new .gallery-item:last-child {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .architech-section.pdt-6 {
        padding-top: 45px;
    }

    section.categories-section.pdt-6,
    .category-search-section {
        margin-top: 45px;
    }

    .categories-section {
        margin-bottom: 45px;
    }

    section.categories-section.new-shop-by-category.pdt-6 {
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .gallery_list.section-gallery-new .gallery-item {
        margin-bottom: 15px;
        width: 100%;
    }

    .feature-box .feature-list .slide-item:nth-child(1n + 1) {
        margin-right: 0px;
    }

    .feature-box .feature-list .slide-item {
        margin-bottom: 40px !important;
        width: calc(100% - 0px);
    }

    .get-touch-box .input-group {
        display: block;
        margin-bottom: 0px;
    }
    .touch-box-curation .submit_box {
        text-align: center;
        display: flex;
    }
    .get-touch-box .input-group .field {
        width: 100%;
        margin-left: 0 !important;
    }

    .get-touch-box .input-group .field select,
    .get-touch-box .input-group textarea,
    .get-touch-box .input-group .field input {
        width: 100%;
        margin-bottom: 20px;
    }

    .get-touch-box .submit_box {
        text-align: center;
    }

    .cart-box-new .cart-items {
        padding: 15px;
    }

    .artist_list.artist-box-list {
        column-count: 1;
    }

    .qty-box {
        margin: 5px 0;
    }

    .cart-info {
        width: 100%;
        margin: 0 auto;
    }

    .gallery-item,
    .product-item {
        max-width: 50%;
    }

    .gallery_list_new .gallery-item {
        max-width: 100%;
    }

    .slide-item {
        padding: 0;
    }

    .gallery-section.pdt-6 {
        padding-top: 45px;
    }

    .women-day-section.pdt-6 {
        padding-top: 30px;
    }

    .architech-section.pdt-3 {
        padding-top: 0px;
        margin-bottom: 13px;
    }

    .faq-section .title-box h2 img {
        margin-left: 5px;
    }

    .faq-section .terms_conditions_area .title-box h2 {
        font-size: 30px;
    }

    .faq-section .terms_conditions_area .title-box h2 img {
        margin-left: -2px;
    }

}

@media screen and (max-width: 350px) {
    .title-box h2 {
        margin-bottom: 15px;
        font-size: 22px !important;
    }

    .title-box h2 img {
        height: 16px;
        top: -3px;
    }
}