@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400&display=swap";
@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";

*,
:after,
:before {
    box-sizing: border-box
}

.msgmsg-box-wpcp {
    display: none !important
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    overflow-x: hidden;
}

@media screen and (min-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

#cookie-notice .cookie-notice-container,
#cookie-notice .cookie-revoke-container {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    flex-direction: row
}

@media only screen and (max-width: 1299px) {

    #cookie-notice .cookie-notice-container,
    #cookie-notice .cookie-revoke-container {
        flex-direction: column
    }
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    margin: 0 8px !important;
    outline: 0 !important;
    padding: 8.5px 12px !important;
    width: fit-content !important;
    width: -moz-fit-content !important
}

@media only screen and (max-width: 1280px) {
    #cookie-notice .cn-button:not(.cn-button-custom) {
        margin: 12px 0 0 !important
    }
}

.cn-text-container {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0
}

.cn-set-cookie {
    border: 0px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    padding: 6px 8px !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all .5s !important;
    width: 100% !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.cn-close-icon:after,
.cn-close-icon:before {
    background-color: #fff !important
}

.cn-close-icon {
    opacity: 1 !important
}

.screen-reader-text,
.screen-reader-text:focus {
    position: fixed !important;
    background: #fff !important;
    padding: 10px 5px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    top: 0 !important;
    left: 0 !important;
    color: #000 !important
}

.container {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (max-width: 1800px) {
    .container {
        max-width: calc((100% - 200px)*1)
    }
}

@media screen and (max-width: 1500px) {
    .container {
        max-width: calc((100% - 132px)*1)
    }
}

@media screen and (max-width: 1400px) {
    .container {
        max-width: 100%
    }
}

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

.error-404.not-found {
    padding: 150px 0px;
    background: #ebe8e4;
    text-align: center
}

.error-404.not-found .page-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 50.48px;
    letter-spacing: -0.02em;
    text-align: center
}

@media screen and (max-width: 767px) {
    .error-404.not-found .page-title {
        font-size: 30px;
        line-height: 35px
    }
}

@media screen and (max-width: 360px) {
    .error-404.not-found .page-title {
        font-size: 20px;
        line-height: 25px
    }
}

.pageloader {
    position: fixed;
    left: 0;
    display: flex;
    height: 100dvh;
    width: 100dvw;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001
}

.pageloader img {
    height: 100px;
    width: 100px
}

.pageloader::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .1);
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

button {
    cursor: pointer
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all .5s
}

a:focus {
    text-decoration: none;
    transition: all .5s
}

a:hover {
    text-decoration: none;
    transition: all .5s
}

strong,
b {
    font-weight: 600 !important
}

p {
    margin: 0 0 1em
}

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

::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #d0993b
}

picture {
    display: block;
    line-height: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-top: 0
}

.text-center {
    text-align: center
}

.section_spacing {
    padding: 40px 0
}

@media screen and (min-width: 991px) {
    .section_spacing {
        padding: 50px 0
    }
}

@media screen and (min-width: 1200px) {
    .section_spacing {
        padding: 70px 0
    }
}

@media screen and (min-width: 1440px) {
    .section_spacing {
        padding: 130px 0 80px
    }
}

.head-type1 {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(48.9px + 64.1*(100vw - 300px)/1620);
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 20px
}

@media screen and (min-width: 767px) {
    .head-type1 {
        margin: 0 0 15px
    }
}

@media screen and (min-width: 1200px) {
    .head-type1 {
        margin: 0 0 40px
    }
}

@media screen and (min-width: 1720px) {
    .head-type1 {
        margin: 0 0 20px
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 767px)and (orientation: landscape) {
    .head-type1 {
        font-size: 44px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .head-type1 {
        font-size: 54px
    }
}

@media screen and (min-width: 1920.5px) {
    .head-type1 {
        font-size: 113px
    }
}

.head-type1.privacy-policy-head {
    margin-top: 70px
}

@media screen and (min-width: 1440px) {
    .head-type1.privacy-policy-head {
        margin-top: 0px
    }
}

.head-type2 {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(51.8px + 28.2*(100vw - 300px)/1620);
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 15px
}

@media screen and (min-width: 1200px) {
    .head-type2 {
        margin: 0 0 40px
    }
}

@media screen and (min-width: 1720px) {
    .head-type2 {
        margin: 0 0 20px
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .head-type2 {
        font-size: 51px
    }
}

@media screen and (min-width: 1920.5px) {
    .head-type2 {
        font-size: 80px
    }
}

.sub-heading {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(32.3px + 21.7*(100vw - 300px)/1620);
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 20px
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .sub-heading {
        font-size: 34px
    }
}

@media screen and (min-width: 1920.5px) {
    .sub-heading {
        font-size: 54px
    }
}

.exploremore-btn {
    background: #fff;
    color: #000;
    padding: 10px 10px 10px 24px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    vertical-align: middle;
    transition: all .5s;
    min-width: 308px
}

@media screen and (max-width: 1440px) {
    .exploremore-btn {
        min-width: 250px
    }
}

@media screen and (max-width: 1200px) {
    .exploremore-btn {
        min-width: 200px
    }
}

@media screen and (max-width: 767px) {
    .exploremore-btn {
        font-size: 14px;
        padding: 5px 10px 5px 24px
    }
}

.exploremore-btn span {
    margin-left: 10px;
    vertical-align: middle;
    height: 33px;
    width: 54px;
    border-radius: 30px;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative
}

@media screen and (min-width: 767px) {
    .exploremore-btn span {
        margin-left: 33px;
        height: 43px;
        width: 80px
    }
}

.exploremore-btn span::before {
    content: "";
    background: url(../images/btn-arrow-white.svg) no-repeat;
    background-position: center center !important;
    display: inline-block;
    position: absolute;
    left: 21px;
    top: 10px;
    height: 14px;
    width: 14px;
    background-size: 100%;
    transition: all .5s;
    transform: rotate(0deg);
    background-size: 100% !important
}

@media screen and (min-width: 767px) {
    .exploremore-btn span::before {
        left: 34px;
        top: 14px;
        height: 17px;
        width: 17px
    }
}

.exploremore-btn:hover {
    transition: all .5s;
    background-color: #d0993b;
    color: #fff
}

.exploremore-btn:hover span::before {
    transform: rotate(45deg);
    transition: all .5s
}

.common-link1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    padding-right: 20px;
    position: relative
}

.common-link1::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 14px;
    background: url(../images/link-arrow-black.svg) no-repeat;
    right: 0px;
    position: absolute;
    top: 5px;
    transition: all .5s
}

.common-link1:hover::before {
    right: -5px;
    transition: all .5s
}

.pagination {
    width: 100%;
    margin-top: 25px
}

@media screen and (min-width: 575px) {
    .pagination {
        margin-top: 62px
    }
}

.pagination .pagination-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px
}

@media screen and (min-width: 575px) {
    .pagination .pagination-list {
        gap: 10px
    }
}

@media screen and (min-width: 767px) {
    .pagination .pagination-list {
        gap: 18px
    }
}

.pagination .pagination-list .pagination-item {
    list-style: none
}

.pagination .pagination-list .pagination-item a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 24.38px;
    color: #4d4d4d;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .pagination-list .pagination-item a:hover,
.pagination .pagination-list .pagination-item a.active {
    background-color: #4d4d4d;
    color: #fff
}

.pagination .pagination-list .pagination-item a:hover img,
.pagination .pagination-list .pagination-item a.active img {
    filter: invert(100%) brightness(150%)
}

@media screen and (min-width: 360px) {
    .pagination .pagination-list .pagination-item a {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 11px
    }
}

@media screen and (min-width: 767px) {
    .pagination .pagination-list .pagination-item a {
        font-size: 20px;
        width: 54px;
        height: 54px;
        min-width: 54px
    }
}

.pagination .pagination-list .pagination-item.next a {
    transform: rotate(180deg)
}

.cmsOuter {
    background-color: #ebe8e4
}

.cmsOuter .head-type1 {
    font-weight: 600;
    font-size: 34px;
    text-align: center
}

@media screen and (min-width: 767px) {
    .cmsOuter .head-type1 {
        font-size: 36px
    }
}

@media screen and (min-width: 991px) {
    .cmsOuter .head-type1 {
        font-size: 40px
    }
}

@media screen and (min-width: 1200px) {
    .cmsOuter .head-type1 {
        font-size: 44px
    }
}

@media screen and (min-width: 1440px) {
    .cmsOuter .head-type1 {
        font-size: 48px
    }
}

.cms-content {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #6f6d6d
}

@media screen and (min-width: 767px) {
    .cms-content {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    .cms-content {
        font-size: 20px
    }
}

.cms-content p {
    margin-bottom: 16px
}

.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 16px
}

.cms-content h1,
.cms-content h2 {
    font-size: 30px;
    line-height: 1.2
}

@media screen and (min-width: 767px) {

    .cms-content h1,
    .cms-content h2 {
        font-size: 32px
    }
}

@media screen and (min-width: 991px) {

    .cms-content h1,
    .cms-content h2 {
        font-size: 34px
    }
}

@media screen and (min-width: 1200px) {

    .cms-content h1,
    .cms-content h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {

    .cms-content h1,
    .cms-content h2 {
        font-size: 38px
    }
}

.cms-content h3 {
    font-size: 22px;
    line-height: 1.2
}

@media screen and (min-width: 991px) {
    .cms-content h3 {
        font-size: 24px
    }
}

@media screen and (min-width: 1200px) {
    .cms-content h3 {
        font-size: 26px
    }
}

@media screen and (min-width: 1440px) {
    .cms-content h3 {
        font-size: 28px
    }
}

.cms-content h4 {
    font-size: 20px;
    line-height: 1.2
}

@media screen and (min-width: 991px) {
    .cms-content h4 {
        font-size: 22px
    }
}

@media screen and (min-width: 1200px) {
    .cms-content h4 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .cms-content h4 {
        font-size: 26px
    }
}

.cms-content h5 {
    font-size: 18px;
    line-height: 1.2
}

@media screen and (min-width: 991px) {
    .cms-content h5 {
        font-size: 20px
    }
}

@media screen and (min-width: 1200px) {
    .cms-content h5 {
        font-size: 22px
    }
}

@media screen and (min-width: 1440px) {
    .cms-content h5 {
        font-size: 24px
    }
}

.cms-content h6 {
    font-size: 16px;
    line-height: 1.2
}

@media screen and (min-width: 991px) {
    .cms-content h6 {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    .cms-content h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .cms-content h6 {
        font-size: 22px
    }
}

.cms-content a {
    color: #6f6d6d;
    text-decoration: none;
    transition: all .5s ease
}

.cms-content a:hover {
    text-decoration: underline
}

.cms-content ul {
    list-style: none;
    padding-left: 0
}

.cms-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px
}

.cms-content ul li:last-child {
    margin-bottom: 0px
}

.cms-content ul li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    background-color: #3e3e3e;
    height: 10px;
    width: 10px;
    min-width: 10px;
    border-radius: 50%
}

@media screen and (min-width: 400px) {
    .cms-content ul li::before {
        top: 8px
    }
}

.cms-content ol {
    padding-left: 24px
}

.cms-content ol li {
    margin-bottom: 16px;
    padding-left: 0
}

.cms-content ol li:last-child {
    margin-bottom: 0px
}

.cms-content ol li::marker {
    color: #3e3e3e
}

.clear-all-btn {
    justify-content: center;
    gap: 33px;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.2509803922);
    position: absolute;
    left: -25px;
    width: 100%;
    bottom: 0;
    min-width: 430px;
    padding: 10px
}

@media screen and (min-width: 1200px) {
    .clear-all-btn {
        display: flex;
        align-items: center;
        padding: 10px 0;
        flex-direction: column;
        row-gap: 10px;
        box-shadow: none
    }
}

.clear-all-btn .clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f9f9f9;
    padding: 10px 14px 10px 46px;
    border-radius: 10px;
    border: none;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 29.26px;
    text-align: left;
    color: #4d4d4d;
    position: relative;
    transition: all .5s;
    justify-content: start
}

@media screen and (min-width: 360px) {
    .clear-all-btn .clear-btn {
        justify-content: inherit
    }
}

@media screen and (min-width: 1200px) {
    .clear-all-btn .clear-btn {
        font-size: 24px
    }
}

.clear-all-btn .clear-btn:after {
    content: "";
    background-image: url(../images/trash.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 11px;
    left: 14px
}

.clear-all-btn .clear-btn:hover {
    background-color: rgba(208, 153, 59, .4);
    color: #4d4d4d
}

.clear-all-btn .view-result {
    background-color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.38px;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    transition: all .5s
}

.clear-all-btn .view-result:hover {
    background-color: #d0993b;
    transition: all .5s
}

@media screen and (min-width: 400px) {
    .clear-all-btn .view-result {
        font-size: 20px;
        padding: 10px 15px
    }
}

@media screen and (min-width: 1200px) {
    .clear-all-btn .view-result {
        display: block
    }
}

.blog-category-main {
    padding-top: 150px
}

.blog-category-main .page-header .page-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 50.48px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 50px
}

.most-popular-text .entry-header h3 a {
    color: #000
}

.pagination .pagination-list a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    color: #4d4d4d;
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .pagination-list span.page-numbers.current,
.pagination .pagination-list a:hover {
    background-color: #4d4d4d;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .pagination-list .pagination-item.next+.prev {
    transform: rotate(180deg)
}

.pagination .pagination-list a:hover img,
.pagination .pagination-list a.active img {
    filter: invert(100%) brightness(150%)
}

@media only screen and (min-width: 991px) {
    .blog-category-main .page-header .page-title {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 767px) {
    .most-popular-section h2 {
        margin-bottom: 50px
    }
}

.bgColor {
    background-color: #ebe8e4
}

.woocommerce-notices-wrapper {
    outline: none
}

.woocommerce-notices-wrapper .woocommerce-error {
    border-radius: 12px;
    border: 1px solid #fd0000;
    background-color: #fff;
    outline: none;
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.woocommerce-notices-wrapper .woocommerce-error li {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.woocommerce-notices-wrapper .woocommerce-message {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #8fae1b;
    outline: none;
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.forgot-password-section {
    padding-top: 10px;
    padding-bottom: 20px
}

@media(min-width: 767px) {
    .forgot-password-section {
        padding-bottom: 40px
    }
}

.forgot-password-section .forgot-password-title {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px
}

@media(min-width: 767px) {
    .forgot-password-section .forgot-password-title {
        font-size: 45px
    }
}

.forgot-password-section .forgot-password-form {
    border-radius: 16px;
    padding: 20px 15px;
    background-color: #fff;
    max-width: 550px;
    margin: 0 auto;
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3
}

@media(min-width: 767px) {
    .forgot-password-section .forgot-password-form {
        border-radius: 32px;
        padding: 25px 30px;
        font-size: 18px
    }
}

.forgot-password-section .forgot-password-form p {
    margin-bottom: 20px
}

.forgot-password-section .forgot-password-form .forgot-password-row {
    display: block
}

.forgot-password-section .forgot-password-form .forgot-password-row.fpr-mg {
    margin-bottom: 20px
}

.forgot-password-section .forgot-password-form .forgot-password-row .form-label-text {
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px
}

.forgot-password-section .forgot-password-form .forgot-password-row input {
    background: rgba(220, 220, 220, .1490196078);
    border: 1px solid #cacaca;
    border-radius: 15px;
    padding: 14px 16px;
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.forgot-password-section .forgot-password-form .forgot-password-row .password-input .show-password-input {
    top: 16px
}

.forgot-password-section .forgot-password-form .reset-button-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.forgot-password-section .forgot-password-form .reset-button-wrap button {
    background: #000;
    padding: 12px 30px;
    border-radius: 63px;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center
}

@media(min-width: 767px) {
    .forgot-password-section .forgot-password-form .reset-button-wrap button {
        font-size: 18px
    }
}

.forgot-password-section .forgot-password-form .reset-button-wrap button:hover {
    background-color: #d0993b
}

.forgot-password-section .forgot-password-form .password-input .woocommerce-password-strength {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    color: #fd0000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3
}

.forgot-password-section .forgot-password-form .password-input .woocommerce-password-hint {
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3
}

.forgot-password-section .forgot-password-form .woocommerce-password-strength.short,
.forgot-password-section .forgot-password-form .woocommerce-password-strength.bad {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: #fd0000 !important;
    font-weight: 600 !important;
    margin-top: 1px
}

.forgot-password-section .forgot-password-form .woocommerce-password-strength.good {
    color: #297e29;
    font-weight: 600
}

.forgot-password-section .forgot-password-form .woocommerce-password-strength.strong {
    color: #d0993b;
    font-weight: 600
}

.favourite-artworks .shop_table {
    border: 0 !important;
    border-collapse: collapse !important
}

.favourite-artworks .remove_from_wishlist.button {
    font-weight: normal !important
}

.favourite-artworks .wishlist-title.wishlist-title-with-form {
    display: none
}

.favourite-artworks thead th {
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: #000;
    color: #fff
}

.favourite-artworks thead th .nobr {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(255, 255, 255, .85)
}

.favourite-artworks thead th a {
    color: #000 !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: normal
}

.favourite-artworks .wishlist-items-wrapper td {
    text-align: left !important;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1)
}

.favourite-artworks .wishlist-items-wrapper td.product-remove a.remove {
    background: rgba(0, 0, 0, 0) !important;
    font-size: 30px !important;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center
}

.favourite-artworks .wishlist-items-wrapper td.product-remove a.remove:hover {
    color: #fd0000 !important
}

.favourite-artworks .wishlist-items-wrapper td a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: normal
}

.favourite-artworks .wishlist-items-wrapper td .art-detail {
    list-style: none;
    padding: 0;
    margin: 0
}

.favourite-artworks .wishlist-items-wrapper td .art-detail p {
    margin-bottom: 5px
}

.favourite-artworks .wishlist-items-wrapper td .art-detail p strong {
    font-weight: 600
}

.favourite-artworks .wishlist-items-wrapper .added_to_cart.wc-forward {
    background: #000 !important;
    color: #fff !important;
    padding: 2px 20px;
    border-radius: 3px
}

.favourite-artworks .wishlist-items-wrapper .product-thumbnail {
    width: 150px !important;
    text-align: center !important
}

.favourite-artworks .wishlist-items-wrapper .product-thumbnail .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 80px !important
}

.favourite-artworks .wishlist-items-wrapper .product-thumbnail a {
    max-width: inherit !important
}

@media screen and (min-width: 767px) {
    .favourite-artworks .wishlist-items-wrapper .product-thumbnail a {
        max-width: 100% !important
    }
}

.favourite-artworks .wishlist-items-wrapper .product-price {
    width: 180px !important;
    text-align: center !important
}

.favourite-artworks .wishlist-items-wrapper .product-stock-status {
    width: 180px !important;
    text-align: center !important
}

.favourite-artworks .wishlist-items-wrapper .product-add-to-cart {
    width: 180px !important;
    text-align: center !important
}

.favourite-artworks .wishlist_table .product-add-to-cart a.button {
    padding: 9px 25px !important
}

.favourite-artworks .add_to_cart_button,
.favourite-artworks .remove_from_wishlist {
    background: #000 !important;
    color: #fff !important;
    font-weight: normal;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 2px 13px;
    border-radius: 3px;
    width: 100%;
    max-width: 120px;
    margin: 0 !important;
    height: 34px;
    line-height: 34px
}

.favourite-artworks .add_to_cart_button:hover,
.favourite-artworks .remove_from_wishlist:hover {
    transition: all .5s;
    background-color: #d0993b !important;
    color: #fff
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile {
    padding: 0
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .art-detail {
    list-style: none;
    padding: 0;
    margin: 0
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .art-detail li {
    padding: 0;
    border-bottom: 0
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .art-detail p {
    margin-bottom: 5px;
    font-size: 14px
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .art-detail p strong {
    font-weight: 600
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile li {
    background: #fff;
    padding: 10px 13px;
    border-radius: 0;
    border-bottom: 1px solid #f6f5f2;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width: 575px) {
    .favourite-artworks .wishlist_table.wishlist_view.responsive.mobile li {
        gap: 10px;
        flex-wrap: nowrap
    }
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .product-name a {
    color: #000 !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .product-add-to-cart {
    margin-bottom: 0 !important
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .product-add-to-cart .add_to_cart_button {
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    background: #000;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 0 !important;
    display: inline-block !important
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .item-details-table td {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left !important;
    padding: 0;
    width: auto
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start
}

@media screen and (min-width: 575px) {
    .favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper {
        justify-content: end
    }
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper td {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left !important;
    padding: 0
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper .additional-info {
    width: 86%
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper .additional-info td.label {
    width: inherit !important;
    text-align: left !important
}

@media screen and (min-width: 575px) {
    .favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper .additional-info td.label {
        width: 11px;
        text-align: right !important
    }
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper .additional-info td.value {
    width: 100%
}

@media screen and (min-width: 575px) {
    .favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper .additional-info td.value {
        width: 95px
    }
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper .additional-info .wishlist-in-stock {
    color: #297e29
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper .additional-info .wishlist-out-of-stock {
    color: #fd0000;
    white-space: nowrap
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile i.fa.fa-trash {
    color: #000
}

.favourite-artworks .wishlist_table.wishlist_view.responsive.mobile .remove_from_wishlist {
    background-color: rgba(0, 0, 0, 0) !important
}

#yith-wcwl-message {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34.13px;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 0
}

.product-name a {
    color: #000
}

.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0px);
    background: #fff;
    border-radius: 10px;
    max-width: 600px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, .09), 0px 11px 12px 7px rgba(0, 0, 0, .02);
    transition: all .5s;
    margin: auto auto;
    height: fit-content;
    gap: .4rem;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    width: 90%;
    -webkit-animation: zoomin .5s ease-in-out;
    animation: zoomin .5s ease-in-out
}

.modal .popup-body {
    padding: 1.3rem;
    max-height: 90dvh;
    overflow-y: auto
}

.modal .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 25px;
    font-size: 0;
    cursor: pointer
}

.modal .close:before,
.modal .close:after {
    content: "";
    position: absolute;
    background: #787878;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 17px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in
}

.modal .close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal .common-form {
    padding: 0
}

.modal .common-form .form-input.textarea-col {
    width: 100% !important
}

.modal .common-form .form-input:nth-child(3) {
    width: 100% !important
}

@media screen and (min-width: 400px) {
    .modal .common-form .form-input:nth-child(3) {
        width: calc(50% - 5px) !important
    }
}

.modal .common-form .submit-input {
    margin-top: 0 !important
}

.modal .common-form .submit-input input {
    background: #000 !important;
    padding-top: 0 !important
}

.modal .common-form .submit-input input:hover {
    background: #d0993b !important
}

.modal .contact-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 25px 0;
    text-align: center
}

@media screen and (min-width: 400px) {
    .modal .contact-title {
        font-size: 28px
    }
}

@media screen and (min-width: 991px) {
    .modal .contact-title {
        font-size: 30px
    }
}

@media screen and (min-width: 1200px) {
    .modal .contact-title {
        font-size: 34px
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    z-index: 999
}

.hidden {
    display: none
}

.fix-page {
    overflow: hidden
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

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

    100% {
        transform: scale(0)
    }
}

.wishlist_table .product-add-to-cart a.button {
    display: flex !important
}

.woocommerce-pagination-cust .page-numbers:hover,
.woocommerce-cust-pagination .page-numbers:hover {
    background-color: #4d4d4d !important;
    color: #fff !important
}

.woocommerce-pagination-cust .page-numbers:hover img,
.woocommerce-cust-pagination .page-numbers:hover img {
    filter: invert(100%) brightness(150%)
}

.woocommerce-pagination-cust,
.woocommerce-pagination,
.woocommerce-cust-pagination {
    padding: 0 0 15px;
    margin: 0;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.woocommerce-pagination-cust .page-numbers,
.woocommerce-pagination .page-numbers,
.woocommerce-cust-pagination .page-numbers {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24.38px !important;
    color: #4d4d4d !important;
    width: 100% !important;
    height: auto !important;
    min-width: 100% !important;
    border-radius: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    flex-wrap: wrap;
    gap: 5px
}

@media screen and (min-width: 576px) {

    .woocommerce-pagination-cust .page-numbers,
    .woocommerce-pagination .page-numbers,
    .woocommerce-cust-pagination .page-numbers {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        flex-wrap: nowrap
    }
}

.woocommerce-pagination-cust .page-numbers.current,
.woocommerce-pagination .page-numbers.current,
.woocommerce-cust-pagination .page-numbers.current {
    background-color: #4d4d4d !important;
    color: #fff !important
}

.woocommerce-pagination-cust .page-numbers.current img,
.woocommerce-pagination .page-numbers.current img,
.woocommerce-cust-pagination .page-numbers.current img {
    filter: invert(100%) brightness(150%)
}

.woocommerce-pagination-cust .page-numbers:hover img,
.woocommerce-pagination .page-numbers:hover img,
.woocommerce-cust-pagination .page-numbers:hover img {
    filter: invert(100%) brightness(150%)
}

.woocommerce-pagination-cust .page-numbers li,
.woocommerce-pagination .page-numbers li,
.woocommerce-cust-pagination .page-numbers li {
    overflow: inherit !important;
    background: rgba(0, 0, 0, 0) !important;
    border-right: none !important;
    border-radius: 100px !important
}

.woocommerce-pagination-cust .page-numbers li:hover,
.woocommerce-pagination .page-numbers li:hover,
.woocommerce-cust-pagination .page-numbers li:hover {
    background-color: #4d4d4d !important
}

.woocommerce-pagination-cust .page-numbers li:hover a,
.woocommerce-pagination .page-numbers li:hover a,
.woocommerce-cust-pagination .page-numbers li:hover a {
    color: #fff !important
}

.woocommerce-pagination-cust .pagination-item.next,
.woocommerce-pagination .pagination-item.next,
.woocommerce-cust-pagination .pagination-item.next {
    transform: rotate(0deg);
    display: flex;
    height: 54px;
    width: 54px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.woocommerce-pagination-cust .pagination-item.previous,
.woocommerce-pagination .pagination-item.previous,
.woocommerce-cust-pagination .pagination-item.previous {
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center
}

.yith-wcwl-add-to-wishlist {
    margin: 0 !important;
    position: absolute;
    right: 35px;
    bottom: 20px
}

.yith-wcwl-add-button a {
    border: 1px solid #858585;
    width: 61px;
    min-width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 !important
}

@media screen and (max-width: 1200px) {
    .yith-wcwl-add-button a {
        width: 50px;
        min-width: 50px;
        height: 50px
    }
}

@media screen and (max-width: 576px) {
    .yith-wcwl-add-button a {
        width: 40px;
        min-width: 40px;
        height: 40px
    }
}

.yith-wcwl-add-button a.delete_item {
    font-size: 0
}

.yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
    color: #858585;
    font-size: 19px !important;
    margin-right: 0 !important
}

@media only screen and (min-device-width: 300px)and (max-device-width: 430px)and (orientation: landscape) {
    .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
        font-size: 12px
    }
}

@media screen and (min-width: 1920.5px) {
    .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
        font-size: 19px
    }
}

.yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart {
    color: #fd0000;
    font-size: 19px !important;
    margin-right: 0 !important
}

@media only screen and (min-device-width: 300px)and (max-device-width: 430px)and (orientation: landscape) {
    .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart {
        font-size: 12px
    }
}

@media screen and (min-width: 1920.5px) {
    .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart {
        font-size: 19px
    }
}

.swiper-button-disabled {
    cursor: not-allowed !important
}

.artworksBtn .artworksliderbtn.swiper-button-disabled::before {
    background: url(../images/link-arrow-black.svg) no-repeat
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .product-thumbnail {
    max-width: inherit !important;
    width: 100%
}

@media screen and (min-width: 767px) {
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .product-thumbnail {
        display: inline-block !important;
        max-width: 60px !important
    }
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile a {
    width: 100%
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: inherit !important;
    width: 100%
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile img.woocommerce-placeholder.wp-post-image {
    max-width: 100px !important
}

@media screen and (min-width: 768px) {
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile img.woocommerce-placeholder.wp-post-image {
        max-width: 230px !important
    }
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .item-details {
    width: 100% !important
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .item-details p {
    font-size: 18px
}

.about-form.curator-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.text-field-input {
    background: rgba(220, 220, 220, .15) !important
}

.about-form.curator-form textarea.wpcf7-form-control.wpcf7-textarea.text-field-input {
    background: rgba(220, 220, 220, .15) !important
}

.breadcrumb {
    padding: 20px;
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 1.2
}

.breadcrumb a {
    font-size: 16px;
    line-height: 1.2;
    color: #4d4d4d;
    transition: all .5s
}

.breadcrumb a:hover {
    color: #d0993b;
    transition: all .5s
}

.breadcrumb a span {
    margin: 0 10px;
    display: inline-block
}

.woo-breadcrumbs {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 1.2
}

.woo-breadcrumbs a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #4d4d4d;
    transition: all .5s
}

.woo-breadcrumbs a:hover {
    color: #d0993b;
    transition: all .5s
}

.woo-breadcrumbs a span {
    margin: 0 10px;
    display: inline-block
}

.woocommerce form .form-row .required {
    visibility: visible;
    font-weight: normal;
    font-size: 20px;
    line-height: 1
}

.data-not-availble {
    padding: 10px;
    background: #ffe6e6;
    border: 1px solid red;
    border-radius: 10px
}

.cookie-notice-visible {
    background-color: #d0993b !important;
    border-radius: 8px 8px 0 0 !important
}

.no-rcd-found {
    position: relative;
    cursor: pointer;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #959595;
    width: 100%;
    display: flex;
    align-items: center
}

.register label.error {
    color: red !important;
    font-size: 12px !important
}

.reset-filters {
    background: #fff;
    color: #000;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    font-size: 18px;
    line-height: .8;
    vertical-align: middle;
    transition: all .5s;
    justify-self: end;
    margin-top: 8px;
    text-transform: capitalize
}

.reset-filters:hover {
    background-color: #d0993b;
    color: #fff
}

.zoho-success #THANKS_PAGE_BODY_PARENT {
    margin: 0px auto !important
}

.zoho-success #THANKSPAGE {
    min-height: fit-content !important
}

.zoho-success #THANKSPAGE div[changeid=THANKS_MSG]:nth-child(1) {
    font-size: 20px !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #d0993b !important;
    padding-bottom: 18px !important
}

.zoho-success #THANKSPAGE div[changeid=THANKS_MSG]:nth-child(2) {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    padding-top: 20px !important;
    padding-bottom: 5px
}

.zoho-success #THANKSPAGE div[changeid=THANKS_MSG]:nth-child(3) {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.5
}

.zohomodal-success {
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    height: fit-content !important
}

.signup-form .reach-form .signup-checkbox .woocommerce-form__input[type=checkbox] {
    display: none
}

#a11y-speak-polite,
#a11y-speak-assertive {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #f9f9f9;
    color: #333;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 9999;
    display: block !important;
    width: auto;
    max-width: 300px;
    font-size: 14px
}

#a11y-speak-polite,
#a11y-speak-assertive {
    opacity: 1;
    transition: opacity 1s ease-in-out
}

#a11y-speak-polite.fade-out,
#a11y-speak-assertive.fade-out {
    opacity: 0
}

#yith-wcwl-popup-message {
    margin-left: 0 !important;
    background: #d0993b !important;
    border-radius: 10px !important
}

#yith-wcwl-popup-message #yith-wcwl-message {
    color: #fff !important
}

.contact-us-wrap {
    padding: 0 0 40px !important
}



@media screen and (min-width: 767px) {
    .contact-us-wrap {
        padding: 0 0 40px !important
    }
}

@media screen and (min-width: 1440px) {
    .contact-us-wrap {
        padding: 0 0 60px !important
    }
}

.contact-us-wrap .common-form {
    align-items: flex-start !important
}

.contact-us-wrap .common-form .reach-out-right .contact-title {
    margin: 0 0 20px 0 !important
}

@media screen and (min-width: 1366px) {
    .contact-us-wrap .common-form .reach-out-right .contact-title {
        margin: 0 0 30px 0
    }
}

.contact-us-wrap .common-form .reach-form .form-input select {
    background-position: 96% 51% !important;
    color: #4d4d4d
}

.contact-us-wrap .common-form .reach-form .form-input.message-input {
    width: 100% !important
}

.mainheader {
    position: fixed;
    top: 16px;
    width: auto;
    left: 0;
    right: 0;
    z-index: 999;
    height: 55px;
    max-width: calc((100vw - 30px)*1);
    margin: 0 auto
}

@media screen and (min-width: 1401px) {
    .mainheader {
        max-width: calc((100vw - 170px)*1)
    }
}

@media screen and (min-width: 1501px) {
    .mainheader {
        max-width: calc((100vw - 230px)*1)
    }
}

@media screen and (min-width: 1600px) {
    .mainheader {
        height: 59px
    }
}

@media screen and (min-width: 1920.8px) {
    .mainheader {
        max-width: 1690px
    }
}

@media screen and (max-width: 992px) {
    .mainheader {
        border: 0px;
        height: 48px;
        top: 32px
    }
}

@media screen and (max-width: 767px) {
    .mainheader {
        left: 25px;
        right: 25px
    }
}

.mainheader .mainheaderOuter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    position: relative
}

@media screen and (max-width: 991px) {
    .mainheader .mainheaderOuter.mobile-outer-col .logo-picture {
        border-radius: 30px 0px 0px 0px !important;
        transition: all .25s ease;
        padding: 7px 14px 7px !important;
        margin-left: 0px !important;
        margin-top: 0 !important
    }
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter.mobile-outer-col {
        border-radius: 30px 30px 0px 0;
        transition: all .25s ease;
        border: none
    }
}

.mainheader .mainheaderOuter .headerlogo {
    width: 234px;
    height: 55px
}

@media screen and (min-width: 1600px) {
    .mainheader .mainheaderOuter .headerlogo {
        height: 60px
    }
}

.mainheader .mainheaderOuter .headerlogo .headerlogo-logo {
    display: inline-block
}

.mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture {
    background: #fff;
    border-radius: 100px;
    padding: 11px 22px;
    margin-top: -2px;
    margin-left: -2px
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture {
        padding: 7px 15px 8px;
        margin-left: -2px
    }
}

.mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture img {
    width: 100%;
    max-width: 168px;
    height: 34px;
    object-fit: contain
}

@media screen and (max-width: 1700px) {
    .mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture img {
        object-fit: unset
    }
}

@media screen and (min-width: 1600px) {
    .mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture img {
        height: 38px
    }
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headerlogo {
        width: 190px;
        height: 47px
    }
}

@media screen and (max-width: 335px) {
    .mainheader .mainheaderOuter .headerlogo {
        width: 160px
    }
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headerlogo img {
        width: 190px;
        height: 53px;
        margin-left: -2px
    }
}

@media screen and (max-width: 576px) {
    .mainheader .mainheaderOuter .headerlogo img {
        width: 160px
    }
}

.mainheader .mainheaderOuter .headernav {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headernav {
        justify-content: end;
        flex-direction: row-reverse;
        padding-right: 22px;
        position: unset
    }
}

.mainheader .mainheaderOuter .headernav .navbar-toggler {
    border-radius: 0;
    border: none;
    padding: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.25rem;
    line-height: 1;
    width: 32px;
    justify-content: flex-end;
    display: flex;
    z-index: 99;
    cursor: pointer
}

.mainheader .mainheaderOuter .headernav .navbar-toggler .button_bars {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column
}

.mainheader .mainheaderOuter .headernav .navbar-toggler .button_bars span {
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
    float: right;
    transition: .2s width ease-out
}

.mainheader .mainheaderOuter .headernav .navbar-toggler .button_bars span+span {
    margin-top: 8px;
    width: 20px
}

.mainheader .mainheaderOuter .headernav .navbar-toggler.active .button_bars span {
    width: 24px;
    transition: .2s width ease-out;
    transform: rotate(45deg);
    margin: 0
}

.mainheader .mainheaderOuter .headernav .navbar-toggler.active .button_bars span+span {
    width: 24px;
    transform: rotate(-45deg);
    margin-top: -2px
}

@media screen and (min-width: 992.3px) {
    .mainheader .mainheaderOuter .headernav .navbar-toggler {
        display: none
    }
}

.mainheader .mainheaderOuter .headernav .navigation {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    column-gap: 50px
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation {
        column-gap: 25px
    }
}

@media screen and (max-width: 1200px) {
    .mainheader .mainheaderOuter .headernav .navigation {
        column-gap: 14px
    }
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headernav .navigation {
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        width: 100%;
        height: calc(100dvh - 140px);
        max-height: calc(100dvh - 140px);
        left: 0;
        right: 0;
        top: calc(100dvh + 50px);
        bottom: 0;
        z-index: 9;
        padding: 0px;
        transition: all .8s linear
    }
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list {
    transition: .8s linear
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list:nth-child(1) .nav-link {
        transform: translateY(40px);
        transition-duration: .4s;
        transition-delay: .2s
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list:nth-child(2) .nav-link {
        transform: translateY(80px);
        transition-duration: .4s;
        transition-delay: .4s
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list:nth-child(3) .nav-link {
        transform: translateY(120px);
        transition-duration: .4s;
        transition-delay: .6s
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list:nth-child(4) .nav-link {
        transform: translateY(160px);
        transition-duration: .4s;
        transition-delay: .8s
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list:nth-child(5) .nav-link {
        transform: translateY(200px);
        transition-duration: .4s;
        transition-delay: 1s
    }
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .nav-link {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 22px 0;
    position: relative;
    opacity: 1
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .nav-link:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translate(-50%);
    transition: width .25s
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list.active .nav-link:before,
.mainheader .mainheaderOuter .headernav .navigation .nav-list:hover .nav-link:before {
    width: 54px;
    transition: width .25s
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list.open .submenu-outer {
    height: 540px;
    transition: all .5s
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list.open .submenu-outer {
        height: auto
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner {
        padding: 90px 50px 60px 50px
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image {
        padding-right: 60px;
        width: 450px
    }
}

@media screen and (max-width: 1200px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image {
        padding-right: 30px;
        width: 370px
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image .submenuimg-Outer .submenu-img-ttl {
        left: 20px;
        right: 20px;
        width: calc(100% - 40px)
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links {
        padding-left: 60px;
        width: calc(100% - 450px)
    }
}

@media screen and (max-width: 1200px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links {
        padding-left: 30px;
        width: calc(100% - 370px)
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenuhead {
        font-size: 30px;
        margin: 0 0 20px
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist .submenulist-link {
        font-size: 18px
    }
}

@media screen and (min-width: 993px) {

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .mobmenu-title,
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .backmenu {
        display: none
    }
}

@media screen and (min-width: 1281px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer {
        background: #fff;
        border-radius: 20px;
        position: absolute;
        left: -2px;
        right: 0;
        max-width: 1690px;
        margin: 0 auto;
        height: 0px;
        max-height: calc(100vh - 60px);
        overflow-x: auto;
        width: 100%;
        top: 20px;
        z-index: -1;
        transition: all .5s;
        scrollbar-width: thin
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner {
        max-width: 1259px;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        padding: 84px 20px 30px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image {
        width: 507px;
        padding-right: 114px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image img {
        border-radius: 14px;
        max-width: 100%;
        object-fit: contain;
        height: 394px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image .submenuimg-Outer {
        position: relative
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image .submenuimg-Outer .submenu-img-ttl {
        position: absolute;
        bottom: 38px;
        left: 40px;
        right: 40px;
        width: calc(100% - 80px);
        z-index: 1;
        color: #fff;
        font-family: "Cinzel", Arial, Helvetica, sans-serif;
        font-size: 40px;
        line-height: 1.2;
        text-align: center
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links {
        width: calc(100% - 507px);
        padding-left: 114px;
        border-left: 1px solid rgba(166, 166, 166, .5);
        display: flex;
        justify-content: space-between;
        column-gap: 15px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenuhead {
        font-family: "Cinzel", Arial, Helvetica, sans-serif;
        font-size: 40px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0 0 40px;
        color: #4d4d4d;
        font-weight: 400
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist {
        margin-bottom: 24px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist:last-child {
        margin-bottom: 0 !important
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist.active .submenulist-link {
        color: #d0993b !important
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist .submenulist-link {
        font-size: 20px;
        line-height: 1.2;
        color: #a6a6a6;
        text-transform: capitalize;
        transition: all .5s
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist .submenulist-link:hover {
        color: #d0993b;
        transition: all .5s
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image {
        padding-right: 60px;
        width: 450px
    }
}

@media screen and (max-width: 1200px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image {
        padding-right: 30px;
        width: 370px
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image .submenuimg-Outer .submenu-img-ttl {
        left: 20px;
        right: 20px;
        width: calc(100% - 40px)
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-inner .submenu-links .submenuhead {
        font-size: 30px;
        margin: 0 0 20px
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-inner .submenu-links .submenulist .sublist {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-inner .submenu-links .submenulist .sublist .submenulist-link {
        font-size: 18px
    }
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links {
    width: calc(100% - 507px);
    padding-left: 114px;
    border-left: 1px solid rgba(166, 166, 166, .5);
    display: flex;
    justify-content: space-between;
    column-gap: 15px
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links {
        padding-left: 60px;
        width: calc(100% - 450px)
    }
}

@media screen and (max-width: 1200px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links {
        padding-left: 30px;
        width: calc(100% - 370px)
    }
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenuhead {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 40px;
    color: #4d4d4d;
    font-weight: 400
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenuhead {
        font-size: 30px;
        margin: 0 0 20px
    }
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist {
    margin-bottom: 24px
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist {
        margin-bottom: 10px
    }
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist:last-child {
    margin-bottom: 0 !important
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist.active .submenulist-link {
    color: #d0993b !important
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist .submenulist-link {
    font-size: 20px;
    line-height: 1.2;
    color: #a6a6a6;
    text-transform: capitalize;
    transition: all .5s
}

@media screen and (max-width: 1440px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist .submenulist-link {
        font-size: 18px
    }
}

.mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist .submenulist-link:hover {
    color: #d0993b;
    transition: all .5s
}

@media screen and (max-width: 1280px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer {
        background: #fff;
        border-radius: 20px;
        position: absolute;
        left: -2px;
        right: 0;
        max-width: 1690px;
        margin: 0 auto;
        height: 0px;
        max-height: calc(100vh - 60px);
        overflow-x: auto;
        width: 100%;
        top: 20px;
        z-index: -1;
        transition: all .5s;
        scrollbar-width: thin
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner {
        max-width: 1259px;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        padding: 70px 20px 30px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image {
        width: 507px;
        padding-right: 114px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image img {
        border-radius: 14px;
        max-width: 100%;
        object-fit: contain;
        height: 394px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image .submenuimg-Outer {
        position: relative
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image .submenuimg-Outer .submenu-img-ttl {
        position: absolute;
        bottom: 38px;
        left: 40px;
        right: 40px;
        width: calc(100% - 80px);
        z-index: 1;
        color: #fff;
        font-family: "Cinzel", Arial, Helvetica, sans-serif;
        font-size: 40px;
        line-height: 1.2;
        text-align: center
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links {
        width: calc(100% - 507px);
        padding-left: 114px;
        border-left: 1px solid rgba(166, 166, 166, .5);
        display: flex;
        justify-content: space-between;
        column-gap: 15px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenuhead {
        font-family: "Cinzel", Arial, Helvetica, sans-serif;
        font-size: 40px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0 0 40px;
        color: #4d4d4d;
        font-weight: 400
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist {
        margin-bottom: 24px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist:last-child {
        margin-bottom: 0 !important
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist.active .submenulist-link {
        color: #d0993b !important
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist .submenulist-link {
        font-size: 20px;
        line-height: 1.2;
        color: #a6a6a6;
        text-transform: capitalize;
        transition: all .5s
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenulist .sublist .submenulist-link:hover {
        color: #d0993b;
        transition: all .5s
    }
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer {
        background: #fff;
        position: absolute;
        left: -220%;
        top: -86px;
        bottom: 0px;
        right: 0;
        height: 100vh !important;
        width: 100vw;
        z-index: 1;
        overflow: auto
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer:after {
        content: "";
        background: url(../images/elisiumbg.svg);
        background-repeat: repeat;
        background-size: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner {
        flex-direction: column
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-image {
        width: 100%;
        padding-right: 0
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenuimg-Outer {
        text-align: center;
        background: #ebe8e4;
        position: relative
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenuimg-Outer::before {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.46%, #000000 86.54%);
        display: inline-block;
        width: 100%;
        height: 310px;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenuimg-Outer picture {
        font-size: 0;
        line-height: 0;
        display: block;
        height: 310px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenuimg-Outer picture img {
        max-width: 100%;
        margin: 0 auto;
        height: 310px;
        width: 100%;
        object-fit: cover
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenuimg-Outer .submenu-img-ttl {
        display: none
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenuimg-Outer .backmenu {
        display: flex;
        position: absolute;
        top: 115px;
        left: 100px;
        transform: translateX(-50%);
        z-index: 1;
        color: #fff;
        font-family: "Cinzel";
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        padding-left: 15px;
        cursor: pointer
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenuimg-Outer .backmenu::before {
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        padding: 4px;
        position: absolute;
        display: inline-block;
        left: 0px;
        top: 8px;
        transform: rotate(135deg);
        transition: all .35s;
        z-index: 1
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenuimg-Outer .mobmenu-title {
        position: absolute;
        bottom: 34px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        color: #fff;
        font-family: "Cinzel";
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        display: flex !important
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links {
        padding: 50px 25px;
        width: 100%;
        flex-direction: column;
        border-left: 0
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list {
        margin-bottom: 40px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenuhead {
        font-family: "Cinzel", Arial, Helvetica, sans-serif;
        font-size: 32px;
        line-height: 1.2;
        text-transform: uppercase;
        margin: 0 0 20px;
        color: #d0993b;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        padding-right: 25px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenuhead.active:before {
        transition: all .35s;
        transform: rotate(-135deg)
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenuhead:before {
        content: "";
        border: solid #d0993b;
        border-width: 0 2px 2px 0;
        padding: 4px;
        position: absolute;
        display: inline-block;
        right: 10px;
        top: 12px;
        transform: rotate(45deg);
        transition: all .35s;
        z-index: 1
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenulist {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: none
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenulist .sublist {
        margin-bottom: 16px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenulist .sublist:last-child {
        margin-bottom: 0px
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenulist .sublist.active .submenulist-link {
        color: #d0993b !important
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenulist .sublist .submenulist-link {
        font-size: 18px;
        line-height: 1.2;
        color: #a6a6a6;
        text-transform: capitalize;
        transition: all .5s
    }

    .mainheader .mainheaderOuter .headernav .navigation .nav-list .submenu-outer .submenu-inner .submenu-links .submenu-list .submenulist .sublist .submenulist-link:hover {
        color: #d0993b;
        transition: all .5s
    }
}

.mainheader .mainheaderOuter .headerwoocommerce {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
    padding-right: 22px
}

.mainheader .mainheaderOuter .headerwoocommerce a {
    vertical-align: middle;
    line-height: 0
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headerwoocommerce a svg {
        width: 26px;
        background-size: 100%;
        height: 28px
    }
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headerwoocommerce a svg path {
        fill: #d0993b
    }
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headerwoocommerce a.header-wishlist svg path {
        stroke: #d0993b
    }
}

@media screen and (max-width: 992px) {
    .mainheader .mainheaderOuter .headerwoocommerce {
        display: none;
        position: fixed;
        bottom: 30px;
        z-index: 9;
        left: 50%;
        transform: translate(-50%);
        padding-right: 0;
        justify-content: center
    }
}

body {
    transition: .8s linear
}

body:after {
    content: "";
    position: fixed;
    transition: .8s linear;
    background: url(../images/elisiumbg.svg) #fff;
    background-repeat: repeat;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 10
}

@media screen and (max-device-width: 991px)and (orientation: landscape) {
    body .mainheaderOuter .headernav .navigation {
        justify-content: flex-start !important
    }
}

@media screen and (max-width: 992px) {
    body .mainheaderOuter .headernav .navigation .nav-list {
        margin-bottom: 45px
    }

    body .mainheaderOuter .headernav .navigation .nav-list .nav-link {
        font-family: "Cinzel", Arial, Helvetica, sans-serif !important;
        color: #d0993b !important;
        padding: 0 !important;
        font-size: 32px !important
    }
}

@media screen and (max-width: 767px) {
    body .mainheaderOuter .headernav .navigation .nav-list {
        margin-bottom: 45px
    }
}

body .mainheaderOuter .headernav .navigation .nav-list:last-child {
    margin-bottom: 0px
}

@media screen and (max-width: 992px) {
    body .mainheaderOuter .headerwoocommerce {
        display: none
    }
}

body.submenu:before {
    content: "";
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10
}

@media screen and (max-width: 992px) {
    body.submenu .mainheaderOuter .headernav .navigation {
        overflow: visible !important;
        z-index: -1 !important
    }

    body.submenu .mainheaderOuter .headernav .navigation .nav-list.open .submenu-outer {
        left: -15px !important;
        transition: left .5s
    }
}

@media screen and (max-width: 767px) {
    body.submenu .mainheaderOuter .headernav .navigation .nav-list.open .submenu-outer {
        left: -25px !important
    }
}

body.menuOpen {
    overflow: hidden
}

body.menuOpen::before {
    content: "";
    top: 0;
    transition: .8s linear;
    animation: top-bottom 1.6s
}

body.menuOpen:after {
    top: 0;
    transition: .8s linear;
    animation: top-bottom 1.6s;
    z-index: 990;
    pointer-events: none
}

@media screen and (max-width: 992px) {
    body.menuOpen .mainheaderOuter .headernav .navigation {
        display: flex;
        top: 73px;
        overflow-x: auto;
        transition: all .8s linear
    }
}

body.menuOpen .mainheaderOuter .headernav .navigation .nav-list {
    transition: .8s linear
}

body.menuOpen .mainheaderOuter .headernav .navigation .nav-list:nth-child(1) .nav-link {
    transform: translateY(0px)
}

body.menuOpen .mainheaderOuter .headernav .navigation .nav-list:nth-child(2) .nav-link {
    transform: translateY(0px)
}

body.menuOpen .mainheaderOuter .headernav .navigation .nav-list:nth-child(3) .nav-link {
    transform: translateY(0px)
}

body.menuOpen .mainheaderOuter .headernav .navigation .nav-list:nth-child(4) .nav-link {
    transform: translateY(0px)
}

body.menuOpen .mainheaderOuter .headernav .navigation .nav-list:nth-child(5) .nav-link {
    transform: translateY(0px)
}

@media screen and (max-width: 992px) {
    body.menuOpen .mainheaderOuter .headerwoocommerce {
        display: flex
    }
}

@media screen and (max-width: 992px) {
    body.menuOpen.submenu .mainheaderOuter .headerwoocommerce {
        display: none
    }
}

@keyframes top-bottom {
    0% {
        bottom: 0%
    }

    100% {
        bottom: 100%
    }
}

@keyframes bottom-top {
    0% {
        top: -100%
    }

    100% {
        top: 100%
    }
}

.wpml-ls-legacy-dropdown a {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    padding: 5px 32px 5px 10px !important;
    border-radius: 39px
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    vertical-align: middle;
    border: 0px solid rgba(0, 0, 0, 0);
    right: 7px !important;
    top: 5px !important;
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    position: absolute;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff
    }
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(255, 255, 255, .2) !important
}

.wpml-ls-legacy-dropdown.wpml-ls-sub-menu {
    border: none !important;
    background: #000 !important;
    border-radius: 5px;
    overflow: auto;
    max-height: 130px;
    display: none
}

.wpml-ls-legacy-dropdown:hover.wpml-ls-sub-menu {
    display: block
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none !important;
    top: 107%
}

.wpml-ls-sub-menu .wpml-ls-link {
    background: #000 !important;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2) !important
}

.wpml-ls-sub-menu .wpml-ls-link:hover {
    border: 1px solid rgba(255, 255, 255, .2) !important;
    background: #000 !important;
    border-radius: 5px
}

.wpml-ls-legacy-dropdown .woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: inherit !important
}

.wpml-ls-legacy-dropdown a:hover {
    border: 0px solid solid rgba(255, 255, 255, .2) !important
}

.footer .footerInner .ft-img img {
    max-width: 236px !important;
    width: 100%
}

.headerwoocommerce ul.rightside-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none
}

.wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 100%
}

.header-login-cust span {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #fff;
    align-items: center;
    display: flex;
    gap: 7px
}

@media screen and (max-width: 992px) {
    .header-login-cust span {
        color: #000
    }
}

.header-login-cust span.username {
    display: flex;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    max-width: 60px;
    overflow: hidden;
    white-space: nowrap
}

.accountmenu-item {
    position: relative
}

.account-submenu {
    list-style: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 35px;
    width: fit-content;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    transition: all .5s ease
}

.accountmenu-item:hover .account-submenu,
.accountmenu-item:focus .account-submenu,
.accountmenu-item:active .account-submenu {
    visibility: visible;
    opacity: 1;
    top: 42px;
    transform: translateY(0px)
}

@media screen and (max-width: 992px) {

    .accountmenu-item:hover .account-submenu,
    .accountmenu-item:focus .account-submenu,
    .accountmenu-item:active .account-submenu {
        top: -80px
    }
}

.account-submenu li a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px !important;
    background-color: #d0993b;
    text-align: left;
    color: #fff;
    align-items: center;
    display: flex;
    padding: 5px 10px;
    white-space: nowrap
}

.account-submenu li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.account-submenu li:nth-last-child(1) a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.account-submenu li:hover a {
    color: #fff;
    cursor: pointer;
    background-color: #000
}

.header-search {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 15px
}

.header-search .search-toggle .search-close {
    display: none
}

.header-search .search-toggle .search-open {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: .6
}

@media screen and (max-width: 991px) {
    .header-search .search-toggle .search-open {
        width: 22px;
        height: 22px
    }
}

.header-search .search-toggle.active .search-close {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: .6
}

@media screen and (max-width: 991px) {
    .header-search .search-toggle.active .search-close {
        width: 22px;
        height: 22px
    }
}

.header-search .search-toggle.active .search-open {
    display: none
}

.search-w {
    width: 0px;
    margin: 0;
    height: 50px;
    padding: 0px;
    background: #000;
    box-sizing: border-box;
    position: absolute;
    right: 334px;
    left: auto;
    top: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    transition: all .5s ease;
    margin: 0 auto
}

@media screen and (max-width: 1024px) {
    .search-w {
        right: 49px
    }
}

@media screen and (max-width: 991px) {
    .search-w {
        opacity: 0;
        top: inherit;
        bottom: -50px
    }
}

.search-w .search-input {
    display: none
}

.search-w .dropdown {
    display: none
}

.search-w.open {
    width: 60%;
    top: 3px;
    right: 340px;
    padding: 15px 15px 15px 15px;
    display: flex;
    border-color: #fff;
    transition: all .5s ease;
    align-items: center
}

@media screen and (max-width: 1640px) {
    .search-w.open {
        width: 50%;
        right: 330px
    }
}

@media screen and (max-width: 1440px) {
    .search-w.open {
        top: 1px;
        right: 290px
    }
}

@media screen and (max-width: 1024px) {
    .search-w.open {
        width: 50%;
        right: 280px
    }
}

@media screen and (max-width: 992px) {
    .search-w.open {
        top: inherit;
        bottom: -50px;
        border: none;
        border-radius: 0px;
        width: 100%;
        left: 0px;
        right: 0;
        border-top: 0;
        opacity: 1;
        transition: all .25s ease;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px
    }
}

.search-w.open .dropdown {
    width: 150px;
    border-right: 1px solid rgba(255, 255, 255, .8);
    color: #9fa3b1;
    position: relative;
    cursor: pointer;
    margin-right: 13px;
    display: block
}

.search-w.open .dropdown.active {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1
}

.search-w.open .dropdown .default_option {
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, .8)
}

@media screen and (max-width: 767px) {
    .search-w.open .dropdown .default_option {
        font-size: 12px
    }
}

.search-w.open .dropdown ul {
    position: absolute;
    top: 19px;
    left: 0;
    background: #000;
    width: 150px;
    padding: 0px;
    display: none;
    border-radius: 10px
}

@media screen and (max-width: 991px) {
    .search-w.open .dropdown ul {
        padding: 15px;
        top: 12px;
        left: -15px
    }
}

.search-w.open .dropdown ul.active {
    display: block
}

.search-w.open .dropdown ul li {
    list-style: none;
    font-size: 14px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff
}

@media screen and (max-width: 991px) {
    .search-w.open .dropdown ul li {
        padding-bottom: 10px
    }
}

.search-w.open .dropdown ul li:last-child {
    padding-bottom: 0
}

.search-w.open .dropdown ul li:hover {
    color: #fff
}

.search-w.open .dropdown ul li a {
    padding: 10px 20px;
    font-size: 14px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 100%
}

@media screen and (max-width: 991px) {
    .search-w.open .dropdown ul li a {
        font-size: 11px
    }
}

.search-w.open .dropdown ul li a:hover {
    background-color: #d0993b;
    color: #fff
}

.search-w.open .dropdown ul li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.search-w.open .dropdown ul li:nth-last-child(1) a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.search-w.open .dropdown:before {
    border: 0px solid rgba(0, 0, 0, 0);
    right: 12px;
    top: 1px;
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    position: absolute;
    cursor: pointer;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .search-w.open .dropdown:before {
        top: 0px
    }
}

.search-w.open .search-input {
    width: 100%;
    font-size: 18px;
    color: #fff;
    display: block;
    background: #000;
    border: none;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, .8)
}

@media screen and (max-width: 991px) {
    .search-w.open .search-input {
        top: inherit;
        bottom: -50px;
        opacity: 1;
        font-size: 14px
    }
}

.search-w.open .search-input:focus-visible {
    outline: none
}

.search-w.open .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.search-w.open .search-input::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.search-w.open .search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.search-w.open .search-input:-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.cart-blur-layer {
    display: flex;
    width: calc(100vw - 1007px);
    position: absolute;
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9999;
    left: 0;
    top: 0
}

body.cartActive:before {
    content: "";
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100
}

@media only screen and (max-width: 991px) {
    body.cartActive:before {
        z-index: 97
    }
}

@media only screen and (max-width: 991px) {
    body.cartActive .headernav .navigation {
        display: none !important
    }
}

@media only screen and (max-width: 991px) {
    body.cartActive .headerwoocommerce {
        display: none !important
    }
}

body.cartActive .cust_mini_cart {
    right: 0;
    transition: all .5s
}

.cust_mini_cart {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: auto;
    right: -100%;
    height: 100%;
    z-index: 999;
    display: inherit !important;
    transition: all .5s
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart {
        z-index: 999
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart {
        height: 100%
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner {
    width: 1000px;
    margin: 0 0 0 auto;
    background: #ebe8e4;
    display: flex !important;
    height: 100vh;
    padding: 50px 45px
}

@media only screen and (max-width: 1720px) {
    .cust_mini_cart .mini-cart .mini-cart-inner {
        padding: 30px 45px
    }
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner {
        width: 900px;
        padding: 20px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner {
        width: 100%;
        padding-top: 110px;
        height: 100%;
        background: rgba(0, 0, 0, 0)
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu {
        overflow-y: hidden;
        background: #f8f8f8;
        border-radius: 30px
    }
}

@media only screen and (max-width: 580px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu {
        padding-top: 30px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub {
        overflow: scroll;
        height: 100%;
        max-height: calc(100vh - 160px)
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 20px 28px 20px 38px;
    border-radius: 15px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header {
        padding: 15px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header {
        display: none
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .header-logo {
    width: 214px;
    height: 60px
}

@media only screen and (max-width: 1280px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .header-logo {
        width: 160px;
        height: 40px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .header-logo .header-logo-link picture img {
    width: 100%;
    object-fit: contain
}

@media only screen and (max-width: 1280px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .header-logo .header-logo-link picture img {
        height: 100%
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .min-cart-close .close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: .5s all
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .min-cart-close .close-btn {
        width: 30px;
        height: 30px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .min-cart-close .close-btn:hover {
    background: #d49a3c;
    transition: .5s all
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .min-cart-close .close-btn:hover svg {
        width: 12px;
        height: 12px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-header .min-cart-close .close-btn:hover svg path {
    stroke: #fff
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main {
    display: flex;
    align-items: stretch;
    column-gap: 30px;
    margin-top: 30px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main {
        column-gap: 15px;
        margin-top: 15px;
        row-gap: 30px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main {
        flex-direction: column;
        border-radius: 30px;
        row-gap: 0px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list {
    background: #f8f8f8;
    padding: 30px 30px 15px;
    border-radius: 15px;
    max-width: 494px;
    width: 100%
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list {
        max-width: 60%;
        padding: 20px 20px 15px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list {
        max-width: 100%
    }
}

@media only screen and (max-width: 580px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list {
        padding-top: 0px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title {
    margin-bottom: 41px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 992px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title h3 {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 43.14px;
    margin-bottom: 0px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title h3 {
        font-size: 28px;
        line-height: 38px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title .woocommerce-mini-cart__empty-message {
    display: block;
    background: #ffc4c4;
    color: #000;
    padding: 10px;
    border: 1px solid #fd0000;
    font-size: 15px;
    margin: 10px 0;
    border-radius: 10px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title .min-cart-close.mobile-back {
    display: none
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title .min-cart-close.mobile-back {
        display: flex
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title .min-cart-close.mobile-back .close-btn {
    background: rgba(0, 0, 0, 0);
    border: none;
    display: flex;
    align-items: center;
    column-gap: 10px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .mini-cart-title .min-cart-close.mobile-back .close-btn span {
    color: #4d4d4d;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding-bottom: 20px;
    max-height: calc(100vh - 390px);
    overflow: auto;
    padding-right: 10px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main {
        row-gap: 20px;
        max-height: calc(100vh - 255px)
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main {
        overflow: visible;
        max-height: 100%
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 18px
}

@media only screen and (max-width: 400px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item {
        flex-direction: column;
        row-gap: 15px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .min-cart-product-img .product-image {
    width: 152px;
    height: 132px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .min-cart-product-img .product-image {
        width: 140px;
        height: 115px
    }
}

@media only screen and (max-width: 580px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .min-cart-product-img .product-image {
        width: 108px;
        height: 94px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .min-cart-product-img .product-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .min-cart-product-img .product-image .size-woocommerce_thumbnail {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
    object-position: center center
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail {
    width: 100%
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail>a {
    display: none
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .product-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .product-name a {
    color: #4d4d4d !important;
    background-color: rgba(0, 0, 0, 0) !important;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (max-width: 580px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .product-name a {
        font-size: 14px;
        line-height: 18px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .product-name .product-remove-mini-cart .remove.remove_from_cart_button {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 1;
    line-height: normal
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .artist-name {
    margin-bottom: 15px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .artist-name p {
    color: #4d4d4d;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    width: 170px;
    margin-bottom: 0px
}

@media only screen and (max-width: 580px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .artist-name p {
        font-size: 10px;
        line-height: 12px;
        width: 100%
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .shipping_mini_cart_status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .shipping_mini_cart_status .cart_shipping {
    color: #4d4d4d;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    margin-bottom: 0px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .shipping_mini_cart_status .cart_shipping_status {
    color: #4d4d4d;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .artwork-total-detail {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .min-cart-item-main .mini_cart_item .product-detail .artwork-total-detail .artwork-total-text p {
    color: #4d4d4d;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    margin-bottom: 0px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .ft-copyright {
    margin-top: 15px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .ft-copyright p {
    color: #848484;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 11.54px;
    font-weight: 400;
    line-height: 11.65px;
    letter-spacing: -0.03em;
    margin-bottom: 0px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .cart_list .ft-copyright p strong {
    font-weight: 500
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 15px;
    max-width: 384px;
    width: 100%
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp {
        max-width: 40%;
        padding: 20px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 10px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .min-cart-estimated-total {
    margin-bottom: 30px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .min-cart-estimated-total {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .min-cart-estimated-total {
        margin-bottom: 40px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .min-cart-estimated-total .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .min-cart-estimated-total .total strong {
    color: #848484;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .min-cart-estimated-total .total strong {
        font-size: 16px;
        line-height: 20px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .min-cart-estimated-total .total .amount {
    color: #848484;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .min-cart-estimated-total .total .amount {
        font-size: 16px;
        line-height: 20px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons {
    margin-bottom: 40px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons {
        margin-bottom: 30px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons .checkout {
    padding: 16px;
    border-radius: 50px;
    border: .68px solid #000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14.89px;
    font-weight: 600;
    line-height: 18.15px;
    color: #fff;
    transition: all .5s
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons .checkout {
        padding: 10px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons .checkout {
        padding: 16px 21px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons .checkout:hover {
    background: #d0993b;
    border-color: #d0993b;
    transition: all .5s
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box {
    margin-bottom: 24px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box {
        order: -1
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box {
    display: flex;
    align-items: flex-start;
    column-gap: 27px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box {
        column-gap: 17px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box .safety-box-img {
    width: 38px;
    height: 38px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box .safety-box-img {
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box .safety-box-img picture img {
        width: 30px;
        height: 30px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box .safety-box-detail {
    margin-bottom: 24px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box .safety-box-detail {
        margin-bottom: 10px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box .safety-box-detail .safety-box-strong-text {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    margin-bottom: 6px
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box .safety-box-detail .safety-box-strong-text {
        font-size: 14px;
        line-height: 16px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box .safety-box-detail .safety-box-norma-text {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: #4d4d4d;
    margin-bottom: 0px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button {
    display: flex;
    justify-content: center;
    column-gap: 11px
}

@media only screen and (max-width: 991px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 380px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button {
        flex-direction: column;
        row-gap: 15px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button .support-btn {
    background: #fff;
    padding: 16px 20px;
    border-radius: 68px;
    border: none;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #787878;
    transition: all .5s
}

@media only screen and (max-width: 380px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button .support-btn {
        padding: 12px 10px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button .support-btn:hover {
    color: #fff;
    background: #d0993b;
    transition: all .5s
}

@media only screen and (max-width: 1440px) {
    .cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button .support-btn {
        padding: 8px 10px
    }
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .ft-copyright {
    text-align: center
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .ft-copyright p {
    color: #848484;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 11.54px;
    font-weight: 400;
    line-height: 11.65px;
    letter-spacing: -0.03em;
    margin-bottom: 0px
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .ft-copyright p strong {
    font-weight: 500
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .ft-copyright:last-child {
    display: none
}

.wpcf7-spinner {
    position: absolute;
    text-align: center;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.wpcf7-response-output {
    font-size: 16px !important;
    margin-bottom: 0px !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.about-form {
    padding: 40px 0;
    background-color: #ebe8e4
}

@media screen and (min-width: 767px) {
    .about-form {
        padding: 60px 0
    }
}

@media screen and (min-width: 1440px) {
    .about-form {
        padding: 125px 0 60px
    }
}

.common-form {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 16px;
    flex-wrap: wrap;
    padding: 20px;
    gap: 33px
}

@media screen and (min-width: 768px) {
    .common-form {
        flex-wrap: nowrap
    }
}

@media screen and (min-width: 1200px) {
    .common-form {
        gap: 35px
    }
}

@media screen and (min-width: 1600px) {
    .common-form {
        padding: 30px;
        gap: 75px;
        flex-wrap: nowrap;
        border-radius: 32px
    }
}

.common-form .reach-out-left {
    position: relative;
    width: 100%
}

@media screen and (min-width: 991px) {
    .common-form .reach-out-left {
        width: calc(68% - 10px)
    }
}

@media screen and (min-width: 1280px) {
    .common-form .reach-out-left {
        width: calc(50% - 10px)
    }
}

@media screen and (min-width: 1440px) {
    .common-form .reach-out-left {
        width: calc(66% - 10px)
    }
}

.common-form .reach-out-left picture {
    overflow: hidden
}

.common-form .reach-out-left picture img {
    border-radius: 16px;
    height: 100%;
    width: 100%;
    object-fit: contain
}

@media screen and (min-width: 767px) {
    .common-form .reach-out-left picture img {
        border-radius: 30px
    }
}

.common-form .reach-out-right {
    width: 100%;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 991px) {
    .common-form .reach-out-right {
        width: calc(50% - 10px)
    }
}

.common-form .reach-out-right .contact-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(32px + 2*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px 0
}

@media screen and (min-width: 1366px) {
    .common-form .reach-out-right .contact-title {
        font-size: 34px;
        margin: 0 0 60px 0
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .common-form .reach-out-right .contact-title {
        font-size: 32px
    }
}

@media screen and (min-width: 1920.5px) {
    .common-form .reach-out-right .contact-title {
        font-size: 34px
    }
}

.common-form .reach-out-right .form-bottom-text {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 13.08px;
    font-weight: 400;
    line-height: 15.94px;
    text-align: left;
    color: #999;
    display: inline-flex;
    padding-left: 0px;
    margin-top: 15px
}

@media screen and (min-width: 767px) {
    .common-form .reach-out-right .form-bottom-text {
        padding-left: 24px
    }
}

.common-form .reach-out-right .wpcf7 .reach-form .form-input:nth-child(6) {
    width: 100% !important
}

.common-form .reach-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px
}

@media screen and (min-width: 1600px) {
    .common-form .reach-form {
        gap: 18px 8px
    }
}

.common-form .reach-form .form-input {
    position: relative;
    width: 100%;
    z-index: 11
}

@media screen and (min-width: 480px) {
    .common-form .reach-form .form-input {
        width: calc(50% - 5px)
    }
}

.common-form .reach-form .form-input:nth-child(3) {
    width: 100%
}

.common-form .reach-form .form-input:nth-child(6) {
    width: 100%
}

@media screen and (min-width: 480px) {
    .common-form .reach-form .form-input:nth-child(6) {
        width: calc(50% - 5px)
    }
}

.common-form .reach-form .form-input p {
    margin: 0
}

.common-form .reach-form .form-input textarea,
.common-form .reach-form .form-input select,
.common-form .reach-form .form-input input {
    border: 1px solid #b1b1b1;
    background: rgba(0, 0, 0, 0) !important;
    width: 100%;
    transition: all .3s ease;
    color: #4d4d4d;
    font-size: calc(12px + 3*(100vw - 300px)/1620);
    border-radius: 15px;
    height: 54px;
    padding: 14px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.common-form .reach-form .form-input textarea:focus-visible,
.common-form .reach-form .form-input select:focus-visible,
.common-form .reach-form .form-input input:focus-visible {
    border: 1px solid #cacaca;
    outline: none
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {

    .common-form .reach-form .form-input textarea,
    .common-form .reach-form .form-input select,
    .common-form .reach-form .form-input input {
        font-size: 15px
    }
}

@media screen and (min-width: 1920.5px) {

    .common-form .reach-form .form-input textarea,
    .common-form .reach-form .form-input select,
    .common-form .reach-form .form-input input {
        font-size: 12px
    }
}

.common-form .reach-form .form-input.signup-checkbox {
    margin-left: 8px
}

.common-form .reach-form .form-input.signup-checkbox .form-row-wide {
    height: 24px
}

.common-form .reach-form .form-input.signup-checkbox .form-row-wide .woocommerce-form__input {
    height: auto
}

.common-form .reach-form .form-input.signup-checkbox .form-row-wide input[type=checkbox]+span::before,
.common-form .reach-form .form-input.signup-checkbox .form-row-wide input[type=checkbox]+span::after {
    top: 2px
}

@media only screen and (max-width: 766px) {

    .common-form .reach-form .form-input.signup-checkbox .form-row-wide input[type=checkbox]+span::before,
    .common-form .reach-form .form-input.signup-checkbox .form-row-wide input[type=checkbox]+span::after {
        left: -20px
    }
}

.common-form .reach-form .form-input select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 93% 56% !important;
    color: #000 !important
}

.common-form .reach-form .form-input textarea {
    height: 100px !important;
    padding-top: 20px;
    resize: none
}

.common-form .reach-form .form-input label {
    color: #adadad;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    left: 14px;
    font-size: 12px;
    font-size: calc(12px + 3*(100vw - 300px)/1620);
    top: 16px;
    transition: all .3s ease;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    z-index: -1
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .common-form .reach-form .form-input label {
        font-size: 13px
    }
}

@media screen and (min-width: 1920.5px) {
    .common-form .reach-form .form-input label {
        font-size: 15px
    }
}

.common-form .reach-form .form-input.focused label {
    transition: all .2s linear;
    top: 3px;
    font-size: 10px
}

.common-form .reach-form .submit-input {
    width: 100%;
    margin-top: 2px;
    position: relative
}

@media screen and (min-width: 1366px) {
    .common-form .reach-form .submit-input {
        margin-top: 18px
    }
}

.common-form .reach-form .submit-input p {
    margin: 0
}

.common-form .reach-form .submit-input input {
    background: #000;
    width: 100%;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(13px + 13*(100vw - 300px)/1620);
    font-weight: 500;
    line-height: 1.5px;
    text-align: center;
    border-radius: 63px;
    border: none;
    height: 42px;
    cursor: pointer
}

@media screen and (min-width: 767px) {
    .common-form .reach-form .submit-input input {
        height: 50px
    }
}

@media screen and (min-width: 1366px) {
    .common-form .reach-form .submit-input input {
        height: 63px
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .common-form .reach-form .submit-input input {
        font-size: 13px
    }
}

@media screen and (min-width: 1920.5px) {
    .common-form .reach-form .submit-input input {
        font-size: 26px
    }
}

.common-form .reach-form .submit-input input:hover {
    background: #d0993b;
    color: #fff;
    transition: all .5s
}

.common-form .wpcf7-not-valid-tip {
    font-size: 13px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    display: inline-flex;
    margin-top: 5px
}

.common-form .wpcf7-form-control-wrap {
    position: relative;
    top: -2px
}

.common-form .curator-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 5px;
    margin-bottom: 20px
}

@media screen and (min-width: 1280px) {
    .common-form .curator-checkbox {
        gap: 16px 30px;
        margin-bottom: 0px;
        padding-left: 0px
    }
}

@media screen and (min-width: 991px) {
    .common-form .curator-checkbox {
        gap: 15px;
        margin-bottom: 0px
    }
}

.common-form .curator-checkbox p {
    margin: 0
}

.common-form .curator-checkbox .wpcf7-form-control {
    flex-wrap: wrap;
    display: flex;
    gap: 15px
}

@media screen and (min-width: 1400px) {
    .common-form .curator-checkbox .wpcf7-form-control {
        gap: 5px
    }
}

.common-form .curator-checkbox .wpcf7-list-item {
    width: fit-content;
    margin: 0;
    min-width: 105px;
    gap: 10px;
    display: flex
}

@media screen and (min-width: 1400px) {
    .common-form .curator-checkbox .wpcf7-list-item {
        min-width: 44%
    }
}

.common-form .curator-checkbox .wpcf7-list-item label {
    display: flex;
    gap: 2px;
    flex-wrap: nowrap;
    flex-direction: row
}

@media screen and (min-width: 1400px) {
    .common-form .curator-checkbox .wpcf7-list-item label {
        gap: 8px
    }
}

.common-form .curator-checkbox .wpcf7-list-item label input[type=checkbox] {
    accent-color: #232323;
    height: 20px;
    left: 0;
    opacity: 1;
    position: relative;
    width: fit-content;
    cursor: pointer
}

.common-form .curator-checkbox .wpcf7-list-item-label {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(11px + 4*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 18.6px;
    color: #4d4d4d;
    max-width: 253px;
    display: flex;
    margin-left: 0px;
    align-items: center
}

@media screen and (min-width: 767px) {
    .common-form .curator-checkbox .wpcf7-list-item-label {
        width: 100%;
        margin-left: 0px
    }
}

.common-form .curator-checkbox .check-box-one {
    margin-bottom: 0px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .common-form .curator-checkbox .check-box-one {
        width: calc(50% - 15px)
    }
}

.common-form .curator-checkbox .check-box-one:last-child {
    margin-bottom: 0
}

.common-form .curator-checkbox .check-box-one p {
    margin-bottom: 0px
}

.common-form .curator-checkbox .check-box-one .wpcf7-list-item {
    margin: 0
}

.common-form .curator-checkbox .check-box-one span.wpcf7-not-valid-tip {
    display: flex
}

.common-form input[type=checkbox] {
    height: 20px;
    left: 0;
    opacity: 1;
    position: relative;
    width: 100%;
    cursor: pointer
}

.common-form input[type=checkbox]+span::before {
    display: none;
    border: 1px solid #4d4d4d;
    content: "";
    height: 13px;
    left: -4px;
    position: absolute;
    top: 8px;
    width: 13px;
    border-radius: 3px
}

@media screen and (min-width: 767px) {
    .common-form input[type=checkbox]+span::before {
        left: -19px
    }
}

.common-form input[type=checkbox]+span::after {
    display: none;
    background-image: url(../images/check.svg);
    content: "";
    height: 13px;
    left: -4px;
    top: 8px;
    position: absolute;
    width: 13px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #4d4d4d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    cursor: pointer
}

@media screen and (min-width: 767px) {
    .common-form input[type=checkbox]+span::after {
        left: -19px;
        top: 7px
    }
}

.common-form input[type=checkbox]:checked+span::after {
    opacity: 1
}

.reach-out-right h2 {
    width: 100%;
    max-width: 100%
}

@media screen and (min-width: 991px) {
    .reach-out-right h2 {
        max-width: 463px
    }
}

.curator-form .reach-out-wrapper {
    align-items: flex-start
}

.curator-form .reach-out-wrapper .reach-out-right .contact-title {
    margin-bottom: 35px
}

.curator-form .check-box-category {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px
}

.curator-form .check-box-category h3 {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.96px;
    text-align: left;
    margin-bottom: 20px
}

@media screen and (min-width: 991px) {
    .curator-form .check-box-category h3 {
        text-align: center
    }
}

.conatusOuter .about-form {
    padding-top: 125px
}

.wpcf7-response-output {
    border-color: #dc3232 !important;
    background: #dc3232 !important;
    color: #fff !important;
    display: none !important
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    background: #46b450 !important;
    color: #fff !important;
    display: block !important
}

@media screen and (min-width: 1440px) {
    .signup-form .reach-form .form-input label {
        top: 18px
    }
}

.signup-form .reg_country_cust label {
    top: 0px !important;
    font-size: 10px
}

@media screen and (min-width: 767px) {
    .signup-form .reg_country_cust label {
        top: 0px !important;
        font-size: 9px
    }
}

.signup-form .reg_country_cust select#state,
.signup-form .reg_country_cust select#country {
    font-size: 15px;
    padding-top: 21px
}

.modal.art-curator .popup-body {
    padding: 1.3rem;
    max-height: fit-content;
    overflow-y: inherit
}

.modal.art-curator .submit-input .wpcf7-spinner {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto auto
}

.explore-modal .curator-form {
    position: relative
}

.explore-modal .curator-form .reach-out-wrapper .reach-out-right h2 {
    max-width: fit-content
}

.explore-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 25px;
    font-size: 0;
    cursor: pointer;
    z-index: 99
}

.explore-modal .close:before,
.explore-modal .close:after {
    content: "";
    position: absolute;
    background: #787878;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 17px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in
}

.explore-modal .close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popuplogin {
    overflow: hidden
}

.popuplogin .login-signup-popup {
    overflow: auto
}

.popuplogin:before {
    content: "";
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001 !important;
    top: auto
}

.login-section {
    display: none;
    position: relative
}

.login-section .login-section-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    overflow: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 50px 15px
}

@media screen and (min-width: 767px) {
    .login-section .login-section-inner {
        padding: 50px
    }
}

.login-section .login-box {
    position: relative;
    width: 100%;
    max-width: 664px;
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 37px 20px 30px 20px;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 767px) {
    .login-section .login-box {
        border-radius: 32px;
        padding: 30px;
        overflow: auto
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-box {
        padding: 55px 36px 38px 36px;
        overflow: auto
    }
}

@media screen and (min-width: 1920px) {
    .login-section .login-box {
        overflow: inherit
    }
}

.login-section .login-box .error {
    color: #fd0000 !important;
    font-size: 13px !important;
    margin-top: 0px;
    position: static !important;
    line-height: 25px !important;
    text-align: left !important;
    display: flex;
    justify-content: start
}

.login-section .login-box .loginHead {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(23px + 19*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 35px
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .login-section .login-box .loginHead {
        font-size: 23px
    }
}

@media screen and (min-width: 1920.5px) {
    .login-section .login-box .loginHead {
        font-size: 42px
    }
}

.login-section .login-box .tab-content {
    display: none
}

.login-section .login-box .tab-content.active {
    display: block
}

.login-section .login-box .login-wrapper {
    max-width: inherit;
    width: 100%;
    margin: 0 auto
}

@media screen and (min-width: 1280px) {
    .login-section .login-box .login-wrapper {
        max-width: 500px;
        width: 100%
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-box .login-wrapper {
        max-width: 570px;
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .login-section .login-box .login-wrapper {
        max-width: 480px;
        width: 100%
    }
}

.login-section .login-box .login-tab {
    border: 1px solid rgba(220, 220, 220, .1490196078);
    background: rgba(220, 220, 220, .1490196078);
    border-radius: 200px;
    display: flex;
    justify-content: space-between
}

.login-section .login-box .login-tab .tab-link {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    color: #555;
    width: calc(50% - 10px);
    padding: 11px 0;
    display: flex;
    justify-content: center;
    border-radius: 200px;
    margin: 8px 10px
}

@media screen and (min-width: 1280px) {
    .login-section .login-box .login-tab .tab-link {
        padding: 10px 0
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-box .login-tab .tab-link {
        padding: 17px 0
    }
}

.login-section .login-box .login-tab .tab-link.active {
    background-color: #000 !important;
    color: #fff
}

.login-section .login-box .login-form {
    padding-top: 27px;
    position: relative
}

.login-section .login-box .login-form .error-message {
    position: absolute;
    bottom: -20px;
    left: 25px;
    color: #fd0000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px
}

.login-section .login-box .login-form .form-input {
    position: relative;
    z-index: 9
}

.login-section .login-box .login-form .form-input .input-box {
    margin-bottom: 27px
}

.login-section .login-box .login-form .form-input .input-icon {
    position: absolute;
    left: 15px;
    top: 26px
}

@media screen and (min-width: 767px) {
    .login-section .login-box .login-form .form-input .input-icon {
        left: 15px
    }
}

@media screen and (min-width: 1280px) {
    .login-section .login-box .login-form .form-input .input-icon {
        top: 20px
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-box .login-form .form-input .input-icon {
        left: 27px;
        top: 20px
    }
}

.login-section .login-box .login-form .form-input .input-icon:after {
    background: #555;
    position: absolute;
    width: 1px;
    height: 36px;
    content: "";
    top: -10px;
    right: -16px
}

@media screen and (min-width: 767px) {
    .login-section .login-box .login-form .form-input .input-icon:after {
        top: -7px
    }
}

@media screen and (min-width: 1280px) {
    .login-section .login-box .login-form .form-input .input-icon:after {
        height: 37px;
        top: -3px
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-box .login-form .form-input .input-icon:after {
        top: -11px;
        height: 52px
    }
}

.login-section .login-box .login-form .form-input .input-icon img {
    width: 20px;
    height: 20px
}

@media screen and (min-width: 1280px) {
    .login-section .login-box .login-form .form-input .input-icon img {
        width: 30px;
        height: 30px
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-box .login-form .form-input .input-icon img {
        width: 35px;
        height: 35px
    }
}

.login-section .login-box .login-form .form-input .input-green-check {
    position: absolute;
    right: 31px;
    top: 18px
}

@media screen and (min-width: 575px) {
    .login-section .login-box .login-form .form-input .input-green-check {
        top: 23px
    }
}

.login-section .login-box .login-form .form-input .text-field-input {
    border: 1px solid #cacaca;
    background: rgba(220, 220, 220, .1490196078) !important;
    border-radius: 200px;
    width: 100%;
    transition: all .3s ease;
    padding: 21px 10px 6px 72px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    position: relative;
    height: 70px
}

@media screen and (min-width: 360px) {
    .login-section .login-box .login-form .form-input .text-field-input {
        padding: 30px 10px 15px 70px
    }
}

@media screen and (min-width: 1280px) {
    .login-section .login-box .login-form .form-input .text-field-input {
        padding: 30px 10px 15px 80px
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-box .login-form .form-input .text-field-input {
        padding: 30px 10px 15px 95px
    }
}

.login-section .login-box .login-form .form-input .text-field-input:focus-visible {
    border: 1px solid #cacaca;
    outline: none
}

.login-section .login-box .login-form .form-input input:-webkit-autofill,
.login-section .login-box .login-form .form-input input:-webkit-autofill:hover,
.login-section .login-box .login-form .form-input input:-webkit-autofill:focus,
.login-section .login-box .login-form .form-input textarea:-webkit-autofill,
.login-section .login-box .login-form .form-input textarea:-webkit-autofill:hover,
.login-section .login-box .login-form .form-input textarea:-webkit-autofill:focus,
.login-section .login-box .login-form .form-input select:-webkit-autofill,
.login-section .login-box .login-form .form-input select:-webkit-autofill:hover,
.login-section .login-box .login-form .form-input select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px rgba(220, 220, 220, .1490196078) inset !important;
    transition: background-color 5000s ease-in-out 0s !important
}

.login-section .login-box .login-form .form-input label {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    left: 72px;
    top: 26px;
    transition: all .3s ease;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    z-index: -1
}

@media screen and (min-width: 767px) {
    .login-section .login-box .login-form .form-input label {
        left: 72px
    }
}

@media screen and (min-width: 1280px) {
    .login-section .login-box .login-form .form-input label {
        top: 17px;
        left: 80px
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-box .login-form .form-input label {
        left: 95px;
        font-size: 16px;
        top: 28px
    }
}

.login-section .login-box .login-form .form-input.focused label {
    transition: all .2s linear;
    top: 9px;
    font-size: 15px
}

.login-section .login-box .login-form .eye-icon {
    position: absolute;
    right: 20px;
    top: 21px;
    display: flex;
    cursor: pointer
}

.login-section .continue-with .nsl-button-svg-container {
    padding: 0 !important
}

.login-section .continue-with .nsl-button-svg-container a {
    margin: 0
}

.login-section .continue-with .nsl-button-svg-container svg {
    height: 40px !important;
    width: 40px !important
}

@media screen and (min-width: 1280px) {
    .login-section .continue-with .nsl-button-svg-container svg {
        height: 50px !important;
        width: 50px !important
    }
}

@media screen and (min-width: 1440px) {
    .login-section .continue-with .nsl-button-svg-container svg {
        height: 69px !important;
        width: 69px !important
    }
}

.login-section .continue-with ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
    margin: 0px 10px;
    padding: 0
}

@media screen and (min-width: 575px) {
    .login-section .continue-with ul {
        gap: 16px;
        margin: 0px 10px
    }
}

@media screen and (min-width: 1440px) {
    .login-section .continue-with ul {
        gap: 20px;
        margin: 40px 10px
    }
}

@media screen and (max-width: 575px) {
    .login-section .continue-with ul li img {
        width: 50px
    }
}

.login-section .continue-with ul .nsl-container-buttons {
    grid-template-columns: auto !important
}

.login-section .continue-with .continue-text {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color: #717171;
    margin-bottom: 30px;
    position: relative
}

@media screen and (min-width: 767px) {
    .login-section .continue-with .continue-text {
        margin-bottom: 40px
    }
}

.login-section .continue-with .continue-text a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color: #717171;
    margin-bottom: 40px
}

.login-section .continue-with .continue-text a:hover {
    color: #d0993b
}

.login-section .continue-with .continue-text:after {
    background-color: #717171;
    position: absolute;
    width: 75px;
    height: 1px;
    content: "";
    right: 0;
    top: 7px;
    display: none
}

@media screen and (min-width: 360px) {
    .login-section .continue-with .continue-text:after {
        display: block
    }
}

@media screen and (min-width: 767px) {
    .login-section .continue-with .continue-text:after {
        width: 150px
    }
}

.login-section .continue-with .continue-text:before {
    background-color: #717171;
    position: absolute;
    width: 75px;
    height: 1px;
    content: "";
    left: 0;
    top: 7px;
    display: none
}

@media screen and (min-width: 360px) {
    .login-section .continue-with .continue-text:before {
        display: block
    }
}

@media screen and (min-width: 767px) {
    .login-section .continue-with .continue-text:before {
        width: 150px
    }
}

.login-section .let-check-box {
    display: flex;
    align-items: center;
    gap: 10px
}

.login-section .let-check-box a {
    color: #000
}

.login-section .let-check-box a:hover {
    color: #d0993b
}

.login-section .let-check-box input[type=checkbox] {
    position: relative;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 15px;
    width: 15px;
    min-width: 15px;
    -webkit-appearance: none
}

.login-section .let-check-box input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1
}

.login-section .let-check-box input[type=checkbox]:before {
    content: "";
    position: absolute;
    right: 54%;
    top: 46%;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2
}

.login-section .let-check-box label {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #999;
    white-space: normal;
    text-align: left
}

@media screen and (min-width: 767px) {
    .login-section .let-check-box label {
        white-space: nowrap
    }
}

.login-section .login-btn {
    background-color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(20px + 4*(100vw - 300px)/1620);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 200px;
    padding: 9px 0;
    cursor: pointer;
    margin-bottom: 30px;
    display: inline-block
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .login-section .login-btn {
        font-size: 20px
    }
}

@media screen and (min-width: 1920.5px) {
    .login-section .login-btn {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .login-section .login-btn {
        padding: 17px 0;
        margin-bottom: 74px
    }
}

.login-section .login-btn:hover {
    background: #d0993b;
    color: #fff;
    transition: all .5s
}

.login-section .common-form {
    flex-wrap: wrap;
    padding: 40px 0 0 0
}

@media screen and (max-width: 360px) {
    .login-section .common-form .form-input {
        width: 100%
    }
}

.login-section .common-form .form-input:nth-child(4) {
    width: 100%
}

.login-section .common-form .form-input:nth-child(6) {
    width: calc(50% - 5px)
}

@media screen and (max-width: 360px) {
    .login-section .common-form .form-input:nth-child(6) {
        width: 100%
    }
}

.login-section .common-form .form-input.reg_country_cust {
    width: 100% !important
}

@media screen and (min-width: 479px) {
    .login-section .common-form .form-input.reg_country_cust {
        width: calc(50% - 5px)
    }
}

.login-section .common-form .login-btn {
    margin-bottom: 34px;
    margin-top: 15px
}

.login-section .common-form .signup-form {
    position: relative
}

.login-section .common-form .signup-form .error {
    color: red !important;
    font-size: 13px !important;
    margin-top: 0px;
    position: static !important;
    line-height: 25px !important;
    text-align: left !important;
    display: flex;
    justify-content: start
}

.login-section .common-form .signup-form #registrationError {
    position: absolute !important;
    top: inherit !important;
    bottom: 21% !important;
    right: 54px !important
}

.login-section .common-form .signup-form .reg_country_cust label {
    top: 3px !important;
    color: #000;
    font-size: 11px
}

@media screen and (max-width: 480px) {
    .login-section .common-form .signup-form .form-input:nth-child(6) {
        width: 100% !important
    }
}

.login-box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 43px;
    height: 25px;
    font-size: 0;
    cursor: pointer;
    z-index: 99
}

.login-box .close:before,
.login-box .close:after {
    content: "";
    position: absolute;
    background: #787878;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 17px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in
}

.login-box .close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.blog-main-banner {
    background-size: cover;
    padding-bottom: 60px;
    position: relative;
    z-index: 1
}

@media only screen and (min-device-width: 430px)and (max-device-width: 767px)and (orientation: landscape) {
    .blog-main-banner {
        padding-bottom: 160px
    }
}

.blog-main-banner:after {
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 1440px) {
    .blog-main-banner {
        padding-bottom: 132px
    }
}

.blog-main-banner .blog-banner-content {
    width: 100%;
    max-width: 994px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px
}

.blog-main-banner .blog-banner-content .profiles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.blog-main-banner .blog-banner-content .profiles .profile-img img {
    border-radius: 50%
}

.blog-main-banner .blog-banner-content .profiles .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #fff
}

.blog-main-banner .blog-banner-content .exploremore-btn:hover {
    background-color: #d0993b
}

.blog-main-banner .blog-banner-content .banner-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(28.3px + 36.7*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 50px
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .blog-main-banner .blog-banner-content .banner-title {
        font-size: 30px
    }
}

@media screen and (min-width: 1920.5px) {
    .blog-main-banner .blog-banner-content .banner-title {
        font-size: 65px
    }
}

.blog-main-banner .blog-banner-content .blog-categories-list {
    padding: 5px 27px 5px 190px;
    margin: 0 auto 30px auto;
    list-style: none;
    display: flex;
    justify-content: center;
    background: rgba(235, 232, 228, .25);
    backdrop-filter: blur(75px);
    border-radius: 41px;
    gap: 11px;
    width: 100%;
    max-width: 377px;
    align-items: center;
    border: 1px solid #d0993b;
    overflow: scroll
}

.blog-main-banner .blog-banner-content .blog-categories-list::-webkit-scrollbar {
    height: 2px
}

@media screen and (min-width: 400px) {
    .blog-main-banner .blog-banner-content .blog-categories-list {
        gap: 27px
    }
}

@media screen and (min-width: 767px) {
    .blog-main-banner .blog-banner-content .blog-categories-list {
        max-width: fit-content;
        gap: 42px;
        padding: 15px 46px;
        overflow: auto
    }
}

.blog-main-banner .blog-banner-content .blog-categories-list .blog-categories-item a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, .8);
    position: relative;
    transition: all .5s ease;
    white-space: nowrap
}

@media screen and (min-width: 400px) {
    .blog-main-banner .blog-banner-content .blog-categories-list .blog-categories-item a {
        font-size: 14px
    }
}

@media screen and (min-width: 767px) {
    .blog-main-banner .blog-banner-content .blog-categories-list .blog-categories-item a {
        font-size: 18px
    }
}

.blog-main-banner .blog-banner-content .blog-categories-list .blog-categories-item a:after {
    background-color: #fff;
    width: 0;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .35s ease 0s;
    visibility: hidden
}

.blog-main-banner .blog-banner-content .blog-categories-list .blog-categories-item a:hover,
.blog-main-banner .blog-banner-content .blog-categories-list .blog-categories-item a.active {
    color: #fff
}

.blog-main-banner .blog-banner-content .blog-categories-list .blog-categories-item a:hover:after,
.blog-main-banner .blog-banner-content .blog-categories-list .blog-categories-item a.active:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.blog-main-banner.blog-detail-banner .blog-banner-content .banner-title {
    margin-top: 30px;
    margin-bottom: 35px
}

.blog-our-stories {
    overflow: hidden;
    background-color: #ebe8e4;
    position: relative;
    padding: 40px 0
}

@media screen and (min-width: 991px) {
    .blog-our-stories {
        padding: 60px 0 0 0
    }
}

@media screen and (min-width: 1440px) {
    .blog-our-stories {
        padding: 80px 0
    }
}

.blog-our-stories .our-stories-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 70px
}

@media screen and (min-width: 767px) {
    .blog-our-stories .our-stories-wrapper {
        padding-bottom: 25px
    }
}

.blog-our-stories .our-stories-wrapper .swiper-wrapper {
    padding-bottom: 0px
}

@media screen and (min-width: 767px) {
    .blog-our-stories .our-stories-wrapper .swiper-wrapper {
        padding-bottom: 50px
    }
}

.blog-our-stories .our-stories-wrapper .our-stories {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(31.4px + 12.6*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
    margin-bottom: 25px
}

@media screen and (min-width: 1200px) {
    .blog-our-stories .our-stories-wrapper .our-stories {
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1440px) {
    .blog-our-stories .our-stories-wrapper .our-stories {
        margin-bottom: 48px
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .blog-our-stories .our-stories-wrapper .our-stories {
        font-size: 32px
    }
}

@media screen and (min-width: 1920.5px) {
    .blog-our-stories .our-stories-wrapper .our-stories {
        font-size: 44px
    }
}

.blog-our-stories .our-stories-wrapper .slider-arrow {
    position: absolute;
    right: 113px;
    bottom: 30px
}

@media screen and (min-width: 767px) {
    .blog-our-stories .our-stories-wrapper .slider-arrow {
        right: 120px
    }
}

.blog-our-stories .our-stories-wrapper .slider-arrow .swiper-button-prev {
    right: 0;
    left: inherit
}

.blog-our-stories .our-stories-wrapper .slider-arrow .swiper-button-prev:after {
    background-image: url(../images/slider-right.svg);
    position: absolute;
    content: "";
    width: 72px;
    height: 41px;
    transform: rotate(180deg)
}

.blog-our-stories .our-stories-wrapper .slider-arrow .swiper-button-next:after {
    background-image: url(../images/slider-right.svg);
    position: absolute;
    content: "";
    width: 72px;
    height: 41px;
    transform: rotate(0deg);
    left: 65px
}

.blog-our-stories .our-stories-wrapper .swiper-slide.swiper-slide-prev:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(235, 232, 228) 0%, rgba(235, 232, 228, 0.62) 100%);
    backdrop-filter: blur(70px);
    border-radius: 15px
}

.blog-our-stories .our-stories-wrapper .our-stories-content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: calc(100% - 30px);
    max-width: 285px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.blog-our-stories .our-stories-wrapper .our-stories-content .our-stories-latest {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(27.7px + 2.3*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 10px;
    min-height: 105px
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .blog-our-stories .our-stories-wrapper .our-stories-content .our-stories-latest {
        font-size: 28px
    }
}

@media screen and (min-width: 1920.5px) {
    .blog-our-stories .our-stories-wrapper .our-stories-content .our-stories-latest {
        font-size: 30px
    }
}

.blog-our-stories .our-stories-wrapper .our-stories-content .cat-btn {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    display: flex;
    justify-content: center
}

@media screen and (min-width: 767px) {
    .blog-our-stories .our-stories-wrapper .our-stories-content .cat-btn {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .blog-our-stories .our-stories-wrapper .our-stories-content .cat-btn {
        font-size: 20px
    }
}

.blog-our-stories .our-stories-wrapper .our-stories-content .explore-btn {
    margin-top: 25px;
    padding: 11px 18px;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(75px);
    display: inline-flex;
    min-width: 110px;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 58px;
    transition: all .3s ease-out .2s;
    position: relative
}

.blog-our-stories .our-stories-wrapper .our-stories-content .explore-btn:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    background: url(../images/link-arrow-white.svg);
    width: 16px;
    height: 8px;
    margin: auto
}

.blog-our-stories .our-stories-wrapper .our-stories-content .explore-btn:hover {
    background-color: rgba(0, 0, 0, .5)
}

.blog-our-stories .our-stories-wrapper .our-stories-image {
    overflow: hidden;
    border-radius: 10px
}

.blog-our-stories .our-stories-wrapper .our-stories-image picture {
    max-height: 525px;
    position: relative;
    padding-bottom: 126.5%
}

.blog-our-stories .our-stories-wrapper .our-stories-image picture img {
    transform: scale(1);
    transition: all .5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.blog-our-stories .our-stories-wrapper .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all .5s
}

.blog-our-stories .our-stories-wrapper .stories-explore {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0
}

.latest-stories-section {
    background-color: #ebe8e4;
    position: relative;
    padding: 0px 0 50px 0
}

@media screen and (min-width: 991px) {
    .latest-stories-section {
        padding: 0px 0 100px 0
    }
}

.latest-stories-section .latest-stories-wrapper .latest-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(31.4px + 18.6*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 32px
}

@media screen and (min-width: 1200px) {
    .latest-stories-section .latest-stories-wrapper .latest-title {
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1440px) {
    .latest-stories-section .latest-stories-wrapper .latest-title {
        margin-bottom: 36px
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .latest-stories-section .latest-stories-wrapper .latest-title {
        font-size: 32px
    }
}

@media screen and (min-width: 1920.5px) {
    .latest-stories-section .latest-stories-wrapper .latest-title {
        font-size: 50px
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main {
    display: flex;
    gap: 13px;
    align-items: stretch;
    flex-wrap: wrap
}

@media screen and (min-width: 991px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main {
        flex-wrap: nowrap
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left {
    width: 100%;
    max-width: 1058px;
    background-color: #fff;
    padding: 18px;
    display: flex;
    gap: 24px;
    border-radius: 15px;
    flex-wrap: wrap
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left {
        flex-wrap: nowrap
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-image {
    width: 100%;
    max-width: 583px;
    border-radius: 15px;
    max-width: inherit
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-image {
        max-width: 583px
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-image picture {
    height: 100%
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-image picture img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
    max-height: 455px
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text {
    width: 100%;
    max-width: 394px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #6f6d6d;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text {
        font-size: 16px
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text .our-stories-latest {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(24px + 8*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 6px
}

@media screen and (min-width: 1440px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text .our-stories-latest {
        margin-bottom: 19px
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text .our-stories-latest {
        font-size: 24px
    }
}

@media screen and (min-width: 1920.5px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text .our-stories-latest {
        font-size: 32px
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text a {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 43.14px;
    color: #000;
    margin-bottom: 19px
}

@media screen and (min-width: 320px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text a {
        font-size: 20px
    }
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text a {
        font-size: 20px
    }
}

@media screen and (min-width: 1200px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text a {
        font-size: 23px
    }
}

@media screen and (min-width: 1440px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text a {
        font-size: 32px;
        margin-bottom: 19px
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (min-width: 1199px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-left .latest-stories-text p {
        -webkit-line-clamp: 3
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right {
    width: 100%;
    max-width: inherit;
    background-color: #fff;
    padding: 14px 18px 18px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right {
        gap: 20px 26px
    }
}

@media screen and (min-width: 991px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right {
        max-width: 620px;
        padding: 14px 18px;
        gap: 18px 26px
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .latest-stories-written .write-col {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 13px
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .latest-stories-written .written-name .writer {
    font-size: 10px
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .latest-stories-written .written-name .writer {
        font-size: 12px
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .latest-stories-written .written-name span {
    font-size: 10px
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .latest-stories-written .written-name span {
        font-size: 12px
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 26px;
    width: 100%
}

@media screen and (min-width: 360px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box {
        flex-wrap: nowrap;
        gap: 20px;
        width: 100%
    }
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box:last-child {
    margin-bottom: 0
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box .recent-img {
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-width: 125px;
    overflow: hidden
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box .recent-img picture {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 105.9%;
    margin: 0
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box .recent-img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box .recent-text {
    max-width: 394px;
    width: 100%
}

.latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box .recent-text .recent-text-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(14px + 6*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 23px;
    color: #000
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box .recent-text .recent-text-title {
        font-size: 14px
    }
}

@media screen and (min-width: 1920.5px) {
    .latest-stories-section .latest-stories-wrapper .latest-stories-main .latest-stories-right .recent-stories-box .recent-text .recent-text-title {
        font-size: 20px
    }
}

.latest-stories-section .latest-stories-written .write-col {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #6f6d6d
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-written .write-col {
        font-size: 16px;
        margin-bottom: 0px
    }
}

.latest-stories-section .latest-stories-written .written-name {
    display: flex;
    gap: 13px;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-written .written-name {
        flex-wrap: nowrap;
        gap: 40px
    }
}

.latest-stories-section .latest-stories-written .written-name .writer {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d;
    margin-bottom: 0;
    text-transform: capitalize
}

@media screen and (min-width: 1199px) {
    .latest-stories-section .latest-stories-written .written-name .writer {
        font-size: 18px
    }
}

.latest-stories-section .latest-stories-written .written-name span {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    color: #6f6d6d;
    position: relative;
    white-space: nowrap
}

@media screen and (min-width: 1199px) {
    .latest-stories-section .latest-stories-written .written-name span {
        font-size: 16px
    }
}

.latest-stories-section .latest-stories-written .written-name span:after {
    background-color: #d6d6d6;
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    left: -18px;
    display: none
}

@media screen and (min-width: 767px) {
    .latest-stories-section .latest-stories-written .written-name span:after {
        display: inline-block
    }
}

.most-popular-section {
    background-color: #ebe8e4;
    padding-bottom: 100px
}

.most-popular-section .popular-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(31.4px + 18.6*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .most-popular-section .popular-title {
        font-size: 32px
    }
}

@media screen and (min-width: 1920.5px) {
    .most-popular-section .popular-title {
        font-size: 50px
    }
}

.most-popular-section .most-popular-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    align-items: stretch;
    flex-wrap: wrap
}

.most-popular-section .most-popular-wrapper .most-popular-box {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 18px;
    box-shadow: 0px 3.52px 12.32px 0px rgba(0, 0, 0, .1490196078);
    border-radius: 10px
}

@media screen and (min-width: 767px) {
    .most-popular-section .most-popular-wrapper .most-popular-box {
        width: calc(50% - 10px)
    }
}

@media screen and (min-width: 991px) {
    .most-popular-section .most-popular-wrapper .most-popular-box {
        width: calc(33.33% - 20px);
        padding: 20px
    }
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text {
    margin-top: 35px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

@media screen and (min-width: 767px) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text {
        margin-top: 20px
    }
}

@media screen and (min-width: 991px) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text {
        margin-top: 39px
    }
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text p {
    margin-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media screen and (min-width: 767px) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text p {
        margin-top: 20px
    }
}

@media screen and (min-width: 991px) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text p {
        margin-bottom: 39px
    }
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text .popular-name {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(20px + 2*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text .popular-name {
        font-size: 20px
    }
}

@media screen and (min-width: 1920.5px) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text .popular-name {
        font-size: 22px
    }
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text a {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(20px + 2*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 29.66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-decoration: none
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text a {
        font-size: 20px
    }
}

@media screen and (min-width: 1920.5px) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text a {
        font-size: 22px
    }
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text .read-more-btn {
    position: absolute;
    bottom: 16px
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text .read-more-btn a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    color: #000;
    text-decoration: underline;
    transition: all .5s ease
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-text .read-more-btn a:hover {
    color: #d0993b
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-image .post-thumbnail {
    display: block
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-image picture {
    display: block;
    padding-bottom: 61.5%;
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

@media screen and (min-width: 767px) {
    .most-popular-section .most-popular-wrapper .most-popular-box .most-popular-image picture {
        padding-bottom: 56.5%
    }
}

.most-popular-section .most-popular-wrapper .most-popular-box .most-popular-image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transform: scale(1);
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.most-popular-section .most-popular-wrapper .most-popular-box:hover .most-popular-image picture img {
    transform: scale(1.1)
}

.color-favorite {
    background-color: #ebe8e4;
    padding: 0 0 50px
}

@media screen and (min-width: 1440px) {
    .color-favorite {
        padding: 0 0 80px
    }
}

.color-favorite .color-favorite-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(31px + 19*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 60px
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .color-favorite .color-favorite-title {
        font-size: 32px
    }
}

@media screen and (min-width: 1920.5px) {
    .color-favorite .color-favorite-title {
        font-size: 50px
    }
}

.color-favorite .tab {
    width: 22px !important;
    min-width: 22px;
    border-radius: 200px;
    height: 47px;
    background: #1aa7ee;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 0px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: inline-flex !important;
    transition: .5s ease-in-out
}

@media screen and (min-width: 768px) {
    .color-favorite .tab {
        min-width: 46px
    }
}

@media screen and (min-width: 992px) {
    .color-favorite .tab {
        min-width: 76px;
        height: 61px
    }
}

@media screen and (min-width: 1200px) {
    .color-favorite .tab {
        width: auto
    }
}

@media screen and (min-width: 1440px) {
    .color-favorite .tab {
        min-width: 124px;
        height: 75px
    }
}

@media screen and (min-width: 1760px) {
    .color-favorite .tab {
        height: 114px
    }
}

.color-favorite .tab.bluishgreen {
    background-color: #51c1af
}

.color-favorite .tab.blue {
    background: #1aa7ee
}

.color-favorite .tab.lavender {
    background: #be8ee5
}

.color-favorite .tab.fuscia {
    background: #fd5d98
}

.color-favorite .tab.red {
    background: #fd0000
}

.color-favorite .tab.orange {
    background: #fd5d00
}

.color-favorite .tab.yellow {
    background: #ff0
}

.color-favorite .tab.green {
    background: #00fb01
}

.color-favorite .tab.active {
    width: auto;
    min-width: 193px;
    height: 47px;
    padding: 0 12px;
    font-size: calc(17px + 11*(100vw - 300px)/1620)
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .color-favorite .tab.active {
        font-size: 17px
    }
}

@media screen and (min-width: 1920.5px) {
    .color-favorite .tab.active {
        font-size: 32px
    }
}

@media screen and (min-width: 767px) {
    .color-favorite .tab.active {
        width: auto;
        min-width: 250px;
        height: 61px
    }
}

@media screen and (min-width: 1440px) {
    .color-favorite .tab.active {
        min-width: 300px;
        height: 75px;
        line-height: 25px
    }
}

@media screen and (min-width: 1760px) {
    .color-favorite .tab.active {
        width: auto;
        min-width: 361px;
        height: 114px
    }
}

.color-favorite .tab-content {
    display: none
}

.color-favorite .tab-content.active {
    display: block
}

.color-favorite .color-favorite-wrapper {
    width: 100%;
    max-width: 1338px;
    margin: 0 auto
}

.color-favorite .color-favorite-wrapper .color-favorite-list {
    display: flex;
    gap: 0px;
    margin-bottom: 86px
}

.color-favorite .color-favorite-wrapper .color-favorite-list::-webkit-scrollbar {
    height: 3px
}

@media screen and (min-width: 767px) {
    .color-favorite .color-favorite-wrapper .color-favorite-list {
        gap: 6px;
        margin-bottom: 50px
    }
}

@media screen and (min-width: 991px) {
    .color-favorite .color-favorite-wrapper .color-favorite-list {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1440px) {
    .color-favorite .color-favorite-wrapper .color-favorite-list {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1760px) {
    .color-favorite .color-favorite-wrapper .color-favorite-list {
        margin-bottom: 113px
    }
}

.color-favorite .color-favorite-wrapper .product-favorite {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px
}

@media screen and (min-width: 767px) {
    .color-favorite .color-favorite-wrapper .product-favorite {
        gap: 15px
    }
}

.color-favorite .color-favorite-wrapper .product-favorite .favorite-box {
    width: calc(50% - 5px);
    border-radius: 10px
}

@media screen and (min-width: 767px) {
    .color-favorite .color-favorite-wrapper .product-favorite .favorite-box {
        width: calc(25% - 15px)
    }
}

.color-favorite .color-favorite-wrapper .product-favorite .favorite-box picture {
    display: block;
    padding-bottom: 98.5%;
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.color-favorite .color-favorite-wrapper .product-favorite .favorite-box picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1);
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.favorite-box span.sold-label {
    background-color: #da3b1f;
    position: absolute;
    color: #fff !important;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: none;
    line-height: 18px;
    white-space: nowrap;
    bottom: 5px;
    left: 5px
}

.tab-liquid {
    background-color: rgba(0, 0, 0, 0) !important
}

.myaccount-wrap {
    padding: 110px 0 50px;
    background-color: #ebe8e4
}

.myaccount-wrap .entry-header .entry-title {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center
}

@media(max-width: 1440px) {
    .myaccount-wrap .entry-header .entry-title {
        font-size: 44px
    }
}

@media(max-width: 1280px) {
    .myaccount-wrap .entry-header .entry-title {
        font-size: 40px
    }
}

@media(max-width: 1199px) {
    .myaccount-wrap .entry-header .entry-title {
        font-size: 36px
    }
}

@media(max-width: 991px) {
    .myaccount-wrap .entry-header .entry-title {
        font-size: 34px
    }
}

@media(max-width: 767px) {
    .myaccount-wrap .entry-header .entry-title {
        font-size: 32px
    }
}

.myaccount-wrap #customer_login .login-main-title {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin-top: 50px
}

@media(max-width: 1199px) {
    .myaccount-wrap #customer_login .login-main-title {
        font-size: 35px;
        margin-top: 0
    }
}

@media(max-width: 991px) {
    .myaccount-wrap #customer_login .login-main-title {
        font-size: 30px;
        margin-top: 0
    }
}

@media(max-width: 767px) {
    .myaccount-wrap #customer_login .login-main-title {
        font-size: 20px;
        margin-top: 0
    }
}

.myaccount-wrap button {
    background: #000;
    padding: 12px 30px;
    border-radius: 63px;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto
}

@media(max-width: 767px) {
    .myaccount-wrap button {
        font-size: 16px
    }
}

.myaccount-wrap button:hover {
    background-color: #d0993b
}

.myaccount-wrap input,
.myaccount-wrap select {
    background: rgba(220, 220, 220, .1490196078);
    border: 1px solid #cacaca;
    border-radius: 15px;
    padding: 14px 16px;
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%
}

.myaccount-wrap select {
    background-image: url(../images/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 93% 56% !important
}

.myaccount-wrap input[type=radio],
.myaccount-wrap input[type=checkbox] {
    appearance: revert;
    -webkit-appearance: revert
}

.myaccount-wrap .reg_country_cust .form-label {
    top: 0
}

.myaccount-wrap .form-label {
    color: #adadad;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    left: 0px;
    top: 0px;
    transition: all .3s ease;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .myaccount-wrap .form-label {
        font-size: 12px;
        top: 7px
    }
}

.myaccount-wrap ul.woocommerce-error {
    width: 100%;
    max-width: 100%;
    padding: 1em 1em 1em 2.9em
}

.myaccount-wrap ul.woocommerce-error li {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.2 !important
}

.myaccount-wrap ul.woocommerce-error li strong {
    font-weight: 500 !important
}

.myaccount-wrap ul.woocommerce-error li a {
    color: #000;
    transition: .5s ease-in-out
}

.myaccount-wrap ul.woocommerce-error li a:hover {
    text-decoration: underline
}

.myaccount-wrap button {
    background: #000 !important;
    padding: 12px 30px !important;
    border-radius: 63px !important;
    margin-top: 7px !important;
    color: #fff !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important
}

.myaccount-wrap button:hover {
    background: #d0993b !important;
    color: #fff !important;
    transition: all .5s
}

@media(max-width: 767px) {
    .myaccount-wrap button {
        font-size: 16px
    }
}

.myaccount-wrap button:hover {
    background-color: #d0993b
}

.myaccount-wrap .nsl-container svg {
    height: 25px;
    width: 30px
}

.myaccount-wrap input[type=checkbox] {
    position: relative;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 15px;
    width: 15px;
    min-width: 15px;
    -webkit-appearance: none
}

.myaccount-wrap input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1
}

.myaccount-wrap input[type=checkbox] {
    width: 10px;
    height: 15px;
    display: inline-flex !important
}

.myaccount-wrap input[type=checkbox]::before {
    content: "";
    position: absolute;
    right: 0;
    left: -4px;
    top: 5px;
    bottom: 0;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    margin: 0 auto
}

.myaccount-wrap .login {
    padding: 25px 30px !important;
    border-radius: 32px !important;
    background-color: #fff !important;
    margin: 0 auto !important
}

@media(max-width: 991px) {
    .myaccount-wrap .login {
        padding: 20px !important;
        border-radius: 20px !important
    }
}

@media(max-width: 768px) {
    .myaccount-wrap .login {
        padding: 20px !important;
        border-radius: 20px !important;
        margin-top: 20px !important
    }
}

@media(max-width: 767px) {
    .myaccount-wrap .login {
        padding: 16px 15px !important;
        border-radius: 20px !important;
        margin-top: 20px !important
    }
}

.myaccount-wrap .login h2 {
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3
}

@media(max-width: 991px) {
    .myaccount-wrap .login h2 {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .myaccount-wrap .login h2 {
        font-size: 18px
    }
}

.myaccount-wrap .login .lost_password a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color: #717171;
    position: relative
}

.myaccount-wrap .login .woocommerce-form__label {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #999;
    text-align: left;
    display: flex !important;
    align-items: center;
    cursor: pointer
}

.myaccount-wrap .login .woocommerce-form__label a {
    color: #000;
    font-weight: 600
}

.myaccount-wrap .register {
    padding: 25px 30px !important;
    border-radius: 32px !important;
    background-color: #fff !important;
    margin-top: 0 !important
}

@media(max-width: 991px) {
    .myaccount-wrap .register {
        padding: 20px !important;
        border-radius: 20px !important
    }
}

@media(max-width: 768px) {
    .myaccount-wrap .register {
        padding: 20px !important;
        border-radius: 20px !important;
        margin-top: 20px !important
    }
}

@media(max-width: 767px) {
    .myaccount-wrap .register {
        padding: 16px 15px !important;
        border-radius: 20px !important;
        margin-top: 20px !important
    }
}

.myaccount-wrap .register h2 {
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: calc(18px + 12*(100vw - 300px)/1620);
    line-height: 1.3
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .myaccount-wrap .register h2 {
        font-size: 18px
    }
}

@media screen and (min-width: 1920.5px) {
    .myaccount-wrap .register h2 {
        font-size: 30px
    }
}

.myaccount-wrap .register .link-to-set {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #999;
    text-align: left;
    display: flex !important;
    margin-bottom: 10px
}

.myaccount-wrap .register .woocommerce-form__label {
    display: flex !important;
    align-items: center;
    cursor: pointer
}

.myaccount-wrap .register .woocommerce-form__label span {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #999;
    text-align: left;
    align-items: center
}

.myaccount-wrap .register .woocommerce-form__label span a {
    color: #000;
    font-weight: 600
}

.myaccount-wrap .register .vendor-register-label {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #999;
    white-space: nowrap;
    text-align: left;
    align-items: center
}

.myaccount-wrap .register .register-woo-from {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.myaccount-wrap .register .register-woo-from .form-row-wide {
    position: relative;
    width: calc(50% - 5px);
    z-index: 11
}

@media(max-width: 767px) {
    .myaccount-wrap .register .register-woo-from .form-row-wide {
        width: 100%
    }
}

.myaccount-wrap .register .register-woo-from .form-row-wide:nth-child(3) {
    width: 100%
}

.myaccount-wrap .register .register-woo-from .form-row-wide:nth-child(4) {
    width: 100%
}

.myaccount-wrap .error-404.not-found {
    text-align: center;
    margin-top: 50px
}

.myaccount-wrap .error-404.not-found .page-title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important
}

#yith-vendor-registration {
    margin-top: 20px
}

#yith-vendor-registration .form-row label {
    color: #adadad;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    transition: all .3s ease;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    cursor: pointer
}

#vendor-terms_field {
    margin-bottom: 5px
}

#vendor-terms_field .woocommerce-input-wrapper a {
    color: #000;
    font-weight: 600
}

#vendor-privacy_field {
    line-height: 18px;
    padding: 10px 0
}

#vendor-privacy_field .woocommerce-input-wrapper a {
    color: #000;
    font-weight: 600
}

.becomeartist-wrap p label {
    color: #adadad !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    transition: all .3s ease;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    cursor: pointer
}

.becomeartist-wrap .woocommerce-message {
    max-width: 1000px;
    margin: 0 auto 20px
}

.becomeartist-wrap .woocommerce-message::before {
    top: 15px
}

.becomeartist-wrap .woocommerce-message .art-advisor-help-btn {
    text-align: center;
    margin: 20px 0 10px
}

.becomeartist-wrap .woocommerce-message .art-advisor-help-btn .exploremore-btn {
    background: #e1e1e1
}

.becomeartist-wrap .woocommerce-message .art-advisor-help-btn .exploremore-btn:hover {
    background: #d0993b
}

.becomeartist-wrap .error-404.not-found .page-title {
    text-align: center;
    margin-top: 50px !important
}

.becomeartist-wrap .page-content {
    margin: 0 auto
}

.becomeartist-wrap .woocommerce form.register {
    max-width: 750px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .becomeartist-wrap .woocommerce form.register {
        width: 500px
    }
}

@media screen and (max-width: 576px) {
    .becomeartist-wrap .woocommerce form.register {
        width: 100%
    }
}

.becomeartist-wrap p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.becomeartist-wrap p input::placeholder {
    color: #adadad;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    transition: all .3s ease;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: .8em
}

.woocommerce form .form-row {
    padding: 0px
}

.error-404.not-found .page-content h4 {
    font-weight: 600
}

p#vendor-name_field {
    display: none
}

.woocommerce-checkout .myaccount-wrap input[type=checkbox]::before {
    top: 8px
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select2-container .select2-selection {
    background: rgba(220, 220, 220, 0.1490196078);
    border: 1px solid #cacaca;
    border-radius: 15px;
    padding: 8px 16px;
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    background-image: url(../images/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 93% 53% !important
}

.select2-results__option {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: #fff !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d0993b;
    border: 1px solid #d0993b;
    color: #000 !important;
    border-radius: 10px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-right: 2px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #d0993b
}

.woocommerce form .form-row .select2-container {
    width: 100% !important
}

.register label.error {
    color: red !important;
    font-size: 12px !important
}

.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce-page .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account .woocommerce-page .col2-set .col-2 {
    width: 49% !important
}

@media(max-width: 1024px) {

    .woocommerce-account .woocommerce .col2-set .col-1,
    .woocommerce-account .woocommerce-page .col2-set .col-1,
    .woocommerce-account .woocommerce .col2-set .col-2,
    .woocommerce-account .woocommerce-page .col2-set .col-2 {
        width: 80% !important;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px
    }
}

@media(max-width: 768px) {

    .woocommerce-account .woocommerce .col2-set .col-1,
    .woocommerce-account .woocommerce-page .col2-set .col-1,
    .woocommerce-account .woocommerce .col2-set .col-2,
    .woocommerce-account .woocommerce-page .col2-set .col-2 {
        width: 100% !important
    }
}

.paint-spacing-bottom {
    padding-bottom: 40px
}

.paint-spacing-top-bottom {
    padding: 40px 0
}

.content-area {
    background-color: #ebe8e4
}

.products {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
    margin: 0 auto !important;
    padding: 50px 0 !important;
    max-width: 1290px
}

.products:before {
    display: none !important
}

@media screen and (max-width: 1500px) {
    .products {
        max-width: 1140px
    }
}

@media screen and (max-width: 991px) {
    .products {
        gap: 23px 10px
    }
}

.add-to-wishlist-after_add_to_cart {
    position: relative !important;
    width: calc(33.33% - 16px) !important;
    display: inline-flex;
    flex-direction: column;
    margin: 0 !important;
    float: none !important;
    box-shadow: 0px 1.56px 5.46px 0px rgba(0, 0, 0, 0.1607843137) !important
}

@media screen and (max-width: 991px) {
    .add-to-wishlist-after_add_to_cart {
        width: calc(50% - 5px) !important
    }
}

@media screen and (max-width: 576px) {
    .add-to-wishlist-after_add_to_cart {
        width: 100% !important
    }
}

.add-to-wishlist-after_add_to_cart .woocommerce-LoopProduct-link {
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 50px;
    transition: all .5s ease;
    box-shadow: 0px 1.56px 5.46px 0px rgba(0, 0, 0, 0.1607843137)
}

.type-product .woocommerce-loop-product__link {
    display: block;
    padding: 0 0 95% 0 !important;
    transition: all .5s ease;
    position: relative;
    box-shadow: none;
    background-color: rgba(255, 255, 255, .2) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    backdrop-filter: blur(2px) !important
}

.type-product .woocommerce-loop-product__link>img {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2509803922), 0px 17px 25px 0px rgba(0, 0, 0, 0.2509803922) inset;
    border: 10px solid #000;
    padding: 20px;
    background: #fff;
    margin-bottom: 0 !important;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
    object-fit: contain;
    object-position: center;
    max-width: 100% !important;
    max-height: 100% !important
}

@media screen and (max-width: 1440px) {
    .type-product .woocommerce-loop-product__link>img {
        padding: 16px;
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
        width: calc(100% - 32px) !important;
        height: calc(100% - 32px) !important;
        border-width: 8px
    }
}

@media screen and (max-width: 991px) {
    .type-product .woocommerce-loop-product__link>img {
        padding: 14px;
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
        width: calc(100% - 28px) !important;
        height: calc(100% - 28px) !important;
        border-width: 6px
    }
}

@media screen and (max-width: 576px) {
    .type-product .woocommerce-loop-product__link>img {
        padding: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px) !important;
        height: calc(100% - 20px) !important;
        border-width: 4px
    }
}

.type-product .woocommerce-loop-product__link>picture {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2509803922), 0px 17px 25px 0px rgba(0, 0, 0, 0.2509803922) inset;
    border: 10px solid #000;
    padding: 20px;
    background: #fff;
    margin-bottom: 0 !important;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
    object-fit: contain;
    object-position: center;
    max-width: 100% !important;
    max-height: 100% !important
}

@media screen and (max-width: 1200px) {
    .type-product .woocommerce-loop-product__link>picture {
        padding: 16px;
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
        width: calc(100% - 32px) !important;
        height: calc(100% - 32px) !important;
        border-width: 8px
    }
}

@media screen and (max-width: 991px) {
    .type-product .woocommerce-loop-product__link>picture {
        padding: 14px;
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
        width: calc(100% - 28px) !important;
        height: calc(100% - 28px) !important;
        border-width: 6px
    }
}

@media screen and (max-width: 576px) {
    .type-product .woocommerce-loop-product__link>picture {
        padding: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px) !important;
        height: calc(100% - 20px) !important;
        border-width: 4px
    }
}

.type-product .woocommerce-loop-product__link>picture img {
    height: 100% !important;
    margin: 0 auto;
    display: flex
}

.hover-image-prod-list {
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    right: 0px;
    transition: all .5s ease
}

.product-details {
    background: #fff;
    padding: 20px;
    height: 100%;
    min-height: 190px
}

@media screen and (max-width: 767px) {
    .product-details {
        padding: 14px 15px
    }
}

.product-details a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding: 0 !important
}

.product-details .woocommerce-loop-product__title {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 28px !important;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 6px !important;
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    max-width: 430px
}

@media screen and (max-width: 1200px) {
    .product-details .woocommerce-loop-product__title {
        font-size: 26px !important
    }
}

@media screen and (max-width: 991px) {
    .product-details .woocommerce-loop-product__title {
        font-size: 25px !important
    }
}

@media screen and (max-width: 767px) {
    .product-details .woocommerce-loop-product__title {
        font-size: 20px !important
    }
}

@media screen and (max-width: 576px) {
    .product-details .woocommerce-loop-product__title {
        font-size: 22px !important;
        margin-bottom: 5px !important
    }
}

.product-details .attribute-painting {
    font-size: 16px;
    line-height: 1.2;
    color: #848484;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px
}

@media screen and (max-width: 576px) {
    .product-details .attribute-painting {
        font-size: 14px
    }
}

.product-details .attribute-size {
    font-size: 16px;
    line-height: 1.2;
    color: #848484;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
    .product-details .attribute-size {
        padding-right: 36px
    }
}

@media screen and (max-width: 576px) {
    .product-details .attribute-size {
        font-size: 14px
    }
}

.product-details .product_publisher_country,
.product-details .product_publisher {
    font-size: 16px;
    line-height: 1.2;
    color: #848484;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    background-color: #fff;
    position: relative;
    margin-bottom: 0px
}

@media screen and (max-width: 576px) {

    .product-details .product_publisher_country,
    .product-details .product_publisher {
        font-size: 14px
    }
}

.product-details .product_publisher {
    margin-bottom: 10px
}

.product-details .custom-product-data {
    margin-top: 5px
}

@media screen and (max-width: 576px) {
    .product-details .custom-product-data {
        padding-right: 35px
    }
}

.product-details .woocommerce-loop-product__price {
    margin-bottom: 10px
}

.product-details .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

@media screen and (max-width: 576px) {
    .product-details .woocommerce-Price-amount.amount {
        font-size: 14px
    }
}

.yith-wcwl-add-to-wishlist {
    margin: 0 !important;
    position: absolute;
    right: 20px;
    bottom: 20px
}

.yith-wcwl-add-button a {
    border: 1px solid #858585;
    width: 61px;
    min-width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 !important
}

@media screen and (max-width: 1200px) {
    .yith-wcwl-add-button a {
        width: 50px;
        min-width: 50px;
        height: 50px
    }
}

@media screen and (max-width: 1024px) {
    .yith-wcwl-add-button a {
        width: 40px;
        min-width: 40px;
        height: 40px
    }
}

.yith-wcwl-add-button a.delete_item {
    font-size: 0
}

.yith-wcwl-add-button a.delete_item svg {
    width: 25px;
    height: 25px;
    fill: #ff4040
}

.yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
    color: #858585;
    font-size: 19px !important;
    margin-right: 0 !important
}

@media only screen and (min-device-width: 300px)and (max-device-width: 430px)and (orientation: landscape) {
    .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
        font-size: 12px
    }
}

@media screen and (min-width: 1920.5px) {
    .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart-o {
        font-size: 19px
    }
}

.yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart {
    color: #fd0000;
    font-size: 19px !important;
    margin-right: 0 !important
}

@media only screen and (min-device-width: 300px)and (max-device-width: 430px)and (orientation: landscape) {
    .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart {
        font-size: 12px
    }
}

@media screen and (min-width: 1920.5px) {
    .yith-wcwl-add-button i.yith-wcwl-icon.fa.fa-heart {
        font-size: 19px
    }
}

.abstract-art-section {
    padding-top: 40px !important;
    padding-bottom: 70px !important
}

.faqsSection {
    padding-top: 0 !important
}

@media screen and (max-width: 1200px) {
    #side-table-container {
        padding: 0 15px
    }
}

.artist-filter-section {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 5px !important
}

.product-category-list .container {
    padding: 0 15px;
    max-width: calc(100% - 0px)
}

.sold-label-cust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row
}

.sold-label-cust .sold-label {
    background-color: #da3b1f;
    color: #fff !important;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: none;
    line-height: 18px;
    white-space: nowrap
}

.product-details .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.product-details .yith-wcwl-add-button .add_to_wishlist img {
    margin-right: 0px
}

.detail-right .simpleProductouter .art-btn .sold-label {
    background-color: #da3b1f;
    color: #fff !important;
    font-size: 11px;
    font-weight: bold !important;
    text-transform: uppercase;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: none;
    line-height: 18px;
    white-space: nowrap
}

.wc-block-components-sidebar-layout {
    gap: 26px;
    align-items: start
}

@media screen and (min-width: 991px) {
    .wc-block-components-sidebar-layout {
        gap: 30px
    }
}

@media screen and (min-width: 1440px) {
    .wc-block-components-sidebar-layout {
        gap: 50px
    }
}

.wc-block-components-sidebar-layout .wc-block-components-product-metadata li {
    margin-bottom: 7px
}

.wc-block-components-sidebar-layout .wc-block-components-product-metadata li .wc-block-components-product-details__name {
    font-weight: 600 !important
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block {
    width: 100% !important;
    background: #fff;
    border-radius: 20px;
    padding: 15px 30px 0 30px !important;
    overflow: scroll
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(0, 0, 0, 0);
    height: 5px
}

@media screen and (min-width: 991px) {
    .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block {
        width: calc(58% - 10px) !important;
        overflow: hidden
    }
}

@media screen and (min-width: 1200px) {
    .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block {
        width: calc(60% - 10px) !important
    }
}

@media screen and (min-width: 1760px) {
    .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block {
        width: calc(67% - 10px) !important
    }
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-cart-items__header-image span {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-cart-items__header-total span {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-cart-item__image {
    padding-left: 0 !important
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-components-product-name {
    color: #4d4d4d !important;
    font-family: "Cinzel", Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-components-product-name:hover {
    color: #d0993b !important
}

@media screen and (min-width: 767px) {
    .wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-components-product-name {
        font-size: 20px !important
    }
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-cart-item__remove-link {
    text-decoration: none !important
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-components-product-price__value {
    font-weight: 500
}

.wc-block-components-sidebar-layout .wp-block-woocommerce-cart-items-block .wc-block-components-product-details__value {
    font-weight: 500
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    width: 100% !important;
    background: #fff;
    padding: 20px !important;
    border-radius: 20px
}

@media screen and (min-width: 991px) {
    .wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
        width: calc(42.33% - 29px) !important
    }
}

@media screen and (min-width: 1200px) {
    .wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
        width: calc(38.33% - 29px) !important
    }
}

@media screen and (min-width: 1760px) {
    .wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
        width: calc(32.33% - 29px) !important
    }
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item {
    padding: 0 !important
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item .wc-block-components-totals-item__label {
    width: 100%
}

@media screen and (min-width: 767px) {
    .wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item .wc-block-components-totals-item__label {
        width: auto
    }
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item .wc-block-components-totals-item__value {
    font-size: 18px !important;
    margin-top: 7px !important
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
    font-weight: 600
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__value {
    font-weight: 600
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__value em {
    font-style: normal !important
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 600
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container {
    text-align: center;
    box-shadow: none !important
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container .wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background: #000 !important;
    padding: 12px 16px !important;
    border-radius: 63px !important;
    margin-top: 7px !important;
    color: #fff !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    width: auto
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container .wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
    background: #d0993b !important;
    color: #fff !important;
    transition: all .5s
}

@media screen and (min-width: 767px) {
    .wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container .wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
        font-size: 18px !important;
        padding: 12px 30px !important
    }
}

.is-large.wc-block-cart .wc-block-cart-items {
    border: none !important
}

.entry-footer {
    display: none
}

.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-weight: 600
}

#yith-wcwl-form .wishlist-title h2 {
    font-weight: normal
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:focus {
    border: none !important;
    box-shadow: none !important
}

.wc-block-components-quantity-selector:after {
    border: none !important
}

.wc-block-components-quantity-selector {
    background: #fff;
    box-shadow: 0px 4px 0px #d4d4d4;
    border: 1px solid #d4d4d4 !important;
    border-radius: 28px !important;
    opacity: 1;
    padding: 0px 12px;
    display: inline-flex;
    justify-content: space-between;
    max-width: 143px;
    height: 32px;
    width: 100%
}

@media screen and (min-width: 767px) {
    .wc-block-components-quantity-selector {
        height: 42px
    }
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 25px !important;
    opacity: 1 !important;
    border-radius: 0 !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important;
    color: #000 !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
    border-radius: 4px 0px 0px 4px !important
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 4px 4px 0 !important
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    padding: 0 !important
}

.wc-block-components-product-badge.wc-block-components-product-low-stock-badge {
    padding: 8px 13px !important
}

.wc-block-components-radio-control__input {
    border: 1px solid #000 !important;
    width: 25px !important;
    height: 34px !important
}

.wc-block-components-radio-control__input:focus {
    border: none !important
}

.wc-block-cart-items {
    margin-bottom: 20px
}

.wc-block-cart-items .wc-block-cart-item__remove-link {
    padding: 8px 18px !important;
    font-size: 16px !important
}

@media screen and (min-width: 767px) {
    .wc-block-cart-items .wc-block-cart-item__remove-link {
        padding: 12px 30px !important;
        font-size: 18px !important
    }
}

.wc-block-cart-items .wc-block-cart-items__row {
    border-bottom: 1px solid rgba(18, 18, 18, .11)
}

.wc-block-cart-items .wc-block-cart-items__row:last-child {
    border-bottom: 0px
}

.wc-block-cart-items .wc-block-cart-items__row td:last-child {
    -ms-grid-row: 2 !important;
    grid-row-start: 2 !important
}

@media screen and (min-width: 480px) {
    .wc-block-cart-items .wc-block-cart-items__row td:last-child {
        -ms-grid-row: 1 !important;
        grid-row-start: 1 !important
    }
}

.wc-block-components-product-price__value {
    font-size: 16px
}

@media screen and (min-width: 767px) {
    .wc-block-components-product-price__value {
        font-size: 18px
    }
}

.wc-block-cart .wc-block-cart__submit-container--sticky:before {
    display: none !important
}

.myaccount-wrap .login {
    border: none !important;
    padding: 0 !important
}

@media screen and (min-width: 768px) {
    .myaccount-wrap .login {
        padding: 30px !important
    }
}

.order-thankyou {
    text-align: center;
    margin-top: 50px
}

.order-thankyou-btn {
    border: 1px solid #000
}

span.checkout-order-details {
    display: flex;
    align-items: center;
    gap: 10px
}

.woocommerce-checkout .woocommerce {
    background: #fff;
    border-radius: 19px;
    padding: 0 19px 30px 19px
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .woocommerce {
        padding-left: 278px;
        position: relative;
        background: rgba(0, 0, 0, 0)
    }
}

@media screen and (min-width: 991px) {
    .woocommerce-checkout .woocommerce {
        padding-left: 330px
    }
}

.woocommerce-checkout .woocommerce input {
    background-color: #fff;
    border: 1px solid #b1b1b1 !important;
    border-radius: 9px !important
}

.woocommerce-checkout .woocommerce input[type=checkbox] {
    width: 22px;
    height: 20px;
    border-radius: 0px
}

.woocommerce-checkout .woocommerce .myaccount-wrap input[type=checkbox]::before {
    left: -4px;
    top: 8px
}

.woocommerce-checkout .wpmc-tabs-list {
    border-radius: 20px 20px 0 0px;
    background: rgba(0, 0, 0, 0);
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
    padding: 23px 0 !important;
    max-width: 95%;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .wpmc-tabs-list {
        max-width: 100%;
        padding: 20px 20px 20px 20px !important;
        display: flex;
        flex-wrap: wrap;
        border-radius: 20px;
        margin: 0 !important;
        background-color: #fff
    }
}

@media screen and (min-width: 991px) {
    .woocommerce-checkout .wpmc-tabs-list {
        padding: 50px 20px 20px 47px !important
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: static;
    width: 100%;
    left: 0;
    height: calc(100% - 103px)
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .wpmc-tabs-wrapper {
        position: absolute;
        width: 257px
    }
}

@media screen and (min-width: 991px) {
    .woocommerce-checkout .wpmc-tabs-wrapper {
        width: 305px
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-payment:after {
    display: none
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-cart:before {
    display: block !important;
    border: none !important;
    background: #d0993b !important;
    position: absolute !important;
    content: "" !important;
    height: 2px !important;
    width: 100% !important;
    left: 41px !important;
    top: 13px !important
}

@media screen and (min-width: 320px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-cart:before {
        left: 34px !important
    }
}

@media screen and (min-width: 430px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-cart:before {
        left: 67px !important
    }
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-cart:before {
        height: 90% !important;
        width: 2px !important;
        left: 12px !important;
        top: 29px !important
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-cart .wpmc-tab-number {
    margin-top: 0 !important;
    font-size: 0;
    position: relative;
    background: #d0993b !important;
    min-width: 26px;
    min-height: 26px;
    width: 26px !important;
    height: 26px !important
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-cart .wpmc-tab-number:before {
    border: 1px solid #d0993b;
    position: absolute;
    width: 32px;
    height: 32px;
    content: "";
    display: block !important;
    border-radius: 17px;
    left: -3px;
    top: -3px
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-cart .wpmc-tab-number:after {
    content: "" !important;
    width: 7px !important;
    height: 14px !important;
    border: solid #fff !important;
    border-width: 0 1px 1px 0 !important;
    transform: rotate(45deg) !important;
    position: absolute !important;
    display: block !important;
    top: 4px !important;
    left: 8px !important;
    z-index: 999 !important
}

@media screen and (min-width: 575px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-cart .wpmc-tab-number:after {
        top: 3px !important;
        left: 9px !important
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item {
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
    z-index: 1;
    text-align: left
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item {
        gap: 20px;
        flex-wrap: nowrap;
        display: flex;
        align-items: start
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-cart {
    background: rgba(0, 0, 0, 0) !important;
    color: #d0993b !important;
    border: none !important;
    padding: 0 !important;
    text-align: center !important;
    margin: 0;
    width: 100%;
    font-size: calc(12px + 6*(100vw - 300px)/1620) !important;
    font-family: "Cinzel", Arial, Helvetica, sans-serif !important
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-cart {
        width: 100%;
        text-align: left !important
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-cart {
        font-size: 18px !important
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-cart {
        font-size: 20px !important
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
    font-size: calc(12px + 6*(100vw - 300px)/1620) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    padding: 5px 0 5px 0 !important;
    margin-top: 18px;
    display: block !important;
    white-space: break-spaces;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    left: -29px;
    width: 95px
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
        left: auto;
        width: auto;
        margin-top: 0px;
        text-align: left !important
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
        font-size: 18px !important
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
        font-size: 20px !important
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    margin-top: 0 !important;
    font-size: 0;
    position: relative;
    background: #b9b9b9;
    border: 1px solid #fff;
    min-width: 26px;
    min-height: 26px;
    width: 26px !important;
    height: 26px !important;
    z-index: 999;
    margin-left: 6px
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        margin-left: 0px
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number:after {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    display: none;
    right: 9px
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number:after {
        display: none
    }
}

.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number:before {
    min-width: 30px;
    min-height: 30px;
    width: 30px !important;
    height: 30px !important;
    content: "";
    position: absolute;
    border-radius: 50px;
    left: -3px;
    top: -3px
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
    background: rgba(0, 0, 0, 0)
}

.woocommerce-checkout form.checkout.woocommerce-checkout .form-row-last {
    width: 100% !important
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout form.checkout.woocommerce-checkout .form-row-last {
        width: 49% !important
    }
}

.woocommerce-checkout form.checkout.woocommerce-checkout .form-row-first {
    width: 100% !important
}

@media screen and (min-width: 768px) {
    .woocommerce-checkout form.checkout.woocommerce-checkout .form-row-first {
        width: 49% !important
    }
}

.woocommerce-checkout form.checkout.woocommerce-checkout .select2-selection--single {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #b1b1b1 !important;
    height: 49px !important;
    border-radius: 9px !important;
    padding: 7px 12px !important
}

.woocommerce-checkout form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 9px;
    width: 20px
}

.woocommerce-checkout form.checkout.woocommerce-checkout .select2-selection__rendered {
    color: #404040;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px
}

.woocommerce-checkout form.checkout.woocommerce-checkout #billing_address_2_field {
    margin-top: 20px
}

.woocommerce-checkout form.checkout.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: center;
    gap: 10px
}

.woocommerce-checkout form.checkout.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-size: calc(16px + 4*(100vw - 300px)/1620);
    font-weight: 500;
    line-height: 1.2;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-checkout form.checkout.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        font-size: 20px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-checkout form.checkout.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        font-size: 16px
    }
}

.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 20px
}

.woocommerce-checkout form.checkout.woocommerce-checkout textarea#order_comments {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #cacaca;
    border-radius: 15px;
    padding: 14px 16px;
    resize: none;
    height: 95px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(25px + 5*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media(max-width: 767px) {
    .woocommerce-checkout .woocommerce-billing-fields h3 {
        padding-top: 30px
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-checkout .woocommerce-billing-fields h3 {
        font-size: 25px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-checkout .woocommerce-billing-fields h3 {
        font-size: 30px
    }
}

.woocommerce-info a.showcoupon {
    color: #d0993b !important
}

.woocommerce-info {
    border-top-color: #d0993b !important;
    margin-top: 35px;
    font-size: 18px;
    padding-top: 18px;
    padding-right: 3px;
    border-top: 1px solid;
    background: #fff;
    border-radius: 10px
}

@media screen and (min-width: 768px) {
    .woocommerce-info {
        margin-top: 0px
    }
}

.woocommerce-info::before {
    color: #d0993b !important;
    top: 17px
}

.wpmc-step-item.wpmc-step-review.current #order_review_heading {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(25px + 5*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .wpmc-step-item.wpmc-step-review.current #order_review_heading {
        font-size: 25px
    }
}

@media screen and (min-width: 1920.5px) {
    .wpmc-step-item.wpmc-step-review.current #order_review_heading {
        font-size: 30px
    }
}

.wpmc-step-item.wpmc-step-review.current .product-total,
.wpmc-step-item.wpmc-step-review.current .product-name {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {

    .wpmc-step-item.wpmc-step-review.current .product-total,
    .wpmc-step-item.wpmc-step-review.current .product-name {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {

    .wpmc-step-item.wpmc-step-review.current .product-total,
    .wpmc-step-item.wpmc-step-review.current .product-name {
        font-size: 18px
    }
}

.wpmc-step-item.wpmc-step-review.current .cart-subtotal th {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .wpmc-step-item.wpmc-step-review.current .cart-subtotal th {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .wpmc-step-item.wpmc-step-review.current .cart-subtotal th {
        font-size: 18px
    }
}

.wpmc-step-item.wpmc-step-review.current .woocommerce-Price-amount.amount {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .wpmc-step-item.wpmc-step-review.current .woocommerce-Price-amount.amount {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .wpmc-step-item.wpmc-step-review.current .woocommerce-Price-amount.amount {
        font-size: 18px
    }
}

.wpmc-step-item.wpmc-step-review.current #shipping_method input {
    width: fit-content;
    margin-top: 0 !important
}

.wpmc-step-item.wpmc-step-review.current #shipping_method li {
    display: flex;
    align-items: center;
    margin: 0 0 0 0
}

.wpmc-step-item.wpmc-step-review.current #shipping_method label {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: .8;
    display: flex;
    gap: 2px
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .wpmc-step-item.wpmc-step-review.current #shipping_method label {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .wpmc-step-item.wpmc-step-review.current #shipping_method label {
        font-size: 18px
    }
}

.wpmc-step-item.wpmc-step-review.current tr.woocommerce-shipping-totals.shipping th {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .wpmc-step-item.wpmc-step-review.current tr.woocommerce-shipping-totals.shipping th {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .wpmc-step-item.wpmc-step-review.current tr.woocommerce-shipping-totals.shipping th {
        font-size: 18px
    }
}

.wpmc-step-item.wpmc-step-review.current .order-total th,
.wpmc-step-item.wpmc-step-review.current .tax-total th {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {

    .wpmc-step-item.wpmc-step-review.current .order-total th,
    .wpmc-step-item.wpmc-step-review.current .tax-total th {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {

    .wpmc-step-item.wpmc-step-review.current .order-total th,
    .wpmc-step-item.wpmc-step-review.current .tax-total th {
        font-size: 18px
    }
}

.woocommerce-shipping-totals #shipping_method .woocommerce-Price-amount.amount {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600 !important;
    line-height: 1
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-shipping-totals #shipping_method .woocommerce-Price-amount.amount {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-shipping-totals #shipping_method .woocommerce-Price-amount.amount {
        font-size: 18px
    }
}

.woocommerce-shipping-totals #shipping_method ul li {
    margin-bottom: 0
}

#payment_heading {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(25px + 5*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    #payment_heading {
        font-size: 25px
    }
}

@media screen and (min-width: 1920.5px) {
    #payment_heading {
        font-size: 30px
    }
}

div#payment {
    background: #fff !important
}

div#payment .woocommerce-terms-and-conditions-link,
div#payment .woocommerce-privacy-policy-link {
    color: #d0993b !important
}

div#payment input:checked {
    accent-color: #4d4d4d
}

div#payment .payment_box.payment_method_razorpay,
div#payment .payment_box.payment_method_stripe {
    background: #f9f9f9 !important
}

div#payment .payment_box.payment_method_stripe:before {
    border: 1em solid #f9f9f9 !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
    border-left-color: rgba(0, 0, 0, 0) !important;
    border-top-color: rgba(0, 0, 0, 0) !important
}

div#payment .payment_box.payment_method_razorpay:before {
    border: 1em solid #f9f9f9 !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
    border-left-color: rgba(0, 0, 0, 0) !important;
    border-top-color: rgba(0, 0, 0, 0) !important
}

div#payment .payment_box.payment_method_stripe fieldset {
    border: none !important
}

div#payment .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: flex;
    align-items: center;
    gap: 10px
}

div#payment input#wc-stripe-new-payment-method {
    margin: 0 !important
}

div#payment .wc_payment_method.payment_method_razorpay label {
    font-size: calc(16px + 2*(100vw - 300px)/1620)
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    div#payment .wc_payment_method.payment_method_razorpay label {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    div#payment .wc_payment_method.payment_method_razorpay label {
        font-size: 18px
    }
}

div#payment .wc_payment_method.payment_method_stripe label {
    font-size: calc(16px + 2*(100vw - 300px)/1620)
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    div#payment .wc_payment_method.payment_method_stripe label {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    div#payment .wc_payment_method.payment_method_stripe label {
        font-size: 18px
    }
}

div#payment .wc_payment_methods.payment_methods.methods {
    padding: 0 !important
}

.woocommerce-terms-and-conditions {
    background: #fff;
    padding-top: 0 !important
}

.woocommerce-terms-and-conditions h2 {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(25px + 5*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-terms-and-conditions h2 {
        font-size: 25px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-terms-and-conditions h2 {
        font-size: 30px
    }
}

.woocommerce-terms-and-conditions h3 {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(18px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-terms-and-conditions h3 {
        font-size: 18px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-terms-and-conditions h3 {
        font-size: 20px
    }
}

.woocommerce-terms-and-conditions h4 {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-terms-and-conditions h4 {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-terms-and-conditions h4 {
        font-size: 18px
    }
}

.woocommerce-terms-and-conditions h5 {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.woocommerce-terms-and-conditions h6 {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2
}

.woocommerce-terms-and-conditions a {
    color: #000
}

.checkout_coupon.woocommerce-form-coupon {
    background: #fff;
    padding: 0;
    border-radius: 0px !important;
    border: none !important
}

@media screen and (min-width: 768px) {
    .checkout_coupon.woocommerce-form-coupon {
        border-radius: 20px !important
    }
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 100% !important
}

@media screen and (min-width: 768px) {
    .checkout_coupon.woocommerce-form-coupon .form-row-first {
        width: 49% !important
    }
}

.checkout_coupon.woocommerce-form-coupon .form-row-last {
    width: 100% !important
}

@media screen and (min-width: 768px) {
    .checkout_coupon.woocommerce-form-coupon .form-row-last {
        width: 49% !important
    }
}

.checkout_coupon.woocommerce-form-coupon .form-row-last button {
    margin-top: 0 !important
}

.woocommerce-order-pay .woocommerce {
    padding-left: 25px;
    margin: 0 auto;
    max-width: 680px;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .woocommerce-order-pay .woocommerce {
        padding-left: 0px;
        padding-right: 0 !important
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-order-pay .woocommerce {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-order-pay .woocommerce {
        font-size: 18px
    }
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: calc(14px + 4*(100vw - 300px)/1620)
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce form .form-row label {
        font-size: 14px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce form .form-row label {
        font-size: 18px
    }
}

.wpmccart-first {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%
}

.wpmccart-first .wpmc-tab-text {
    position: absolute;
    left: 43px;
    top: -4px
}

.wpmc-tab-item:before,
.wpmccart-first:before {
    display: block !important;
    border: none !important;
    background: #b9b9b9 !important;
    position: absolute !important;
    content: "" !important;
    height: 2px !important;
    width: 89% !important;
    left: 31px !important;
    top: 13px !important;
    z-index: 0
}

@media screen and (min-width: 768px) {

    .wpmc-tab-item:before,
    .wpmccart-first:before {
        height: 100% !important;
        width: 2px !important;
        left: 12px !important;
        top: 25px !important
    }
}

.wpmc-tab-item.current .wpmc-tab-text,
.wpmccart-first.current .wpmc-tab-text {
    color: #d0993b
}

.wpmc-tab-item.current .wpmc-tab-number,
.wpmccart-first.current .wpmc-tab-number {
    margin-top: 0 !important;
    font-size: 0;
    position: relative;
    background: #d0993b !important;
    min-width: 26px;
    min-height: 26px;
    width: 26px !important;
    height: 26px !important
}

.wpmc-tab-item.current .wpmc-tab-number:before,
.wpmccart-first.current .wpmc-tab-number:before {
    border: 1px solid #d0993b;
    position: absolute;
    width: 32px;
    height: 32px;
    content: "";
    display: block !important;
    border-radius: 17px;
    left: -4px;
    top: -4px
}

.wpmc-tab-item.current .wpmc-tab-number:after,
.wpmccart-first.current .wpmc-tab-number:after {
    content: "" !important;
    width: 6px !important;
    height: 11px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
    position: absolute !important;
    top: 5px !important;
    display: block !important;
    left: 9px !important;
    z-index: 999 !important
}

.wpmc-tab-item.current:before,
.wpmccart-first.current:before {
    display: block !important;
    border: none !important;
    background: #b9b9b9 !important;
    position: absolute !important;
    content: "" !important;
    height: 2px !important;
    width: 89% !important;
    left: 31px !important;
    top: 13px !important;
    z-index: 99
}

@media screen and (min-width: 768px) {

    .wpmc-tab-item.current:before,
    .wpmccart-first.current:before {
        height: 100% !important;
        width: 2px !important;
        left: 13px !important;
        top: 25px !important
    }
}

.wpmc-tab-item.previous .wpmc-tab-number,
.wpmccart-first.previous .wpmc-tab-number {
    margin-top: 0 !important;
    font-size: 0;
    position: relative;
    background: #d0993b !important;
    min-width: 26px;
    min-height: 26px;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50%
}

.wpmc-tab-item.previous .wpmc-tab-number:before,
.wpmccart-first.previous .wpmc-tab-number:before {
    position: absolute;
    width: 32px;
    height: 32px;
    content: "";
    display: block !important;
    border-radius: 17px;
    left: -3px;
    top: -3px
}

.wpmc-tab-item.previous .wpmc-tab-number:after,
.wpmccart-first.previous .wpmc-tab-number:after {
    content: "" !important;
    width: 6px !important;
    height: 11px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
    position: absolute !important;
    top: 6px !important;
    display: block !important;
    left: 10px !important;
    z-index: 999 !important
}

.wpmc-tab-item.previous .wpmc-tab-number,
.wpmccart-first.previous .wpmc-tab-number {
    background: #d0993b !important
}

.wpmc-tab-item.previous:before,
.wpmccart-first.previous:before {
    display: block !important;
    border: none !important;
    background: #d0993b !important;
    position: absolute !important;
    content: "" !important;
    width: 89% !important;
    left: 26px !important;
    top: 13px !important
}

@media screen and (min-width: 768px) {

    .wpmc-tab-item.previous:before,
    .wpmccart-first.previous:before {
        height: 100% !important;
        width: 2px !important;
        left: 12px !important
    }
}

.wpmc-tab-item.previous .wpmc-tab-number,
.wpmccart-first.previous .wpmc-tab-number {
    background: #d0993b;
    border-color: #fff
}

.wpmc-tab-item.previous .wpmc-tab-text,
.wpmccart-first.previous .wpmc-tab-text {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    color: #d0993b;
    font-size: calc(12px + 6*(100vw - 300px)/1620) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    width: auto;
    cursor: pointer;
    display: block;
    text-align: left
}

@media screen and (max-width: 767px) {

    .wpmc-tab-item.previous .wpmc-tab-text,
    .wpmccart-first.previous .wpmc-tab-text {
        position: relative;
        left: auto;
        top: auto
    }
}

.wpmc-tab-item:last-child,
.wpmccart-first:last-child {
    width: 40px !important
}

@media screen and (min-width: 768px) {

    .wpmc-tab-item:last-child,
    .wpmccart-first:last-child {
        width: auto !important
    }
}

.wpmc-tab-item:last-child::before,
.wpmccart-first:last-child::before {
    background: none !important
}

.wpmc-tab-item .wpmc-tab-text {
    margin-top: 0
}

.wpmc-tab-item.previous .wpmc-tab-number:after {
    top: 5px !important;
    left: 9px !important
}

.woocommerce-privacy-policy-text p {
    line-height: 1.4;
    font-size: calc(16px + 2*(100vw - 300px)/1620)
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-privacy-policy-text p {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-privacy-policy-text p {
        font-size: 18px
    }
}

.woocommerce-terms-and-conditions p {
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    line-height: 1.4
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .woocommerce-terms-and-conditions p {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .woocommerce-terms-and-conditions p {
        font-size: 18px
    }
}

.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-billing .wpmc-tab-text {
    display: none !important
}

@media screen and (min-width: 400px) {
    .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-billing .wpmc-tab-text {
        display: block !important
    }
}

.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-billing.current .wpmc-tab-text {
    display: block !important
}

.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-billing.current .wpmc-tab-number:after {
    content: "" !important;
    width: 6px !important;
    height: 11px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
    position: absolute !important;
    top: 5px !important;
    display: block !important;
    left: 9px !important;
    z-index: 999 !important
}

.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-review .wpmc-tab-text {
    display: none !important
}

@media screen and (min-width: 400px) {
    .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-review .wpmc-tab-text {
        display: block !important
    }
}

.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-review.current .wpmc-tab-text {
    display: block !important
}

.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-payment:before {
    display: block !important
}

@media screen and (min-width: 768px) {
    .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-payment:before {
        display: none !important;
        width: 100% !important;
        top: 13px !important;
        height: 2px !important
    }
}

@media screen and (min-width: 1440px) {
    .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-payment:before {
        display: none !important
    }
}

.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-payment .wpmc-tab-text {
    display: none !important
}

@media screen and (min-width: 400px) {
    .wpmc-tabs-wrapper .wpmc-tab-item.wpmc-payment .wpmc-tab-text {
        display: block !important
    }
}

.woocommerce-notices-wrapper .button.wc-forward {
    background: #000 !important;
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    padding: 12px 20px !important
}

.woocommerce-message a.button.wc-forward {
    background: #000 !important;
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 50px !important
}

.wpmc-tab-item.wpmc-login.previous.current .wpmc-tab-text {
    display: block !important
}

@media screen and (min-width: 430px) {
    .wpmc-tab-item.wpmc-login.previous.current .wpmc-tab-text {
        display: block !important
    }
}

.wpmc-tab-item.wpmc-login.previous .wpmc-tab-text {
    display: none !important
}

@media screen and (min-width: 430px) {
    .wpmc-tab-item.wpmc-login.previous .wpmc-tab-text {
        display: block !important
    }
}

.wpmc-tab-item.wpmc-login.previous.current:before {
    border: none !important;
    background: #b9b9b9 !important;
    position: absolute !important;
    content: "" !important;
    height: 100% !important;
    width: 2px !important;
    left: 14px !important;
    top: 29px !important;
    display: none !important
}

@media screen and (min-width: 430px) {
    .wpmc-tab-item.wpmc-login.previous.current:before {
        display: block !important;
        height: 2px !important;
        width: 100% !important;
        left: 21px !important;
        top: 13px !important
    }
}

form.woocommerce-form.woocommerce-form-login.login p {
    font-size: 16px
}

form.woocommerce-form.woocommerce-form-login.login .form-row-first {
    width: 100% !important
}

@media screen and (min-width: 768px) {
    form.woocommerce-form.woocommerce-form-login.login .form-row-first {
        width: 49% !important
    }
}

form.woocommerce-form.woocommerce-form-login.login .form-row-last {
    width: 100% !important
}

@media screen and (min-width: 768px) {
    form.woocommerce-form.woocommerce-form-login.login .form-row-last {
        width: 49% !important
    }
}

.wpmc-step-item.wpmc-step-billing.wpmc-step-shipping.current {
    background: #fff;
    border-radius: 20px;
    padding: 0px
}

@media screen and (min-width: 768px) {
    .wpmc-step-item.wpmc-step-billing.wpmc-step-shipping.current {
        padding: 30px 20px
    }
}

.wpmc-tab-item.wpmc-login.previous.current:before {
    display: block !important;
    border: none !important;
    background: #b9b9b9 !important;
    position: absolute !important;
    content: "" !important;
    left: 12px !important;
    top: 13px !important;
    height: 2px !important;
    width: 100% !important
}

@media screen and (min-width: 768px) {
    .wpmc-tab-item.wpmc-login.previous.current:before {
        height: 100% !important;
        width: 2px !important
    }
}

.wpmc-tab-item.wpmc-login.previous:before {
    display: block !important;
    border: none !important;
    background: #d0993b !important;
    position: absolute !important;
    content: "" !important;
    left: 12px !important;
    top: 13px !important;
    height: 2px !important;
    width: 100% !important
}

@media screen and (min-width: 768px) {
    .wpmc-tab-item.wpmc-login.previous:before {
        height: 100% !important;
        width: 2px !important
    }
}

@media screen and (min-width: 768px) {
    .wpmc-tab-item.wpmc-login.current .wpmc-tab-text {
        display: block !important
    }
}

.wpmc-tab-item.wpmc-login .wpmc-tab-number {
    margin-top: 0 !important;
    font-size: 0;
    position: relative;
    background: #d0993b !important;
    min-width: 26px;
    min-height: 26px;
    width: 26px !important;
    height: 26px !important
}

.wpmc-tab-item.wpmc-login .wpmc-tab-number:before {
    border: 1px solid #d0993b;
    position: absolute;
    width: 32px;
    height: 32px;
    content: "";
    display: block !important;
    border-radius: 17px;
    left: -4px;
    top: -4px
}

.wpmc-tab-item.wpmc-login .wpmc-tab-number:after {
    content: "" !important;
    width: 7px !important;
    height: 14px !important;
    border: solid #fff !important;
    border-width: 0 1px 1px 0 !important;
    transform: rotate(45deg) !important;
    position: absolute !important;
    top: 4px !important;
    display: block !important;
    left: 8px !important;
    z-index: 999 !important
}

.wpmc-tab-item.wpmc-login:before {
    background: #d0993b !important;
    border: none !important
}

.wpmc-step-item.wpmc-step-review.current {
    background: #fff;
    border-radius: 20px;
    padding: 0px;
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .wpmc-step-item.wpmc-step-review.current {
        padding: 30px 20px 10px 20px
    }
}

.myaccount-wrap .login .woocommerce-form__label {
    padding: 9px 0
}

.wpmc-step-item.wpmc-step-payment.current {
    background: #fff;
    border-radius: 20px;
    padding: 0px
}

@media screen and (min-width: 768px) {
    .wpmc-step-item.wpmc-step-payment.current {
        padding: 30px 20px 10px 20px
    }
}

.wpmc-nav-wrapper.wpmc-no-back-to-cart {
    gap: 6px
}

@media screen and (min-width: 768px) {
    .wpmc-nav-wrapper.wpmc-no-back-to-cart {
        gap: 20px
    }
}

.wpmc-nav-wrapper.wpmc-no-back-to-cart button {
    padding: 10px 20px !important
}

@media screen and (min-width: 768px) {
    .wpmc-nav-wrapper.wpmc-no-back-to-cart button {
        padding: 12px 30px !important
    }
}

.form-row.place-order {
    padding: 20px 0px !important
}

.woocommerce-order-received .woocommerce {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #c9c9c9;
    padding: 30px !important;
    background: #fff
}

.woocommerce-order-received .woocommerce table.shop_table {
    border-radius: 20px;
    font-size: 18px
}

.woocommerce-order-received .woocommerce table.shop_table th {
    font-weight: 600 !important
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td {
    font-weight: 600 !important
}

.woocommerce-order-received .woocommerce .order_details {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 22px 0px !important;
    margin: 0 0 2em
}

@media screen and (min-width: 768px) {
    .woocommerce-order-received .woocommerce .order_details {
        padding: 20px !important
    }
}

.woocommerce-order-received .woocommerce .order_details li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 14px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding-right: 0 !important;
    border-right: 0px !important;
    margin-right: 0px !important
}

.woocommerce-order-received .woocommerce .order_details strong {
    font-size: 16px;
    font-weight: 600
}

.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details {
    margin-bottom: 0px
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
    padding: 16px;
    border: 1px solid #adadad;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    line-height: 1.2
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    line-height: 1.2
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(16px + 2*(100vw - 300px)/1620);
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {

    .woocommerce table.shop_table tbody th,
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {

    .woocommerce table.shop_table tbody th,
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th {
        font-size: 18px
    }
}

fieldset.wc-block-components-totals-shipping__fieldset {
    display: none !important
}

.featured-content {
    background-color: #ebe8e4;
    overflow: hidden;
    position: relative
}

.featured-content::before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    border: 8px solid;
    border-image-source: linear-gradient(142.31deg, #d0993b 1.55%, #7c5320 96.8%);
    border-image-slice: 1;
    height: 335px;
    width: 260px;
    z-index: 0
}

@media screen and (min-width: 361px) {
    .featured-content::before {
        width: 300px
    }
}

@media screen and (min-width: 401px) {
    .featured-content::before {
        width: 365px
    }
}

@media screen and (min-width: 481px) {
    .featured-content::before {
        width: 580px;
        height: 500px;
        right: -250px
    }
}

@media screen and (min-width: 577px) {
    .featured-content::before {
        width: 720px;
        height: 560px
    }
}

@media screen and (min-width: 681px) {
    .featured-content::before {
        width: 800px;
        height: 600px
    }
}

@media screen and (min-width: 768px) {
    .featured-content::before {
        height: 520px;
        width: 680px
    }
}

@media screen and (min-width: 992px) {
    .featured-content::before {
        height: 550px;
        width: 750px
    }
}

@media screen and (min-width: 1200px) {
    .featured-content::before {
        height: 320px;
        width: 600px
    }
}

@media screen and (min-width: 1201px) {
    .featured-content::before {
        height: 360px;
        width: 630px
    }
}

@media screen and (min-width: 1281px) {
    .featured-content::before {
        height: 400px;
        width: 680px
    }
}

@media screen and (min-width: 1367px) {
    .featured-content::before {
        height: 420px
    }
}

@media screen and (min-width: 1441px) {
    .featured-content::before {
        width: 730px;
        height: 485px
    }
}

@media screen and (min-width: 1661px) {
    .featured-content::before {
        width: 850px
    }
}

.featured-content.paintings-may-like::before {
    display: none
}

.featured-content.paintings-may-like .featured-artists {
    max-width: 1657px;
    margin: 0 auto 50px
}

.featured-content.paintings-may-like .featured-artists .featured-title {
    font-size: 28px;
    color: #000;
    text-align: left;
    margin-bottom: 60px
}

@media screen and (min-width: 481px) {
    .featured-content.paintings-may-like .featured-artists .featured-title {
        font-size: 30px
    }
}

@media screen and (min-width: 768px) {
    .featured-content.paintings-may-like .featured-artists .featured-title {
        font-size: 35px
    }
}

@media screen and (min-width: 1201px) {
    .featured-content.paintings-may-like .featured-artists .featured-title {
        font-size: 40px;
        margin-bottom: 0px
    }
}

@media screen and (min-width: 1441px) {
    .featured-content.paintings-may-like .featured-artists .featured-title {
        font-size: 45px
    }
}

@media screen and (min-width: 1661px) {
    .featured-content.paintings-may-like .featured-artists .featured-title {
        font-size: 50px
    }
}

.featured-content.paintings-may-like .featured-artists ul {
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left
}

@media screen and (min-width: 768px) {
    .featured-content.paintings-may-like .featured-artists ul {
        justify-content: center
    }
}

@media screen and (min-width: 1281px) {
    .featured-content.paintings-may-like .featured-artists ul {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 20px
    }
}

@media screen and (min-width: 1441px) {
    .featured-content.paintings-may-like .featured-artists ul {
        gap: 23px
    }
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image {
    position: relative;
    width: 100%;
    border-radius: 13px;
    transition: all .3s ease;
    cursor: pointer
}

@media screen and (min-width: 401px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image {
        width: calc(50% - 6px)
    }
}

@media screen and (min-width: 768px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image {
        width: calc(33.33% - 14px)
    }
}

@media screen and (min-width: 1281px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image {
        width: calc(20% - 16px)
    }
}

@media screen and (min-width: 1441px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image {
        width: calc(20% - 18px)
    }
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100%;
    border-radius: 13px
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image picture {
    padding-bottom: 119.8%
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image .artists-content .artists-name {
    font-size: 14px
}

@media screen and (min-width: 581px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 18px
    }
}

@media screen and (min-width: 768px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 20px
    }
}

@media screen and (min-width: 1281px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 22px
    }
}

@media screen and (min-width: 1441px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 24px
    }
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image .artists-content .artists-name span {
    font-size: 10px
}

@media screen and (min-width: 681px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image .artists-content .artists-name span {
        font-size: 12px
    }
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image:hover {
    margin-top: 0px
}

@media screen and (min-width: 1281px) {
    .featured-content.paintings-may-like .featured-artists ul li.artists-image:hover {
        margin-top: -30px
    }
}

.featured-content .featured-artists .featured-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    text-align: center
}

@media screen and (min-width: 481px) {
    .featured-content .featured-artists .featured-title {
        font-size: 32px
    }
}

@media screen and (min-width: 768px) {
    .featured-content .featured-artists .featured-title {
        font-size: 34px
    }
}

@media screen and (min-width: 1201px) {
    .featured-content .featured-artists .featured-title {
        font-size: 44px
    }
}

@media screen and (min-width: 1441px) {
    .featured-content .featured-artists .featured-title {
        font-size: 54px
    }
}

@media screen and (min-width: 1661px) {
    .featured-content .featured-artists .featured-title {
        font-size: 70px
    }
}

.featured-content .featured-artists ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    position: relative
}

@media(min-width: 581px) {
    .featured-content .featured-artists ul {
        gap: 20px
    }
}

@media(min-width: 1200px) {
    .featured-content .featured-artists ul {
        justify-content: flex-start;
        gap: 22px;
        flex-wrap: nowrap
    }
}

.featured-content .featured-artists ul li.artists-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 15px
}

@media(min-width: 401px) {
    .featured-content .featured-artists ul li.artists-image {
        width: calc(50% - 11px)
    }
}

@media(min-width: 768px) {
    .featured-content .featured-artists ul li.artists-image {
        width: calc(33.33% - 15px);
        border-radius: 30px
    }
}

@media(min-width: 1200px) {
    .featured-content .featured-artists ul li.artists-image {
        width: calc(25% - 16px)
    }
}

.featured-content .featured-artists ul li.artists-image::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 13px;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100%;
    z-index: 1
}

.featured-content .featured-artists ul li.artists-image picture {
    display: flex;
    position: relative;
    padding-bottom: 123.5%
}

@media(min-width: 768px) {
    .featured-content .featured-artists ul li.artists-image picture {
        padding-bottom: 123.4%
    }
}

.featured-content .featured-artists ul li.artists-image picture img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: all 1s ease;
    object-fit: cover;
    object-position: center
}

.featured-content .featured-artists ul li.artists-image:hover img {
    transform: scale(1.2)
}

.featured-content .featured-artists ul li.artists-image:hover .artists-content {
    bottom: 5%;
    transition: all 1s ease
}

.featured-content .featured-artists ul li.artists-image:hover .artists-content h3 {
    position: relative
}

.featured-content .featured-artists ul li.artists-image:hover .artists-content h3::before {
    right: -35px
}

.featured-content .featured-artists ul li.artists-image:hover .artists-content h3::after {
    left: -35px
}

.featured-content .featured-artists ul li.artists-image .artists-content {
    position: absolute;
    bottom: -2%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 1s ease;
    z-index: 2
}

.featured-content .featured-artists ul li.artists-image .artists-content .artists-name {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    transition: all 1s ease;
    z-index: 2
}

@media screen and (min-width: 581px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 18px
    }
}

@media screen and (min-width: 681px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 22px
    }
}

@media screen and (min-width: 1200px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 26px
    }
}

@media screen and (min-width: 1367px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 30px
    }
}

@media screen and (min-width: 1441px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name {
        font-size: 32px
    }
}

.featured-content .featured-artists ul li.artists-image .artists-content .artists-name::before {
    position: absolute;
    content: "";
    right: -35px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 18px;
    height: 1px;
    background-color: #d0993b;
    transition: all .3s ease
}

@media(min-width: 431px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name::before {
        right: -30px
    }
}

@media(min-width: 768px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name::before {
        right: -25px
    }
}

@media(min-width: 992px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name::before {
        right: -50px;
        width: 21.3px
    }
}

.featured-content .featured-artists ul li.artists-image .artists-content .artists-name::after {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 18px;
    height: 1px;
    background-color: #d0993b;
    transition: all .3s ease
}

@media(min-width: 431px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name::after {
        left: -30px
    }
}

@media(min-width: 768px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name::after {
        left: -25px
    }
}

@media(min-width: 992px) {
    .featured-content .featured-artists ul li.artists-image .artists-content .artists-name::after {
        left: -50px;
        width: 21.3px
    }
}

.featured-content .featured-artists ul li.artists-image .artists-content span {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    color: #d0993b
}

@media screen and (min-width: 681px) {
    .featured-content .featured-artists ul li.artists-image .artists-content span {
        font-size: 14px
    }
}

.faqsSection {
    background-color: #ebe8e4;
    padding-top: 40px
}

@media screen and (min-width: 991px) {
    .faqsSection {
        padding-top: 0px
    }
}

.faqsSection .faqshead {
    text-align: center;
    margin-bottom: 17px
}

.faqsSection .faq-sub-head {
    text-align: center;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .faqsSection .faq-sub-head {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1440px) {
    .faqsSection .faq-sub-head {
        margin-bottom: 60px
    }
}

.faqsSection .faqsOuter {
    max-width: 1234px;
    margin: 0 auto
}

.faqsSection .faqsOuter .faqslist {
    margin-bottom: 15px;
    background-color: #efeeec;
    border-radius: 10px;
    padding: 22px 12px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .0509803922)
}

.faqsSection .faqsOuter .faqslist:last-child {
    margin-bottom: 0px
}

@media screen and (min-width: 767px) {
    .faqsSection .faqsOuter .faqslist {
        padding: 34px 28px 34px 28px;
        margin-bottom: 34px
    }
}

.faqsSection .faqsOuter .faqslist .faqsQuestion {
    padding-right: 30px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(14.1px + 11.9*(100vw - 300px)/1620);
    font-weight: 500;
    line-height: 1.2;
    color: #7e7b75;
    position: relative;
    cursor: pointer
}

@media only screen and (min-device-width: 300px)and (max-device-width: 767px)and (orientation: landscape) {
    .faqsSection .faqsOuter .faqslist .faqsQuestion {
        font-size: 16px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .faqsSection .faqsOuter .faqslist .faqsQuestion {
        font-size: 20px
    }
}

@media screen and (min-width: 1920.5px) {
    .faqsSection .faqsOuter .faqslist .faqsQuestion {
        font-size: 26px
    }
}

.faqsSection .faqsOuter .faqslist .faqsQuestion::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    height: 13px;
    width: 2px;
    background-color: #9a8f81;
    margin: auto;
    transition: all .35s;
    transform: translateY(-50%)
}

@media screen and (min-width: 767px) {
    .faqsSection .faqsOuter .faqslist .faqsQuestion::before {
        height: 25px
    }
}

.faqsSection .faqsOuter .faqslist .faqsQuestion::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    height: 13px;
    width: 2px;
    background-color: #9a8f81;
    margin: auto;
    transform: translateY(-50%) rotate(-90deg);
    transition: all .35s
}

@media screen and (min-width: 767px) {
    .faqsSection .faqsOuter .faqslist .faqsQuestion::after {
        height: 25px
    }
}

.faqsSection .faqsOuter .faqslist.active .faqsQuestion::before {
    transform: translateY(-50%) rotate(-90deg)
}

.faqsSection .faqsOuter .faqslist.active .faqsQuestion::after {
    transform: translateY(-50%) rotate(-90deg)
}

.faqsSection .faqsOuter .faqslist .faqsAnswer {
    margin-top: 30px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(13.4px + 8.6*(100vw - 300px)/1620);
    font-weight: 400;
    line-height: 1.2;
    color: #9a8f81
}

@media only screen and (min-device-width: 300px)and (max-device-width: 767px)and (orientation: landscape) {
    .faqsSection .faqsOuter .faqslist .faqsAnswer {
        font-size: 14px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .faqsSection .faqsOuter .faqslist .faqsAnswer {
        font-size: 16px
    }
}

@media screen and (min-width: 1920.5px) {
    .faqsSection .faqsOuter .faqslist .faqsAnswer {
        font-size: 22px
    }
}

.faqOuter .faqsSection {
    padding-top: 110px !important
}

.abstract-art-section {
    padding: 120px 0;
    background-color: #ebe8e4
}

@media screen and (max-width: 1440px) {
    .abstract-art-section {
        padding: 100px 0
    }
}

@media screen and (max-width: 767px) {
    .abstract-art-section {
        padding: 80px 0
    }
}

.abstract-art-section .abstract-box {
    border: 1px solid #d0993b;
    border-radius: 20px;
    padding: 60px;
    font-size: 26px;
    line-height: 1.3;
    color: #4d4d4d
}

@media screen and (max-width: 1440px) {
    .abstract-art-section .abstract-box {
        font-size: 24px;
        padding: 50px
    }
}

@media screen and (max-width: 1280px) {
    .abstract-art-section .abstract-box {
        font-size: 22px;
        padding: 50px 40px
    }
}

@media screen and (max-width: 767px) {
    .abstract-art-section .abstract-box {
        font-size: 20px;
        padding: 50px 30px
    }
}

@media screen and (max-width: 680px) {
    .abstract-art-section .abstract-box {
        font-size: 18px;
        padding: 50px 20px
    }
}

@media screen and (max-width: 576px) {
    .abstract-art-section .abstract-box {
        font-size: 16px
    }
}

.abstract-art-section .abstract-box .head-type2 {
    color: #4d4d4d;
    margin-bottom: 32px
}

@media screen and (max-width: 420px) {
    .abstract-art-section .abstract-box .head-type2 {
        font-size: 38px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 359px) {
    .abstract-art-section .abstract-box .head-type2 {
        font-size: 32px
    }
}

.abstract-art-section .abstract-box p {
    margin-bottom: 0px
}

.sitemapOuter {
    padding: 130px 0 60px;
    background-color: #ebe8e4
}

.sitemapOuter .sitemap-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .sitemapOuter .sitemap-title {
        font-size: 50px
    }
}

@media screen and (min-width: 1200px) {
    .sitemapOuter .sitemap-title {
        font-size: 60px
    }
}

@media screen and (min-width: 1440px) {
    .sitemapOuter .sitemap-title {
        font-size: 68px
    }
}

.sitemapOuter .sitemap-sub-title {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 30px
}

@media screen and (min-width: 992px) {
    .sitemapOuter .sitemap-sub-title {
        font-size: 34px
    }
}

@media screen and (min-width: 1200px) {
    .sitemapOuter .sitemap-sub-title {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .sitemapOuter .sitemap-sub-title {
        font-size: 40px
    }
}

.sitemapOuter ul.sitemap-list {
    padding: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px
}

@media screen and (min-width: 991px) {
    .sitemapOuter ul.sitemap-list {
        gap: 0 57px
    }
}

.sitemapOuter ul.sitemap-list li {
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 35px
}

@media screen and (min-width: 575px) {
    .sitemapOuter ul.sitemap-list li {
        width: calc(50% - 10px)
    }
}

@media screen and (min-width: 991px) {
    .sitemapOuter ul.sitemap-list li {
        width: calc(20% - 10px)
    }
}

.sitemapOuter ul.sitemap-list li:hover:after {
    left: 7px;
    transition: all .5s
}

.sitemapOuter ul.sitemap-list li:after {
    background-image: url(../images/chevrons-right.svg);
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    border-radius: 50px;
    left: 0px;
    top: 0px;
    transition: all .5s
}

.sitemapOuter ul.sitemap-list li a {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    transition: all .5s
}

.sitemapOuter ul.sitemap-list li a:hover {
    color: #d0993b
}

@media screen and (min-width: 991px) {
    .sitemapOuter ul.sitemap-list li a {
        font-size: 18px
    }
}

.ft-newsletter {
    background-color: #000;
    border-radius: 10px;
    padding: 30px 27px;
    min-height: 128px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1560px;
    margin: 59px 25px 0;
    column-gap: 15px;
    row-gap: 20px;
    position: relative;
    flex-direction: column;
    text-align: center
}

@media screen and (min-width: 767px) {
    .ft-newsletter {
        margin: 59px 15px 0
    }
}

@media screen and (min-width: 991px) {
    .ft-newsletter {
        flex-direction: row;
        text-align: left
    }
}

@media screen and (min-width: 1200px) {
    .ft-newsletter {
        min-height: 178px;
        padding: 20px 55px
    }
}

@media screen and (min-width: 1600px) {
    .ft-newsletter {
        margin: 59px auto 0
    }
}

.ft-newsletter:before {
    content: "";
    background: #fff;
    height: 50px;
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: -50px;
    left: 0
}

.ft-newsletter.aos-animate .ft-newsletter-img picture.backimg {
    animation: backimg 1.5s
}

.ft-newsletter.aos-animate .ft-newsletter-img picture.frontimg {
    animation: frontimg 1.5s
}

.ft-newsletter .ft-newsletter-head {
    margin: 0;
    color: #fff;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(31px + 13*(100vw - 300px)/1620);
    line-height: 1.2;
    font-weight: 400;
    width: 100%
}

@media screen and (min-width: 991px) {
    .ft-newsletter .ft-newsletter-head {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 1200px) {
    .ft-newsletter .ft-newsletter-head {
        width: calc(33.33% - 14px)
    }
}

@media only screen and (min-device-width: 300px)and (max-device-width: 1024px)and (orientation: landscape) {
    .ft-newsletter .ft-newsletter-head {
        font-size: 31px
    }
}

@media screen and (min-width: 1920.5px) {
    .ft-newsletter .ft-newsletter-head {
        font-size: 44px
    }
}

.ft-newsletter .ft-newsletter-img {
    height: 88px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 35px;
    order: 3
}

@media screen and (min-width: 991px) {
    .ft-newsletter .ft-newsletter-img {
        order: 3
    }
}

@media screen and (min-width: 1200px) {
    .ft-newsletter .ft-newsletter-img {
        width: calc(33.33% - 14px);
        height: 138px;
        margin-top: 0px
    }
}

.ft-newsletter .ft-newsletter-img picture {
    position: absolute;
    bottom: -50px;
    left: 50%
}

@media screen and (min-width: 767px) {
    .ft-newsletter .ft-newsletter-img picture {
        bottom: -40px
    }
}

.ft-newsletter .ft-newsletter-img picture.backimg {
    transform: translateX(-50%) rotate(15deg)
}

.ft-newsletter .ft-newsletter-img picture.frontimg {
    margin-left: -20px;
    transform: translateX(-50%) rotate(9deg)
}

.ft-newsletter .ft-newsletter-img picture img {
    height: auto;
    max-height: 200px;
    width: 150px
}

@media screen and (min-width: 1200px) {
    .ft-newsletter .ft-newsletter-img picture img {
        width: 200px
    }
}

@media screen and (min-width: 1440px) {
    .ft-newsletter .ft-newsletter-img picture img {
        width: 100%
    }
}

.ft-newsletter .ft-newsletter-form {
    width: 100%;
    order: 2
}

@media screen and (min-width: 991px) {
    .ft-newsletter .ft-newsletter-form {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 1200px) {
    .ft-newsletter .ft-newsletter-form {
        width: calc(33.33% - 14px);
        order: 3
    }
}

.ft-newsletter .ft-newsletter-form .signupform {
    line-height: 0;
    margin-top: 20px
}

.ft-newsletter .ft-newsletter-form #zcampaignOptinForm {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 15px;
    position: relative;
    padding-bottom: 22px
}

@media screen and (min-width: 400px) {
    .ft-newsletter .ft-newsletter-form #zcampaignOptinForm {
        flex-direction: row
    }
}

.ft-newsletter .ft-newsletter-form #zcampaignOptinForm #errorMsgDiv {
    position: absolute;
    opacity: 0;
    bottom: 0px;
    font-size: 13px;
    line-height: 1.23;
    color: red
}

.ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=text],
.ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=text]:focus {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
    padding: 10px 14px;
    border-radius: 35px;
    outline: none;
    box-shadow: none;
    text-align: center;
    width: 200px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

@media screen and (min-width: 576px) {

    .ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=text],
    .ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=text]:focus {
        font-size: 16px;
        padding: 14px 14px 13px;
        width: 277px
    }
}

.ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=text]::placeholder,
.ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=text]:focus::placeholder {
    color: #fff;
    opacity: .5
}

.ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=text]::-ms-input-placeholder,
.ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=text]:focus::-ms-input-placeholder {
    color: #fff
}

.ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=button] {
    border: 0px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    padding: 11px 20px;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    width: 100%;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

@media screen and (min-width: 400px) {
    .ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=button] {
        width: auto
    }
}

@media screen and (min-width: 576px) {
    .ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=button] {
        font-size: 16px;
        padding: 15px 29px
    }
}

.ft-newsletter .ft-newsletter-form #zcampaignOptinForm input[type=button]:hover {
    background: #d0993b;
    color: #fff;
    transition: all .5s
}

.ft-newsletter .ft-newsletter-form .mc4wp-response .mc4wp-alert.mc4wp-error {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding-left: 0;
    padding-top: 10px
}

@media screen and (min-width: 400px) {
    .ft-newsletter .ft-newsletter-form .mc4wp-response .mc4wp-alert.mc4wp-error {
        padding-left: 35px
    }
}

.footer {
    margin: 50px 25px 0;
    background-color: #ebe8e4;
    padding: 40px 20px 20px;
    border-radius: 20px 20px 0 0;
    max-width: 1832px
}

@media screen and (min-width: 767px) {
    .footer {
        margin: 60px 20px 0
    }
}

@media screen and (min-width: 1440px) {
    .footer {
        padding: 78px 78px 53px;
        margin: 72px 15px 0
    }
}

@media screen and (min-width: 1850px) {
    .footer {
        margin: 72px auto 0
    }
}

.footer .footerInner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    flex-direction: column
}

@media screen and (min-width: 991px) {
    .footer .footerInner {
        flex-direction: row;
        flex-wrap: nowrap
    }
}

.footer .footerInner .ft-img {
    display: block;
    width: 100%;
    padding-right: 40px
}

@media screen and (min-width: 991px) {
    .footer .footerInner .ft-img {
        width: 260px
    }
}

@media screen and (min-width: 1200px) {
    .footer .footerInner .ft-img {
        width: 300px
    }
}

@media screen and (min-width: 1440px) {
    .footer .footerInner .ft-img {
        width: 400px
    }
}

.footer .footerInner .ft-img img {
    max-width: 236px;
    height: auto
}

@media screen and (min-width: 600px) {
    .footer .footerInner .ft-img img {
        max-width: 100%
    }
}

.footer .footerInner .footerlistOuter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 30px
}

@media screen and (min-width: 400px) {
    .footer .footerInner .footerlistOuter {
        row-gap: 40px
    }
}

@media screen and (min-width: 600px) {
    .footer .footerInner .footerlistOuter {
        row-gap: 55px
    }
}

@media screen and (min-width: 991px) {
    .footer .footerInner .footerlistOuter {
        width: calc(100% - 260px)
    }
}

@media screen and (min-width: 1200px) {
    .footer .footerInner .footerlistOuter {
        width: calc(100% - 300px)
    }
}

@media screen and (min-width: 1440px) {
    .footer .footerInner .footerlistOuter {
        width: calc(100% - 400px)
    }
}

.footer .footerInner .footerlistOuter .ftlist {
    width: calc(25% - 20px)
}

@media screen and (max-width: 600px) {
    .footer .footerInner .footerlistOuter .ftlist {
        width: 100%;
        flex: 0 0 46%;
        max-width: 46%
    }
}

@media screen and (max-width: 370px) {
    .footer .footerInner .footerlistOuter .ftlist {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.footer .footerInner .footerlistOuter .ftlist .ft-link-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media screen and (min-width: 1440px) {
    .footer .footerInner .footerlistOuter .ftlist .ft-link-head {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.footer .footerInner .footerlistOuter .ftlist .ftlist-link {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer .footerInner .footerlistOuter .ftlist .ftlist-link li {
    margin-bottom: 0px
}

@media screen and (min-width: 601px) {
    .footer .footerInner .footerlistOuter .ftlist .ftlist-link li {
        margin-bottom: 10px
    }
}

.footer .footerInner .footerlistOuter .ftlist .ftlist-link li:last-child {
    margin-bottom: 0
}

.footer .footerInner .footerlistOuter .ftlist .ftlist-link li.current-menu-item a {
    color: #d0993b;
    transition: all .5s
}

.footer .footerInner .footerlistOuter .ftlist .ftlist-link li a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #343434;
    text-transform: uppercase;
    transition: all .5s
}

@media screen and (min-width: 1440px) {
    .footer .footerInner .footerlistOuter .ftlist .ftlist-link li a {
        font-size: 16px
    }
}

.footer .footerInner .footerlistOuter .ftlist .ftlist-link li a:hover {
    color: #d0993b;
    transition: all .5s
}

.footer .ft-copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 40px
}

.footer .ft-copyright strong {
    font-weight: 500
}

@media screen and (min-width: 991px) {
    .footer .ft-copyright {
        margin-top: 60px
    }
}

@media screen and (min-width: 1200px) {
    .footer .ft-copyright {
        margin-top: 80px
    }
}

@media screen and (min-width: 1440px) {
    .footer .ft-copyright {
        margin-top: 150px
    }
}

@keyframes frontimg {
    0% {
        transform: translateX(-50%) rotate(0deg)
    }

    100% {
        transform: translateX(-50%) rotate(9deg)
    }
}

@keyframes backimg {
    0% {
        transform: translateX(-50%) rotate(20deg)
    }

    100% {
        transform: translateX(-50%) rotate(15deg)
    }
}

.footer .footerInner {
    transform: translate3d(0, 60px, 0);
    transition-duration: 1.4s;
    opacity: 0
}

.footer.aos-animate[data-aos=fade-up] .footerInner {
    transform: translate3d(0, 0px, 0);
    transition-duration: 1.4s;
    opacity: 1
}

.footer.ft-checkout .footerInner {
    transform: translate3d(0, 0px, 0);
    transition-duration: 1.4s;
    opacity: 1
}

/*# sourceMappingURL=style.min.css.map */

/*new css*/


.bannerOuter a.exploremore-btn {
    background: #D0993B;
    color: #fff;
    transition: all 0.5s ease;
}

.bannerOuter a.exploremore-btn:hover {
    background: #bb8730;
}

/*secone*/

section.homepicks.homepicks_newdesign .homepicks-left {
    padding: 0;
    padding-top: 70;
    width: auto;
    flex: 0 0 49%;
    max-width: 49%;
}

.arttitle_top {
    text-align: center;
}

.homebanner.homebanner_new::after {
    z-index: 6;
}

.homebanner.homebanner_new:before {
    z-index: 3;
}


section.homepicks.homepicks_newdesign h1.homepicksHead {
    display: block !important;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -60px;
    z-index: 11;
    background-color: transparent;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.25;
    font-weight: 500;
    height: 100%;
    padding: 24px 30px 24px 0px;
}

section.homepicks.homepicks_newdesign h1.homepicksHead span.toppicks-square {
    left: 0;
    width: 72%;
    margin: 0 auto;
    right: 0;
    transform: inherit;
    height: 155px;
    top: -55%;
    z-index: -1;
    bottom: 0;
    border: 8px solid;
    border-image-source: linear-gradient(142.31deg, #d0993b 1.55%, #7c5320 96.8%);
    border-image-slice: 1;
    position: absolute;
    content: "";
    display: none;
}

section.homepicks.homepicks_newdesign h1.homepicksHead:before {
    left: 0;
    width: 72%;
    margin: 0 auto;
    right: 0;
    transform: inherit;
    height: 155px;
    top: -45%;
    z-index: -5;
    bottom: 0;
    border: 8px solid;
    border-image-source: linear-gradient(142.31deg, #d0993b 1.55%, #7c5320 96.8%);
    border-image-slice: 1;
    position: absolute;
    content: "";
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 1.5s;
    transition-property: opacity, transform;
    border-top: none;
}

.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
    width: auto;
    height: auto;
    width: 243px;
    height: 334px;
    left: 0;
    z-index: 999999;
    bottom: 200px;
    display: none;
}

.homepicks.homepicks_newdesign {
    position: relative;
    z-index: 7;
    /* top: -30px; */
    overflow: visible;
    flex-direction: column;
    height: auto;
}

section.homepicks.homepicks_newdesign h1.homepicksHead:after {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
}

/*sectwo*/
.swiper-wrapper_new {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.swiper-wrapper_new .swiper-slide.shop-art-box {
    flex: 0 0 23%;
    max-width: 23%;
}

.swiper-wrapper_new .swiper-slide.shop-art-box .art_imagetitle {
    display: flex;
    flex-direction: column-reverse;
}

.swiper-wrapper_new .swiper-slide.shop-art-box .art-image picture img {
    width: 100%;
    height: 100%;
}

.swiper-wrapper_new .art-title a {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    color: #000002;
    margin: 0 0 15px 0;
    display: inline-block;
}

.swiper-wrapper_new .swiper-slide.shop-art-box .art_imagetitle {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: 542px;
    align-items: center;
}

.swiper-wrapper_new .swiper-slide.shop-art-box:nth-child(n+5) .art_imagetitle {
    justify-content: start;
    flex-direction: column;
}

.shop-art-style.shop-art-style_new:after {
    /* border-image-slice: 1; */
    border-image-source: linear-gradient(45deg, #8D6025, #A7772D, #B68332, #8D6025);
    bottom: 20%;
    height: 350px;
}

.shop-art-style.shop-art-style_new:before {
    content: "";
    position: absolute;
    left: -10px;
    border: 8px solid;
    border-image-source: linear-gradient(45deg, #8D6025, #A7772D, #B68332, #8D6025);
    border-image-slice: 1;
    height: 430px;
    width: 440px;
    z-index: -1;
    top: 28%;
}

.shopmood .shopmoodOuter .before-box {
    width: 831px;
    top: -110px;
    height: calc(100% + 140px);
    left: -50%;
}

/*home secone*/

.homepicks-mainlr {
    display: flex;
    flex-direction: row;
    padding: 40px 0 0 6.1%;
}

section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
    max-width: 840px;
    position: relative;
    z-index: 1;
    height: 720px;
    object-fit: cover;
    padding: 25px;
}

section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place:after {
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46262254901960786) 100%);
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    z-index: -1;
}


section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 25px;
    left: 25px;
    width: 93%;
    height: 93%;
    transition: all 0.7s ease;
}

section.homepicks.homepicks_newdesign .homepicks-right {
    flex: 0 0 51%;
    max-width: 51%;
}

section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place .homepicks_btn_options {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 10px 10px;
}

section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place .homepicks_btn_options .homepicksBtn {
    right: 0;
    bottom: 0;
    position: inherit;
}

section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place .homepicks_btn_options .homepicksBtn span.fullview {
    top: 0;
    text-transform: inherit;
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-right: 52px;
}

section.homepicks.homepicks_newdesign .homepicks-left .prolistOuter a {
    background: #fff;
    border-radius: 35px;
    padding: 17px 69px 17px 18px;
    color: #000;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    width: auto;
}

section.homepicks.homepicks_newdesign .homepicksBtn .fullview::before {
    top: 6px;
    background: url("../artimg/hm-expand.svg") 10px 9px no-repeat #fccf96;
}

section.homepicks.homepicks_newdesign .homepicks-left .prolistOuter a:after {
    content: "";
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    right: 5px;
    top: 7px;
    background: url(../images/shopping-cart.svg) no-repeat #fccf96;
    background-position: center;
}

.homepicks.homepicks_newdesign .homepicksmainSlider::before {
    display: none;
}

.homepicks .homepicks-left {
    position: inherit;
}

.homepicks.homepicks_newdesign .homepicksmainSlider {
    margin-top: 50px;
    position: relative;
    padding: 0 0 20px 0;
}

.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist {
    bottom: inherit !important;
    top: 0 !important;
}

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist {
    border-radius: 0;
}

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(2) {
    left: 0%;
}

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
    left: 29%;
}

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
    left: calc(24% + 316px);
}


.homepicksmainSlider .productmainlist:nth-child(5) {
    left: calc(15% + 672px);
}

/* .homepicks.fullView .homepicks-right .productmainlist:not(:first-child) {
    left: 92.5% !important;
    transition: all .5s;
} */

.homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
    bottom: 0;
    top: inherit;
    right: 0;
    width: 107px;
    display: flex;
    flex-direction: row;
    height: 52px;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 8px;
    margin: 0 auto;
}

.homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn {
    border-radius: 35px 0px 0 35px;
    background: rgba(255, 255, 255, 0.90);
    position: inherit;
    right: 0;
    display: block;
    line-height: 65px;
    padding: 0 0 0 12px;
    border: solid 4px #fff;
    width: 52px;
    height: 52px;
}

.homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.prev {
    left: 0;
}

.homepicks.homepicks_newdesign picture.homepickuser-img {
    border-radius: 100%;
    overflow: hidden;
}



.homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn {
    border-radius: 35px 0px 0 35px;
    background: rgba(255, 255, 255, 0.90);
    position: inherit;
    right: 0;
    display: block;
    line-height: 65px;
    padding: 0 0 0 12px;
    border: solid 4px #fff;
}

.homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn::before {
    filter: brightness(0);
}

.homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.next {
    margin-top: 0;
    border-radius: 0px 35px 35px 0px;
}

.homepick_right_topinfos {
    min-height: 340px;
}


.homepickInfo-desc {
    max-width: 60%;
    color: #4D4D4D;
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 26px;
    max-width: 80%;
}

.homepick_right_topinfos .homepickInfo-head {
    font-size: 68px;
    margin: -6px 0 20px 0;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.homepickInfo-user {
    display: flex;
    gap: 10px;
    align-items: center;
}

.homepickuser-info {
    display: flex;
    flex-direction: column;
}

.homepickuser-info a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.homepickuser-info span.homepickuser-contry {
    font-size: 14px;
    margin: 5px 0 0 0;
}

section.aboutart.aboutartnew {
    flex-direction: column;
}

section.aboutart.aboutartnew .aboutartHead {
    padding-right: 0;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 68px;
}

section.aboutart.aboutartnew .aboutartinfo {
    width: auto;
    max-width: 60%;
    text-align: center;
    padding: 0;
    margin: 0;
}

section.aboutart.aboutartnew .aboutartinfo p.aboutartDescription {
    text-align: center;
    padding: 0 25px;  
}

section.aboutart.aboutartnew {
    flex-direction: column;
    position: relative;
    z-index: 1;
}

section.aboutart.aboutartnew .aboutartHead {
    padding-right: 0;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 68px;
}

.aboutart::after {
    content: "";
    height: 100%;
    border: 8px solid;
    border-image-source: linear-gradient(142.31deg, #d0993b 1.55%, #7c5320 96.8%);
    border-image-slice: 1;
    position: absolute;
    top: 33%;
    left: -178px;
    height: 62%;
    width: 30%;
    z-index: -1;
}


/* .aboutart.aboutartnew .aboutartSlider {
    width: calc(100vw - 10px);
} */

.homepickInfo-desc {
    font-size: 17px;
    line-height: 26px;
    max-width: 80%;
}

.homepicks_big_image {
    border: 8px solid;
    border-image-source: linear-gradient(45deg, #8D6025, #A7772D, #B68332, #8D6025);
    border-image-slice: 1;
    max-width: 850px;
    background: #fff;
    box-shadow: inset 0 4px 10px 0 rgb(181 0 0 / 25%);
}

.homepicks_newdesign .homepicksmainSlider .productmainlist {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-color: #fff;
}

/* Loader Styles */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(44 30 4 / 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    flex-direction: column;
}

.spinner_infos {
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
    max-width: 350px;
    text-align: center;
    margin-top: 10px;
    line-height: 22px;
}

/* Loader Animation */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: relative;
    z-index: 99999999999999;
    visibility: visible;
    background: none;
}

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

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

/* Hide Loader */
.hidden {
    opacity: 0;
    visibility: hidden;
}

.homepicks_btn_options.homepicks_btn_options_mobile {
    display: none;
}

.homepicks_newdesign .homepicksBtn .homepicksliderbtn::before,
.homepicks_newdesign .homepicksBtn .homepicksliderbtn:focus::before {
    background: url(../images/hm_left_secarrow.svg) 9px 9px no-repeat;
    width: 23px;
    height: 18px;
    background-size: 23px 18px !important;
    left: 12px;
    position: absolute;
    top: 14px;
}

.homepicks_newdesign .homepicksBtn .homepicksliderbtn.next::before,
.homepicksBtn .homepicksliderbtn:focus.next::before {
    transform: rotate(180deg);
}

.homepicks_newdesign .homepicksBtn .homepicksliderbtn.prev::before,
.homepicksBtn .homepicksliderbtn:focus.prev::before {
    transform: inherit;
}

.shop-art-style_new .swiper-wrapper_new .swiper-slide.shop-art-box {
    flex: 0 0 24%;
    max-width: 24%;
}

.shop-art-style_new .swiper-wrapper_new .swiper-slide.shop-art-box:nth-child(4n+4) {
    margin-right: -20px;
}

.homepicks.homepicks_newdesign .homepicks-left {
    width: 100%;
    height: 100%;
    background-color: none;
    padding-left: 25px;
    padding-top: 40px;
    transition: all .5s;
    position: relative;
    z-index: 0;
    left: auto;
}

.homepicks_pagination {
    display: none;
}

/*checkout*/

.checkout_newform_main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.checkout_newform_main .checkout_newform_col {
    flex: 0 0 67%;
    max-width: 67%;
}

.checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
    flex: 0 0 33%;
    max-width: 33%;
}


.checkout_newform_main .side-cartt {
    border-radius: 16px;
    background: #fff;
    margin: 0 0 0 30px;
    padding: 24px 28px;
}

.checkout_newform_login_newform.skipp-login .checkout_newform_login {
    display: none;
}

.checkout_newform_login_newform.skipp-login .checkout_newform_main {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}

.checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
    flex: 0 0 67%;
    max-width: 67%;
}

.checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
    flex: 0 0 33%;
    max-width: 33%;
}

.side_cartt_col .order-item {
    display: flex;
}

.order-item-image {
    border-radius: 8px;
    overflow: hidden;
    width: 69px;
    height: 76px;
    margin: 0 15px 0 0;
    object-fit: cover;
}

.order-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.order-item-details {
    flex: 0 0 75%;
    max-width: 75%;
}

.order-item-details h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

.order-item-details .artist-name {
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.side_cartt_col .order-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.checkout_total_price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


.checkout_total_price_col span.woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #4d4d4d;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.checkout_total_price_col p.shipping {
    font-size: 12px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-align: right;
}

.checkout_total_col .artwork-total strong {
    color: #4d4d4d;
    font-size: 14px;
}



.checkout_total_price_col .price {
    margin: 0;
    text-align: right;
}

.order-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.order-item-details {
    flex: 0 0 75%;
    max-width: 75%;
}


.checkout_total_price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-top: solid 1px #EBE8E4;
    border-bottom: solid 1px #EBE8E4;
}

.side_cartt_col .order-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}

.order-total {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-total h3 {
    color: #4D4D4D;
}

.order-total .total-price {
    font-weight: 500;
}

.cart-safety-box {
    display: flex;
    margin: 0 0 20px 0;
}

.cart-safety-box .safety-box-detail {
    margin: 0 0 0 13px;
}

.cart-safety-box .safety-box-detail .safety-box-strong-text {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 7px 0;
    color: #4d4d4d;
    line-height: 24px;
}

.cart-safety-box .safety-box-detail .safety-box-norma-text {
    font-size: 15px;
    color: #4d4d4d;
    line-height: 23px;
    padding: 0 5% 0 0;
}

.cart-safety-box .safety-box-img picture img {
    filter: brightness(0.5) invert(0.3);
    width: auto;
    transform: scale(0.85);
}

.mini-cart-safety-box {
    padding-top: 35%;
}

.support-button {
    display: flex;
    gap: 10px;
}

.myaccount-wrap .support-button a button {
    color: #4d4d4d !important;
    border: solid 1px #4d4d4d !important;
    font-size: 14px !important;
    background: none !important;
    padding: 13px 20px !important;
}

/* .woocommerce-checkout form.checkout.woocommerce-checkout p.form-row.address-field {
    width: 49% !important;
    float: left;
} */

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button .support-btn {
    color: #4d4d4d !important;
    border: solid 1px #4d4d4d !important;
    font-size: 13px !important;
    background: none !important;
    padding: 13px 17px !important;
    transition: all 0.5s ease;
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button .support-btn:hover {
    color: #fff !important;
    background: #d0993b !important;
    transition: all .5s;
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp {
    padding: 24px 28px !important;
}

.woocommerce-checkout form.checkout.woocommerce-checkout .address_float_left {
    width: 100%;
    float: left;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    color: #4d4d4d;
}

.order-summary h3 {
    font-size: 24px;
    font-weight: 600;
    color: #4d4d4d;
}

.woocommerce-billing-fields label {
    font-size: 15px !important;
}


.checkout_newform table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-name,
.checkout_newform table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-total {
    color: #4d4d4d !important;
    font-size: 16px;
}

.checkout_newform .wpmc-step-item.wpmc-step-billing.wpmc-step-shipping.current {
    padding: 54px 25%;
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons .checkout {
    background: linear-gradient(120deg, rgba(208, 153, 59, 1) 0%, rgba(124, 83, 32, 1) 100%);
    border: none;
    font-weight: 400;
    transition: all 0.5s ease;
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-button .woocommerce-mini-cart__buttons .checkout:hover {
    background: linear-gradient(120deg, rgba(124, 83, 32, 1) 0%, rgba(208, 153, 59, 1) 100%);
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .mini-cart-safety-box .cart-safety-box {
    column-gap: 0;
}

.myaccount-wrap .support-button a button:hover {
    color: #fff !important;
    background: #d0993b !important;
    border-color: #d0993b !important;
}

.cust_mini_cart .mini-cart .mini-cart-inner .mega_menu .mega_sub #mcart-widget .mini-cart-main .mini-cart-pp .support-button .support-btn:hover {
    color: #fff !important;
    background: #d0993b !important;
    transition: all .5s ease;
}

.wpmc-step-item.wpmc-step-review.current #order_review_heading {
    color: #4d4d4d !important;
    text-align: center;
}

.wpmc-step-item.wpmc-step-review.current .product-total,
.wpmc-step-item.wpmc-step-review.current .product-name {
    color: #4d4d4d !important;
}

.wpmc-step-item.wpmc-step-review.current .woocommerce-Price-amount.amount {
    color: #4d4d4d !important;
}

.wpmc-step-item.wpmc-step-review.current .cart-subtotal th {
    color: #4d4d4d !important;
}

.woocommerce ul.order_details li {
    margin: 0 0 20px 0 !important;
    padding: 0 15px !important;
}


.woocommerce ul.order_details li strong {
    margin-top: 5px;
}

.homepick_right_topinfos .homepickInfo {
    padding: 0 30px 0 0;
    min-height: 350px;
}



.our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img picture img {
    transform: scale(1.5);
    transform-origin: center center;
    padding: 0 !important;
}

.our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-upper-side-img picture {
    overflow: hidden;
    height: 182px;
    width: 182px;
    object-fit: cover;
    margin: 0 0px 0 0;
}

.our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-bottom-side-img picture {
    overflow: hidden;
    height: 137px;
    width: 160px;
    object-fit: cover;
    margin: -3px 0px 0 0;
}

.our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-upper-side-img {
    max-width: 178px;
    min-width: auto;
    margin: -22px 0 0 -22px !important;
}

.order_err_box {
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 690px;
}

.order_err_btn {
    max-width: 365px;
    width: 100%;
}


.order_err_btn a {
    background: #000;
    border-radius: 35px;
    padding: 17px 11% 17px 25%;
    display: flex;
    width: 100%;
    color: #fff;
    max-width: 340px;
    align-items: center;
    transition: all 0.5s ease;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}

.order_err_btn a:hover {
    background: #D0993B;
    color: #fff;
}

.order_err_img {
    padding: 0 0 30px 0;
}

.order_err_infos {
    padding: 0 0 40px 0;
}

.order_err_infos h3 {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.order_err_infos p {
    color: #4d4d4d;
    font-size: 18px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    max-width: 300px;
    margin: 0 auto;
}

.order_err_box.order_err_box_failed a {
    padding: 17px 0 17px 0;
    font-size: 17px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img {
    display: flex;
    align-items: stretch;
    column-gap: 7px;
    border: 3px solid #000;
    padding: 4px;
    width: 100%;
}

.our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .right-gallery-img {
    max-width: 157px;
}

/*artist page*/

.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide {
    width: 100% !important;
}


.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left {
    width: 100%;
}


.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left {
    width: 100%;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:first-child,
.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(2) {
    width: 100% !important;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(3),
.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(4) {
    width: calc(50% - 0px) !important;
    clear: inherit !important;
    float: left;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide {
    clear: inherit !important;
    float: left;
    width: calc(50% - 0px);
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(3) {
    margin-right: 5px;
    width: calc(49% - 0px) !important;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from .form-row-wide:nth-child(4) {
    width: calc(50% - 5px);
}


.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(4) {
    margin-left: 6px;
    width: calc(49% - 0px) !important;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:last-child {
    margin-left: 6px;
    width: calc(49% - 0px) !important;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(5) {
    margin-right: 5px;
    width: calc(49% - 0px) !important;
}


.myaccount-wrap .becomeartist-wrap .register .register-woo-from p.form-row.form-row-wide.phone-reg {
    z-index: 12;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from p.form-row.form-row-wide.phone-reg .iti--allow-dropdown .iti__country-list .iti__country {
    display: flex;
    align-items: center;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from p.form-row.form-row-wide.phone-reg .iti--allow-dropdown {
    display: block;
    height: 49px;
}

.myaccount-wrap .becomeartist-wrap .register .register-woo-from p.form-row.form-row-wide.phone-reg .iti--allow-dropdown .iti__country-list {
    z-index: 9999999;
}

.myaccount-wrap .register .register-woo-from .form-row-wide span {
    margin-top: 5px;
    display: block;
}



/*checkout login*/

.checkout_newform_login_newform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.checkout_newform_login_newform .checkout_newform_login {
    flex: 0 0 67%;
    max-width: 67%;
}

.checkout_newform_main {
    flex: 0 0 50%;
    max-width: 50%;
}

.checkout_newform_login_newform .checkout_newform_main {
    flex-direction: row-reverse;
    flex: 0 0 33%;
    max-width: 33%;
    flex-wrap: wrap-reverse;
}

.checkout_newform_login_newform .checkout_newform_main .checkout_newform_col {
    flex: 0 0 100%;
    max-width: 100%;
}

.checkout_newform_login_newform .checkout_newform_main .side_cartt_col {
    flex: 0 0 100%;
    max-width: 100%;
}

.checkout_newform_login_newform.skipp-login .checkout_newform_login {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

.checkout_newform_login_newform.skipp-login .checkout_newform_main {
    flex-direction: inherit;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    width: 100%;
}

.checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
    flex: 0 0 67%;
    max-width: 67%;
}

/*blog page*/

.swiper-slide.swiper-slide_bloglink a {
    display: block;
}

/* .page-template-tp-blog .blog-main-banner{background:url(https://elisium.art/staging/wp-content/uploads/2025/03/blog_bg_new_banner.jpg) left top no-repeat !important;padding-bottom: 0;height: 600px;background-size: cover !important;} */

.page-template-tp-blog .blog-main-banner .blog-categories-list {
    display: none;
}

.page-template-tp-blog .blog-main-banner .blog-banner-content.aos-init {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 80px;
}

.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories {
    text-align: center;
}


.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content .explore-btn {
    display: none;
}

.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content a.cat-btn {
    padding: 10px 18px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25.6px);
    border-radius: 35px;
}

.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content {
    top: inherit;
    bottom: 5%;
    transform: inherit;
}

.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content .our-stories-latest {
    font-size: 24px;
    line-height: 29px;
    min-height: 60px;
}

.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content .explore-btn {
    display: none;
}

.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content a.cat-btn {
    padding: 10px 18px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25.6px);
    border-radius: 35px;
}

.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content {
    top: inherit;
    bottom: 5%;
    transform: inherit;
}

.page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content .our-stories-latest {
    font-size: 24px;
    line-height: 29px;
    min-height: 60px;
}

.page-template-tp-blog section.latest-stories-section {
    background: none;
    padding-top: 80px;
}

.page-template-tp-blog section.blog-our-stories {
    padding-bottom: 30px !important;
}

.page-template-tp-blog section.latest-stories-section .latest-title {
    text-align: center;
}

.page-template-tp-blog section.latest-stories-section .latest-stories-main .latest-stories-left,
.page-template-tp-blog section.latest-stories-section .latest-stories-main .latest-stories-right {
    background: #EBE8E4;
}

.page-template-tp-blog section.most-popular-section {
    padding-top: 80px;
}

.page-template-tp-blog section.color-favorite {
    padding-top: 80px;
    background: none;
}

/*blog detail*/

.blogDetailOuter .blog-details-section {
    padding: 90px 0 90px 0;
}

.single.single-post .blogDetailOuter .blog-categories-list {
    display: none;
}

.single.single-post .blogDetailOuter section.blog-main-banner.blog-detail-banner:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.85;
}

.single.single-post section.favorite-artworks-section.section_spacing.our-readers-section {
    display: none;
}

.single.single-post section.blog-details-section .written-by-wrap {
    display: none;
}



.blogDetailOuter .blog-details-section .blog-details-wrap {
    gap: 80px;
}

.blogDetailOuter .blog-details-section .blog-details-wrap .blog-detail-view {
    max-width: 705px;
}

.blogDetailOuter .blog-details-section .blog-details-wrap .blog-detail-view p {
    font-size: 18px;
    line-height: 26px;
}


.signup_infos {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    max-width: 520px;
    margin: 0 0 20px 30px;
}


.ft-newsletter-img {
    top: -30px;
    transform: scale(1.2) rotate(0deg) translateY(0px) !important;
}

.ft-newsletter-img picture.backimg,
.ft-newsletter-img picture.frontimg {
    transform: translateX(-50%) rotate(0deg) !important;
}

/*curator page*/

.artistbannerouter.curator-banner-outer {
    padding: 140px 0 70px !important;
}

.artist-banner-box .artist-banner-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box .artist-img-col .artist-img {
    position: inherit;
    width: 240px;
    height: 240px;
}

.artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box.artist-banner-box_new {
    padding: 40px 35px 40px 35px !important;
    max-width: 912px !important;
    margin: -10px auto 0 !important;
}

.curator-right-infos {
    text-align: left;
    padding: 0 0 0 30px;
}

.curatorOuter .curator-banner-section .curator-right-infos .curator-text {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
}

.follow_abut_crtr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.follow_abut_crtr .curator-about a {
    background: #EBE8E4;
    border-radius: 35px;
    padding: 18px 50px;
}

.follow_curator_art.filter-latest-art .type-product .product-details .custom-product-data {
    display: none;
}

.follow_curator_art.filter-latest-art .type-product .product-details .yith-wcwl-add-to-wishlist {
    display: none;
}

.follow_curator_art.filter-latest-art .type-product .product-details span.by-vendor-name {
    display: none;
}

.filter-latest-art.artist_filter_secnew .follow_curator_art .type-product .product-details {
    min-height: inherit;
}

.follow-latest-art-section.follow_curator_art.filter-latest-art .custom-product-attributes {
    display: none;
}

section.artist-filter-section.artist_filter_secnew .follow_curator_art .product-details {
    min-height: inherit;
}

section.artist-filter-section.artist_filter_secnew .follow_curator_art .type-product img {
    border: none;
    box-shadow: none;
    position: inherit;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    bottom: 0;
    border-radius: 20px !important;
    object-fit: cover;
}

/* .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper #side-table-container .side-table.active {
    flex: 0 0 75%;
    max-width: 75%;
} */



section.artist-filter-section.artist_filter_secnew .follow_curator_art .type-product a.woocommerce-LoopProduct-link {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    height: 430px;
    object-fit: cover;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
}

section.artist-filter-section.artist_filter_secnew .follow_curator_art .type-product a.woocommerce-LoopProduct-link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    opacity: 0.6;
}

section.artist-filter-section.artist_filter_secnew .follow_curator_art .product-details {
    min-height: inherit;
    position: absolute;
    bottom: 8px;
    left: 20px;
    height: auto;
    padding: 0;
    background: none !important;
}

section.artist-filter-section.artist_filter_secnew .follow_curator_art .add-to-wishlist-after_add_to_cart {
    box-shadow: none !important;
    height: 430px;
}

section.artist-filter-section.artist_filter_secnew .follow_curator_art .type-product .product-details a.woocommerce-LoopProduct-link {
    height: auto;
}

.follow_curator_art.filter-latest-art .type-product .product-details .custom-product-data {
    display: none !important;
}

section.artist-filter-section.artist_filter_secnew .follow_curator_art .product-details .woocommerce-loop-product__title {
    color: #fff;
    line-height: 36px !important;
    background: none !important;
}

section.artist-filter-section.artist_filter_secnew .follow-latest-art-section.follow_curator_art p.woocommerce-loop-product__price.sold-label-cust {
    display: none;
}

.artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box.artist-banner-box_new .follow-contact-btn {
    margin-bottom: 0;
    margin-right: 15px;
}

.artist-tab-view.artist-tab-view_new .tab-container {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
}

section.artist-tab-view.artist-tab-view_new {
    background: #fff;
}

section.artist-tab-view.artist-tab-view_new .tab-content .about-tab-header {
    background: #EBE8E4;
    border-radius: 40px;
    padding: 50px 30px;
    margin: -60px 0 0 40px;
}

.productbanner_new .artist-detail .artist-image .artist-name a {
    margin: 0 0 7px 0;
}


section.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active .tab-content .tab .about-tab-header .about-user-name .user-name-title {
    font-size: 40px;
}

section.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active .tab-content .tab .about-tab-header .about-user-name .user-country {
    margin-bottom: 20px;
    font-size: 28px;
}

.art-detail li p span.art-detail_ttle {
    font-weight: 500;
    color: #000;
    width: 85px;
    text-align: left;
}

.productbanner.productbanner_new:before {
    background: linear-gradient(90.24deg, #ffffff 21.41%, rgba(255, 255, 255, 0) 35.83%);
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active {
    column-gap: 60px;
    flex-direction: row;
}



/* .artist-tab-view.artist-tab-view_new#followCurator .cv_maininfos .cv_maininfos_right {
    padding-right: 30px;
} */

.artist-tab-view.artist-tab-view_new .cv_maininfos .cv_maininfos_left {
    flex: 0 0 64%;
    max-width: 64%;
}

.artist-tab-view.artist-tab-view_new .cv_maininfos .cv_maininfos_right {
    flex: 0 0 36%;
    max-width: 36%;
    padding-right: 15px;
}

.artist-tab-view#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .education-inner {
    flex-basis: 90%;
    max-width: 90%;
}

.artist-tab-view#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-born-lives {
    margin-bottom: 20px;
}

.artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper #side-table-container #side-table4.side-table.active {
    flex: 0 0 100%;
    max-width: 100%;
}

.artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper #side-table-container #side-table4.side-table.active p.news-exhibitions-box {
    text-align: center;
}


.artist-tab-view#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .born-lives-inner h3 {
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 12px 0;
}

.artist-tab-view#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-born-lives .born-lives-inner h3 {
    font-weight: 400 !important;
}

.artist-tab-view .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-born-lives .born-lives-inner p {
    font-size: 20px;
}



/*artist page*/


.artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box.artist_newbox {
    padding: 40px 35px 40px 35px !important;
    max-width: 912px !important;
    margin: 60px auto 40px !important;
}

.artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box.artist_newbox .artist-banner-row .curator-right-infos {
    text-align: center;
}

.artist-filter-section .range-slider-main .artis-range .display {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.artis-range .display .boderline {
    display: none;
}

section.artist-filter-section.artist_filter_secnew .range-slider-main {
    position: relative;
    z-index: 1;
}

section.artist-filter-section.artist_filter_secnew .range-slider-main {
    max-width: 287px;
    position: relative;
    z-index: 1;
}

section.artist-filter-section.artist_filter_secnew .range-slide {
    margin: 0 auto 0 auto;
    max-width: 120px;
}


section.artist-filter-section.artist_filter_secnew .artis-range {
    position: absolute;
    width: 100%;
    bottom: -19px;
}

.artist-filter-section .range-slider-main .range-slide .slide .thumb {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.artist-filter-section.artist_filter_secnew .show-only .form-group label {
    font-size: 20px;
    max-width: 230px;
}


.artist-filter-section.artist_filter_secnew .show-only .form-group label {
    font-size: 18px;
    max-width: 210px;
    line-height: 22px;
}

.artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box .clear-all-btn.clear_btn_new {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    row-gap: 5px;
    gap: 18px;
}

.clear-all-btn.clear_btn_new button.clear-btn {
    font-size: 20px;
}

.clear-all-btn.clear_btn_new .view-result {
    display: inline-block;
    background: #4C4C4C;
}

.artist-filter-section.artist_filter_secnew .range-slider-main .rangeheading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rang-unit {
    margin: -7px 0 0 8px;
    position: relative;
}



section.artist-filter-section.artist_filter_secnew .follow-latest-art-section.filter-latest-art .section_spacing .artworks-sold-sec {
    padding-top: 40px;
}

.artist-filter-section.artist_filter_secnew .artist-filter-box .artist-filter-title {
    font-size: 18px;
    margin: 0 0 0 0;
    line-height: 26px;
}

.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
    width: 61px;
    height: 61px;
    transition: all 0.5s ease;
}

.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button .add_to_wishlist {
    background: #ebebeb;
}

section.artist-filter-section.artist_filter_secnew .product-details .woocommerce-Price-amount.amount {
    font-size: 20px;
}

section.artist-filter-section.artist_filter_secnew .product-details .yith-wcwl-add-to-wishlist {
    bottom: 40px;
}

section.artist-filter-section.artist_filter_secnew .product-details {
    padding-bottom: 0;
    min-height: 178px;
}

section.artist-filter-section.artist_filter_secnew {
    padding-bottom: 80px;
    padding-top: 80px;
}

.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg#yith-wcwl-icon-heart-outline {
    background: url(../images/heart_new.svg) no-repeat;
    width: 29px;
    height: 24px;
}

.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg#yith-wcwl-icon-heart-outline path {
    display: none;
}



.follow-latest-art-section.filter-latest-art .type-product .woocommerce-loop-product__link {
    background: #fff !important;
    margin-bottom: -9px;
}

.follow-latest-art-section.filter-latest-art .type-product .product-details .custom-product-data {
    display: flex;
    flex-direction: column-reverse;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active {
    column-gap: 60px;
    flex-direction: row;
    align-items: flex-start;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content {
    flex: 0 0 25%;
    max-width: 25%;
    width: auto;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container {
    flex: 0 0 75%;
    max-width: 75%;
}

.artist-tab-view.artist-tab-view_new .cv_maininfos {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-right: 20px;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .brian-collins-inner {
    flex-basis: 100%;
    max-width: 100%;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .brian-collins-inner .brain-collins-text p {
    font-size: 18px;
    line-height: 26px;
    padding-right: 0;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .printcvBtn {
    text-align: left;
    margin: 15px 0 0 0;
}

.cv_maininfos_right .born-lives-inner h3,
.cv_maininfos_right .education-inner h3 {
    font-weight: 400;
    font-size: 28px;
}

.cv_maininfos_right p {
    font-size: 20px;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content .tab .about-tab-header .about-tab-img img {
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content .tab .about-tab-header .about-tab-img {
    margin: 0 auto 22px;
    text-align: center;
}



.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content .tab .about-tab-header .about-user-name .user-name-title {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(30px + 15*(100vw - 300px) / 1620);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.artist-tab-view.artist-tab-view_new .tab-container .about-user-name {
    text-align: center;
}

.artist-tab-view.artist-tab-view_new .tab-container .user-country {
    color: #a7a7a7;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(19.4px + 8.6*(100vw - 300px) / 1620);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .12em;
    margin-bottom: 49px;
}

.artist-tab-view.artist-tab-view_new .artist-follow-btn .follow-black-btn {
    background: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    gap: 7px;
    border-radius: 70px;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: calc(18px + 2*(100vw - 300px) / 1620);
    font-weight: 500;
    line-height: 1.2;
    transition: all .5s;
}

section.follow-latest-art-section.follow-artist.follow-artist_new {
    background: url(../images/artist_pattern.png) left top repeat #CFBD9E;
    padding: 90px 0;
}

section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 25px 0px #00000040;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    align-items: center;
}


section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing {
    padding-top: 0;
    margin: 0 auto;
    padding-bottom: 0;
}

section.follow-latest-art-section.follow-artist.follow-artist_new span.latestbannerBg {
    background: none !important;
    height: auto;
}


section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colleft {
    flex: 0 0 260px;
    max-width: 260px;
}

section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright {
    flex: 0 0 68%;
    max-width: 68%;
}

section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos .title-artist {
    color: #000;
    margin: 0 0 10px 0;
    text-align: left;
}

section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos h3 {
    color: #a7a7a7;
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 33px 0;
}

.follow-latest-art-section.follow-artist_new .section_spacing .follow-art-sec .follow-person {
    margin: 0;
}

.follow-latest-art-section.follow-artist_new .section_spacing .follow-art-sec .follow-person input#followerArtistEmail {
    border-color: #000;
}

.follow-latest-art-section.follow-artist_new .section_spacing .follow-art-sec .artist-img {
    margin: 0;
    width: 240px;
    height: 240px;
    border-radius: 100%;
}

.follow-latest-art-section.follow-artist_new .section_spacing .follow-art-sec .artist-img img {
    border-radius: 100%;
}

section.artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:after {
    background: none;
}

section.artist-filter-section.artist_filter_secnew .artist_title {
    text-align: center;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 40px;
    margin: 0 0 35px 0;
}

/*blog detail*/

section.blog_writer {
    background: url(../images/artist_pattern.png) left top repeat #CFBD9E;
    padding: 90px 0;
}

section.blog_writer {
    background: url(../images/artist_pattern.png) left top repeat #CFBD9E;
    padding: 90px 0;
}

.blog_dinfosbox {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 25px 0px #00000040;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    align-items: center;
}

.blog_dinfosbox .blog_boxleft {
    flex: 0 0 260px;
    max-width: 260px;
}

.blog_dinfosbox .blog_boxright {
    flex: 0 0 68%;
    max-width: 68%;
}

.blog_boxright_infos h5 {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.blog_boxright_infos h3.name {
    color: #a7a7a7;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 15px 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.blog_boxright_infos p {
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
}

.blog_boximg picture.profile-img {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #d9d9d9;
    padding: 6px;
}

.blog_boximg picture.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.blog-main-banner .blog-banner-content .profiles {
    background: #EBE8E41A;
    border: solid 1px #D0993B;
    border-radius: 115px;
    max-width: 416px;
    padding: 8px 10px;
    margin: 0 auto 0 auto;
    backdrop-filter: blur(15px);
}

.blog-main-banner .blog-banner-content .profiles picture.profile-img {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    margin: 0 0 0 -57px;
}

.blog-main-banner.blog-detail-banner .blog-banner-content .profiles .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}


.blog-main-banner .blog-banner-content .profiles .name span {
    color: #D0993B;
    margin: 0 3px 0 0;
}

/*blog detail viwes*/



.blg_likes button#like-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 0;
    position: relative;
    top: -2px;
}

.views_share_likes {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 20px 0 0 0;
    gap: 10px;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
}


.single-product .real-art .views_share_likes {
    position: absolute;
    bottom: -50px;
}


.views_share_likes .blg_views p {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    font-size: 18px;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0 0 0 32px;
}

.blg_share {
    position: relative;
    z-index: 1;
    padding-top: 0px;
    top: -4px;
}

.single-product.woocommerce .real-art .blg_share {
    padding-top: 0;
}

.blg_share div#share-div {
    position: absolute;
    left: 0;
    top: 22px;
    max-width: 280px;
    /* display: block; */
}

.blg_share div#share-div .heateor_sss_sharing_ul {
    display: flex;
}


.views_share_likes .blg_views p strong {
    font-weight: 400 !important;
}

.views_share_likes .blg_views p:after {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/b_views.svg) center center no-repeat;
    width: 26px;
    height: 22px;
    background-size: 26px 22px;
    content: "";
}

.views_share_likes button#share-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    padding: 0 0 0 27px;
}

.views_share_likes button#share-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/b_shares.svg) center center no-repeat;
    width: 23px;
    height: 18px;
    background-size: 23px 18px;
    content: "";
}

.blg_likes button#like-btn span#like-count {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    padding: 0 0 0 31px;
}

.blg_likes button#like-btn span#like-count:after {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/b_linkes.svg) center center no-repeat;
    width: 25px;
    height: 21px;
    content: "";
    background-size: 25px 21px;
}

.views_likes_only {
    display: flex;
}



.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active #side-table-container .side-table .about-tab-left .about-tab-inner-text {
    padding-top: 30px;
}

.news-exhibitions-title {
    padding-top: 30px;
}

.artist-tab-view .tab-container .tabs.tabs_mobile {
    display: none;
}


.artist-filter-section.artist_filter_secnew .artist-filter-box {
    padding: 1px 0px;
    border-radius: 15px;
    overflow: hidden;
}

.artist-filter-section.artist_filter_secnew .artist-filter-box .art-rage-icon {
    font-size: 17px;
    margin: 0 0 0 3px;
}

.artist-filter-section.artist_filter_secnew .artist-filter-box .rang-unit {
    margin: 0 0 0 0;
}

.artist-filter-section.artist_filter_secnew .range-slider-main .range-slide .slide .thumb {
    width: 8px;
    height: 8px;
}

.artist-filter-section.artist_filter_secnew .orientation .orientation-wrapper label:after {
    background-size: 90%;
}

.artist-filter-section.artist_filter_secnew .orientation .orientation-wrapper label {
    height: 36px;
    width: 36px;
    padding: 21px 21px;
}

.artist-filter-section.artist_filter_secnew .range-slider-main .display .mincol {
    font-size: 18px;
    color: #aaa;
}

.follow-latest-art-section .section_spacing .artworks-sold-sec .artwork-box-list {
    max-width: 1340px;
}

#art-follow.modal {
    z-index: 9999;
}


.follow-latest-art-section.follow-artist_new .section_spacing .follow-art-sec .follow-person svg {
    top: 23px;
}

.artist-tab-view .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .brian-collins-inner .brain-collins-text {
    max-width: 675px;
    line-height: 27px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: -0.5px;
    padding-right: 20px;
}

.mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture {
    padding: 14px 22px !important;
}

.mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture img {
    height: 34px !important;
}



/*product Page*/


/* .single-product.woocommerce .product .real-art picture {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    object-fit: cover;
}

.single-product.woocommerce .productbanner .real-art img {
    object-fit: cover;
    height: auto;
    width: 100%;
} */

.single-product.woocommerce .product .real-art picture .left_measur {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}

.single-product.woocommerce .product .real-art picture .right_measur {
    left: 0;
    position: absolute;
    top: -76px;
    right: 0;
    width: 100%;
}

.productinfo-main.productinfo-main_new .artist-detail {
    flex-direction: column;
}

.productinfo-main.productinfo-main_new .artist-detail .artist-awards {
    margin: 20px 0 10px 0;
}

.productinfo-main_new .art-value.simpleProductouter button.single_add_to_cart_button.button.alt {
    background: #D0993B !important;
    transition: all 0.5s ease;
}

.productinfo-main_new .art-value.simpleProductouter button.single_add_to_cart_button.button.alt:hover {
    background: #b3812d !important
}

.single-product.woocommerce .real-art.bgdark_textwht .views_share_likes .blg_views p {
    color: #fff;
}

.single-product.woocommerce .real-art.bgdark_textwht button#share-btn {
    color: #fff;
}

.single-product.woocommerce .real-art.bgdark_textwht .views_share_likes .blg_views p:after {
    filter: brightness(0) invert(1);
}

.single-product.woocommerce .real-art.bgdark_textwht .blg_likes label.like-shape:after {
    filter: brightness(0) invert(1);
}


section.collection-banner-section.collection-banner-section_new .container.collection-banner-content {
    font-weight: 400;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 28px;
}

section.collection-banner-section.collection-banner-section_new .collection-banner-content .collection-title {
    z-index: 1;
    background: #000;
    text-transform: inherit !important;
    color: #fff;
    font-family: "Cinzel", Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    font-weight: 500;
    max-width: 514px;
    height: 81px;
    padding: 19px 35px 0 35px;
    line-height: 36px;
}

section.view-profile-section.view_proprofile_new {
    background: #000;
}

section.favorite-artworks-section.artworks-similar-section.section_spacing.pro_favart_newsec {
    background: #EBE8E4;
    padding: 90px 0 70px;
}


section.collection-banner-section.collection-banner-section_new .collection-banner-content .collection-title:before {
    left: 0;
    width: 90%;
    margin: 0 auto;
    right: 0;
    transform: inherit;
    height: 175px;
    top: -73%;
    z-index: -5;
    bottom: 0;
    border: 8px solid;
    border-image-source: linear-gradient(142.31deg, #d0993b 1.55%, #7c5320 96.8%);
    border-image-slice: 1;
    position: absolute;
    content: "";
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 1.5s;
    transition-property: opacity, transform;
    border-top: none;
    background: none;
}

.profile-title-wrap_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.collection-banner-section.collection-banner-section_new .collection-banner-content .collection-title:after {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: -1;
}

section.secure-safe-section.secure_newsec {
    background: #fff;
    padding-top: 90px;
}

.view-profile-section .profile-box .profile-title-wrap_content .profile-content-info {
    margin-top: 0;
    padding: 20px 0 0 0;
}

.view-profile-section.view_proprofile_new .profile-box .profile-title {
    align-items: center;
}

.view-profile-section .profile-box .profile-title-wrap_content .profile-content-info p br {
    display: none;
}

section.favorite-artworks-section.artworks-similar-section.section_spacing.pro_favart_newsec {
    background: #EBE8E4;
    padding: 90px 0 70px;
}

section.favorite-artworks-section.artworks-similar-section.section_spacing.pro_favart_newsec .fav-title {
    color: #000;
}


.view-profile-section.view_proprofile_new .profile-box .profile-title {
    align-items: center;
}

.productinfo.productinfo_new .art-detail p {
    justify-content: flex-start;
}

.proinfo_back {
    position: absolute;
    top: -30%;
}

.proinfo_back a {
    border-radius: 35px;
    border: solid 1px #000;
    padding: 12px 20px 11px 20px;
    color: #000;
    transition: all 0.5s ease;
}

.proinfo_back a:hover {
    background: #000;
    color: #fff;
}

.proinfo_back a img {
    transition: all 0.5s ease;
}

.proinfo_back a:hover img {
    filter: brightness(0) invert(1);
    margin-right: 4px;
}

.proinfo_back img {
    width: 17px;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab4-active .news-exhibitions {
    margin-top: 50px;
    gap: 20px;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab3-active .studio-journal-section {
    margin-top: 50px;
}

.artist-filter-section.artist_filter_secnew .show-only .form-group input:checked+label:after {
    top: 13px;
    left: 9px;
}

.tax-yith_shop_vendor #yith-wcwl-popup-message {
    left: 40.5% !important;
}

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
    left: 25%;
}

/*
section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
    left: calc(6% + 216px);
} */

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
    left: calc(19.5% + 316px);
}

.homepicksmainSlider .productmainlist:nth-child(5) {
    left: calc(10% + 672px);
}

.single-product.woocommerce .real-art picture .left_measur span.height-image.draw-line span.line-h {
    background: #4D4D4D;
    width: 1px;
    background: linear-gradient(180deg, rgba(77, 77, 77, 1) 0%, rgba(156, 155, 155, 1) 35%, rgba(163, 162, 162, 0) 45%, rgba(173, 172, 172, 0) 50%, rgba(168, 167, 167, 0) 53%, rgba(148, 147, 147, 1) 69%, rgba(77, 77, 77, 1) 100%);
    left: -95px;
}

.single-product.woocommerce .real-art picture .left_measur span.height-image.draw-line span.line-h span.height_text {
    background: transparent;
}

.single-product.woocommerce .real-art picture .left_measur span.height-image.draw-line span.line-h::before {
    border-radius: 100%;
    background: #4D4D4D;
    bottom: -3px;
    left: -2.5px;
    width: 7px;
    height: 7px;
}

.single-product.woocommerce .real-art picture .left_measur span.height-image.draw-line span.line-h::after {
    border-radius: 100%;
    background: #4D4D4D;
    left: -2.5px;
    width: 7px;
    height: 7px;
    display: inline-block;
}

.single-product.woocommerce .views_share_likes {
    max-width: 100%;
    padding-top: 0;
    align-items: inherit;
    margin: 15px 0 0 0;
    text-align: left;
    justify-content: flex-start;
}

.single-product.woocommerce .views_share_likes .blg_likes button#like-btn span#like-count::after {
    background: url(../images/b_likes_blk.svg) center center no-repeat;
}

.single-product.woocommerce .views_share_likes .blg_views p:after {
    background: url(../images/b_views_blk.svg) center center no-repeat;
    top: 1px;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}

.single-product.woocommerce .views_share_likes button#share-btn:after {
    background: url(../images/b_share_blk.svg) center center no-repeat;
}

.single-product.woocommerce .real-art.bgdark_textwht .views_share_likes button#share-btn:after {
    filter: brightness(0) invert(1);
}

.single-product.woocommerce .views_share_likes .blg_views p {
    padding-top: 0px;
    color: #000;
}


.single-product.woocommerce button#like-btn {
    color: #4c4c4c;
    padding-top: 5px;
}

.single-product.woocommerce button#share-btn {
    color: #4c4c4c;
}

.single-product.woocommerce .real-art .draw-line .line-w {
    background: #4D4D4D;
    height: 1px;
    background: rgb(77, 77, 77);
    background: linear-gradient(90deg, rgba(77, 77, 77, 1) 0%, rgba(156, 155, 155, 1) 36%, rgba(163, 162, 162, 0) 41%, rgba(173, 172, 172, 0) 43%, rgba(168, 167, 167, 0) 53%, rgba(148, 147, 147, 1) 100%, rgba(77, 77, 77, 1) 100%);
}

.single-product.woocommerce .real-art .draw-line .line-w:after {
    border-radius: 100%;
    background: #4D4D4D;
    width: 7px;
    height: 7px;
    display: inline-block;
}

.single-product.woocommerce .real-art .draw-line .line-w:before {
    border-radius: 100%;
    background: #4D4D4D;
    left: -2.5px;
    width: 7px;
    height: 7px;
}

.single-product.woocommerce .real-art .draw-line span.height_text {
    background: transparent;
}

.single-product.woocommerce .real-art picture img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    /* box-shadow: none !important; */
    outline: none !important;
    /* box-shadow: 0px 4.15px 27.65px 11.06px #00000040 !important; */
    border: solid 7px #724e00;
}


.single-product.woocommerce .real-art.real-art-2 picture img {
    border-color: rgb(165, 197, 186);

}

.single-product.woocommerce .real-art picture .right_measur span#scale-width {
    width: 100%;
}

.single-product.woocommerce .real-art .blg_likes .yith-wcwl-add-button .separator {
    display: none;
}

.single-product.woocommerce .real-art .blg_likes .yith-wcwl-add-button a.view-wishlist {
    display: none;
}

.single-product.woocommerce .real-art .blg_likes .yith-wcwl-add-button svg#yith-wcwl-icon-heart {
    width: 0;
    height: 0;
}

.single-product.woocommerce .real-art .blg_likes .yith-wcwl-add-button a.delete_item {
    width: 0;
    height: 0;
    border: none;
}

.single-product.woocommerce .blg_likes label.like-shape {
    color: #4c4c4c;
    padding: 0px 12px 0 32px;
    z-index: 1;
}

.single-product.woocommerce .real-art .blg_likes label.like-shape:after {
    background: url(../images/b_likes_blk.svg) center center no-repeat;
    width: 25px;
    height: 21px;
    background-size: 25px 21px;
    position: absolute;
    left: 0;
    content: "";
    top: 0px;
}

.views_share_likes .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    display: none;
}

.single-product.woocommerce .productbanner .real-art .zoom_btn img {
    box-shadow: none !important;
    outline: none !important;
    top: 0;
    position: relative;
    border: none !important;
    width: 20px !important;
    height: 20px !important;
}

.single-product.woocommerce .productbanner .real-art .zoom_btn button {
    border: none;
    position: absolute;
    bottom: -16px;
    right: -20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 45px;
    border: none !important;
    outline: none !important;
}

/* .single-product .productbanner .real-art {
    max-width: 520px !important;
    max-height: 690px;
    top: -190px;
} */


/* .single-product .productbanner .real-art {
    max-width: 390px !important;
    max-height: 690px;
    top: -80px!important;
} */

.real-art.bgdark_textwht span {
    color: #fff;
}

.single-product.woocommerce .real-art.bgdark_textwht .draw-line .line-w:before {
    background: #fff;
}

.single-product.woocommerce .real-art.bgdark_textwht .draw-line .line-w:after {
    background: #fff;
}

.single-product.woocommerce .real-art.bgdark_textwht picture .left_measur span.height-image.draw-line span.line-h::after {
    background: #fff;

}

.single-product.woocommerce .real-art.bgdark_textwht picture .left_measur span.height-image.draw-line span.line-h::before {
    background: #fff;

}

.single-product.woocommerce .real-art.bgdark_textwht .draw-line .line-w {
    background: linear-gradient(90deg, rgb(217 213 213) 0%, rgba(156, 155, 155, 1) 33%, rgba(163, 162, 162, 0) 35%, rgba(173, 172, 172, 0) 50%, rgba(168, 167, 167, 0) 63%, rgba(148, 147, 147, 1) 67%, rgb(217 213 213) 100%);
}

.single-product.woocommerce .real-art.bgdark_textwht picture .left_measur span.height-image.draw-line span.line-h {
    background: #4D4D4D;
    width: 1px;
    background: linear-gradient(180deg, rgb(217 213 213) 0%, rgba(156, 155, 155, 1) 35%, rgba(163, 162, 162, 0) 35%, rgba(173, 172, 172, 0) 50%, rgba(168, 167, 167, 0) 69%, rgba(148, 147, 147, 1) 69%, rgb(217 213 213) 100%);
    left: -96px;
}


.back_adcartbtn a.productBtn {
    background: #D0993B;
    color: #fff;
    border-radius: 35px;
    padding: 21px 36px 20px 36px;
    margin: 0 0 0 30px;
    display: inline-flex;
    width: 215px;
    position: inherit;
}

.back_adcartbtn {
    /* position: absolute; */
    left: 0;
    right: 0;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    flex-direction: row;
    max-width: 510px;
    margin: 0 auto;
    bottom: -15%;
    height: 61px;
}

.productbanner .productinfo-main .switchbtn .back_adcartbtn .backbtn {
    position: inherit;
    width: 150px;
    display: inline-block;
    margin: 0;
    max-width: 150px;
    background: #000000;
    color: #fff;
    padding: 16px 36px 20px 36px;
}

.back_adcartbtn .backbtn span img {
    filter: brightness(0) invert(1);
    width: 20px;
    margin: 0 10px 0 0;
    position: relative;
    top: 5px;
}

.back_adcartbtn a.productBtn span img {
    margin: 0 0 0 5px;
}

section.collection-banner-section.collection-banner-section_new .collection-banner-content .collection-title {
    font-size: 24px;
}

/*collections*/

section.collection-banner-section.collection-banner-section_new {
    background: #fff;
    padding: 102px 0 64px;
}

.collec_title {
    text-align: center;
}

.collec_title .colecs_ti {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(24px + 18*(100vw - 300px)/1620);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;

}

.shopmood.shopmood_new.shopmood_newcollec {
    background: #000000;
}

.shopmood.shopmood_new.shopmood_newcollec .shopmoodOuter {
    position: relative;
    z-index: 1;
}

.shopmood.shopmood_newcollec .shopmoodSlider .shopmoodlist .shopmoodlist-link picture {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.shopmood.shopmood_newcollec .shopmoodSlider .shopmoodlist .shopmoodlist-link .shopmoodlistHead {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.22;
    margin: 0;
    color: #fff;
    transition: all .5s;
    font-weight: 400;
    z-index: 5;
}

.shopmood.shopmood_new.shopmood_newcollec .shopmoodOuter {
    position: relative;
    z-index: 1;
}

.shopmood.shopmood_new.shopmood_newcollec a.shopmoodlist-link {
    position: relative;
    z-index: 1;
}

.shopmood.shopmood_new.shopmood_newcollec a.shopmoodlist-link .shopmoodlistHead {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.22;
    margin: 0;
    color: #fff;
    transition: all .5s;
    font-weight: 400;
    z-index: 5;
    font-size: 26px;
}

.shopmood.shopmood_newcollec .shopmoodOuter .before-box {
    content: "";
    width: 290px;
    height: calc(100% + 185px);
    border: 8px solid;
    border-image-source: linear-gradient(142.31deg, #d0993b 1.55%, #7c5320 96.8%);
    border-image-slice: 1;
    position: absolute;
    top: -70px;
    left: -20px;
    pointer-events: none;
}

.shopmood.shopmood_new.shopmood_newcollec .shopmoodOuter {
    position: relative;
    z-index: 1;
}

.shopmood.shopmood_new.shopmood_newcollec a.shopmoodlist-link {
    position: relative;
    z-index: 1;
}

.shopmood_newcollec .shopmoodinfo .shopmoodHead {
    color: #fff;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(24px + 18 * (100vw - 300px) / 1620);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.shopmood_newcollec .shopmoodinfo {
    text-align: center;
}


.shopmood.shopmood_new.shopmood_newcollec a.shopmoodlist-link .shopmoodlistHead {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.22;
    margin: 0;
    color: #fff;
    transition: all .5s;
    font-weight: 400;
    z-index: 5;
    font-size: 26px;
}

.collec_tabmain {
    padding: 80px 0;
    background: #EBE8E4;
}

.collec_tabmain .tabs {
    background: #fff;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    padding: 24px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px 0;
    align-items: center;
}

.collec_tabmain .tabs_curator {
    background: #fff;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    padding: 24px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px 0;
    align-items: center;
}




.tabs_btns .tab-link input[type="checkbox"] {
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-appearance: none;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}




.tabs_btns .tab-link {
    position: relative;
    z-index: 1;
}

.tabs_btns .tab-link:hover .mark_colctab {
    background: #4C4C4C;
    color: #fff;
}

.tabs_btns .tab-link span.mark_colctab {
    background: #F4F4F4;
    border-radius: 35px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 5px 15px;
    transition: all 0.5s ease;
}

.tabs_btns .tab-link span.mark_colctab:hover {
    background: #4C4C4C;
    color: #fff;
}



.tabs_btns .tab-link input:checked~.mark_colctab {
    background: #4C4C4C;
    color: #fff;
}


/* .tabs_btns .tab-link:hover, .tabs_btns .tab-link.active {
    background: #4C4C4C;
    color: #fff;
} */

.shopmood_newcollec .shopmoodinfo .shopmoodHead {
    color: #fff;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(24px + 18 * (100vw - 300px) / 1620);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.shopmood_newcollec .shopmoodinfo {
    text-align: center;
}

.shopmood_newcollec .shopmoodSlider2 .shopmoodlist .shopmoodlist-link:hover img {
    transform: scale(1.15);
    transition: all .5s;
}

.shopmood_newcollec .shopmoodSlider2 .shopmoodlist .shopmoodlist-link picture img {
    width: 100%;
    max-height: 465px;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s;
}

.tabs_search input {
    background: #F6F6F6;
    border-radius: 35px;
    border: solid 1px #EDEDED;
    height: 46px;
    padding: 0 40px 0 15px;
    font-size: 17px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.tabs_search input:focus-visible {
    border: solid 1px #EDEDED;
    outline: none;
}

.tabs_search {
    position: relative;
    z-index: 1;
}

.tabs_search button {
    background: none;
    border: none;
    position: absolute;
    right: 7px;
    top: 12px;
}

.collec_title {
    text-align: center;
}

.collec_title .colecs_ti {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(24px + 18*(100vw - 300px)/1620);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;

}

.collec_grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    padding-top: 10px;
}

.collec_grid .collec_col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}

.collec_grid .collec_box_img {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: auto;
}


.collec_grid .collec_box_img .collec_box_infos {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    right: 0;
    width: 100%;
    transition: all 0.5s ease;
  
}

.collec_grid .collec_box_img figure {
    margin: 0;
    height: 555px;
    object-fit: cover;
}

.collec_grid .collec_box_infos h4 {
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: calc(22px + 18 * (100vw - 300px) / 1620);
    font-weight: 500;
    color: #fff;
    margin: 0;
      /* display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.collec_grid .collec_box_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.collec_grid .collec_box_img:hover figure img {
    transform: scale(1.15);
}

.artbox-gallery_collection_new h2.featured-title {
    text-align: center;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    text-align: center;
    text-transform: uppercase;
}

.collec_grid .collec_box {
    position: relative;
    z-index: 1;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 30px;
}

.collec_grid .collec_box_img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(18, 16, 3, 1) 100%);
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.4;
    transition: all 0.5s ease;
}


.collec_grid .collec_box_img:after {
    opacity: .7;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(18, 16, 3, 1) 70%);
}

.collection-banner-section.collection-content_newdetail .collection-banner::after {
    display: none;
}

section.collection-content.collection-content_dtlnew.section_spacing {
    padding: 70px 0 50px;
}

section.collection-content.collection-content_dtlnew.section_spacing .content p {
    font-weight: 400;
    color: #959595;
    font-size: 22px;
    line-height: 31px;
}

.artbox-gallery.artbox-gallery_collection_new .artwork-box-list .artwork-box .artwork-img {
    background: #FFFFFF;
    padding: 20px;
}

section.featured-content.featured-content_collec_new {
    background: #fff;
    padding: 70px 0 100px;
}

section.featured-content.featured-content_collec_new::before {
    display: none;
}

section.artbox-gallery.artbox-gallery_collection_new {
    padding-bottom: 70px;
}

section.faqsSection.faqsSection_collecnew.section_spacing {
    padding-top: 100px !important;
}

.single-product.woocommerce .real-art.bgdark_textwht .views_share_likes .blg_views p {
    color: #fff;
}

.single-product.woocommerce .real-art.bgdark_textwht button#share-btn {
    color: #fff;
}

.switchbtn {
    bottom: -160px;
}

.productbanner.productbanner_new .product-inner-banner {
    background-position: center top;
}

.collec_box a {
    display: block;
}

.collec_grid .collec_box_img figure {
    height: 415px;
}

.tabs_search input {
    width: 100%;
}

.pagination-wrap-custom .page-numb-ul li .page-numb {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 500;
}

.pagination-wrap-custom .page-numb-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 0px 15px;
    margin: 30px 0 0 0;
    gap: 18px;
}

.collec_grid .pagination-wrap-custom {
    flex: 0 100%;
    max-width: 100%;
}

.pagination-wrap-custom .page-numb-ul li a.prev.page-numb {
    transform: rotate(-180deg);
}

.pagination-wrap-custom .page-numb-ul li .page-numb.current {
    background-color: rgb(77, 77, 77) !important;
    color: rgb(255, 255, 255) !important;
}

.pagination-wrap-custom .page-numb-ul li a.page-numb {
    color: #4D4D4D;
}

.pagination-wrap-custom .page-numb-ul li a.page-numb:hover {
    background-color: rgb(77, 77, 77) !important;
    color: rgb(255, 255, 255) !important;
}

.pagination-wrap-custom .page-numb-ul li a.page-numb:hover img {
    filter: brightness(0) invert(1)
}

.featured-content_collec_new .featured-artists ul li.artists-image .artists-content h3.artists-name span {
    display: block;
    width: 100%;
    text-align: center;
}

.read-mre {
    padding: 20px 0 0 0;
    cursor: pointer;
    color: #000 !important;
    text-decoration: underline;
}

#yith-wcwl-popup-message {
    margin-left: 0 !important;
    background: #d0993b !important;
    border-radius: 10px !important;
    margin-right: 0 !important;
    left: 35% !important;
}

.homepicks_big_image_place .zoom-out {
    transform: scale(0.8) translateX(0px);
    transform-origin: center center;
    opacity: 0;
    transition: all 0.6s ease-in;
}

.homepicks_big_image_place .zoom-in {
    transform: scale(1) translateX(0px);
    transform-origin: center center;
    opacity: 1;
    transition: all 0.8s ease-in;
}

.homepicks_big_image_place img {
    transform: scale(0.9) translateX(35px);
    transform-origin: center center;
    opacity: 1;
}

#zcOptinSuccessPopup {
    opacity: 1 !important;
}


/*************************************************/

/* Style for the image */
#myImage {
    width: 300px;
    /* Default size */
    transition: transform 0.25s ease;
    /* Smooth zoom effect */
}

/* Style for the zoomed image */
.zoomed {
    transform: scale(2);
    /* Zoom in 2x */
}

/* Style for the button */
/* #zoomButton {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

#zoomButton:hover {
    background-color: #45a049;
} */

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist.active {
    border: solid 3px #AC7B2F;
}


.single-post .views_likes_only {
    gap: 10px;
}

.single-product.woocommerce .real-art .blg_views {
    padding-top: 2px;
}

/*pro new*/

.productbanner .real-art {
    max-height: 385px;
}

.real-art.scale-image .zoomdetails {
    position: absolute;
    right: -260px;
    width: 230px;
    height: 230px;
}

.productinfo-main .productinfo .product-detail.detail-right {
    justify-content: flex-start;
}

.productbanner.no-after-before .scale-image {
    top: -120px !important;
}


.single-product .productbanner .real-art picture {
    height: 439px;
}

/* .real-art.scale-image picture.img_wrap .zoomdetails {
    height: 540px;
} */

.real-art.scale-image picture.img_wrap .zoomdetails img {
    transform: scale(1);
    object-fit: inherit;
    height: auto;
    width: 100%;
    max-height: inherit !important;

}

.single-product .productbanner .real-art.real-art-1.scale-image {
    top: -220px !important;
    left: 350px !important;
}

.single-product .productbanner .real-art.real-art-2.scale-image {
    top: -320px !important;
}

.single-product .productbanner .real-art.real-art-2 picture {
    height: 300px;
}

.single-product .productbanner .real-art.real-art-3 picture {
    height: 370px;
}

/* .single-product .productbanner .real-art picture.img_wrap {
    height: 400px;
}

.single-product .productbanner .real-art.real-art-2 picture.img_wrap {
    height: 320px;
} */

/* .single-product .productbanner .real-art picture.img_wrap  .zoom_btn button {
    right: 30px;
    bottom: -4px;
} */

/* .single-product .productbanner .real-art picture.img_wrap  .zoom_btn button {
    right: -30px;
    bottom: -24px;
} */

/* .productbanner.productbanner_new .real-art {
    max-height: 475px;top: -216px;
} */

.single-product.woocommerce .blg_likes label.like-shape {
    color: #000;
    padding: 0px 4px 0 0px;
    z-index: 1;
}

.single-product.woocommerce .views_share_likes {
    margin: 0 0 0 0;
}

.single-product.woocommerce .blg_views {
    line-height: 26px;
}


.single-product.woocommerce .views_share_likes {
    margin: 0;
    background: #F3F3F3;
    max-width: max-content;
    border-radius: 35px;
    padding: 7px 30px;
    border-bottom: solid 5px #e9e9e9;
    border-top: solid 3px #e9e9e9;
    box-shadow: inset 12px -1px 5px 4px rgb(241 238 238), 0 1px 2px 0 rgba(0, 0, 0, 0.10);
}


.collec_box_othr_images span {
    width: 130px;
    height: 130px;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    object-fit: cover;
    transition: all 0.5s ease;
    border: solid 1px #8C8479;
}

.collec_box_othr_images {
    margin-top: 11px;
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
        top: 200%;
}

.collec_box_othr_images span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.collec_grid .collec_box_img:hover .collec_box_othr_images {
    position: inherit;
    top:100%
}

.collec_grid .collec_box_img:hover .collec_box_infos {
    bottom: 165px;
}

.productinfo-main_new .product-detail.detail-right .stock {
    display: none;
}

/*productbox*/

.productbanner.productbanner_new .real-art {
    max-height: 485px;
}

.productbanner.productbanner_new .real-art {
    top: -21%;
}

.productbanner.productbanner_new .real-art.real-art-3 img {
    outline: none !important;
    box-shadow: 0px 4.15px 27.65px 11.06px #00000040;
}

.single-product .productbanner.productbanner_new .real-art picture {
    position: relative;
    z-index: 1;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art picture {
    height: auto;
    display: flex;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art {
    max-height: 100% !important;
    max-width: 80% !important;
    transform: scale(1.0);
}

.productbanner.productbanner_new.after-before .image-variation,
.productbanner.productbanner_new .image-variation {
    display: none;
}

.productbanner.productbanner_new.no-after-before .image-variation {
    display: block;
}

.productbanner.productbanner_new.after-before .image-variation img,
.productbanner.productbanner_new .image-variation img {
    width: 0;
    transition: all 0.5s ease;
    transform: translateX(-120px);
    height: 0;
    border: none !important;
}

.productbanner.productbanner_new.after-before .image-variation .checksize,
.productbanner.productbanner_new .image-variation .checksize {
    opacity: 0;
    transition: all 0.5s ease;

}

.productbanner.productbanner_new.no-after-before .image-variation .checksize {
    opacity: 1;
    transition: all 0.5s ease;

}


.productbanner.productbanner_new.no-after-before .image-variation img {
    width: 115px;
    transition: all 0.5s ease;
    transform: translateX(0px);
    height: 115px;
}

.box-include span i {
    font-size: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: -20%;
    width: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 7px 0 rgb(0 0 0 / 0%);
    padding: 0px;
    font-weight: 500;
    font-style: inherit;
    display: inline-block;
    left: 24px;
    border: none;
    line-height: 17px;
    letter-spacing: 0.05px;
    transition: all 0.5s ease;
}

.box-include span {
    position: relative;
    z-index: 1;
}

.box-include span:hover i {
    font-size: 12px;
    width: 186px;
    box-shadow: 0 5px 7px 0 rgb(0 0 0 / 7%);
    padding: 10px;
    border: solid 1px #ececec;
}


.box-include span i:after {
    position: absolute;
    left: -4px;
    top: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: transparent #ececec #ececec transparent;
    width: 0px;
    height: 0px;
    content: "";
    transform: rotate(132deg);
    background: #fff;
}

.box-include span:hover i:after {
    width: 8px;
    height: 8px;
}

.real-art.scale-image .zoomdetails {
    position: absolute;
    right: -260px;
    width: 230px;
    height: 230px;
}


.shopmood.shopmood_new .shopmoodSlider .shopmoodlist::before {
    z-index: -1;
}

.aboutart.aboutartnew .aboutartSlider .aboutartlist .aboutartlist-link picture {
    position: relative;
    z-index: 1;
}

.aboutart.aboutartnew .aboutartSlider .aboutartlist {
    z-index: 1;
}

.aboutart.aboutartnew .aboutartSlider .aboutartlist::before {
    z-index: -1;
}

/*bg view*/

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 picture {
    height: auto;
    display: flex;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 {
    max-height: 100%;
    max-width: 100% !important;
    left: 0 !important;
    justify-content: center;
    transform: scale(1);
    /* margin-left: 29%; */
    position: relative;
    top: -84% !important;
}

.single-product .productbanner.productbanner_new .real-art picture.rectangle_artshape {
    display: contents;
}

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 picture.img-cont {
    height: 330px;
    display: flex;
} */

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.art-3 .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image .port_img {
    width: 210px !important;
    max-height: 330px !important;
} */

/* .single-product .productbanner.productbanner_new.no-after-before .real-art .port_img {
    width: 210px !important;
    max-height: 330px !important;
} */

.scale-main .image-variation {
    position: relative;
    z-index: 1;
}

.scale-main .image-variation span.checksize {
    position: absolute;
    top: -58px;
    font-size: 10.5px;
    padding: 13px 4px 13px 4px;
    width: 163px;
    display: inline-block;
    z-index: 1;
    transform: scale(1);
    text-align: center;
    left: 0;
    animation: sizesoutbox 2s 5 ease;
    opacity: 0;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
}

.scale-main .image-variation span.checksize:after {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 40px 40px 0px 40px;
    display: inline-block;
    border: solid 1px #d0993b;
    filter: blur(0.5px);
    content: "";
    left: 0;
    z-index: -1;
    animation: sizesout 2s 5 ease;
    width: 163px;
    height: 100%;
}


.productbanner.productbanner_new.no-after-before .image-variation .checksize:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #d0993b #d0993b transparent;
    width: 8px;
    height: 8px;
    transform: rotate(43deg);
    margin: 0 auto;
}

.scale-main .image-variation span.checksize b {
    filter: inherit;
}

.scale-main .image-variation a#dynamic-id-3 {
    display: none;
}

.scale-main .image-variation img {
    animation: zoomInOutsizes 2s 5 ease-in-out;
    border: solid 4px #d0993b;
}


@keyframes zoomInOutsizes {

    0%,
    100% {
        transform: scale(0.90) translateY(5px);
        border: solid 2px transparent;
    }

    50% {
        transform: scale(1.0);
        border: solid 4px #d0993b;
    }
}


@keyframes sizesoutbox {
    0% {
        top: -58px;
        opacity: 1;
        transform: scale(0.95) translateY(-8px);
        transition: all 0.5s ease;
    }

    100% {
        top: -73px;
        opacity: 0;
        transform: scale(1) translateY(0px);
        transition: all 0.5s ease;
    }
}

/* @keyframes sizesout {
    0%, 100% {
      transform: scale(0.90);
      border: solid 2px transparent;
      width:130px;
      height:100%;
    }
    50% {
      transform: scale(1.0);
      border: solid 4px #d0993b;
      width:130px;
      height:100%;
    }
  } */



/* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 .rectangle_artshape .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 .rectangle_artshape .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.art-3 .rectangle_artshape .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image .rectangle_artshape .port_img {
    width: 100% !important;
    max-height:inherit !important;
    height: auto !important;
} */



/* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.rect_real {
    max-height: 100% !important;
    max-width: 210px !important;
} */

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 picture.rectangle_artshape {
    display: contents;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.rect_real picture {
    height: auto;
    display: contents;
} */





/*home page*/

section.hm_second_foldnew {
    background: #EBE8E4;
}



section.hm_second_foldnew h1.homepicksHead {
    display: block !important;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
    z-index: 11;
    background-color: transparent;
    text-transform: capitalize;
    color: #fff;
    line-height: 45px;
    font-weight: 500;
    height: 100%;
    padding: 34px 30px 7px 0px;
    font-size: 28px;
}

section.hm_second_foldnew h1.homepicksHead span.toppicks-square {
    left: 0;
    width: 72%;
    margin: 0 auto;
    right: 0;
    transform: inherit;
    height: 155px;
    top: -55%;
    z-index: -1;
    bottom: 0;
    border: 8px solid;
    border-image-source: linear-gradient(142.31deg, #d0993b 1.55%, #7c5320 96.8%);
    border-image-slice: 1;
    position: absolute;
    content: "";
    display: none;
}

.hmartworkcro {
    margin-top: 65px;
    display: flex;
    overflow-x: auto;
    padding-bottom: 0px;
    /* right: -20%; */
    position: relative;
    /* margin-left: -20%; */
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer and old Edge */
}

.hm_second_foldnew .container {
    max-width: 100%;
    padding: 0;
}

.hmartworkcro::-webkit-scrollbar-thumb {
    background: transparent;

}

/* Thin horizontal scrollbar */
.hmartworkcro::-webkit-scrollbar {
    height: 8px;
    /* control scrollbar height */
}

.hm_second_foldnew .owl-nav button span:after {
    transition: all 0.5s ease;
}

.hm_second_foldnew .owl-nav button span:after {
    position: absolute;
    left: 11px;
    right: 10px;
    top: 22px;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    background: url(../images/link-arrow-black.svg) no-repeat;
    background-position: center center !important;
    background-size: 85% !important;
    /* filter: brightness(0) invert(1); */
    background-image: none;
    border-color: transparent #333 #333 transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
}

.hm_second_foldnew .owl-nav button.owl-next span:after {
    transform: rotate(-47deg);
    right: 0;
    left: 21px;
}


.hm_second_foldnew .owl-nav button span:hover:after {
    border-color: transparent #fff #fff transparent;
}

section.hm_second_foldnew .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 148px;
    margin: 0px auto 0 auto;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    bottom: 50%;
    transition: all 0.5s ease;
}

/* section.hm_second_foldnew  .owl-nav span {
    box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.25);
} */
section.hm_second_foldnew .owl-nav span:hover {
    background: #D39D3F;
}


.hmartworkcro::-webkit-scrollbar-track {
    background: transparent;
}

section.hm_second_foldnew h1.homepicksHead:after {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    height: 97%;
    width: 100%;
    content: "";
    z-index: -1;
    top: 17px;
}

section.hm_second_foldnew h1.homepicksHead:before {
    left: 0;
    width: 452px;
    margin: 0 auto;
    right: 0;
    transform: inherit;
    height: 181px;
    top: -58%;
    z-index: -5;
    bottom: 0;
    border: 8px solid;
    border-image-source: linear-gradient(142.31deg, #d0993b 1.55%, #7c5320 96.8%);
    border-image-slice: 1;
    position: absolute;
    content: "";
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 1.5s;
    transition-property: opacity, transform;
    border-top: none;
}

.hm_artmain figure {
    height: 640px;
    display: flex;
    align-items: end;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* margin: 0 0 25px 0; */
    box-shadow: none;
}

.figimg a {
    display: block;
    position: relative;
    z-index: 1;
}

.figimg {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
    margin: 15px;
    transition: all 0.5s ease;
}

.hm_artmain:hover .figimg {
    box-shadow: 4px 3px 10px 0 rgba(0, 0, 0, 0.55);
}

.hmartworkcro .hmartwork.item {
    flex: 0 0 23%;
    max-width: 23%;
}

.hmartworkcro .hmartwork.item .hm_artmain figure .figimg a img {
    width: 100%;
    margin: 0;
    padding: 0;
    transform: scale(1.05) translate(0px, 0px);
    height: auto;
}

.hm_artmain figure .figimg:after {
    background: linear-gradient(129.4deg, rgba(0, 0, 0, 0) 68.42%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
    width: 40%;
    height: 0;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
    margin-left: auto;
}

.hm_artmain:hover figure .figimg:after {
    height: 100%;
    opacity: 1;

}

.hm_artmain_infos a {
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease;
}

.hm_artmain:hover .hm_artmain_infos a {
    color: #B07E31;
}

/* .hmartworkcro.owl-theme .owl-dots button.owl-dot span {
    width: 39px;
    height:8px;
    background: #fff;
    margin:20px 10px 0 0;
    transition:all 0.5s ease;
}

.hmartworkcro.owl-theme .owl-dots button.owl-dot.active span {
    width: 49px;
    height:8px;
    background: #000;
} */

.hm_artmain figure a.figcart {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    bottom: 8px;
    right: -52px;
    z-index: 2;
    line-height: 48px;
    opacity: 0;
    transition: all 0.7s ease;
}

.hm_artmain figure a.figcart:hover {
    background: #FCCF96;

}

.hm_artmain .figimg .figcart img {
    transition: all 0.9s ease;
}

.hm_artmain:hover .figimg img {
    transform: scale(1.25) translateX(5px) translateY(5px);
}


.hm_artmain:hover figure a.figcart {
    right: 8px;
    opacity: 1;
}

.hm_artmain figure a.figcart span {
    display: inline-flex;
    width: 45px;
    height: 45px;
    line-height: 49px;
}

.hmartworkcro .hmartwork.item .hm_artmain figure a.figcart span img {
    border-radius: 0;
    box-shadow: inherit;
    width: 22px;
    height: 20px;
    transform: scale(1.0) translateX(-2px) translateY(1px);
    margin: 0 auto;
}



.banner_vid {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.homebannerSlider .swiper-slide.swiper-slide-active .bannerHead {
    font-size: 64px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}

.homebannerSlider .swiper-slide.swiper-slide-active .bannerHead span {
    font-size: 54px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}

.banner_vid::after {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/hmnew_ptrn.png) center center repeat rgba(0, 0, 0, 0.95);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
}

/* .banner_vid::before {
    background: linear-gradient(-129.4deg, rgba(0, 0, 0, 0) 50.42%, rgba(0, 0, 0, 0.85) 100%);
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
} */

.banner_vid video {
    width: 100%;
    height: 100%;
}

.hm_artmain figure img {
    border-radius: 15px;

}

.hm_artmain {
    transition: all 0.5s ease;
}

/* .hm_artmain:hover {
    transform: translateY(-10px);
} */

.hm_artmain_row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 15px;
}

.hm_artmain_infos .hmart_dimen {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.hm_artmain_infos .hm_artauthor {
    margin: 0 0 10px 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.hm_artmain_infos .hm_artauthor span {
    font-weight: 600;
}

.hm_artmain_infos .artmain_name {
    font-size: 32px;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.hm_artmain_price {
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}




section.homebanner.homebanner_new .homebannerouter .bannerHead {
    margin-bottom: 20px;
    font-size: 64px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    color: #fff;
}

.homebanner.homebanner_new .homebannerSlider .homebanner-pagination {
    bottom: 80px;
}

.homebanner.homebanner_new .homebannerSlider .homebanner-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    margin: 0 18px 0 0;
}

.homebanner.homebanner_new:before {
    display: none;
}

section.homebanner.homebanner_new {
    height: 100dvh;
    min-height: 600px;
    overflow: hidden;
    height: 953px;
    position: relative;
    z-index: 1;
}

section.homebanner.homebanner_new .hmbannertxt_btn {
    position: relative;
    z-index: 1;
}

.homebanner.homebanner_new .homebannerSlider .homebannerouter {
    align-items: end;
    padding-bottom: 120px;
}

.homebanner.homebanner_new .homebannerSlider .homebannerouter .bannerHead span {
    font-size: 48px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.greenbg-cls picture {
    display: contents;
}

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.square-cls .port_img {
    width: 310px !important;
} */


/* .hmartworkcro.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
} */


.hm_second_foldnew .owl-nav button span {
    background: transparent;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 60px;
    display: inline-block;
    margin: 0;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.hm_second_foldnew .owl-nav button span:hover {
    background: #000;
}

.hm_second_foldnew .owl-nav button span:after {
    position: absolute;
    left: 11px;
    right: 4px;
    top: 21px;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 20px;
    width: 38px;
    background: url(../images/link-arrow-black.svg) no-repeat;
    background-position: center center !important;
    background-size: 100% !important;
}

.hm_second_foldnew .owl-nav button.owl-prev span:after {
    transform: rotate(-180deg);
    left: 13px;
}

.hm_second_foldnew .owl-nav button span:hover:after {
    filter: brightness(0) invert(1);
}

.hm_second_foldnew .owl-nav button {
    margin: 5px 6px;
}

.hm_second_foldnew .owl-dots {
    display: none;
}

section.hm_second_foldnew .owl-nav {
    margin-top: 40px;
}

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
    max-width: 640px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls .port_img {
    width: 280px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.square-cls picture {
    display: contents;
} */

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls {
    top: -79% !important;
}

.productbanner.productbanner_new .real-art .zoomdetails {
    display: none;
}

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.rect_real.square-cls {
    max-width: 290px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.rect_real picture {
    height: 193px;
} */

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image {
        max-height: 100% !important;
        max-width: 30% !important;
    } */

.hmartworkcro_main {
    position: relative;
    padding-bottom: 100px;
}

.hm_second_foldnew .owl-nav button {
    margin: 5px 0px;
    border: none;
    background: none;
}

/*checkout login*/

.myaccount-wrap .checkout_newform_login form.woocommerce-form.woocommerce-form-login.login .form-row-first,
.myaccount-wrap .checkout_newform_login form.woocommerce-form.woocommerce-form-login.login .form-row-last {
    width: 100% !important;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login {
    padding: 30px 20% !important;
    padding-top: 0 !important;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login input {
    border: solid 1px #CCCCCC !important;
}

.alredy_acctop span.cacc_title_top {
    text-align: center;
}

.alredy_acctop span.cacc_title_top h3 {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 7px 0;
}

.alredy_acctop .already_acctop {
    background: #EBE8E4;
    border-radius: 12px;
    display: flex;
    padding: 20px 40px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px 0;
}

.alredy_acctop .already_acctop a.acc_login {
    border: solid 1px #000;
    color: #000;
    border-radius: 35px;
    padding: 10px 18px;
    font-size: 16px;
    transition: all 0.5s ease;
}

.alredy_acctop .already_acctop .already_left h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #4d4d4d;
}

.alredy_acctop .already_acctop a.acc_login:hover {
    background: #000;
    color: #fff;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login .g-recaptcha {
    margin-top: 20px;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login p.form-row .woocommerce-form-login__rememberme {
    justify-content: center;
}



.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login p.form-row button.woocommerce-button.button.woocommerce-form-login__submit {
    float: none;
    max-width: 120px;
    margin: 0 auto 0 auto;
    display: block;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login p.form-row p.lost_password {
    text-align: center;
    display: block;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login p.lost_password a {
    display: block;
    width: 100%;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login .nsl-container-buttons {
    display: flex;
    gap: 20px;
}

.woocommerce-checkout.woocommerce-page .myaccount-wrap header.entry-header {
    display: none;
}


.checkout_newform .already_acctop {
    background: #EBE8E4;
    border-radius: 12px;
    display: flex;
    padding: 20px 40px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px 0;
}

.checkout_newform .already_acctop h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.checkout_newform .already_acctop p {
    margin: 0;
    font-size: 14px;
}

.checkout_newform .already_acctop .acc_login {
    background: #000;
    color: #fff;
    border-radius: 35px;
    padding: 10px 18px;
    font-size: 16px;
}

.checkout_newform span.cacc_title_top h3 {
    color: #000;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 7px 0;
}

.checkout_newform span.cacc_title_top b {
    margin: 0 0 20px 0;
    display: block;
    color: #4d4d4d;
    font-weight: 700 !important;
}

.wpmc-step-item.wpmc-step-login.current {
    border-radius: 32px !important;
    background-color: #fff !important;
}

.wpmc-step-item.wpmc-step-login.current .create_acctop.alredy_acctop {
    margin: 0px 20%;
    padding-top: 40px;
}

/*shopmood*/

.shopmood.shopmood_new .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    overflow-x: auto;
    gap: 35px;
}

.shopmood.shopmood_new .swiper-wrapper::-webkit-scrollbar-thumb {
    background: transparent;

}

/* Thin horizontal scrollbar */
.shopmood.shopmood_new .swiper-wrapper::-webkit-scrollbar {
    height: 8px;
    /* control scrollbar height */
}

.shopmood.shopmood_new .swiper-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.shopmood.shopmood_new .swiper-wrapper .swiper-slide.shopmoodlist {
    flex: 0 0 23%;
    max-width: 23%;
}


/*Indigenous Arts */

.aboutart.aboutartnew .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    overflow-x: auto;
    gap: 35px;
}

.aboutart.aboutartnew .swiper-wrapper::-webkit-scrollbar-thumb {
    background: transparent;

}

/* Thin horizontal scrollbar */
.aboutart.aboutartnew .swiper-wrapper::-webkit-scrollbar {
    height: 8px;
    /* control scrollbar height */
}

.aboutart.aboutartnew .swiper-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.aboutart.aboutartnew .swiper-wrapper .swiper-slide.aboutartlist {
    flex: 0 0 19%;
    max-width: 19%;
}

.aboutart.aboutartnew .aboutartSlider .aboutartlist .aboutartlist-link {
    position: relative;
    z-index: 1;
}

.aboutart.aboutartnew .aboutartSlider .aboutartlist .aboutartlist-link:after {
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.2) 50.0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
}

.aboutart.aboutartnew .aboutartSlider .aboutartlist .aboutartlist-link .aboutartlistHead {
    font-size: 24px;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
}

/*third step*/


.checkout_newform {
    background: #fff;
    border-radius: 20px;
    padding-bottom: 40px;
    padding-right: 0;
    position: relative;
}

.checkout_newform h3#payment_heading {
    display: none;
}

.checkout_newform ul.wc_payment_methods.payment_methods.methods {
    display: none;
}

.checkout_newform .woocommerce-privacy-policy-text {
    display: none;
}

.checkout_newform .wpmc-nav-wrapper.wpmc-no-back-to-cart {
    /* position: inherit; */
    bottom: 76px;
    right: 0;
    /* justify-content: initial; */
    padding: 0 28px;
    margin-left: auto;
    margin-top: 0;
    justify-content: center;
}

.checkout_newform form.checkout_coupon.woocommerce-form-coupon {
    margin: 10px 0;
    padding: 0 27px;
}

.checkout_newform div#checkout_coupon {
    padding: 30px 40px 0 60px;
}



.checkout_newform .wpmc-step-item.wpmc-step-review.wpmc-step-payment.current {
    padding: 0px 85px 10px 85px;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tbody .cart_item td,
.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tbody .cart_item td .woocommerce-Price-amount.amount,
.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table .cart-subtotal th,
.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table .cart-subtotal td .woocommerce-Price-amount.amount {
    font-weight: 500 !important;
    font-size: 16px;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table thead {
    background: #EBE8E4;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.order-total th,
.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.order-total td {
    width: 50%;
    background: #EBE8E4;
}


.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.order-total {
    padding-top: 0;
    display: table-row;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.woocommerce-shipping-totals.shipping th {
    font-size: 18px;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.woocommerce-shipping-totals.shipping span.woocommerce-Price-amount.amount {
    font-size: 16px;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.fee th {
    font-size: 18px;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.fee bdi {
    font-size: 18px;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table #shipping_method bdi {
    font-size: 18px;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.order-total th {
    font-size: 20px;
}

.checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.order-total td .amount bdi {
    font-size: 20px;
}

.checkout_newform span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px !important;
}

.checkout_newform form.checkout_coupon.woocommerce-form-coupon p {
    font-size: 17px;
}

.woocommerce-order-pay .order_details {
    margin: 0 0 20px 0 !important;
    background: #fff;
    padding: 10px 15px !important;
    border-radius: 15px;
    display: flex;
    gap: 19px;
    padding-top: 30px !important;
    justify-content: space-between;
}

.woocommerce-order-pay .woocommerce .order_details li {
    display: flex;
    float: none !important;
    gap: 10px;
    border: none;
    flex-direction: column;
    padding: 0 !important;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce-order-pay .order_details li strong {
    margin: 0 0 0 10px !important;
}

.woocommerce-order-pay .woocommerce .order_details li strong {
    text-align: left;
    font-size: 16px;
    font-weight: 500 !important;
    color: #4d4d4d !important;
    margin-top: 10px !important;
}

.woocommerce-order-pay .woocommerce {
    max-width: 940px !important;
    text-align: center;
}

.wp-block-woocommerce-cart-order-summary-shipping-block span.wc-block-components-shipping-address {
    display: none;
}

.woocommerce-checkout.woocommerce-page form.checkout.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    gap: 0;
}

.checkout_newform .woocommerce-info:before {
    display: none;
}

.checkout_newform .woocommerce-info a::before {
    color: #d0993b !important;
    top: 17px;
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 23px;
    position: absolute;
}


.wpmc-nav-wrapper.wpmc-no-back-to-cart .button.wpmc-nav-button {
    background: transparent !important;
    border: solid 1px #000;
    color: #000 !important;
    transition: all 0.5s ease;
}

.wpmc-nav-wrapper.wpmc-no-back-to-cart .button.wpmc-nav-button:hover {
    background: #000 !important;
    color: #fff !important;
}

.checkout_newform div#checkout_coupon .woocommerce-info a.showcoupon {
    border: #d0993b solid 1px;
    position: relative;
    z-index: 1;
    padding: 10px 20px 10px 54px !important;
    border-radius: 35px;
    font-weight: 500;
    font-size: 17px;
    color: #4d4d4d !important;
    transition: all 0.5s ease;
}

.checkout_newform div#checkout_coupon .woocommerce-info a.showcoupon:hover {

    background: #d0993b !important;
    color: #fff !important;

}

.checkout_newform div#checkout_coupon .woocommerce-info a.showcoupon:hover:before {
    color: #fff !important;
}



.checkout_newform div#checkout_coupon .woocommerce-info {
    border: none;
    padding-left: 21px;
    margin-bottom: 10px;
}

.order-summary h3 {
    font-size: 20px;
}

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 picture.img_wrap, .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 picture.img_wrap, .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image picture.img_wrap {
    display: contents;
} */
/* .single-product .productbanner.productbanner_new .real-art .port_img {
    transform: scale(1) !important;
} */

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.rect_real.nrect-cls {
    max-height: 100% !important;
    max-width: 370px !important;
} */


.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.rect_real.nrect-cls {
    top: -72% !important;
}


.aboutart.aboutartnew .aboutartSlider .aboutartlist:nth-child(odd) {
    top: inherit;
    margin-top: -20px;
}

.aboutart.aboutartnew .aboutartSlider .aboutartlist:nth-child(even) {
    top: inherit;
    margin-top: 20px;
}

.wc-block-cart-items .wc-block-components-product-badge {
    display: none;
}



.woocommerce-checkout-review-order strong.product-quantity {
    display: none !important;
}


/* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 {
    max-width: 69% !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image {
    max-width: 69% !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2 {
    max-width: 80% !important;
} */


/* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.square-cls {
    max-width: 275px !important;
} */

.aboutart.aboutartnew .aboutartSlider {
    width: calc(100vw - 0px);
}

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
    max-width: 195px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls .port_img {
    width: 250px !important;
    max-height: 410px !important;
} */

/* .single-product .productbanner.productbanner_new.no-after-before .real-art, .single-product .productbanner.productbanner_new.after-before .real-art{ transform: scale(1) !important;} */


p.blogimg_caption {
    margin: 20px 0 0 0;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.bolg_ra {
    text-align: center;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 40px;
}

section.blogreferrance_articles {
    padding: 60px 0 40px 0;
}

.blogreferrance_articles ul.similar-blogs-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 50px -15px 0 -15px;
}

.blogreferrance_articles ul.similar-blogs-list li.blogs-box {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}


.blogreferrance_articles ul.similar-blogs-list li.blogs-box picture {
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.blogreferrance_articles ul.similar-blogs-list li.blogs-box picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.blogreferrance_articles ul.similar-blogs-list li.blogs-box .refartblogs_infos p {
    margin: 19px 0 20px 0;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}


.most-popular-section.blog-category-main .most-popular-wrapper .most-popular-box .most-popular-text .read-more-btn {
    position: inherit;
}

.most-popular-section.blog-category-main .most-popular-wrapper .most-popular-box .most-popular-text .entry-content {
    margin: 0 0 18px 0;
    min-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* .most-popular-section.blog-category-main .most-popular-wrapper .most-popular-box .most-popular-text .entry-title {
    min-height: 90px;
} */

/* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image {
    max-width: 230px !important;
} */

.blog-details-wrap .blogwrap_box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* background: #fff; */
    border-radius: 12px;
    padding: 40px;
    /* box-shadow: 0 5px 10px 0 rgba(0,0,0,0.02); */
    /* border-bottom: solid 4px #dedede; */
}

.blog-details-wrap .blogwrap_box .blog-img {
    width: calc(30% - 20px);
}

.blog-details-wrap .blogwrap_box .blog-img picture {
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.blog-details-section .blog-details-wrap .blogwrap_box .blog-img picture img {
    object-fit: cover;
}

.blogDetailOuter .blog-details-section .blog-details-wrap .blogwrap_box .blog-detail-view {
    max-width: 100%;
    width: calc(70% - 20px);
    padding: 0 0 0 40px;
}

.blogDetailOuter .blog-details-section .blog-details-wrap .blogwrap_box .blog-detail-view .blog-detail-viewindfos p {
    line-height: 30px;
}


.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art picture img,
.single-product.woocommerce .productbanner.productbanner_new.after-before .real-art picture img,
.single-product.woocommerce .productbanner.productbanner_new.after-before.fix-img .real-art picture img {
    width: auto;
}

.single-product.woocommerce .productbanner.productbanner_new.productbanner-fix .real-art picture img {
    width: -webkit-fill-available;
}

.single-product.woocommerce .productbanner.productbanner_new.productbanner-fix .real-art picture img,
.single-product.woocommerce .productbanner.productbanner_new.after-before .real-art picture img {
    width: -webkit-fill-available;
}

.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image {
    width: fit-content;
    top: 0 !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art picture {
    height: auto;
    display: flex;
}

.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image picture {
    display: flex;
}


.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2 picture img {
    width: auto;
    max-width: inherit !important;
    max-height: inherit !important;
    height: 380px;
}

.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image img {
    height: 480px;
}


.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image picture.img_wrap {
    max-height: inherit !important;
}


.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image picture.rectangle_artshape {
    display: contents;
}

.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image {
    top: -84% !important;
}

.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture img {
    height: auto;
}

.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture.img_wrap img {
    height: 360px;
}

.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.greenimg-cls {
    top: -84% !important;
}


.single-product.woocommerce .real-art .twofinger_zoom {
    display: none;
}

.single-product.woocommerce .real-art .twofinger_zoom img {
    width: 75px;
    border: none !important;
    outline: none !important;
    max-width: inherit !important;
    max-height: inherit !important;
}


section.homebanner.homebanner_new {
    background: url(../images/eliart-bg-img.jpg) left top no-repeat;
    background-size: cover;
}

.follow_abut_crtr.follow_abut_crtr_two {
    flex-direction: column;
    justify-content: center;
}


section.artistbanner-section.curator-banner-section .curator-right-infos {
    text-align: center;
}

section.artistbanner-section.curator-banner-section .about-artist-link {
    margin-top: 20px;
}

.follow_abut_crtr.follow_abut_crtr_two a.follow-btn.req-comm {
    background: #EBE8E4 !important;
    color: #a7a7a7 !important;
}

.follow_abut_crtr.follow_abut_crtr_two a.follow-btn.req-comm:hover {
    background: #000 !important;
    color: #fff !important;
}

section.artistbanner-section.curator-banner-section .follow_abut_crtr .req-comm {
    padding: 18px 50px;
    background-color: #ebe8e4;
    color: #a7a7a7;
    border-radius: 40px;
    transition: all 0.5s ease;
}

section.artistbanner-section.curator-banner-section .follow_abut_crtr .req-comm:hover {
    background-color: #000;
    color: #fff;
}

.newyork-art-ecosystem-section .art-ecosystem-wrap .ecosystem-right p a {
    color: #A2732C;
    margin: 12px 0;
}


.single-product .productbanner.productbanner_new.after-before .real-art picture.rectangle_artshape {
    display: flex;
}

.hm_second_foldnew .owl-nav button span:after {
    position: absolute;
    left: 11px;
    right: 10px;
    top: 24px;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    background: url(../images/link-arrow-black.svg) no-repeat;
    background-position: center center !important;
    background-size: 85% !important;
    /* filter: brightness(0) invert(1); */
    background-image: none;
    border-color: transparent #333 #333 transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
}

.hm_second_foldnew .owl-nav button.owl-next span:after {
    transform: rotate(-47deg);
    right: 0;
    /* left: 14px; */
}

.hm_second_foldnew .owl-nav button span {
    background: #7C5320;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 57px;
    display: inline-block;
    margin: 0;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #7C5320;
    background: linear-gradient(125deg, rgb(179 120 47) 20%, rgba(208, 153, 59, 1) 59%);
    border: none;
    background: #223D4B;
    color: #333;
    background: #fff;
}

.hm_second_foldnew .owl-nav button.owl-prev span:after {
    transform: rotate(134deg);
    left: 25px;
}

.hm_second_foldnew .owl-nav button span:hover {
    background: #7C5320;
    background: linear-gradient(125deg, rgb(179 120 47) 20%, rgba(208, 153, 59, 1) 59%);
}

.shopmood.shopmood_new .shopmoodBtn {
    bottom: 47%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
}

.shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn.shopmood-next {
    right: 25px;
    left: auto;
}

.shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn.shopmood-prev {
    left: 25%;
    right: 0;
}

.shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn {
    /* width: 60px; */
    /* height: 60px; */
    font-size: 0;
    line-height: 57px;
    /* display: inline-block; */
    margin: 0;
    border-radius: 100%;
    /* position: relative; */
    /* z-index: 1; */
    transition: all 0.5s ease;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #7C5320;
    background: linear-gradient(125deg, rgb(179 120 47) 20%, rgba(208, 153, 59, 1) 59%);
    border: none;
    background: #fff;
}

.shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn:before {
    background-size: 85% !important;
    background-image: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #333 #333 transparent;
    height: 13px;
    width: 13px;
    transition: all 0.5s ease;
}

.shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn:hover {
    background: #7C5320;
    background: linear-gradient(125deg, rgb(179 120 47) 20%, rgba(208, 153, 59, 1) 59%);
}

.shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn.shopmood-prev:before {
    transform: rotate(134deg);
}

.shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn.shopmood-next:before {
    transform: rotate(-47deg);
    position: relative;
    right: 3px;
}

.shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn:hover:before {
    border-color: transparent #fff #fff transparent;
}

section.aboutart.aboutartnew .aboutartBtn {
    bottom: 35%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn.aboutart-next {
    right: 25px;
}

section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn.aboutart-prev {
    left: 25px;
}


section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn:before {
    border: none;
    background: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #333 #333 transparent;
    height: 13px;
    width: 13px;
    transition: all 0.5s ease;
}

section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn:hover:before {
    border-color: transparent #fff #fff transparent;
    background: none;
}


section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn {
    height: 60px;
    width: 60px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}


section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn:hover {
    background: #7C5320;
    background: linear-gradient(125deg, rgb(179 120 47) 20%, rgba(208, 153, 59, 1) 59%);
}

section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn.aboutart-prev:before {
    transform: rotate(134deg);
}

section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn.aboutart-next:before {
    transform: rotate(-47deg);
    right: 3px;
    position: relative;
}

/* .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture img {
    height: 360px;
} */


.shopmood_new.shopmood_newcollec .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    overflow-x: auto;
    gap: 35px;
    padding: 0 12%;
}

.shopmood_new.shopmood_newcollec .swiper-wrapper .swiper-slide.shopmoodlist {
    flex: 0 0 25%;
    max-width: 25%;
}



.shopmood_new.shopmood_newcollec .swiper-wrapper .swiper-slide.shopmoodlist picture img {
    width: 100%;
    height: auto;
}

.shopmood_new.shopmood_newcollec .swiper-wrapper .swiper-slide.shopmoodlist picture {
    width: 350px;
    object-fit: cover;
}

.shopmood_new.shopmood_newcollec .swiper-wrapper .swiper-slide.shopmoodlist picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product .productbanner.productbanner_new.productbanner-fix.after-before .real-art picture.rectangle_artshape {
    display: contents;
}

.artist-banner-box.artist_newbox .artist-banner-row .artist-img-col {
    flex: 0 0 240px;
    max-width: 240px;
}

.artist-banner-box.artist_newbox .artist-banner-row .curator-right-infos {
    flex: 0 0 68%;
    max-width: 68%;
}

section.about-banner-section.city-banner-section::after {
    display: none;
}

section.about-banner-section.city-banner-section .about-banner::after {
    display: none;
}

section.about-banner-section.city-banner-section {
    height: auto;
    padding-bottom: 0;
}

.newyork-art-ecosystem-section .art-ecosystem-wrap.container .ecosystem-right .head-type3 {
    margin-bottom: 30px;
}

.newyork-art-ecosystem-section .ecosystem-right p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.newyork-art-ecosystem-section .art-ecosystem-wrap.container .ecosystem-right .head-type3 {
    margin-bottom: 30px;
}

section.about-banner-section.city-banner-section .about-banner.section_spacing {
    z-index: 1;
}

section.about-banner-section.city-banner-section .about-banner.section_spacing:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.19) 100%);
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
}

.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .brian-collins-inner .brain-collins-text {
    max-width: 100%;
}

.artist-tab-view.artist-tab-view_new .cv_maininfos .cv_maininfos_right .education-inner {
    padding-right: 40px;
}

/*artist filter*/

/*
.artist-filter-section.artist_filter_secnew .main-filter-box .outer-filter {
    overflow: hidden;
    height: 60px;
    width: 40px;
    transition:all 0.5s ease
}

.artist-filter-section.artist_filter_secnew .main-filter-box .outer-filter .filter-box {
    top: -140%;
    opacity: 0;
     transition:all 0.5s ease
}

.artist-filter-section.artist_filter_secnew .artist-filter-box {
    width: 205px;
    margin-left: 25px;
    margin-right: auto;
    margin-top: -100px;
    transition: all 0.5s ease;
    background: #000;
        color: #fff;
}

.artist-filter-section.artist_filter_secnew .artist-filter-box .main-filter-box {
    background: #000;
    border: none;

}

.artist-filter-section.artist_filter_secnew .artist-filter-box:after {
    position: absolute;
    right: 16px;
    background: transparent;
    content: "Search Artwork";
    top: 20px;
    width: 170px;
    height: 20px;
    font-size:18px  ;  cursor: pointer;
}

.artist-filter-section.artist_filter_secnew .artist-filter-box:before {
    content: "";
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    right: 0;
    background: url(../images/arrows.svg) no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: all .5s;
    background-size: 32px;
    bottom: 14px;
    z-index: 8;
    filter: brightness(0) invert(1);cursor: pointer;
}




*/

.artist-filter-section.artist_filter_secnew .main-filter-box.show-modal .outer-filter {
    overflow: hidden;
    height: 60px;
    width: 40px;
    transition: all 0.5s ease
}

.artist-filter-section.artist_filter_secnew .main-filter-box.show-modal .outer-filter .filter-box {
    top: -140%;
    opacity: 0;
    transition: all 0.5s ease
}

.main-filter-box.show-modal {
    width: 0;
    background: none;
}


.artist-filter-section.artist_filter_secnew .art-filter-btn:after {
    background: url(../images/arrows.svg) no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: all .5s;
    background-size: 27px;
    filter: brightness(0) invert(1);
    width: 36px;
    height: 36px;
    right: 0;
    left: inherit;
    top: 5px;
}

.artist-filter-section.artist_filter_secnew button.art-filter-btn {
    background: #000;
    color: #fff;
    padding: 12px 35px 14px 30px;
    height: auto;
}


.woocommerce-checkout .woocommerce input[type=checkbox] {
    height: 22px;
    border-radius: 4px !important;
}

.single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture.rectangle_artshape img {
    height: 340px;
}

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

.cms-content ul li ul li {
    padding-left: 26px;
}

.cms-content ul {
    margin-top: 20px;
}

.cms-content ol li,
.cms-content ul li {
    padding-left: 20px !important;
}

.blog_publishon {
    color: #D0993B;
    font-size: 15px;
}

.blog_publishon img {
    filter: brightness(0) invert(1);
    margin: 10px 0 0 0;
    position: relative;
    top: 6px;
}

/*city love*/

.city-banner-section .about-info .profiles {
    background: #EBE8E41A;
    border: solid 1px #D0993B;
    border-radius: 115px;
    max-width: 416px;
    padding: 8px 10px;
    margin: 0 auto 0 auto;
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.city-banner-section .about-info .profiles picture.profile-img {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    margin: 0 0 0 -57px;
    display: block;
    line-height: 0;
}

.city-banner-section .about-info .profiles .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.city-banner-section .about-info .profiles .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.city-banner-section .about-info .profiles .name span {
    color: #D0993B;
    margin: 0 3px 0 0;
}

.views_share_likes.publish_shareonly {
    padding: 0;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 35px;
    padding: 0 12px;
    max-width: 370px;
    padding-bottom: 6px;
}

.views_share_likes.publish_shareonly .blg_share {
    top: 1px;
}

.views_share_likes.publish_shareonly .blog_publishon {
    font-weight: 500;
    position: relative;
    top: -7px;
}


.fotr_sociallinks ul {
    margin: 24px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
}


.fotr_sociallinks ul li a {
    transition: all 0.5s ease
}

.fotr_sociallinks ul li a:hover {
    transform: translateY(10px)
}



.clamp-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    transition: all 0.3s ease;
}

.clamp-text.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.collec-read {
    text-align: center;
}

.collec-read button.toggle-btn.read-mre {
    padding: 10px 25px;
    border-radius: 3px;
    border: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    background: #D39D3F;
    color: #fff !important;
    transition: all 0.5s ease;
}

.collec-read button.toggle-btn.read-mre:hover {
    background: #000;
}

.collection-banner-section .collection-banner .collection-info .collection-heading {
    max-width: 1094px;
}


.becomeartist-wrap #customer_login .u-column1.col-1 {
    display: none;
}

.becomeartist-wrap #customer_login .u-column2.col-2 {
    width: 100% !important;
}




/*breadcrumb show*/


body.body_cust .woo-breadcrumbs .breadcrumb-trail {
    background: none;
    display: inline-block;
    padding: 0;
    border-radius: 17px;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #CF983A;
}

body.body_cust .woo-breadcrumbs .breadcrumb-trail span a {
    color: #CF983A;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

body.body_cust .woo-breadcrumbs .breadcrumb-trail span.breadcrumb_last {
    color: #000;
}

body.body_cust .woo-breadcrumbs .breadcrumb-trail span{ color: #000;}

/*about us breadcrumb*/


.bread_default {
    background: #EBE8E4;
}

.bread_default nav.yoast-breadcrumbs {
    background: #fff;
    display: inline-block;
    padding: 11px 21px;
    border-radius: 17px;
    border: solid 1px #AEAEAE;
    text-transform: uppercase;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16.5px;
}

section.about-banner-section {
    padding-bottom: 40px;
    height: auto;
}

.bread_default nav.yoast-breadcrumbs a {
    color: #989898;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
}

.about_us.bread_default {
    padding: 0 0 50px 0;
}

.bread_default nav.yoast-breadcrumbs span.breadcrumb_last {
    color: #666;
}

nav.yoast-breadcrumbs {
    background: #fff;
    display: inline-block;
    padding: 11px 21px;
    border-radius: 17px;
    border: solid 1px #AEAEAE;
    text-transform: uppercase;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

nav.yoast-breadcrumbs a {
    color: #989898;
    font-family: "Cinzel", Arial, Helvetica, sans-serif;
}

.blogpage.bread_default {
    padding-top: 40px;
}

.categorypage.bread_default {
    padding-top: 120px;
}

section.most-popular-section.blog-category-main {
    padding-top: 50px;
}

.cityguide_page.bread_default {
    padding-top: 40px;
}

.collectionpage.bread_default {
    background: #FFFFFF;
    margin-top: -30px;
    margin-bottom: 30px;
}


/*filter breadcrumb*/


.el_filter_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el_filter_row .filter_search_filter {
    display: flex;
    align-items: center;
}

.el_filter_row .filter_search_filter p.woocommerce-result-count {
    padding-right: 20px;
}


.el_filter_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el_filter_row .filter_search_filter {
    display: flex;
    align-items: center;
}

.el_filter_row .filter_search_filter p.woocommerce-result-count {
    padding-right: 20px;
}

.filterbreadcrb nav.yoast-breadcrumbs {
    font-size: 16px;
    padding: 13px 21px;
    line-height: 25px;
}

/*breadcrumb changes*/
 
.product-detail.detail-left nav.yoast-breadcrumbs {
    width: max-content;
    margin: 0 0 20px;
    font-size: 14px;
    white-space: break-spaces;
    word-break: break-all;
}
 
.product-detail.detail-left nav.yoast-breadcrumbs span span.breadcrumb_last {
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 156px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
 
.product-detail.detail-left nav.yoast-breadcrumbs span {
    display: flex;
    align-items: center;
}
 
/*breadcrumb changes*/

body .breadcrumb {
    display: block;
}


.advisorypage.bread_default {
    background: none;
    padding: 0 0 40px 0;
}

.advisorypage.bread_default span {
    color: #000;
}

.contactpage.bread_default {
    padding-top: 120px;
}

.conatusOuter .about-form {
    padding-top: 40px;
}

section.commission-artwork-section {
    padding-top: 50px;
}

.artcommission.bread_default {
    padding-bottom: 50px;
}

.privacypage.bread_default {
    padding: 120px 0 0 0;
}

section.policy_pages.section_spacing {
    padding-top: 40px;
}

.faqbreadcrmbpg.bread_default {
    padding-top: 120px;
}

.faqOuter section.faqsSection.section_spacing {
    padding-top: 30px !important;
}

.bdcollectionpage.bread_default {
    padding-top: 40px;
}

.bdcuratorpage.bread_default {
    padding-top: 40px;
}

.page.page-id-910 .myaccount-wrap {
    padding-top: 30px;
}

.bdjoinartist.bread_default {
    padding-top: 120px;
}


.collectionpage.bread_default .container {
    max-width: 100%;
}

.collection-banner-section.collection-content_newdetail .collection-banner .collection-info .collection-heading {
    max-width: 100%;
}


/*breadcrumb end*/


/*boxdesign css*/

.art-collection-section .product-category-list .products img {
    border: none;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: inherit;
    max-height: inherit !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
}

.art-collection-section .product-category-list .products a {
    padding: 0 !important;
}

.art-collection-section .product-category-list .products .product.type-product {
    padding: 20px;
    border: solid 1px #987851;
    background: #fff;
}

.art-collection-section .product-category-list .products .yith-wcwl-add-button .add_to_wishlist {
    border-radius: 60px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(299deg, #875D23, #C38E37) border-box;
    border: 2px solid transparent;
}

.art-collection-section .product-category-list .products .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg {
    color: #858585;
}

.custom-wrap .product-details {
    height: auto;
    padding-bottom: 0;
    min-height: 159px;
}

.custom-wrap {
    border: solid 1px #DBB26C;
}

.custom-wrap .yith-wcwl-add-to-wishlist {
    right: 30px;
    bottom: 35px;
}


.art-collection-section .product-category-list .products a.woocommerce-LoopProduct-link {
    height: 357px;
    object-fit: cover;
}

.art-collection-section .product-category-list .products .product-details a.woocommerce-LoopProduct-link {
    height: auto;
}

.art-collection-section .product-category-list .products a.woocommerce-LoopProduct-link img.attachment-woocommerce_thumbnail {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.product-details span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
}



/*artist page box design*/

.follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart {
    padding: 20px;
    border: solid 1px #987851;
    background: #fff;
}

.follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart img {
    border: none;
    box-shadow: none;
    padding: 0;
    position: inherit !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart a.woocommerce-LoopProduct-link {
    height: 357px;
    object-fit: cover;
    padding: 0 !important;
}


.follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart .product-details a.woocommerce-LoopProduct-link {
    height: auto;
}

.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg#yith-wcwl-icon-heart-outline {
    display: none;
}

.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg#yith-wcwl-icon-heart-outline path {
    display: block;
    color: #858585;
}

.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
    border-radius: 60px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(299deg, #875D23, #C38E37) border-box;
    border: 2px solid transparent;
}

.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button .add_to_wishlist {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(299deg, #875D23, #C38E37) border-box;
    border: 2px solid transparent;
}


.follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg#yith-wcwl-icon-heart-outline {
    display: block;
    background: none;
}

.follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart span.sold-label {
    margin-right: 61px;
    bottom: 6px;
    position: relative;
    padding: 3px;
}

.art-collection-section .product-category-list .products .product.type-product span.sold-label {
    margin-right: 61px;
    bottom: 21px;
    position: relative;
    padding: 3px;
}


/*artist page box design end*/



/*****collection page grid******/


.artbox-gallery_collection_new .artwork-box-list .custom-wrap img {
    border: none;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: inherit;
    max-height: inherit !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
}

.artbox-gallery_collection_new .artwork-box-list .custom-wrap a {
    padding: 0 !important;
}

.artbox-gallery_collection_new .artwork-box-list .product.type-product {
    padding: 20px;
    border: solid 1px #987851;
    background: #fff;
}

.artbox-gallery_collection_new .artwork-box-list .yith-wcwl-add-button .add_to_wishlist {
    border-radius: 60px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(299deg, #875D23, #C38E37) border-box;
    border: 2px solid transparent;
}

.artbox-gallery_collection_new .artwork-box-list .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg {
    color: #858585;
}

.artbox-gallery_collection_new .custom-wrap .product-details {
    height: auto;
    padding-bottom: 0;
    min-height: 159px;
}

.artbox-gallery_collection_new .custom-wrap {
    border: solid 1px #DBB26C;
}

.artbox-gallery_collection_new .custom-wrap .yith-wcwl-add-to-wishlist {
    right: 30px;
    bottom: 35px;
}


.artbox-gallery_collection_new .artwork-box-list .custom-wrap a.woocommerce-LoopProduct-link {
    height: 427px;
    object-fit: cover;
}

.artbox-gallery_collection_new .artwork-box-list .custom-wrap .product-details a.woocommerce-LoopProduct-link {
    height: auto;
}

.artbox-gallery_collection_new .artwork-box-list .custom-wrap a.woocommerce-LoopProduct-link img.attachment-woocommerce_thumbnail {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    box-shadow: none;
}

.artbox-gallery_collection_new .artwork-box-list .custom-wrap span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
}

.artbox-gallery_collection_new span.by-vendor-name {
    display: none;
}

.artbox-gallery_collection_new .product.type-product span.sold-label {
    margin-right: 61px;
    bottom: 21px;
    position: relative;
    padding: 3px;
}

.shopmood.shopmood_new.shopmood_newcollec .shopmoodinfo {
    margin: 0;
}

.featured-content.featured-content_collec_new .featured-artists ul li.artists-image .artists-content {
    transform: translateX(0px);
    bottom: 20px;
}

.featured-content.featured-content_collec_new .featured-artists ul li.artists-image .artists-content a.artists-name {
    font-size: 26px;
}

section.artbox-gallery.artbox-gallery_collection_new .by-vendor-name-link {
    display: none;
}


.art-curator-section {
    padding: 30px 0 77px;
}


/*animation remove css */
.promiseSection .promise-title .promise-sub{
        transform: scale(1);
}


.shop-art-style_new.section_spacing {
    padding: 10px 0 40px 0;
}

.shop-art-style_new.section_spacing .shop-art-wrapper_new {
    padding-top: 50px;
}

.myaccount-wrap {
    padding: 40px 0 50px;
}


section.robust-advisory-section.section_spacing {
    padding: 0px 0 0 0;
}

section.advisory-team-section.section_spacing {
    padding: 50px 0 100px 0;
}


 .slider-section .team-box {
    min-height: 240px;
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image::before{
    display: none;
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image picture {
    position: relative;
}

.featured-content.paintings-may-like .featured-artists ul li.artists-image picture:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100%;
    border-radius: 13px;
    z-index: 1;
}


/*crousel main*/

.hmartworkcro_main {
    min-height: 640px;
    position:relative;
    z-index:1
}

section.hm_second_foldnew .hmartworkcro_main .owl-nav {
    width: 100%;
    justify-content: space-between;
    bottom: 45%;
}

section.hm_second_foldnew .hmartworkcro_main .owl-nav button.owl-prev {
    position: absolute;
    bottom: 50%;
    left: 0;
}

section.hm_second_foldnew .hmartworkcro_main .owl-nav button.owl-next {
    right: 50%;
}

section.hm_second_foldnew .hmartworkcro_main .owl-nav button.owl-next {
    right: 0;
    position: absolute;
    bottom: 0;
}


/*new breadcrumb design*/

nav.yoast-breadcrumbs {
    background: none;
    border: none;
    padding: 0;
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
    text-transform: capitalize;
}
nav.yoast-breadcrumbs span a {
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
    color: #CF983A;
}

body.body_cust.single-product .woo-breadcrumbs {
    display: none;
}
.product_breadmobile {
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 10;
    right: 0;
    text-align: center;
    /* background: rgba(255,255,255,0.85); */
    padding: 2px 0 6px 0;
    display: none;
}
 
.product_breadmobile nav.yoast-breadcrumbs span a {
    color: #724E00;
}
/* 02 sep  */
.owl-btn  .owl-item:nth-child(odd) {
    margin-top: 50px;
}
.owl-btn   .owl-nav.disabled {
    display: inline !important;
}
.owl-btn  .owl-nav button {
    background: #fff !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 50px !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9999999999 !important;
    top: 50%;
    border-radius: 50% !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
}
.owl-btn  .owl-nav button:hover {
    background: linear-gradient(125deg, rgb(179 120 47) 20%, rgba(208, 153, 59, 1) 59%) !important;
}
.owl-btn  .owl-nav button:hover img {
    filter: brightness(0) invert(1);
}

.owl-btn  .owl-nav button.owl-next {
    right: 50px;
     float: right;
}
.owl-btn  .owl-nav button.owl-prev {
    left: 50px;
     float: left;
}

/*03 sep */
/* l  */
/* .banner_vid::before {
    background: linear-gradient(-129.4deg, rgba(0, 0, 0, 0) 50.42%, rgba(0, 0, 0, 0.85) 100%);
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
} */
.hm_artmain .figimg .figcart img {
    border-radius: 0;
    box-shadow: inherit;
    width: 22px;
    height: 20px;
    transform: scale(1) translateX(-2px) translateY(1px);
    margin: 0 auto;
}
 
.product-custom-contain .hm_artmain:hover .figimg img {
    transform: inherit;
}
 
section.hm_second_foldnew .hmartworkcro_main .product-custom-contain .owl-nav {
    display: none;
}
 
section.hm_second_foldnew .hmartworkcro_main .owl-nav {
    display: none;
}
 
section.hm_second_foldnew .hmartworkcro_main .product-custom-contain .owl-nav {
    display: block;
}
 
section.hm_second_foldnew .hmartworkcro_main .product-custom-contain .owl-nav button {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
    width: 60px !important;
    height: 60px !important;
    font-size: 50px !important;
    line-height: normal !important;
    display: flex !important;
    z-index: 2147483647 !important;
    transition: 0.5s;
    background: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
    transition: all 0.5s ease;
}
section.hm_second_foldnew .hmartworkcro_main .product-custom-contain .owl-nav button:hover {
    background: linear-gradient(125deg, rgb(179 120 47) 20%, rgba(208, 153, 59, 1) 59%) !important;
}

.hmartworkcro_main .owl-btn .owl-item:nth-child(odd) {
    margin-top: 0;
}


/* s  */
	.indigenous-art-section {
    padding: 0 15px !important;
}
.custom-mood-section .owl-btn  .owl-nav button.owl-prev {
    left: -100px !important;
}
.custom-mood-section {
    padding-left: 100px;
}
/* 04 sep  */



/*start*/

/*responsivenew*/

@media(max-width:1920px) {

    .homepicks_big_image {
        max-width: 780px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 780px;
    }

    /*
    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
        left: 31%;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(24% + 321px);
    }

    .homepicksmainSlider .productmainlist:nth-child(5) {
        left: calc(15% + 659px);
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(2) {
    left: 0%;
}

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
    left: 25%;
}

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
    left: calc(24% + 268px);
}

section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(5) {
    left: calc(49% + 268px);
} */


    /* .homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
        width: 227px;
    } */

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(2) {
        left: -30px;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
        left: 25%;
    }

    /*
    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
        left: calc(6% + 216px);
    } */

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(19.5% + 316px);
    }

    .homepicksmainSlider .productmainlist:nth-child(5) {
        left: calc(10% + 672px);
    }

}

@media(max-width:1800px) {

    .order-item-details {
        flex: 0 0 72%;
        max-width: 72%;
    }


    .order-summary h3 {
        font-size: 21px;
    }

    .support-button {
        gap: 7px;
    }

    .myaccount-wrap .support-button a button {
        font-size: 13.5px !important;
        padding: 13px 12px !important;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
        flex: 0 0 62%;
        max-width: 62%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
        flex: 0 0 38%;
        max-width: 38%;
    }

    /*product box*/

    .single-product .productbanner .real-art picture {
        height: 400px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art {
        max-height: 400px;
    }



    .single-product .productbanner .real-art.real-art-1.scale-image {
        top: -160px !important;
        left: 350px !important;
    }

    .single-product .productbanner .real-art.real-art-2.scale-image {
        top: -260px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art {
        max-height: 400px;
    }

    .productbanner.no-after-before .real-art.real-art-3 {
        top: -130px !important;
    }

    /*artist page box design*/

    .art-collection-section .product-category-list .products .product.type-product span.sold-label {
        margin-right: 3px;
        bottom: 78px;
        padding: 3px;
    }

.art-collection-section .product-category-list .products a.woocommerce-LoopProduct-link {
    height: 287px;
}

.artbox-gallery_collection_new .product.type-product span.sold-label {
    margin-right: 3px;
    bottom: 78px;
    padding: 3px;
}


}

@media(max-width:1750px) {

    .homepicks_big_image {
        max-width: 760px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 760px;
    }

    .order-item-details {
        flex: 0 0 70%;
        max-width: 70%;
    }

    section.artist-filter-section.artist_filter_secnew .artist_title {
        text-align: center;
        font-family: "Cinzel", Arial, Helvetica, sans-serif;
        font-size: 40px;
        margin: 0 0 35px 0;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active .tab-content {
        flex-basis: 35%;
        max-width: 35%;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active #side-table-container {
        flex-basis: 65%;
        max-width: 65%;
        width: 100%;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs {
        max-width: 662px;
        gap: 20px;
        margin: 0 auto 0 auto;
        transform: translateX(160px);
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs button.tab-link {
        font-size: 21px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content {
        flex: 0 0 35%;
        max-width: 35%;
        width: auto;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .cv_maininfos_right p {
        font-size: 18px;
    }

    .cv_maininfos .cv_maininfos_right {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cv_maininfos .cv_maininfos_left {
        flex: 0 0 55%;
        max-width: 55%;
    }


    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .brian-collins-inner .brain-collins-text p {
        font-size: 17px;
        padding-right: 0;
        line-height: 25px;
    }

    .cv_maininfos_right .born-lives-inner h3,
    .cv_maininfos_right .education-inner h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .cv_maininfos_right .education-text {
        font-size: 19px;
        gap: 10px;
        display: flex;
        flex-direction: row;
        margin: 10px 0;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper #side-table-container .side-table.active {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper #side-table-container .side-table.active .container {
        max-width: calc((100% - 0px)*1);
        padding-left: 0;
    }



    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tabs {
        transform: translateX(107px);
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2 picture img {
        height: 280px;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image {
        top: -80% !important;
    }



}


@media(max-width:1700px) {

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 740px;
    }

    .homepickInfo-desc {
        max-width: 72%;
    }

    /* .homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
        width: 227px;
    } */

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(2) {
        left: 0;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
        left: calc(6% + 216px);
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(38% + 226px);
    }

    .homepicksmainSlider .productmainlist:nth-child(5) {
        left: calc(16% + 663px);
    }

    .homepicks.homepicks_newdesign .homepicksBtn {
        top: 65%;
    }

    .homepicks_big_image {
        max-width: 735px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 735px;
    }

    .order-item-details {
        flex: 0 0 68%;
        max-width: 68%;
    }

    .checkout_newform_main .side-cartt {
        padding: 24px 22px;
    }

    .order-summary h3 {
        font-size: 18px;
    }

    .order-total .total-price {
        font-size: 17px;
    }

    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 36% !important;
    }

    .filterbreadcrb nav.yoast-breadcrumbs {
        font-size: 16px;
        padding: 13px 21px;
    }

    .el_filter_row .filter_search_filter p.woocommerce-result-count {
        font-size: 16px;
    }

}

@media(max-width:1600px) {

    .homebanner_new .container {
        max-width: calc((100% - 90px)*1);
    }


    .real-art.scale-image .zoomdetails {
        position: absolute;
        right: -230px;
        width: 210px;
        height: 210px;
    }



    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 680px;
    }

    .homepicks_big_image {
        max-width: 540px;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(39% + 204px);
    }

    section.homepicks.homepicks_newdesign .homepicks-right {
        flex: 0 0 56%;
        max-width: 56%;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
        bottom: 17px;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box {
        width: calc(25% - 6px);
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
        flex: 0 0 58%;
        max-width: 58%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
        flex: 0 0 42%;
        max-width: 42%;
    }

    .order-item-details {
        flex: 0 0 73%;
        max-width: 73%;
    }

    .checkout_newform_main .side-cartt {
        padding: 24px 20px;
    }

    .myaccount-wrap .support-button a button {
        font-size: 13.5px !important;
        padding: 11px 13px !important;
        margin-top: 3px !important;
    }

    .cart-safety-box .safety-box-detail .safety-box-strong-text {
        font-size: 16px;
    }

    .cart-safety-box .safety-box-detail .safety-box-norma-text {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0% 0 0;
        margin-bottom: 0;
    }

    .order-summary h3 {
        font-size: 18px;
        margin: 0 0 18px 0;
    }

    .mini-cart-safety-box {
        padding-top: 5%;
    }

    .order-item-image {
        width: 66px;
        height: 73px;
        margin: 0 10px 0 0;
    }

    .order-item-details {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .order-item-details h4 {
        font-size: 17px;
    }

    .order-total .total-price {
        font-size: 16px;
    }

    .order-item-details .artist-name {
        font-size: 15px;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
        flex: 0 0 58%;
        max-width: 58%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
        flex: 0 0 42%;
        max-width: 42%;
    }

    section.artist-filter-section.artist_filter_secnew .artist-filter-box {
        width: calc((100% - 142px)*1);
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section.filter-latest-art {
        width: calc((100% - 142px)*1);
        margin: 0 auto;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box.artist_newbox .main-artist-title {
        font-size: 40px;
    }

    section.artist-filter-section.artist_filter_secnew {
        padding-bottom: 10px;
        padding-top: 80px;
    }

    .cv_maininfos .cv_maininfos_right {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active .tab-content {
        flex-basis: 30%;
        max-width: 30%;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active #side-table-container .side-table .about-tab-left .about-tab-inner-text {
        padding-top: 30px;
        max-width: 75%;
        padding-left: 40px;
    }


    .follow-latest-art-section .section_spacing .artworks-sold-sec .artwork-box-list {
        max-width: 1180px;
        gap: 40px 40px;
    }

    .follow-latest-art-section.filter-latest-art .type-product {
        width: calc(32.33% - 16px) !important;
    }

    .follow-latest-art-section.filter-latest-art .type-product .woocommerce-loop-product__link>img {
        width: calc(100% - 30px) !important;
        box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 18%), 0px 17px 15px 0px rgb(0 0 0 / 13%) inset;
        padding: 14px 0px;
    }

    section.artist-filter-section.artist_filter_secnew .product-details {
        padding-bottom: 0;
        min-height: 160px;
    }

    section.artist-filter-section.artist_filter_secnew .product-details .yith-wcwl-add-to-wishlist {
        bottom: 20px;
    }

    .explore-modal .curator-form .reach-out-wrapper .reach-out-right .contact-title {
        margin-bottom: 15px;
    }

    .explore-modal .curator-form .check-box-category h3 {
        margin-bottom: 10px;
    }

    .common-form .curator-checkbox .wpcf7-form-control {
        gap: 8px;
    }

    .common-form .reach-out-right .form-bottom-text {
        margin-top: 0;
    }

    .common-form .reach-form .form-input label {
        top: 10px;
    }

    .common-form .reach-form .form-input textarea,
    .common-form .reach-form .form-input select,
    .common-form .reach-form .form-input input {
        height: 45px;
    }

    .common-form .reach-form .form-input.focused label {
        top: -2px;
    }

    .common-form .wpcf7-form-control-wrap {
        top: 0px;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tabs {
        transform: translateX(96px);
    }


    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper.tab2-active .tab-content {
        flex: 0 0 33%;
        max-width: 33%;
        width: auto;
        padding-right: 10px;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container {
        flex: 0 0 67%;
        max-width: 67%;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .add-to-wishlist-after_add_to_cart {
        box-shadow: none !important;
        height: 360px;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .type-product a.woocommerce-LoopProduct-link {
        height: 360px;
    }

    .artist-filter-section.artist_filter_secnew .show-only .form-group input:checked+label:after {
        top: 13px;
        left: 9px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place img {
        top: 25px;
        left: 20px;
    }

    .homepicks.homepicks_newdesign .homepicksmainSlider {
        margin-top: -75px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 590px;
        height: 558px;
    }

    .homepickInfo-desc {
        max-width: 100%;
        font-size: 15.5px;
        line-height: 22.5px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .homepick_right_topinfos .homepickInfo-head {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .proinfo_back {
        top: -20%;
    }

    /* .single-product .productbanner .real-art.scale-image {
    top: -80px !important;
}

.productbanner .real-art.real-art-2.scale-image {
    top: -80px !important;
} */

    .views_share_likes .blg_views p {
        font-size: 16px;
    }

    .views_share_likes .blg_views p:after {
        width: 24px;
        height: 20px;
    }



    /* .single-product .productbanner .real-art {
    max-width: 280px !important;
    max-height: 690px;
    top: -80px !important;
} */

    .switchbtn {
        bottom: -198px;
    }

    .homepicks-mainlr {
        padding: 40px 0 0 8%;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place img {
        width: 93%;
        height: 93%;
    }

    section.homepicks.homepicks_newdesign .homepicks-left {
        flex: 0 0 40%;
        max-width: 40%;
    }

    section.homepicks.homepicks_newdesign h1.homepicksHead {
        padding: 16px 22px 16px 0px;
        font-size: 25px;
        max-width: 430px;
        top: -70px;
    }

    section.homepicks.homepicks_newdesign h1.homepicksHead:before {
        height: 121px;
        top: -45%;
    }

    .homepicks-mainlr {
        padding-top: 0;
    }

    .homepick_right_topinfos .homepickInfo {
        padding: 0 30px 0 0;
        min-height: 340px;
    }

    .homepick_right_topinfos {
        min-height: 310px;
    }

    .homepick_right_topinfos .homepickInfo {
        min-height: 230px;
    }

    .productbanner .real-art {
        max-height: 385px;
        top: -40px;
    }


    /* .single-product .productbanner .real-art.real-art-2 picture.img_wrap {
    height: 280px;
} */

    .single-product .productbanner .real-art.real-art-2.scale-image {
        top: -200px !important;
    }

    .real-art span {
        font-size: 15px;
    }

    /* .single-product .productbanner .real-art.real-art-3 picture.img_wrap {
    height: 280px;
} */



    .productbanner.no-after-before .real-art.real-art-3 {
        top: -160px !important;
    }

    .single-product .productbanner .real-art.real-art-3 picture {
        height: 320px;
    }

    .productbanner.no-after-before .real-art.real-art-3 {
        top: -80px !important;
    }

    .productbanner.no-after-before-nozoom .real-art.scale-image {
        transform: scale(1.05);
    }

    .productbanner .real-art.scale-image {
        transform: scale(1.2);
        top: -80px !important;
    }

    .single-product .productbanner .real-art picture {
        height: 300px;
    }

    .single-product .productbanner .real-art.real-art-1.scale-image {
        top: -140px !important;
        left: 350px !important;
        max-height: 270px;
    }

    .single-product .productbanner .scale-image.real-art.real-art-1 picture img {
        transform: scale(1.0);
        max-height: 250px;
        max-width: 250px !important;
    }


    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 picture {
        height: 260px;
    }



    /* .real-art.scale-image .zoomdetails {
    right: -310px;
} */

    .collec_grid .collec_box_img figure {
        height: 395px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 picture {
        height: auto;
    }

    .real-art.real-art-2 .width-image .line-w {
        bottom: 0;
    }

    .single-product.woocommerce .real-art.real-art-2 picture .left_measur span.height-image.draw-line span.line-h {
        left: -70px;
    }

    .single-product.woocommerce .real-art.real-art-3 picture .left_measur span.height-image.draw-line span.line-h {
        left: -70px;
    }

    .single-product.woocommerce .real-art.real-art-3 .draw-line .line-w {
        bottom: 0;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-3 picture {
        height: 240px;
    }

    .productinfo-main.productinfo-main_new .artist-detail .artist-awards {
        margin: 17px 0 0px 0;
    }

    .productbanner.productbanner_new .producthead {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .art-detail li p span {
        font-size: 16px;
    }

    ul.art-detail {
        gap: 10px;
    }

    .productinfo-main .productinfo .product-detail.detail-right .box-include li {
        font-size: 16px;
    }

    .proinfo_back a {
        font-size: 16px;
        padding: 10px 18px 9px 18px;
    }

    .proinfo_back img {
        width: 14px;
    }

    .scale-main {
        bottom: 50px;
    }

    .back_adcartbtn .backbtn span img {
        width: 16px;
        top: 2px;
    }

    .productbanner .productinfo-main .switchbtn .back_adcartbtn .backbtn {
        width: 140px;
        max-width: 150px;
        padding: 16px 16px 17px 16px;
    }

    .real-art-1 picture img {
        max-width: 320px !important;
        max-height: 320px;
    }

    .productbanner.productbanner_new .real-art {
        top: -7%;
    }

    /* .single-product .productbanner .real-art picture.img_wrap {
    height: 350px;
} */

    .productbanner.productbanner_new .real-art {
        max-height: 435px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.rect_real {
        max-height: 100% !important;
        max-width: 746px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.rect_real {
        max-width: 250px !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.rect_real {
    max-width: 250px !important;
} */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 {

        top: -81% !important;
    }

    .hm_artmain figure {
        height: 560px;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.rect_real.square-cls {
    max-width: 330px !important;
} */

    .hm_artmain_infos .artmain_name {
        font-size: 24px;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 picture.img_wrap {
    height: 326px;
    width: 245px;
} */

    /* .single-product .productbanner .real-art.real-art-1.scale-image {
    top: -20px !important;
    left: 350px !important;
    max-height: 270px;
} */

    .hmartworkcro .hmartwork.item {
        flex: 0 0 27%;
        max-width: 27%;
    }

    .shopmood.shopmood_new .swiper-wrapper .swiper-slide.shopmoodlist {

        flex: 0 0 26%;
        max-width: 26%;
    }




    .checkout_newform .wpmc-step-item.wpmc-step-billing.wpmc-step-shipping.current {
        padding: 54px 7%;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-review.wpmc-step-payment.current {
        padding: 0px 40px 10px 40px;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image .port_img, .single-product .productbanner.productbanner_new.no-after-before
 .real-art.real-art-2.scale-image .port_img {
    max-height: 280px !important;
    width: 170px !important;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 picture.img_wrap {
    height: 261px;
    width: 175px;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls .port_img {
    width: 280px !important;
    max-height: 280px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls .port_img {
    width: 280px !important;
    max-height: 280px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.square-cls picture {
    height: auto;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.rect_real.nrect-cls {
    max-height: 100% !important;
    max-width: 590px !important;
} */

    .single-product .productbanner .real-art.real-art-1.scale-image.rect_real.nrect-cls picture {
        display: flex;
    }

    /* .single-product .productbanner .real-art.real-art-1.scale-image.rect_real.nrect-cls picture img {
    transform: scale(1.0);
    max-height: 250px;
    max-width: 360px !important;
} */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.rect_real.nrect-cls picture.rectangle_artshape {
        display: flex;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.rect_real.nrect-cls {
    max-height: 100% !important;
    max-width: 590px !important;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.rect_real.nrect-cls .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.rect_real.nrect-cls .port_img {
    max-height: inherit  !important;
    width: 100% !important;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.square-cls {
    max-width: 535px !important;
} */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls {
        top: -85% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls {
    max-width: 535px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
    max-width: 595px !important;
} */

    .aboutart.aboutartnew .swiper-wrapper .swiper-slide.aboutartlist {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.port-cls {
        top: -86% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls .port_img {
    width: 170px !important;
    max-height: 280px !important;
} */

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box picture {
        height: 320px;
    }

    .myaccount-wrap form.woocommerce-form.woocommerce-form-login.login {
        padding: 30px 14% !important;
        padding-top: 0 !important;
    }

    .alredy_acctop .already_acctop {
        padding: 20px 20px;
    }

    .wpmc-step-item.wpmc-step-login.current .create_acctop.alredy_acctop {
        margin: 0px 14%;
    }

    .blog-details-wrap .blogwrap_box .blog-img picture {
        height: 450px;
    }



    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2 picture img {
        width: auto;
        max-width: inherit !important;
        max-height: inherit !important;
        height: 250px;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image img {
        height: 350px;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image {
        top: -83% !important;
    }

    .productbanner_new .artist-detail .artist-awards .award-name {
        font-size: 16px;
        line-height: 25px;
    }

    .productinfo-main .productinfo .product-detail.detail-left {
        width: 28%;
    }

    /* .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture img {
    height: 250px;
} */


    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture.img_wrap img {
        height: 250px;
    }

    .shopmood_new.shopmood_newcollec .swiper-wrapper {
        padding: 0 8%;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture.rectangle_artshape img {
        height: 240px;
    }


    .homebanner .homebannerSlider .homebannerouter {
        padding: 60px 0;
        height: 776px;
    }


    section.homebanner.homebanner_new {
        height: 823px;
    }

    /*boxdesign css*/

    .art-collection-section .product-category-list .products a.woocommerce-LoopProduct-link {
        height: 257px;
    }

    /* artist boxdesign*/

    .follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart a.woocommerce-LoopProduct-link {
        height: 297px;
    }

    section.artist-filter-section.artist_filter_secnew .product-details .yith-wcwl-add-to-wishlist {
        bottom: 35px;
    }

    .follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart span.sold-label {
        margin-right: 2px;
        bottom: 76px;
        position: relative;
        padding: 3px;
    }

.artbox-gallery_collection_new .artwork-box-list .custom-wrap a.woocommerce-LoopProduct-link {
    height: 377px;
}

.collec_grid .collec_box_infos h4 {
    font-size: 27px;padding-right: 30px;
}

.collec_box_othr_images span {
    width: 110px;
    height: 110px;
}

.collec_grid .collec_box_img:hover .collec_box_infos {
    bottom: 135px;
}

.myaccount-wrap {
    padding: 40px 0 50px;
}


.myaccount-wrap {
    padding: 50px 0 50px;
}

.advisory-banner .advisory-info p {
    font-size: 19px;
    line-height: 29px;
}




}


@media(max-width:1570px) {

    .order-item-details {
        flex: 0 0 68%;
        max-width: 68%;
    }



}


@media(max-width:1550px) {
    /* section.homepicks.homepicks_newdesign .homepicks-left {
        flex: 0 0 47%;
        max-width: 47%;
    }

    .homepicks_big_image {
        max-width: 650px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 650px;
    }*/

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(37% + 224px);
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
        right: 5%;
    }


}


@media(max-width:1536px) and (max-height:864px) {

    .single-product .productbanner .real-art.real-art-1.scale-image {
        top: -37% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.rect_real.nrect-cls {
        top: -84% !important;
    }

    .productinfo-main .productinfo .product-detail.detail-left {
        width: 28%;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.square-cls {
    max-width: 535px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls {
    max-width: 535px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
    max-width: 595px !important;
} */


    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image {
        top: -35% !important;
        /* max-width: 69% !important;*/
    }


    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image {

        top: -32% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image {

        top: -80% !important;
    }

}


@media(max-width:1536px) and (max-height:764px) {

    .single-product .productbanner .real-art.real-art-1.scale-image {
        top: -30% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.rect_real.nrect-cls {
        top: -80% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.nrect-cls.rect_real {
        max-width: 370px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.nrect-cls.rect_real .port_img {
        width: 100% !important;
        max-height: 330px !important;
        height: auto !important;
    } */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.square-cls {
        /* max-width: 455px !important; */
        top: -10% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls {
        /* max-width: 535px !important; */
        top: -78% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls .port_img {
    width: 210px !important;
    max-height: 210px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls .port_img {
    width: 210px !important;
    max-height: 210px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
    max-width: 435px !important;
} */

    .productbanner.productbanner_new .real-art {
        top: 1%;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        top: -23% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.port-cls {
        top: -82% !important;
    }


}



@media(max-width:1525px) {


    /* .homepicks_big_image {
        max-width: 620px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 620px;
    } */

    /* .homepick_right_topinfos .homepickInfo-head {
        font-size: 51px;
    } */

    .homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
        width: 210px;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(37% + 230px);
    }

    .cv_maininfos_right .born-lives-inner h3,
    .cv_maininfos_right .education-inner h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content {
        flex: 0 0 30%;
        max-width: 30%;
        width: auto;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container {
        flex: 0 0 67%;
        max-width: 67%;
        padding-left: 0%;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs {
        transform: translateX(87px);
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active #side-table-container .side-table .about-tab-left .about-tab-inner-text {
        padding-top: 30px;
        max-width: 75%;
        padding-left: 20px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active {
        column-gap: 0;
        flex-direction: row;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 {
        top: -81% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image .port_img, .single-product .productbanner.productbanner_new.no-after-before
 .real-art.real-art-2.scale-image .port_img {
    max-height: 220px !important;
    width: 130px !important;
} */
}

@media(max-width:1500px) {

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(38% + 230px);
    }

    section.artist-filter-section.artist_filter_secnew .artist-filter-box {
        width: calc((100% - 32px)*1);
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section.filter-latest-art {
        width: calc((100% - 32px)*1);
        margin: 0 auto;
    }

    .artist-filter-section.artist_filter_secnew .product-details .woocommerce-loop-product__title {
        font-size: 26px !important;
    }

    /* .single-product .productbanner .real-art {
    max-width: 310px !important;
    top: -160px;
    left: -20px;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art picture {
    height: auto;
    display: flex;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 picture {
    height: 220px;
} */



}

@media(max-width:1490px) {

    section.homebanner.homebanner_new {
        height: 763px;
    }

    .homebanner .homebannerSlider .homebannerouter {
        height: 790px;
    }

    section.hm_second_foldnew h1.homepicksHead:before {
        top: -35%;
        height: 161px;
    }


}


@media(max-width:1460px) {

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(38% + 235px);
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
        left: calc(6% + 217px);
    }

    .order-item-details {
        flex: 0 0 64%;
        max-width: 64%;
    }

    .order-summary h3 {
        font-size: 16px;
    }

    .order-total .total-price {
        font-size: 14px;
    }

    .support-button {
        flex-direction: column;
    }

    .support-button button.support-btn {
        width: 100%;
    }

    .follow-latest-art-section .section_spacing .artworks-sold-sec .artwork-box-list {
        max-width: 1180px;
    }

    .blog-details-wrap .blogwrap_box .blog-img picture {
        height: 420px;
    }

    .blogDetailOuter .blog-details-section .blog-details-wrap .blogwrap_box .blog-detail-view .blog-detail-viewindfos p {
        line-height: 25px;
        font-size: 16px;
    }


}

@media(max-width:1455px) {

    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 36% !important;
    }

    section.homepicks.homepicks_newdesign .homepicks-left {
        flex: 0 0 44%;
        max-width: 44%;
    }

    .homepicks_big_image {
        max-width: 560px;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
        right: 0;
    }

    .artist-filter-section.artist_filter_secnew .range-slider-main .display .mincol {
        font-size: 20px;
    }


    .artist-filter-section.artist_filter_secnew .product-details .woocommerce-loop-product__title {
        font-size: 26px !important;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:nth-child(2),
    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:nth-child(3) {
        width: 22%;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:first-child {
        width: 32%;
    }

    .artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box.artist_newbox {
        padding: 30px 35px 30px 35px !important;
        max-width: 912px !important;
        margin: 30px auto 8px !important;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.greenimg-cls {
        top: -81% !important;
    }

    /* .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture img {
    height: 200px;
} */
    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture.img_wrap img {
        height: 200px;
    }

    .artist-tab-view.artist-tab-view_new .cv_maininfos .cv_maininfos_right {
        padding-right: 0;
    }

    .artist-tab-view.artist-tab-view_new .cv_maininfos .cv_maininfos_right .education-inner {
        padding-right: 20px;
    }

    .artist-tab-view.artist-tab-view_new .cv_maininfos {
        padding-right: 0;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2.greenimg-cls picture.rectangle_artshape img {
        height: 190px;
    }


    /*6sep*/

.hm_artmain figure {
    height: 500px;
}


}


@media(max-width:1440px) {

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box {
        width: calc(25% - 5px);
    }

    .cv_maininfos_right .education-text {
        font-size: 17px;
    }

    .cv_maininfos_right .born-lives-inner h3,
    .cv_maininfos_right .education-inner h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }


    .cv_maininfos .cv_maininfos_left .printcvBtn a {
        font-size: 18px;
        padding: 16px 30px;
        border-width: 1px;
        font-weight: 400;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper.tab2-active .tab-content {
        flex: 0 0 31%;
        max-width: 31%;
        width: auto;
        padding-right: 10px;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container {
        flex: 0 0 67%;
        max-width: 67%;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls {
        top: -82% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls .port_img {
        width: 220px !important;
        max-height: 220px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls .port_img {
        width: 220px !important;
        max-height: 220px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
        max-width: 501px !important;
    } */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.rect_real.nrect-cls {
        top: -86% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.rect_real.nrect-cls {
        top: -40% !important;
    }

    .productinfo-main .productinfo .product-detail.detail-left {
        width: 28%;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.port-cls .port_img {
    width: 155px !important;
    max-height: 240px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls.real-art-1 picture.img_wrap .port_img {
    width: 155px !important;
    max-height: 240px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
    max-width: 155px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
    max-width: 155px !important;
} */


    /*breadcrumb*/


    section.policy_pages.section_spacing {
        padding-top: 0;
    }

    .slider-section .team-box {
    min-height: 240px;
}



}


@media(max-width:1440px) and (max-height:900px) {

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.rect_real.nrect-cls {
        top: -86% !important;
    }




    .single-product .productbanner .real-art.real-art-1.scale-image {
        top: -40% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.nrect-cls.rect_real {
        max-width: 370px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.nrect-cls.rect_real .port_img {
        width: 100% !important;
        max-height: 330px !important;
        height: auto !important;
    } */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls {
        top: -87% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.square-cls {
    max-width: 465px !important;
} */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image {
        /* max-width: 59% !important; */
        top: -35% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.real-art-2 {
        /* max-width: 80% !important; */
        top: -82% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.port-cls .port_img {
    width: 155px !important;
    max-height: 240px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls.real-art-1 picture.img_wrap .port_img {
    width: 155px !important;
    max-height: 240px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
    max-width: 155px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
    max-width: 155px !important;
} */

}






@media(max-width:1419px) {

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
        flex: 0 0 45%;
        max-width: 45%;
    }


}

@media(max-width:1400px) {
    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(40% + 227px);
    }

    .mini-cart-safety-box {
        padding-top: 9%;
    }

    .follow-latest-art-section.follow-artist_new .section_spacing .follow-art-sec .follow-person svg {
        top: 21px;
        width: 23px;
        height: 23px;
    }

    .homepicks-mainlr {
        padding: 40px 0 0 25px;
    }

    .homepick_right_topinfos .homepickInfo {
        padding: 0 30px 0 0;
        min-height: 230px;
    }

    .shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn.shopmood-prev {
        left: 28%;
    }

}

@media(max-width:1377px) {

    section.homepicks.homepicks_newdesign .homepicks-left {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .homepicksBtn {
        width: 281px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .prolistOuter a {
        padding: 17px 50px 17px 16px;
        max-width: 180px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 460px;
        height: 450px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place .homepicks_btn_options .homepicksBtn span.fullview {
        font-size: 14px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .prolistOuter a {
        padding: 17px 48px 17px 16px;
        max-width: 220px;
        font-size: 14px;
    }

    .homepicks.homepicks_newdesign .homepicksmainSlider {
        margin-top: 10px;
    }

    .homepick_right_topinfos {
        min-height: 240px;
    }

    .homepick_right_topinfos .homepickInfo-head {
        font-size: 40px;
        margin: 0 0 10px 0;
    }

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

    .homepicks_newdesign .homepicksmainSlider .productmainlist {
        width: 183px;
        height: 214px;
        bottom: 140px;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
        left: calc(0% + 207px);
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(25% + 227px);
    }

    section.homepicks.homepicks_newdesign .homepicks-right {
        flex: 0 0 62%;
        max-width: 62%;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: calc(23% + 227px);
    }

    .homepicksmainSlider .productmainlist:nth-child(5) {
        left: calc(2% + 599px);
    }

    .homepicks.homepicks_newdesign {
        min-height: 500px;
    }

    section.shop-art-style.shop-art-style_new.section_spacing .swiper-wrapper_new .swiper-slide.shop-art-box .art_imagetitle {
        height: 462px;
    }

    section.shop-art-style.shop-art-style_new.section_spacing .swiper-wrapper_new .swiper-slide.shop-art-box:nth-child(n+5) .art_imagetitle {
        height: 382px;
    }

    .homepicks_big_image {
        max-width: 470px;
    }

    section.aboutart.aboutartnew .aboutartHead {
        font-size: 58px;
    }

    .shopmood.shopmood_new .shopmoodinfo {
        margin: 0 0 0 90px;
    }

    section.aboutart.aboutartnew .aboutartinfo {
        max-width: 50%;
    }


    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
        top: inherit;
    }


    section.shop-art-style.shop-art-style_new {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .shop-art-style.shop-art-style_new:before {
        top: 22%;
    }

    .shop-art-style.shop-art-style_new:after {
        bottom: 17%;
        height: 390px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active {
        column-gap: 0px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content .tab .about-tab-header .about-user-name .user-name-title {
        font-size: 32px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .user-country {
        margin-bottom: 18px;
        font-size: 22px;
        letter-spacing: 2.2px;
    }

    .artist-tab-view.artist-tab-view_new .cv_maininfos {
        width: 100%;
    }

    .artist-tab-view .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table {
        padding-left: 40px;
    }

.artbox-gallery_collection_new .artwork-box-list .custom-wrap a.woocommerce-LoopProduct-link {
    height: 357px;
}


}

@media(max-width:1366px) {


    .single-product.woocommerce .real-art picture img {
        max-width: 300px !important;
        max-height: 270px;
    }

    .single-product .productbanner .real-art picture {
        height: 270px;
    }

    .single-product.woocommerce .real-art picture .left_measur span.height-image.draw-line span.line-h {
        left: -76px;
    }

    .single-product.woocommerce .real-art .draw-line .line-w {
        bottom: 0;
    }

    .single-product .productbanner .real-art .height-image {
        top: 29px;
    }

    .single-product .productbanner .real-art .width-image {
        top: 45px;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 picture {
    height: 180px;
}

.single-product .productbanner .scale-image.real-art.real-art-1 picture img {
    max-height: 250px;
    max-width: 250px !important;
} */

    /* .single-product .productbanner .real-art.real-art-1.scale-image {
    top: -19% !important;
    left: 280px !important;
    max-height: 290px;
    max-width: 255px !important;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 picture {
    height: auto;
} */

    .single-product .productbanner .real-art.real-art-2.scale-image {
        top: -254px !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-3 picture {
    height: 190px;
} */

    .productbanner.no-after-before .real-art.real-art-3 {
        top: -160px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls {
        top: -82% !important;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.square-cls .port_img {
    width: 220px !important;
    max-height: 220px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls .port_img {
    width: 220px !important;
    max-height: 220px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
    max-width: 501px !important;
} */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.square-cls {
        /* max-width: 544px !important; */
        top: -32% !important;
    }

    .single-product .productbanner .real-art.real-art-1.rect-cls.scale-image {
        top: -39% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.rect_real.nrect-cls {
        top: -82% !important;
    }

    /* .single-product.woocommerce .real-art.nrect-cls.rect-cls picture img {
    max-width: 360px !important;
} */

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image img {
        height: 270px;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .collec_grid .collec_box_img:hover .collec_box_infos {
    bottom: 135px;
}

.wpmc-step-item.wpmc-step-login.current .create_acctop.alredy_acctop {
    margin: 0px 7%;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login .nsl-container-buttons {
    flex-direction: column;
}

.alredy_acctop .already_acctop a.acc_login {
    font-size: 14px;
    padding: 8px 16px;
}



}

@media(max-width:1366px) and (max-height:768px) {

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.nrect-cls.rect_real {
        max-width: 370px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.nrect-cls.rect_real .port_img {
        width: 100% !important;
        max-height: 330px !important;
        height: auto !important;
    } */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.square-cls {
        /* max-width: 544px !important; */
        top: -32% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.port-cls {
        top: -84% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2.scale-image.port-cls .port_img {
        /* width: 145px !important;
    max-height: 220px !important; */
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        top: -25% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.scale-image.port-cls {
        top: -30% !important;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image img {
        height: 270px;
        max-width: 100% !important;
        max-height: 100% !important;
    }

}


@media(max-width:1330px) {

    .homepicks_big_image {
        max-width: 450px;
    }

    .checkout_newform_login_newform .checkout_newform_login {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .checkout_newform_login_newform .checkout_newform_main {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active #side-table-container .side-table .about-tab-left .about-tab-inner-text {
        max-width: 85%;
        padding-left: 10px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs {
        transform: translateX(136px);
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos .title-artist {
        font-size: 30px;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos h3 {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 22px;
    }


}

@media(max-width:1280px) {

    .single-product .productbanner .real-art picture {
        height: 240px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art picture {
        height: auto;
        display: flex;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box picture {
        height: 320px;
    }

    section.blogreferrance_articles {
        padding: 60px 0 0px 0;
    }

    section.homebanner.homebanner_new {
        height: 723px;
    }

    .homebanner .homebannerSlider .homebannerouter {
        height: 740px;
    }

    .artbox-gallery_collection_new .artwork-box-list .custom-wrap a.woocommerce-LoopProduct-link {
    height: 327px;
}


}


@media(max-width:1279px) {
    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery {
        gap: 0 30px;
        justify-content: center;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box {
        width: calc(27% - 5px);
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tabs {
        transform: translateX(136px);
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .add-to-wishlist-after_add_to_cart {
        box-shadow: none !important;
        height: 300px;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .type-product a.woocommerce-LoopProduct-link {
        height: 300px;
    }



}


@media(max-width:1225px) {

    .order-item-details {
        flex: 0 0 71%;
        max-width: 71%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .myaccount-wrap .support-button a button {
        font-size: 13px !important;
        padding: 11px 13px !important;
    }

    #wpbody.artist-order table.wp-list-table.table-view-list.orders.wc-orders-list-table {
        width: 95% !important;
    }

    .collec_tabmain .tabs {
        flex-direction: column;
        justify-content: flex-start;
        gap: 23px;
        align-items: flex-start;
    }

    .collec_tabmain .tabs_curator {
        flex-direction: column;
        justify-content: flex-start;
        gap: 23px;
        align-items: flex-start;
    }

    .tabs_search {
        text-align: right;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .collec_grid .collec_col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .collec_grid .collec_box_img {
        height: auto;
    }

    .collec_grid .collec_box {
        height: auto;
    }

    .collec_grid .collec_box_img figure {
        height: 285px;
    }

    .collec_grid .collec_box_infos h4 {
        font-size: 25px;
    }

    .collec_tabmain {
        padding: 50px 0;
    }

    section.art-curator-section {
        padding: 67px 0 57px;
    }

    section.art-curator-section .art-curator-content .art-curator-data .curator-section-title {
        font-size: 40px;
    }



}

@media(max-width:1200px) {

    .hmright_slider {
        position: relative;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 430px;
        height: 420px;
        margin: 0 auto;
    }

    .homepicks-mainlr {
        flex-direction: column;
    }

    section.homepicks.homepicks_newdesign .homepicks-left,
    section.homepicks.homepicks_newdesign .homepicks-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place .homepicks_btn_options .homepicksBtn span.fullview {
        font-size: 0;
        min-width: inherit;
        height: 47px;
        width: 47px;
        padding: 0;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .prolistOuter a {
        padding: 0;
        max-width: inherit;
        font-size: 0;
        min-height: 46px;
        padding-right: 47px;
    }


    section.homepicks.homepicks_newdesign .homepicksBtn .fullview::before {
        top: 3px;
        right: 4px;
    }

    .homepick_right_topinfos .homepickInfo-head {
        font-size: 40px;
        margin-top: 13px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.homepicks.homepicks_newdesign .homepicks-right {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: column-reverse;
        display: flex;
        position: relative;
        z-index: 9;
        overflow: visible;
    }

    .homepicks.homepicks_newdesign .homepicksmainSlider {
        margin-top: 0px;
        position: relative;
        padding: 0 30px 20px 0;
        min-height: 515px;
        z-index: 1;
    }


    .homepick_right_topinfos {
        min-height: inherit;
    }

    /* .homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
        width: 100%;
        height: 100%;
        padding-right: 55px;
    } */

    .homepicks-mainlr {
        padding: 40px 0 60px 25px;
    }

    .homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
        width: 435px;
        height: 496px;
        padding-right: 0;
        background-position: center center !important;
        right: 20px;
        margin: 0 auto;
    }

    .homepicks.homepicks_newdesign .homepicksmainSlider {
        margin-top: 0px;
        position: relative;
        padding: 0 30px 20px 0;
        max-height: 515px;
    }


    .homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
        display: block;
    }

    /*
    .homepicks_newdesign .homepicksmainSlider .productmainlist {
        position: inherit !important;
    }

    */
    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(2) {
        left: 40%;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(3) {
        left: 40%;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(4) {
        left: 40%;
    }

    .homepicksmainSlider .productmainlist:nth-child(6) {
        left: 40%;
    }

    .homepicksmainSlider .productmainlist:nth-child(5) {
        left: 40%;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
        bottom: inherit;
        top: inherit;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 90px;
        justify-content: space-between;
        align-items: center;
        z-index: 999999;
        bottom: 170px;
    }




    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.prev {
        left: 0;
        padding: 0;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.next {
        margin-top: 0;
        right: 20px;
        padding: 0 0 0 0;
    }


    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist {
        border-radius: 0;
        background-size: 85% !important;
        border: 4px solid;
        border-image-source: linear-gradient(45deg, #8D6025, #A7772D, #B68332, #8D6025);
        border-image-slice: 1;
        padding: 35px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place:after {
        position: absolute;
        left: 0;
        right: 0;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46262254901960786) 100%);
        bottom: 0;
        width: 100%;
        height: 50%;
        content: "";
        z-index: -1;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist:after {
        position: absolute;
        left: 0;
        right: 0;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46262254901960786) 100%);
        bottom: 0;
        width: 100%;
        height: 50%;
        content: "";
        z-index: -1;
    }



    .shop-art-style_new .swiper-wrapper_new .swiper-slide.shop-art-box .art_imagetitle {
        height: auto;
    }

    .homepicks.homepicks_newdesign {
        min-height: inherit;
    }

    .homepicks_btn_options.homepicks_btn_options_mobile {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        position: absolute;
        bottom: 30px;
        max-width: 433px;
        margin: 0 auto;
        left: 0;
        right: 0;
        align-items: center;
        display: none;
    }

    .homepicks_btn_options.homepicks_btn_options_mobile .homepicks_btn_right a.productBtn {
        position: relative;
        z-index: 1;
        background: #fff;
        border-radius: 35px;
        padding: 17px 58px 17px 16px;
        color: #000;
        position: relative;
        z-index: 1;
        font-size: 14px;
        font-weight: 500;
        width: auto;
        margin-right: 20px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .prolistOuter a:after {
        right: 4px;
        top: 3px;
    }

    .homepicks_btn_options.homepicks_btn_options_mobile .homepicks_btn_right a.productBtn:after {
        content: "";
        height: 40px;
        width: 40px;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        right: 5px;
        top: 7px;
        background: url(../images/shopping-cart.svg) no-repeat #fccf96;
        background-position: center;
    }

    .homepicks_btn_options.homepicks_btn_options_mobile .homepicks_btn_left {
        flex: 0 0 55%;
        max-width: 55%;
        justify-content: flex-start;
        display: flex;
    }

    .homepicks_btn_options.homepicks_btn_options_mobile .homepicks_btn_right {
        flex: 0 0 42%;
        max-width: 42%;
        display: flex;
        justify-content: flex-end;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicks_btn_options.homepicks_btn_options_mobile .homepicksBtn {
        top: 0;
        width: auto;
        display: block;
        position: inherit;
    }


    .homepicks.homepicks_newdesign .homepicks-right .homepicks_btn_options.homepicks_btn_options_mobile .homepicksBtn span.fullview {
        top: 0;
        width: auto;
        padding-right: 54px;
    }


    .order-item-image {
        width: 62px;
        height: 63px;
        margin: 0 9px 0 0;
    }

    .support-button {
        display: flex;
        gap: 5px;
        flex-direction: column;
        width: 100%;
        flex-wrap: wrap;
    }

    .support-button a {
        display: block;
        width: 100%;
    }

    .myaccount-wrap .support-button a button {
        display: block;
        width: 100%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
        flex: 0 0 54%;
        max-width: 54%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
        flex: 0 0 46%;
        max-width: 46%;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box {
        padding: 10px 10px;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider {
        display: none;
    }

    .homepicks_big_image {
        max-width: 450px;
        margin: 0 auto;
    }

    section.homebanner.homebanner_new {
        height: 680px;
    }

    .homebanner .homebannerSlider .homebannerouter {
        height: 690px;
    }


    /*breadcrumb show*/

    body.body_cust .woo-breadcrumbs {
        display: block;
        padding-top: 100px;
    }

    .el_filter_row .filterbreadcrb {
        display: none;
    }

    body.body_cust .curated-artworks-section {
        padding-top: 0;
    }

    body.body_cust .art-collection-section .collection-filter-layout .collection-grid-content .show-filters-wrap {
        margin-top: 0;
    }

    body.body_cust .art-collection-section .collection-filter-layout .collection-grid-content {
        transition: all .85s ease 0s;
        width: 100%;
        padding-top: 0;
    }

    .el_filter_row .filter_search_filter {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .el_filter_row .el_filter_col:first-child {
        display: none;
    }


    .product-detail.detail-left nav.yoast-breadcrumbs {
        display: none;
    }


    /*breadcrumb end*/

    .collec_grid .collec_box_infos h4 {
    font-size: 22px;
    padding-right: 30px;
}

.collec_box_othr_images span {
    width: 80px;
    height: 80px;
}

.collec_grid .collec_box_img:hover .collec_box_infos {
    bottom: 105px;
}
/* 03 sep  */
.custom-mood-section {
    padding-left: 50px;
}
.custom-mood-section .owl-btn  .owl-nav button.owl-prev {
    left: -30px !important;
}
.custom-mood-section .owl-btn  .owl-nav button.owl-next {
    right: 90px !important;
}
}

@media(max-width:1199px) {

    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:first-child {
        width: 100%;
        padding: 0 0 0 0;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:nth-child(2),
    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:nth-child(3) {
        width: 100%;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:nth-child(2),
    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box:nth-child(3) {
        width: 100%;
        padding: 10px 10px;
        display: flex;
        justify-content: center;
        max-width: 240px;
        margin: 0 auto;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box .artist-filter-title {
        text-align: center;
    }

    .artist-filter-section .orientation .orientation-wrapper {
        justify-content: center;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box .clear-all-btn.clear_btn_new {
        text-align: center;
    }

    .clear-all-btn.clear_btn_new button.clear-btn {
        font-size: 16px;
        padding: 8px 12px 8px 44px;
    }

    .clear-all-btn .view-result {
        font-size: 18px;
        padding: 8px 13px;
    }

    .artist-filter-section .show-only .form-group input:checked+label:after {
        top: 16px;
        left: 7px;
    }

    .artist-filter-section.artist_filter_secnew .show-only .form-group input:checked+label:after {
        top: 16px;
        left: 7px;
    }

    /* .single-product .productbanner .real-art {
        max-width: 410px !important;
        max-height: 690px;
        top: -410px;
        left: 0;
    } */

    .productbanner.productbanner_new {
        height: 910px;
    }

    .productbanner.productbanner_new .switchbtn .addtocart {
        position: inherit;
        left: 0;
        display: inline-block;
        padding-left: 25px;
    }

    .productbanner.productbanner_new .switchbtn .back_adcartbtn a.addtocart.productBtn span img {
        position: relative;
        top: 5px;
    }

    .single-product.woocommerce .real-art picture button#share-btn {
        font-size: 16px;
    }

    .proinfo_back a {
        font-size: 16px;
    }

    .proinfo_back a img {
        transform: translateY(2px);
    }

    .blog-details-wrap .blogwrap_box .blog-img picture {
        height: 330px;
    }

    p.blogimg_caption {
        font-size: 16px;
    }

    .blog-details-wrap .blogwrap_box {
        gap: 10px;
        padding: 30px;
    }

    /* artist boxdesign*/

    .follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart a.woocommerce-LoopProduct-link {
        height: 257px;
    }


    .art-collection-section .product-category-list .products .product.type-product span.sold-label {
        margin-right: -4px;
        bottom: 64px;
    }

    /*search filter*/


    .artist-filter-section.artist_filter_secnew .artist-filter-box {
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .artist-filter-section.artist_filter_secnew button.art-filter-btn {
        margin-left: auto;
        margin-right: 30px;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box {
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .artist-filter-section.artist_filter_secnew button.art-filter-btn {
        margin-left: auto;
        margin-right: 30px;
    }

    section.artist-filter-section.artist_filter_secnew .main-filter-box.show-modal {
        transform: translateX(0%);
        width: auto;
        background: #fff;
        max-width: 300px;
    }

    .artist-filter-section.artist_filter_secnew .main-filter-box.show-modal .outer-filter .filter-box {
        top: 0;
        opacity: 1;
        width: 100%;
    }

    .artist-filter-section.artist_filter_secnew .main-filter-box.show-modal .outer-filter {
        width: calc(100vh - 205px);
        height: auto;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box .clear-all-btn.clear_btn_new {
        min-width: 240px;
    }

    .artist-filter-section.artist_filter_secnew .main-filter-box.show-modal .outer-filter .filter-box:last-child {
        top: inherit;
        max-width: 260px;
    }

    /* jatin css */
.artist-filter-section .range-slider-main input[type=range] {

    width: 75%;

}
.main-filter-box.hide-modal {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}


    body.body_cust .woo-breadcrumbs .breadcrumb-trail span {
        display: flex;
        align-items: center;
        gap: 4px;
    }
 
body.body_cust .woo-breadcrumbs .breadcrumb-trail span.breadcrumb_last {
    color: #666666;
    display: inline-block;
    max-width: 156px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woo-breadcrumbs a {
    font-size: 14px;
}
 
.woo-breadcrumbs {
    font-size: 14px;
}

.artbox-gallery_collection_new .product.type-product span.sold-label {
    margin-right: -4px;
    bottom: 64px;
}


.featured-content.featured-content_collec_new .featured-artists ul li.artists-image .artists-content a.artists-name {
    font-size: 17px;
}

.artbox-gallery_collection_new h2.featured-title {
    font-size: 33px;
    padding: 0 15px;
}

section.artbox-gallery.artbox-gallery_collection_new {
    padding-bottom: 40px;
}

section.featured-content.featured-content_collec_new {
    background: #fff;
    padding: 50px 0 60px;
}

section.faqsSection.faqsSection_collecnew.section_spacing {
    padding-top: 50px !important;
}

.product_breadmobile {
    display: block;
}


/* 03 sep  */
.owl-btn  .owl-nav button {
    width: 50px !important;
    height: 50px !important;
    top: 40%;
}
.owl-btn  .owl-nav button.owl-prev {
    left: 30px;
}
.owl-btn  .owl-nav button.owl-next {
    right: 30px;
}
/* l  */
section.hm_second_foldnew .hmartworkcro_main .product-custom-contain .owl-nav button {
        width: 50px !important;
        height: 50px !important;
}
 
section.hm_second_foldnew .hmartworkcro_main .product-custom-contain .owl-nav button img {
    width: 23px !important;
    transform: translate(-2px, 0);
}
 
section.hm_second_foldnew .hmartworkcro_main .product-custom-contain .owl-nav button.owl-next img {
    transform: translate(0px, 0);
}

/*6sep*/

.hm_artmain figure {
    height: 500px;
}


}


@media(max-width:1180px) {

    .follow-latest-art-section.filter-latest-art .type-product {
        width: calc(31.33% - 16px) !important;
    }

    .follow-latest-art-section .section_spacing .artworks-sold-sec .artwork-box-list {
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    section.homebanner.homebanner_new {
        height: 620px;
    }


    .homebanner .homebannerSlider .homebannerouter {
        height: 670px;
    }



}

@media(max-width:1100px) {

    .woocommerce-checkout .woocommerce {
        padding-left: 263px;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper {
        width: 235px;
    }

    .order-summary h3 {
        font-size: 18px;
    }


    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list {
        padding: 50px 20px 20px 22px !important;
    }

    .order-summary h3 {
        font-size: 18px;
    }

    .order-item-details h4 {
        font-size: 16px;
    }

    .order-item-details .artist-name {
        font-size: 15px;
    }


    .checkout_total_col .artwork-total strong {
        font-size: 12px;
    }

    .checkout_total_price_col p.shipping {
        font-size: 11px;
    }

    .cart-safety-box .safety-box-detail .safety-box-norma-text {
        font-size: 13px;
    }

    .cart-safety-box .safety-box-detail .safety-box-strong-text {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .cart-safety-box {
        margin: 0 0 12px 0;
    }

    .artist-tab-view#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .education-inner {
        flex-basis: 60%;
        max-width: 60%;
    }



}

@media(max-width:1080px) {


    .productbanner .mobile-flex {
        top: 120px;

    }

    .productbanner.productbanner_new .real-art {
        top: -35%;
    }

    section.productbanner.productbanner_new.no-after-before .mobile-flex {
        display: none !important;
    }

    .productbanner .real-art.scale-image {
        top: -45% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 {
        max-width: 41% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1.square-cls {
        left: 19%;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 {
        top: -87% !important;
    }

    .productbanner .real-art {
        max-width: 310px !important;
        max-height: 148px;
    }

    section.homebanner.homebanner_new {
        height: 600px;
    }

    .homebanner .homebannerSlider .homebannerouter {
        height: 620px;
    }


}


@media(max-width:1024px) {

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active #side-table-container {
        flex-basis: 100%;
        max-width: 100%;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active {
        flex-direction: column;
    }

    section.artist-tab-view.artist-tab-view_new .tab-content .about-tab-header {
        margin: 0;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active .tab-content {
        flex-basis: 376px;
        max-width: 376px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs {
        max-width: 90%;
        transform: inherit;
        gap: 10px;
        width: 88%;
        transform-origin: center center;
    }

    .artist-tab-view.artist-tab-view_new .tab-container {
        flex-direction: column;
    }

    section.artist-tab-view.artist-tab-view_new .tab-content .about-tab-header {
        width: 456px;
        margin: 0 auto;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content {
        flex: 0 0 60%;
        max-width: 60%;
        width: auto;
    }

    .artist-tab-view .tab-container .tabs.tabs_mobile {
        display: block;
    }

    .artist-banner-box.artist_newbox .artist-banner-row {
        flex-direction: column;
    }

    .artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box .artist-img-col .artist-img {
        width: 200px;
        height: 200px;
    }

    .curator-right-infos {
        padding: 0 0 0 0;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab3-active .studio-journal-section {
        margin-top: 30px;
    }

    .collec_grid .collec_box_img figure {
        height: 325px;
    }

    .productinfo-main .productinfo .product-detail.detail-left {
        width: 100%;
    }


}

@media(max-width:1023px) {

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-bottom-side-img picture {
        height: 130px;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box {
        width: calc(46% - 5px);
    }

    .artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box .artist-img-col .artist-img {
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }

    .artist-banner-box.artist-banner-box_new .artist-banner-row {
        flex-direction: column;
    }



}

@media(max-width:1015px) {

    .order-item-image {
        width: 52px;
        height: 52px;
    }

    .order-item-details {
        flex: 0 0 69%;
        max-width: 69%;
    }

}

@media(max-width:992px) {

    .homepicks_pagination {
        display: block;
    }

    .homepicksmainSlider .productmainlist .prolistOuter .homepickInfo-mobdesc {
        display: none;
    }

    .homepicks_pagination ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: center;
    }

    .homepicks_pagination ul li {
        width: 29px;
        height: 5px;
        border-radius: 12px;
        background: #fff;
        margin: 0 5px;
    }

    .homepicks_pagination ul li.active {
        background: #000;
    }

    .shopmood .shopmoodOuter .before-box {
        display: none;
    }

    .productbanner.productbanner_new {
        height: 1120px;
    }

    /* .single-product .productbanner .real-art {
        top: -280px;
    } */

    .productbanner.productbanner_new .real-art {
        top: -25%;
    }

    .productbanner.productbanner_new {
        height: 950px;
    }



}

@media(max-width:991px) {

    .artist-tab-view.artist-tab-view_new .tab-container .tabs {
        margin-top: 24px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active {
        flex-direction: column;
        align-items: center;
    }

    .artist-tab-view .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table {
        padding-left: 0;
    }

    .artist-tab-view.artist-tab-view_new .cv_maininfos .cv_maininfos_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .artist-tab-view.artist-tab-view_new .cv_maininfos .cv_maininfos_right {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .artist-tab-view.artist-tab-view_new .cv_maininfos {
        flex-direction: column-reverse;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colleft {
        flex: 0 0 220px;
        max-width: 220px;
    }

    .follow-latest-art-section.follow-artist_new .section_spacing .follow-art-sec .artist-img {
        margin: 0;
        width: 200px;
        height: 200px;
        border-radius: 100%;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container {
        flex: 0 0 96%;
        max-width: 96%;
        padding-left: 0%;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tabs {
        transform: translateX(0px);
    }

    /* .artist-tab-view.artist-tab-view_new#followCurator .cv_maininfos {
        flex-direction: column;
    } */

    .artist-tab-view.artist-tab-view_new .cv_maininfos .cv_maininfos_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .cv_maininfos .cv_maininfos_right {
        padding-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .artist-tab-view .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education {
        margin-bottom: 0;
    }

    .artist-tab-view .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .education-inner .education-text {
        margin-bottom: 0;
    }

    .artist-tab-view#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .education-inner {
        flex-basis: 90%;
        max-width: 90%;
    }

    .artist-tab-view .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .education-inner .education-text {
        align-items: center;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .cv_maininfos .cv_maininfos_right {
        padding-top: 10px;
    }

    .artist-tab-view .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .brian-collins-inner .brain-collins-text {
        max-width: 100%;
        padding-right: 0;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper #side-table-container #side-table4.side-table.active p.news-exhibitions-box {
        text-align: center;
        padding-top: 30px;
        margin: 0;
    }

    .artist-tab-view#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .born-lives-inner h3 {
        font-size: 22px;
    }

    .artist-tab-view#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .born-lives-inner p {
        font-size: 18px;
    }

    section.artist-tab-view.artist-tab-view_new {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper.tab2-active #side-table-container {
        flex: 0 0 89%;
        max-width: 89%;
    }

    .tax-yith_shop_vendor #yith-wcwl-popup-message #yith-wcwl-message {
        font-size: 16px;
    }


    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 35% !important;
    }

    /* artist boxdesign*/

    .follow-latest-art-section.filter-latest-art .type-product {
        width: calc(49% - 16px) !important;
    }

    .art-collection-section .product-category-list .products .product.type-product span.sold-label {
        margin-right: -9px;
        bottom: 54px;
    }

    .artbox-gallery_collection_new.artbox-gallery .artwork-box-list {
    gap: 23px 10px;
}

.art-collection-section .product-category-list .products a.woocommerce-LoopProduct-link {
    height: 397px;
}

.artbox-gallery_collection_new .artwork-box-list .custom-wrap a.woocommerce-LoopProduct-link {
    height: 407px;
}

.artbox-gallery_collection_new .product.type-product span.sold-label {
    margin-right: -9px;
    bottom: 54px;
}


.collec_box_othr_images span {
    width: 70px;
    height: 70px;
}

.collec_grid .collec_box_img:hover .collec_box_infos {
    bottom: 95px;
}

.collec_grid .collec_box_img figure {
    height: 245px;
}

body.menuOpen .mainheaderOuter .headernav .navigation {
     top: 133px;
}

.search-w.open .dropdown.active {
    z-index: 10;
}
/* 03 sep  */
.custom-mood-section {
    padding-left: 15px;
    padding-right: 15px;
}
.custom-mood-section .owl-btn  .owl-nav button.owl-prev {
    left: 15px !important;
}
.custom-mood-section .owl-btn  .owl-nav button.owl-next {
    right: 15px !important;
}
/* 04 sep  */
.submenuimg-Outer .backmenu {
    padding: 5px 20px;
    background: #000000;
    padding-left: 32px !important;
    display: inline-block !important;
    top: -50px !important;
    border: none;
}
.submenuimg-Outer .backmenu::before {
    left: 15px !important;
    top: 13px !important;
}
}

@media(max-width:945px) {

.signup_infos {
    margin: 0 auto 20px auto;
}

}


@media(max-width:945px) {

    form.woocommerce-form.woocommerce-form-login.login .form-row-first {
        width: 100% !important;
    }

    form.woocommerce-form.woocommerce-form-login.login .form-row-last {
        width: 100% !important;
    }

    .order-summary h3 {
        font-size: 15px;
    }

}


@media(max-width:925px) {

    .checkout_newform_main .side-cartt {
        padding: 23px 15px;
    }

    .order-item-image {
        width: 46px;
        height: 46px;
    }

    .order-item-details {
        flex: 0 0 72%;
        max-width: 72%;
    }

    .order-item-details h4 {
        font-size: 14px;
    }

    .cart-safety-box .safety-box-img picture img {
        transform: scale(0.65);
    }

    .cart-safety-box .safety-box-img picture img {
        filter: brightness(0.5) invert(0.3);
        width: auto;
        transform: scale(0.65);
    }

    .order-item-image {
        width: 46px;
        height: 46px;
    }

    .order-item-details {
        flex: 0 0 72%;
        max-width: 72%;
    }

    .order-item-details h4 {
        font-size: 14px;
    }

    .order-total {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .order-total h3 {
        margin-bottom: 10px;
    }

    .cart-safety-box .safety-box-detail {
        margin: 0 0 0 0px;
    }

    .order-item-image {
        width: 46px;
        height: 46px;
    }

    .order-item-details {
        flex: 0 0 72%;
        max-width: 72%;
    }

    .order-item-details h4 {
        font-size: 14px;
    }

    .order-total {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .order-total h3 {
        margin-bottom: 10px;
    }

    .cart-safety-box .safety-box-detail {
        margin: 0 0 0 0px;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        position: inherit;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list {
        flex-direction: row;
        padding: 20px 20px !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li {
        width: 28%;
        flex-direction: column;
        gap: 3px;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li.wpmccart {
        width: 99px;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li.wpmccart-first {
        width: 119px;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li .wpmc-tab-text {
        font-size: 16px !important;
    }

    .wpmc-tabs-wrapper .wpmc-tab-item::before {
        border: none !important;
    }

    .woocommerce-checkout .woocommerce {
        padding-left: 0;
        padding-top: 0px;
    }


    .woocommerce-checkout.woocommerce-page .wpmc-tab-item.previous:before,
    .woocommerce-checkout.woocommerce-page .wpmccart-first.previous:before {
        width: 100% !important;
        height: 1px !important;
        z-index: 0;
        left: 0% !important;
        opacity: 0.5;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li .wpmc-tab-text {
        position: inherit;
        left: 0px;
        top: 0;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        display: block !important;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tab-item.current:before,
    .wpmccart-first.current:before {
        width: 100% !important;
        height: 1px !important;
        left: 0 !important;
        top: 13px !important;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tab-item:before {
        width: 100% !important;
        height: 1px !important;
        left: 0 !important;
        top: 13px !important;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list.wpmc-4-tabs li {
        width: 20%;
    }


}

@media(max-width:840px) {

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list.wpmc-4-tabs li {
        width: 18%;
    }

    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 25% !important;
    }

    
}

@media(max-width:767px) {

    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 20% !important;
    }


    .homepicks.homepicks_newdesign .homepicks-right .homepicks_btn_options.homepicks_btn_options_mobile .homepicksBtn span.fullview {
        text-indent: -9999px;
        min-width: 47px;
        padding-left: 0;
        padding-right: 0;
        padding: 0;
        min-height: 47px;
        background: #fff;
        font-size: 0;
    }


    .homepicks_btn_options.homepicks_btn_options_mobile .homepicks_btn_right a.productBtn {
        text-indent: -9999px;
        padding-left: 0;
        padding-right: 47px;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 46px;
        font-size: 0;
    }

    section.homepicks.homepicks_newdesign .homepicksBtn .fullview::before {
        top: 3px;
        background: url("../artimg/hm-expand.svg") 10px 9px no-repeat #fccf96;
        right: 4px;
    }



    .homepicks_btn_options.homepicks_btn_options_mobile .homepicks_btn_right a.productBtn:after {
        top: 3px;
        right: 4px;
    }

    section.shop-art-style.shop-art-style_new {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    section.shop-art-style.shop-art-style_new {
        background: url(../images/by-style.jpg) left top no-repeat;
        background-size: cover;
        padding: 65px 0 20px 0 !important;
    }

    .shop-art-style.shop-art-style_new:after,
    .shop-art-style.shop-art-style_new:before {
        display: none;
    }

    section.shop-art-style.shop-art-style_new h2.art-title {
        color: #fff;
    }


    section h2.art-title {

        font-size: 40px !important;
    }

    .shopmood .shopmoodinfo .shopmoodHead {
        color: #000;
        font-family: "Cinzel", Arial, Helvetica, sans-serif;
        font-size: calc(51.7px + 16.3*(100vw - 300px)/1620);
        line-height: 1.22;
        font-weight: 400;
        margin: 0 0 0px;
        max-width: 100%;
        font-size: 40px;
    }

    section.aboutart.aboutartnew .aboutartHead,
    .our-horsemen .our-horsemen-inner .horsemen-title .meet-horsemen {
        font-size: 40px;
    }

    section.aboutart.aboutartnew .aboutartinfo {
        max-width: 100%;
    }

    .art-work-advisor .art-work-advisor-inner .art-work-advisor-text .art-advisor-mobile-view .art-advisor-title,
    .head-type2,
    .head-type1 {
        font-size: 40px;
    }

    .aboutart::before {
        display: none;
    }

    section.homepicks.homepicks_newdesign h1.homepicksHead {
        max-width: 400px;
        top: 5px;
        padding: 24px 10px 24px 10px;
        font-size: 24px;
    }

    section.homepicks.homepicks_newdesign h1.homepicksHead:before {
        height: 135px;
    }

    .homepicks-mainlr {
        padding: 70px 0 60px 25px;
    }

    .shop-art-style .shop-art-wrapper .shop-art-box .art-title a {
        color: #fff;
        font-size: 18px;
    }

    .shop-art-style .shop-art-wrapper .shop-art-box .art_imagetitle {
        display: flex;
        flex-direction: column-reverse;
    }

    .shop-art-style.shop-art-style_new .shop-art-wrapper .shop-art-box .art_imagetitle .art-title {
        margin: 0 0 20px 0;
    }

    .shop-art-style.shop-art-style_new .shop-art-wrapper .shop-art-box .art-image {
        margin: 0 0 60px 0;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img {
        display: flex;
        align-items: center;
        column-gap: 7px;
        border: 3px solid #000;
        padding: 8px;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box {
        width: calc(100% - 10px);
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery {
        max-width: 346px;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .right-gallery-img {
        max-width: 150px;
        width: 100%;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-upper-side-img picture,
    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-bottom-side-img picture {
        height: 121px;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box {
        width: calc(100% - 18px);
    }

    .checkout_newform .wpmc-step-item.wpmc-step-billing.wpmc-step-shipping.current {
        padding: 0 15px 0 30px;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout_newform_main .side-cartt {
        padding: 23px 15px 0 0;
    }

    .order-item-details {
        flex: 0 0 87%;
        max-width: 87%;
    }

    .woocommerce-checkout .woocommerce-billing-fields h3 {
        padding-top: 0;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper {
        margin: 0 0 0px 0;
    }

    .woocommerce-checkout .woocommerce-billing-fields h3 {
        margin: 0 0 15px 0;
        font-size: 20px;
    }

    .checkout_newform_login_newform .checkout_newform_login {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 19px;
    }

    .checkout_newform_login_newform .checkout_newform_main {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li .wpmc-tab-text {
        font-size: 13px !important;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list.wpmc-4-tabs li:first-child {
        width: 44px;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list.wpmc-4-tabs li {
        width: 23%;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
        margin-top: 7px;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li .wpmc-tab-text {
        left: -10px;
    }

    .myaccount-wrap button {
        font-size: 15px !important;
    }

    .page-template-tp-blog .blog-main-banner {
        height: 380px;
    }

    .page-template-tp-blog .blog-main-banner .blog-banner-content.aos-init {
        height: 380px;
    }

    .blog-main-banner .blog-banner-content .banner-title {
        font-size: 26px !important;
        margin-bottom: 20px !important;
    }

    .page-template-tp-blog .blog-our-stories .our-stories-wrapper .our-stories-content .our-stories-latest {
        font-size: 20px;
        line-height: 28px;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .checkout_newform_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout_newform_login_newform.skipp-login .checkout_newform_main .side_cartt_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(3),
    .myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(4) {
        width: calc(100% - 0px) !important;
    }


    .myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(3) {
        margin-right: 0px;
        width: calc(100% - 0px) !important;
    }

    .myaccount-wrap .becomeartist-wrap .register .register-woo-from .form-row-wide:nth-child(4) {
        width: calc(100% - 0px) !important;
    }


    .myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(4) {
        margin-left: 0px;
        width: calc(100% - 0px) !important;
    }

    .myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:last-child {
        margin-left: 0px;
        width: calc(100% - 0px) !important;
    }

    .myaccount-wrap .becomeartist-wrap .register .register-woo-from .address_float_left .form-row.form-row-wide:nth-child(5) {
        margin-right: 0px;
        width: calc(100% - 0px) !important;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec {
        justify-content: center;
        gap: 20px;
    }

    section.artist-filter-section.artist_filter_secnew .artist_title {
        font-size: 32px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs {
        max-width: 99%;
        gap: 5px;
        width: 99%;
        padding: 6px 42px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs button.tab-link {
        font-size: 18px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab4-active .news-exhibitions {
        padding-top: 30px;
    }

    .artist-tab-view .tab-container .tab-content-wrapper.tab1-active #side-table-container .side-table .about-tab-left .about-tab-inner-text .about-tab-sub-title {
        font-size: 18px;
        margin-bottom: 15px;
    }



    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec {
        padding: 25px;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .follow_colright_infos {
        text-align: center;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos .title-artist {
        text-align: center;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper .news-exhibitions-title .studio-title {
        font-size: 34px;
    }

    section.artist-tab-view.artist-tab-view_new {
        padding-top: 20px;
    }

    .artist-filter-section.artist_filter_secnew .product-details .woocommerce-loop-product__title {
        font-size: 17px !important;
    }

    .artist-filter-section.artist_filter_secnew .product-details .attribute-size {
        font-size: 12px !important;
    }


    .follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
        width: 36px;
        height: 36px;
        border-radius: 100%;
        min-width: inherit;
    }

    .follow-latest-art-section.filter-latest-art .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg#yith-wcwl-icon-heart-outline {
        width: 19px;
        height: 14px;
        background-size: 94%;
    }

    section.artist-filter-section.artist_filter_secnew .product-details .woocommerce-Price-amount.amount {
        font-size: 17px;
    }

    section.artist-filter-section.artist_filter_secnew .product-details .yith-wcwl-add-to-wishlist {
        bottom: 40px;
        right: 10px;
    }

    section.artist-filter-section.artist_filter_secnew {
        padding-bottom: 10px;
        padding-top: 50px;
    }

    .follow-latest-art-section.filter-latest-art .type-product {
        width: calc(45.33% - 16px) !important;
    }

    section.artist-tab-view.artist-tab-view_new .tab-content .about-tab-header {
        width: 316px;
        margin: 0 auto;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active .tab-content {
        flex: 0 0 100%;
        max-width: 100%;
    }


    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section.filter-latest-art {
        width: calc((100% - 5px)*1);
        margin: 0 auto;
    }

    section.artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active .tab-content .tab .about-tab-header .about-user-name .user-name-title {
        font-size: 30px;
        line-height: 39px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab1-active #side-table-container .side-table .about-tab-left .about-tab-inner-text {
        max-width: 95%;
        padding-left: 10px;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos .title-artist {
        font-size: 28px;
        line-height: 35px;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos h3 {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 22px;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new {
        padding: 50px 0;
    }

    .artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box.artist_newbox .main-artist-title {
        font-size: 32px;
    }

    .mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture {
        padding: 10px 15px 10px !important;
    }

    .mainheader .mainheaderOuter .headerlogo .headerlogo-logo .logo-picture img {
        height: 30px !important;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .add-to-wishlist-after_add_to_cart {
        box-shadow: none !important;
        height: 300px;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .type-product a.woocommerce-LoopProduct-link {
        height: 300px;
    }

    div#custPagination {
        padding-top: 30px;
    }

    section.artist-filter-section.artist_filter_secnew .artist-filter-box {
        width: calc((100% - 4px)*1);
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section.filter-latest-art .section_spacing .artworks-sold-sec {
        padding-top: 30px;
    }

    .follow-latest-art-section.follow-artist_new .section_spacing .follow-art-sec .follow-person svg {
        top: 18px;
        width: 23px;
        height: 23px;
    }

    .blog-main-banner .blog-banner-content .profiles {
        gap: 10px;
        /* flex-direction: column; */
    }

    .view-profile-section.view_proprofile_new .profile-box .profile-title {
        align-items: center;
        flex-direction: column;
    }

    section.favorite-artworks-section.artworks-similar-section.section_spacing.pro_favart_newsec {
        padding: 70px 0 50px;
    }

    .secure-safe-section.secure_newsec .secure-safe-box {
        padding: 40px 40px;
        flex-wrap: wrap;
        gap: 50px;
    }

    section.secure-safe-section.secure_newsec {
        padding-top: 60px;
    }

    .collec_grid .collec_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tabs_btns {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 5px;
    }

    .collec_tabmain .tab-content-wrapper {
        flex-direction: column-reverse;
        display: flex;
    }

    .shopmood_newcollec .shopmoodinfo .shopmoodHead {
        color: #fff;
        font-family: "Cinzel", Arial, Helvetica, sans-serif;
        font-size: calc(24px + 18 * (100vw - 300px) / 1620);
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    /* .single-product .productbanner .real-art {
    top: -320px !important;
}

.single-product .productbanner .real-art.scale-image {
    top: -170px !important;
    left: 60px;
} */

    .single-product .productbanner .real-art {
        top: -37%;
    }

    .single-product .productbanner .visualizeBtn {
        bottom: 540px;
    }

    .proinfo_back a {
        font-size: 15px;
        padding: 9px 17px 9px 17px;
    }

    .single-product main#main .collection-banner-section {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .proinfo_back img {
        width: 15px;
    }

    .collection-banner-section .collection-banner-content .collection-title {
        margin-bottom: 65px;
    }

    /* .single-product .productbanner .real-art.real-art-2 {
    top: -290px;
} */

    /* .single-product .productbanner .real-art picture.img_wrap {
    height: 220px;
} */

    .single-product .productbanner .real-art picture.img_wrap {
        /* height: 220px; */
        top: -60px;
        position: relative;
    }

    .productbanner .real-art.scale-image {
        transform: scale(1.2);
        top: -30% !important;
    }

    .single-product .productbanner .real-art.real-art-2.scale-image {
        top: -32% !important;
    }

    .productbanner.no-after-before .real-art.real-art-3 {
        top: -28% !important;
        left: 18% !important;
    }

    .productbanner.no-after-before-nozoom span.backbtn-scale.backbtn-show {
        bottom: 35%;
    }

    .single-product .productbanner.no-after-before-nozoom .visualizeBtn {
        bottom: 83%;
    }

    .scale-main {
        display: none;
    }

    .productbanner.productbanner_new {
        height: 1140px;
    }

    .homebanner.homebanner_new .homebannerSlider .homebannerouter .bannerHead span {
        font-size: 24px;
    }

    section.homebanner.homebanner_new .homebannerouter .bannerHead {
        font-size: 36px;
    }

    .homebanner.homebanner_new .homebannerSlider .homebannerouter {
        align-items: end;
        padding-bottom: 90px;
    }

    section.homebanner.homebanner_new {
        min-height: 700px;
        height: 840px;

    }

    .homebanner.homebanner_new .homebannerSlider .homebannerouter {
        min-height: 660px;
    }

    .banner_vid {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    .banner_vid video {
        object-fit: cover;
    }

    #zoom-container {
        width: 100%;
        max-width: 282px;
        margin: auto;
        overflow: hidden;
        touch-action: none;
        border: none;
    }

    #zoom-image {
        width: 100%;
        touch-action: none;
        user-select: none;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.art-3 .port_img, .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image .port_img {
        width: 100% !important;
        max-height: 330px !important;
    } */

    .real-art.scale-image .zoomdetails {
        display: none;
    }

    .homebanner_new .container {
        max-width: calc((100% - 0px)*1);
        padding: 0 20px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art .port_img {
        width: 210px !important;
        max-height: 330px !important;
    }

    .art-btn form.cart {
        display: block;
        clear: both;
    }

    .productinfo-main_new .art-value.simpleProductouter .art-btn {
        display: flex;
        flex-direction: row;
        padding: 20px 0 0 0;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .productinfo-main_new .art-value.simpleProductouter .art-btn form.cart {
        flex: 0 0 47%;
        display: inline-flex;
        max-width: 47%;
        margin: 10px 0 0 0;
    }

    .productinfo-main_new .art-value.simpleProductouter .art-btn p.product.woocommerce.add_to_cart_inline {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 0px 0;
    }

    .productinfo-main_new .art-value.simpleProductouter .art-btn button#offerBtn {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
        justify-content: center;
    }

    .productinfo-main_new .art-value.simpleProductouter .art-btn form.cart button.single_add_to_cart_button.button {
        padding: 14px 15px !important;
        width: 100%;
        text-align: center;
        margin: -7px 3px 0 -4px !important;
    }

   .productbanner .mobile-flex {
    top: 118px;
}

    .hmartworkcro .hmartwork.item {
        flex: 0 0 89%;
        max-width: 89%;
    }

    .checkout_newform div#checkout_coupon {
        padding: 0px 0px 0 0px;
    }


    .checkout_newform div#checkout_coupon .woocommerce-form-coupon-toggle .woocommerce-info::before {
        top: 0;
    }

    .checkout_newform div#checkout_coupon .woocommerce-form-coupon-toggle .woocommerce-info {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 0 20px 0;
    }

    .shopmood.shopmood_new .swiper-wrapper .swiper-slide.shopmoodlist {
        flex: 0 0 56%;
        max-width: 56%;
    }

    .aboutart.aboutartnew .swiper-wrapper .swiper-slide.aboutartlist {
        flex: 0 0 56%;
        max-width: 56%;
    }

    .woocommerce-order-pay .woocommerce {
        max-width: 940px !important;
        text-align: center;
        padding: 0 18px 20px 18px !important;
    }

    .woocommerce-order-pay .order_details {
        overflow-x: scroll;
        padding-left: 0 !important;
    }

    .woocommerce-order-pay .woocommerce .order_details li {
        white-space: nowrap;
    }

    /* Thin horizontal scrollbar */
    .woocommerce-order-pay .woocommerce .order_details::-webkit-scrollbar {
        height: 8px;
        /* control scrollbar height */
    }



    .promise-sub {
        transform: scale(1);
    }

    /* section.hm_second_foldnew  .owl-nav {
    margin-top: 40px;
    bottom: -33px;
    justify-content: center;
} */

    .hmartworkcro {
        margin-top: 0;
        padding-bottom: 30px;
    }

    .hmartworkcro {
        margin-top: 30px;
        padding-bottom: 0px;
    }

    .hm_second_foldnew .owl-nav button span {
        width: 45px;
        height: 45px;
        line-height: 14px;
    }

    .hm_second_foldnew .owl-nav button.owl-prev span:after {
        left: 18px;
    }

    .hm_second_foldnew .owl-nav button span:after {
        top: 15px;
    }

    .shopmood .shopmoodBtn {
        bottom: 10px;
    }

    /* .shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn::before {
    background-size: 95% !important;
    height: 11px;
    width: 29px;
} */

    .shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn.shopmood-prev {
        left: 5px;
        right: 0;
    }

    .shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn,
    .aboutart .aboutartBtn .aboutartsliderbtn {
        height: 45px;
        width: 45px;
    }

    .aboutart .aboutartBtn .aboutartsliderbtn::before {
        background-size: 95% !important;
        height: 17px;
        width: 25px;
    }

    /* .hm_second_foldnew .owl-nav button span:after{
    background-size: 95% !important;
    height: 17px;
    width: 25px;
} */

    .hmartworkcro_main {
        position: relative;
        padding-bottom: 50px;
    }

    /* section.hm_second_foldnew  .owl-nav {
    justify-content: flex-start;
    padding-left: 5px;
} */

    /* .hm_second_foldnew  .owl-nav button.owl-prev span:after {
    left: 11px;
} */

    ::-webkit-scrollbar {
        display: none;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-review.wpmc-step-payment.current {
        padding: 0px 0px 10px 10px;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tbody .cart_item td,
    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tbody .cart_item td .woocommerce-Price-amount.amount,
    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table .cart-subtotal th,
    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table .cart-subtotal td .woocommerce-Price-amount.amount {
        font-size: 14px;
    }


    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.woocommerce-shipping-totals.shipping th {
        font-size: 15px;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.fee th {
        font-size: 15px;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.fee bdi {
        font-size: 15px;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table #shipping_method bdi {
        font-size: 15px;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.order-total th {
        font-size: 17px;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-review table.shop_table tr.order-total td .amount bdi {
        font-size: 17px;
    }

    .back_adcartbtn a.addtocart.productBtn {
        background: #D0993B;
    }

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image {
    max-height: 100% !important;
    max-width: 55% !important;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image picture {
    display: contents;
} */

    /* .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls .port_img {
    width: 240px !important;
    max-height: 240px !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
    max-width: 60% !important;
}

.single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.rect_real.nrect-cls {
    max-height: 100% !important;
    max-width: 290px !important;
} */

    .footer .footerInner {
        opacity: 1 !important;
    }

    .footer .ft-copyright {
        margin-top: 80px !important;
        margin-bottom: 50px !important;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box {
        flex: 0 0 33%;
        max-width: 33%;
        padding: 0 15px;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box picture {
        height: 203px;
    }

    .blog_dinfosbox .blog_boxleft {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog_dinfosbox .blog_boxleft {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .blog_boximg picture.profile-img {
        width: 210px;
        height: 210px;
        margin: 0 auto;
    }

    .blog_boxright_infos {
        text-align: center;
    }

    .bolg_ra {
        font-size: 32px;
    }

    .most-popular-section.blog-category-main .most-popular-wrapper .most-popular-box .most-popular-text .entry-content {
        min-height: inherit;
    }

    .most-popular-section.blog-category-main .most-popular-wrapper .most-popular-box .most-popular-text .entry-title {
        min-height: inherit;
    }

    .alredy_acctop .already_acctop {
        padding: 20px 20px;
        flex-direction: column;
    }


    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image picture .left_measur,
    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image picture .right_measur {
        display: none !important;

    }

    section.productbanner.productbanner_new.no-after-before .mobile-flex {
        display: block !important;
    }

    .blog-details-wrap .blogwrap_box .blog-img picture {
        height: 211px;
    }

    p.blogimg_caption {
        font-size: 14px;
    }

    .blog_dinfosbox .blog_boxright {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog_boxright_infos h5 {
        font-size: 33px;
        margin: 0 0 0px 0;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image img {
        height: 270px;
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
    }

    .single-product.woocommerce .real-art.scale-image .twofinger_zoom {
        display: block;
        border: none !important;
        outline: none !important;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image .twofinger_zoom img {
        width: 55px !important;
        border: none !important;
        outline: none !important;
        max-width: inherit !important;
        max-height: inherit !important;
        height: auto !important;
        box-shadow: none !important;
        position: absolute;
        top: -30px;
        right: -30px;
        background: #ffffff6b;
        border-radius: 100%;
    }



    .collec_tabmain .tab-content-wrapper .tabs {
        display: none;
    }

    section.artist-tab-view.artist-tab-view_new.curators_tabss .tab-content-wrapper .tabs:last-child {
        display: none;
    }

    p.blogimg_caption {
        margin: 20px 0 20px 0;
    }


    section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn {
        height: 45px;
        width: 45px;
    }

    .shopmood.shopmood_new .shopmoodBtn {
        justify-content: space-between;
        width: 100%;
    }

    section.aboutart.aboutartnew .aboutartBtn {
        width: 100%;
        position: absolute;
        bottom: 58%;
    }

    .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box {
        margin: 0 0 40px 0;
    }

    .hm_second_foldnew .owl-nav button.owl-next span:after {
        left: 13px;
    }

    .shopmood_new.shopmood_newcollec .swiper-wrapper {
        padding: 0 1%;
    }

    .shopmood.shopmood_new .swiper-wrapper .swiper-slide.shopmoodlist {
        flex: 0 0 68%;
        max-width: 68%;
    }

    .shopmood_new.shopmood_newcollec .swiper-wrapper .swiper-slide.shopmoodlist picture {
        width: 300px;
        object-fit: cover;
    }

    section.hm_second_foldnew .owl-nav {
        padding: 0 5px;
    }

    .shopmood.shopmood_new .shopmoodBtn .shopmoodsliderbtn.shopmood-next {
        right: 5px;
        left: auto;
    }

    section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn.aboutart-next {
        right: 5px;
    }

    section.aboutart.aboutartnew .aboutartBtn .aboutartsliderbtn.aboutart-prev {
        left: 5px;
    }

    .artist-banner-box.artist_newbox .artist-banner-row .artist-img-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 20px 0;
    }

    .artist-banner-box.artist_newbox .artist-banner-row .curator-right-infos {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.about-banner-section.city-banner-section .about-banner.section_spacing {
        height: 410px;
    }

    .woocommerce-checkout .woocommerce input[type=checkbox] {
        height: 20px;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec {
        justify-content: center;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec {
        justify-content: center;
    }

    section.follow-latest-art-section.follow-artist.follow-artist_new .section_spacing .follow-art-sec .follow_colright .follow_colright_infos .title-artist {
        font-size: 24px;
        text-align: center;
    }

    .follow-latest-art-section .section_spacing .follow-art-sec .follow-person {
        max-width: 100%;
    }

    .banner_vid video#loopVideo {
        display: none;
    }

    section.homebanner.homebanner_new {
        background-position: center center;
    }

    /* breadcrumb */

    .collectionpage.bread_default {
        margin-top: 0;
    }

    .artcommission.bread_default {
        padding-bottom: 30px;
    }


    /* artist boxdesign*/

    section.artist-filter-section.artist_filter_secnew .product-details .yith-wcwl-add-to-wishlist {
        bottom: 40px;
        right: 30px;
    }

    section.artist-filter-section.artist_filter_secnew {
        padding-bottom: 60px;
    }

    .follow-latest-art-section.filter-latest-art .artwork-box-list li.add-to-wishlist-after_add_to_cart span.sold-label {
        margin-right: -5px;
        bottom: 36px;
        padding: 3px;
    }

    .art-collection-section .product-category-list .products .product.type-product span.sold-label {
        margin-right: -4px;
        bottom: 42px;
    }

.myaccount-wrap .woocommerce_checkout_login form.woocommerce-form.woocommerce-form-login.login {
    padding: 30px 0 !important;
}

.checkout_newform_login_newform .wpmc-step-item.wpmc-step-login.current .create_acctop.alredy_acctop {
    margin: 0 0%;
}

.myaccount-wrap form.woocommerce-form.woocommerce-form-login.login .nsl-container-buttons {
    flex-direction: column;
}

.art-collection-section .product-category-list .products a.woocommerce-LoopProduct-link {
    height: 217px;
}

.artbox-gallery_collection_new .artwork-box-list .custom-wrap a.woocommerce-LoopProduct-link {
    height: 287px;
}

.curated-artworks-section .product-category-list .container {
    padding: 0 0px;
}

.artbox-gallery_collection_new .product.type-product span.sold-label {
    margin-right: -4px;
    bottom: 42px;
}

.collec_grid .collec_box_img:hover .collec_box_infos {
    bottom: 16px;
}

.collec_grid .collec_box_img:hover .collec_box_othr_images {
    top: 200%;
    display: none;
}

section.art-curator-section {
    padding: 0px 0 57px;
}

.collec_grid .collec_box_img:hover:after {
    opacity: 0.7;
}

.artist-tab-view.artist-tab-view_new#followCurator .tab-container .tab-content-wrapper.tab2-active .tab-content {
        flex: 0 0 100%;
        max-width: 100%;
} 

  #zcOptinSuccessPopup.zohomodal-success {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        max-width: 576px !important;
    }

    .hm_artmain:hover figure a.figcart {
    right: 8px;
    opacity: 1;
}

.hm_artmain figure a.figcart {
    right: 8px;
    opacity: 1;
}

.woocommerce-checkout  .woocommerce .woocommerce-notices-wrapper {
    padding: 30px 0 30px 30px;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
    display: inline-block;
    float: none;
    margin-top: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
    display: inline-block;
    float: none;
    margin-top: 10px;
    font-size: 16px !important;
}

.productinfo_new .blg_share {
    top: 0;
}

.box-include span:hover i {
    top: 30px;
    left: inherit;
    right: 0;
}

.box-include span i:after {
    right: 6px;
    left: inherit;
    top: -5px;
    transform: rotate(-135deg);
}

.productinfo_new .views_share_likes button#share-btn {
    font-size: 16px;
}

.advisory-banner .advisory-info p {
    font-size: 17px;
    line-height: 27px;
}

.mainheader {
    left: 15px;
    right: 15px;
    top: 24px;
}

.most-popular-section {
    padding-bottom: 40px;
}

section.advisory-team-section.section_spacing {
    padding: 50px 0 70px 0;
}

section.topartists-art.section_spacing {
    padding-top: 100px;
    padding-bottom: 0;
}
/* 03 sep  */
.owl-btn  .owl-nav button {
    width: 44px !important;
    height: 44px !important;
}
.owl-btn  .owl-nav button.owl-prev {
    left: 15px;
}
.owl-btn  .owl-nav button.owl-next {
    right: 15px;
}
 .owl-btn  .owl-item:nth-child(odd) {
    margin-top: 30px;
}
.owl-btn .owl-nav button img {
    max-height: 25px;
}
.owl-btn .owl-nav button.owl-prev img {
    left: -1px;
    position: relative;
}


/*6sep*/

.hm_artmain figure {
    height: 540px;
}



}

@media(max-width:600px) {

    .collec_grid .collec_box_img figure {
        height: 275px;
    }

    .collec_grid .collec_box_infos h4 {
        font-size: 22px;
    }

    .collec_grid .collec_box_img:after {
        opacity: 0.7;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box picture {
        height: 163px;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box .refartblogs_infos p {
        font-size: 18px;
        line-height: 25px;
    }

    .blog-details-wrap .blogwrap_box .blog-img picture {
        height: 161px;
    }

    .blogDetailOuter .blog-details-section .blog-details-wrap .blogwrap_box .blog-detail-view {
        max-width: 100%;
        width: calc(70% - 10px);
        padding: 0 0 0 10px;
    }

    .blogDetailOuter .blog-details-section .blog-details-wrap .blogwrap_box .blog-detail-view .blog-detail-viewindfos p {
        line-height: 23px;
        font-size: 15px;
    }

    .blog-details-wrap .blogwrap_box {
        padding: 20px;
        padding-right: 5px;
    }

.productbanner.productbanner_new {
    height: 1170px;
}

/*6sep*/

.hm_artmain figure {
    height: 540px;
}




}

@media(max-width:576px) {

    .blog-main-banner .blog-banner-content .profiles {
        gap: 10px;
    }

    .city-banner-section .about-info .profiles {
        gap: 10px;
    }

    .city-banner-section .about-info .profiles picture.profile-img {
        width: 64px;
        height: 64px;
        border-radius: 100%;
        margin: 0 0 0 -4px;
    }

    .city-banner-section .about-info .profiles {
        max-width: 360px;
    }

    .city-banner-section .about-info .profiles .name {
        font-size: 17px;
    }



    .city-banner-section .about-info .profiles .name {
        font-size: 16px;
    }


    .order-item-details {
        flex: 0 0 84%;
        max-width: 84%;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li.wpmccart-first {
        width: 79px;
    }

    .artist_filter_secnew .follow-latest-art-section .section_spacing {
        padding: 0;
    }

    .follow-latest-art-section.filter-latest-art .type-product {
        width: calc(46.33% - 16px) !important;
    }

    .follow-latest-art-section .section_spacing .artworks-sold-sec .artwork-box-list {
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
        gap: 20px;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .add-to-wishlist-after_add_to_cart {
        box-shadow: none !important;
        height: 160px;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .type-product a.woocommerce-LoopProduct-link {
        height: 160px;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .woocommerce-pagination-cust {
        flex-direction: row;
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }

    section.artist-filter-section.artist_filter_secnew .follow_curator_art .woocommerce-pagination-cust a.page-numbers {
        width: 19% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
        display: inline-flex !important;
        min-width: inherit !important;
        flex-wrap: wrap;
        display: inline-block;
    }


    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section .cust_pagination {
        flex-direction: row;
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section .cust_pagination .woocommerce-pagination-cust {
        flex-direction: row;
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section .cust_pagination .woocommerce-pagination-cust a.page-numbers {
        width: 19% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
        display: inline-flex !important;
        min-width: inherit !important;
        flex-wrap: wrap;
        display: inline-block;
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section .cust_pagination {
        flex-direction: row;
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section .cust_pagination .woocommerce-pagination-cust {
        flex-direction: row;
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section .cust_pagination .woocommerce-pagination-cust a.page-numbers {
        width: 19% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
        display: inline-flex !important;
        min-width: inherit !important;
        flex-wrap: wrap;
        display: inline-block;
        line-height: 20px !important;
        height: 30px !important;
    }

    section.artist-filter-section.artist_filter_secnew .follow-latest-art-section .cust_pagination .woocommerce-pagination-cust a.next.page-numbers .pagination-item {
        width: 23px;
        height: 23px;
    }

    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 18% !important;
    }

    .blog-main-banner .blog-banner-content .profiles picture.profile-img {
        width: 64px;
        height: 64px;
        border-radius: 100%;
        margin: 0 0 0 -4px;
    }

    .blog-main-banner .blog-banner-content .profiles {
        max-width: 360px;
    }

    .blog-main-banner .blog-banner-content .profiles .name {
        font-size: 17px;
    }

    /* .blog-main-banner .blog-banner-content .profiles picture.profile-img {
    width: 113px;
    height: 113px;
    margin: 0 0 0 -5px;
} */

    .blog-main-banner .blog-banner-content .profiles .name {
        font-size: 16px;
    }

    .proinfo_back {
        top: -34%;
    }

    .collection-banner-section .collection-banner-content p {
        max-width: 1006px;
        margin-bottom: 14px;
    }

    section.collection-banner-section.collection-banner-section_new .container.collection-banner-content {
        font-size: 18px;
        line-height: 26px;
    }

    .collec_grid .collec_box_img figure {
        height: 235px;
    }

    .collec_grid .collec_box_infos h4 {
        font-size: 19px;
    }

    section.artbox-gallery.artbox-gallery_collection_new .woocommerce-cust-pagination {
        flex-direction: row;
    }

    section.artbox-gallery.artbox-gallery_collection_new .woocommerce-cust-pagination a.page-numbers {
        display: inline-flex !important;
        flex: 0 0 45px !important;
        max-width: 45px !important;
        min-width: inherit !important;
        border-radius: 100% !important;
        width: 45px !important;
        height: 45px !important;
    }

    .single-product .productbanner .real-art.real-art-1.scale-image {
        top: -350px !important;
        left: 0px !important;
        max-height: 290px;
        max-width: 255px !important;
    }

    .productbanner.no-after-before-nozoom span.backbtn-scale.backbtn-show {
        bottom: 28%;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 picture {
        height: 250px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 picture {
        height: 240px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-3 picture {
        height: 245px;
    }

    .productbanner.no-after-before .real-art.real-art-3 {
        top: -35% !important;
        left: 12% !important;
    }

    .productbanner .productinfo-main .switchbtn .back_adcartbtn .backbtn {
        width: 120px;
        max-width: 137px;
        padding: 6px 16px 7px 6px;
        height: 50px;
    }

    .productbanner.productbanner_new .switchbtn .addtocart {
        height: 50px;
        padding: 10px 16px 7px 25px;
    }

    .productbanner .visualizeBtn {
        font-size: 14px;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box {
        flex: 0 0 47%;
        max-width: 47%;
        padding: 0 15px;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box picture {
        height: 233px;
    }

    .blogreferrance_articles ul.similar-blogs-list {
        justify-content: center;
    }

    .blog-details-wrap .blogwrap_box .blog-img {
        width: calc(100% - 17px);
    }

    .blog-details-wrap .blogwrap_box .blog-img picture {
        height: auto;
    }

    .blogDetailOuter .blog-details-section .blog-details-wrap .blogwrap_box .blog-detail-view {
        max-width: 100%;
        width: calc(100% - 15px);
        padding: 0 0 0 0px;
    }

    .blogDetailOuter .blog-details-section .blog-details-wrap .blogwrap_box .blog-detail-view .blog-detail-viewindfos p {
        line-height: 22px;
        font-size: 14px;
        letter-spacing: -0.35px;
        text-align: justify;
    }

    /*boxdesign css*/

    .art-collection-section .product-category-list .products a.woocommerce-LoopProduct-link {
        height: auto;
        object-fit: cover;
    }

    .product-details .custom-product-data .attribute-size {
        font-size: 15px;
        padding-right: 0;
    }


    /* artist boxdesign*/

    .follow-latest-art-section.filter-latest-art .type-product {
        width: calc(100% - 16px) !important;
    }

    .artist-filter-section.artist_filter_secnew .product-details .woocommerce-loop-product__title {
        font-size: 23px !important;
        margin-top: 10px !important;
    }


    .follow-latest-art-section.filter-latest-art .type-product {
        width: calc(100% - 0px) !important;
    }

    .artbox-gallery_collection_new .artwork-box-list .custom-wrap a.woocommerce-LoopProduct-link {
    height: auto;
}


#zcOptinSuccessPopup.zohomodal-success {
    max-width: 480px !important;
}


}

@media(max-width:480px) {

    section.collection-banner-section.collection-banner-section_new .collection-banner-content .collection-title {
        font-size: 23px;
        line-height: 26px;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery {
        max-width: 346px;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .right-gallery-img {
        max-width: 150px;
        width: 100%;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-upper-side-img picture {
        height: 121px;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-bottom-side-img picture {
        height: 124px;
    }


    .homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
        width: 372px;
        height: 376px;
    }

    .homepicks.homepicks_newdesign .homepicksmainSlider {
        min-height: 385px;
    }

    .blg_share div#share-div {
        max-width: 160px;
        width: 160px;
    }

    .blg_share div#share-div {
        left: -50px;
    }


    .homepicks_btn_options.homepicks_btn_options_mobile {
        max-width: 353px;
    }

    .homepicksBtn .fullview {
        left: 0px;
    }

    .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box:nth-child(2) {
        margin-top: 50px;
    }

    .order-item-details {
        flex: 0 0 78%;
        max-width: 78%;
    }


    .checkout_newform_main .side-cartt {
        margin-left: 20px;
    }

    .checkout_newform .wpmc-step-item.wpmc-step-billing.wpmc-step-shipping.current {
        padding: 0 3px 0 20px;
    }

    section.homepicks.homepicks_newdesign .homepicksmainSlider .productmainlist {
        padding: 15px;
        background-size: 90% 90% !important;
    }

    .homepick_right_topinfos .homepickInfo-head {
        font-size: 32px;
    }

    .homepicks_pagination {
        display: block;
        margin-top: 10px;
    }

    .follow-latest-art-section .section_spacing .artworks-sold-sec .artwork-box-list {
        gap: 10px;
    }

    .follow-latest-art-section.filter-latest-art .type-product {
        width: calc(100% - 0px) !important;
    }

    section.artist-filter-section.artist_filter_secnew .product-details .woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .artist-filter-section.artist_filter_secnew .product-details .attribute-size {
        font-size: 12px !important;
        padding-right: 17px;
    }

    .follow-latest-art-section.filter-latest-art .type-product .woocommerce-loop-product__link {
        padding: 0 0 100% 0 !important;
    }

    .follow-latest-art-section.filter-latest-art .product-details a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        padding: 0 !important;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs button.tab-link {
        font-size: 16px;
        padding: 8px 6px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tabs {
        padding: 6px 12px;
    }

    .artist-tab-view.artist-tab-view_new .cv_maininfos {
        padding: 20px 0 0 20px;
    }

    .artist-tab-view.artist-tab-view_new .tab-container .tab-content-wrapper.tab2-active #side-table-container .side-table .cv-tab-bottom .cv-tab-brian-education .brian-collins-inner .brain-collins-text p {
        font-size: 16px;
        padding-right: 0;
        line-height: 25px;
    }

    .artist-filter-section .main-filter-box {
        max-width: 320px;
    }

    .artist-filter-section.artist_filter_secnew .range-slider-main .display .mincol {
        font-size: 17px;
        left: 6px;
    }

    .artist-filter-section.artist_filter_secnew .artist-filter-box .filter-box .clear-all-btn.clear_btn_new {
        text-align: center;
        left: -25px;
        right: 0;
        min-width: 310px;
    }

    .clear-all-btn.clear_btn_new button.clear-btn {
        font-size: 15px;
        padding: 8px 10px 8px 41px;
    }

    .clear-all-btn .clear-btn:after {
        width: 22px;
        height: 22px;
        top: 11px;
        left: 14px;
        background-size: 22px 22px;
    }

    .clear-all-btn .view-result {
        font-size: 16px;
        padding: 8px 13px;
        font-weight: 400;
    }

    .artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box.artist_newbox {
        margin: 0px auto 8px !important;
    }

    .artistbanner-section .artistbannerSlider .artistbannerouter {
        padding: 120px 0 40px;
    }

    .curator-right-infos {
        text-align: center;
    }

    .artistbanner-section .artistbannerSlider .artistbannerouter .artist-banner-box .main-artist-title {
        font-size: 32px;
        margin: 12px 0 9px 0;
    }

    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 4% !important;
    }

    .homepicks_big_image {
        max-width: 332px;
        margin: 0 auto;
        margin-left: 24px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 400px;
        height: 390px;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.next {
        right: 30px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place img {
        top: 10px;
        left: 10px;
        width: 94%;
        height: 94%;
    }

    .homepick_right_topinfos .homepickInfo {
        min-height: 230px;
    }



    .proinfo_back {
        top: -28%;
        display: none;
    }

    .single-product .productbanner .real-art {
        top: -395px;
    }

    .single-product .productbanner .real-art.art-3.real-art-1 picture {
        height: 265px;
    }

    .productbanner .real-art.real-art-1 {
        max-width: 270px !important;
        max-height: 288px !important;
    }

    .single-product .productbanner .real-art picture.img_wrap {
        top: 0;
    }

    .productbanner .real-art .height-image span.height_text,
    .productbanner .real-art .width-image span.height_text {
        font-size: 13px;
    }

    .single-product.woocommerce .views_share_likes {
        max-width: 70%;
    }

    section.homepicks.homepicks_newdesign .homepicks-right {
        margin: 0 27px;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.prev {
        left: -51px;
        padding: 0;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.next {
        margin-top: 0;
        right: -26px;
        padding: 0 0 0 0;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.prev::before {
        left: 6px;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .homepicks_newdesign .homepicksBtn .homepicksliderbtn::before,
    .homepicks_newdesign .homepicksBtn .homepicksliderbtn:focus::before {
        left: 12px;
        width: 20px;
        height: 15px;
        background-size: 20px 15px !important;
        top: 10px;
    }

    .homepicks_newdesign .homepicksBtn .homepicksliderbtn.next::before,
    .homepicksBtn .homepicksliderbtn:focus.next::before {
        left: 10px;
    }

    .single-product .productbanner .real-art.real-art-3 {
        top: -225px;
    }

    .productbanner .real-art.real-art-2 {
        max-width: 370px !important;
        max-height: 318px;
        top: -300px !important;
    }

    .productbanner .real-art.real-art-2 {
        max-width: 370px !important;
        max-height: 318px;
        top: -210px !important;
    }

    /* .single-product .productbanner .real-art.real-art-2 picture.img_wrap {
        height: 340px;
        max-height: 218px;
    }

    .single-product .productbanner .real-art.real-art-3 picture.img_wrap {
        height: 240px;
    } */

    .single-product .productbanner .real-art.real-art-2 picture.img_wrap {
        /* height: 340px;
        max-height: 218px; */
        top: -70px;
    }

    .single-product .productbanner .real-art.real-art-3 picture.img_wrap {
        top: -56px;
    }

    .single-product .productbanner .real-art.real-art-1.scale-image {
        top: -100px !important;
        left: 0px !important;
    }

    .single-product .productbanner .scale-image.real-art.real-art-1 picture img {
        transform: scale(1.0);
    }


    .single-product .productbanner .real-art.real-art-1 picture.img_wrap {
        top: -60px;
    }

    /* .single-product .productbanner .real-art picture.img_wrap  .zoom_btn button {
        right: -33px;
        bottom: 0;
    } */

    .single-product .productbanner .visualizeBtn {
        bottom: 559px;
    }

    /* .single-product .productbanner .real-art picture.img_wrap {
    height: 140px;
    width: 161px;
}    */


    .single-product .productbanner .real-art picture.img_wrap {
        top: 0;
    }

    .single-product .productbanner .real-art.real-art-2.scale-image {
        top: -280px !important;
        max-width: 200px !important;
    }

    .productbanner .producthead {
        margin: 0 0 5px;
    }

    .product-inner-banner.product-banner-2 .scale-main {
        top: 164px;
    }

    .productbanner.no-after-before .real-art.real-art-3 picture.img_wrap {
        top: -70px !important;
    }


    .single-product.woocommerce .productbanner .real-art .zoom_btn button {

        display: none;
    }

    .single-product .productbanner .real-art picture {
        height: 240px;
    }

    .single-product .productbanner .real-art.scale-image picture {
        height: 200px;
    }

    .productbanner.no-after-before .real-art.real-art-3 {
        top: -170px !important;
    }

    .homepicks_big_image_place img {
        transform: scale(0.9) translateX(10px);
    }

    .homebanner .homebannerSlider .homebannerouter {
        align-items: flex-end;
        height: 78dvh;
        min-height: 540px;
        padding: 80px 0 140px 0;
    }

    section.homepicks.homepicks_newdesign h1.homepicksHead {
        max-width: 342px;
        top: 5px;
        padding: 9px 6px 10px 6px;
        font-size: 24px;
        letter-spacing: -1.5px;
    }

    section.homepicks.homepicks_newdesign h1.homepicksHead:before {
        height: 106px;
        top: -72%;
        width: 82%;
    }

    .productbanner.no-after-before-nozoom .backbtn-show {
        transform: translate(0, -400px);
    }

    .productbanner.productbanner_new .backbtn-scale {
        font-size: 15px;
        padding: 15px 25px;
        font-weight: 500;
    }

    .single-product .productbanner .real-art.real-art-1 picture {
        height: 200px;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.next {
        margin-top: 0;
        border-radius: 35px 0px 0px 35px;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn {
        border-radius: 0px 35px 35px 0px;
    }

    .homepicksBtn {
        width: 228px;
    }

    .productbanner.productbanner_new.no-after-before-nozoom .real-art.real-art-2 {
        max-width: 180px !important;
        max-height: 228px;
    }

    .productbanner.no-after-before-nozoom .real-art.real-art-2 {
        top: -280px !important;
    }

    .real-art-1 picture img {
        max-width: 230px !important;
        max-height: 150px;
    }

    .real-art-1 picture img {
        max-width: 280px !important;
        max-height: 265px;
    }


    .single-product.woocommerce .real-art picture .left_measur span.height-image.draw-line span.line-h {
        left: -54px;
        top: -18px;
    }

    .productbanner .real-art .height-image,
    .productbanner .real-art .width-image {
        top: 35px;
    }

    .single-product.woocommerce .product .real-art picture .right_measur {
        top: -60px;
    }


    .scale-main {
        bottom: inherit;
    }

    .productbanner .real-art.scale-image {
        transform: scale(1.2);
        top: -9% !important;
    }


    .single-product .productbanner .scale-image.real-art.real-art-1 picture img {
        max-height: 240px;
        max-width: 240px !important;
    }

    .single-product .productbanner .real-art.real-art-1.scale-image {
        top: -220px !important;
        left: 0px !important;
        max-width: 237px !important;
        max-height: 240px !important;
    }

    .single-product.woocommerce .real-art .draw-line .line-w {
        bottom: 10px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 picture {
        height: 197px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-3 picture {
        height: 195px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 picture {
        height: 190px;
    }

    .productbanner.no-after-before-nozoom span.backbtn-scale.backbtn-show {
        bottom: -1%;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art {
        max-height: 250px;
        max-width: 304px !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art picture {
        height: auto;
        display: flex;
    }



    .productbanner .real-art.scale-image {
        transform: scale(1.2);
        top: -20% !important;
    }

    .productbanner .switchbtn {
        bottom: 65px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art {
        max-height: 250px;
        max-width: 275px !important;
    }

    .productbanner.no-after-before .real-art.real-art-3 {
        top: -290px !important;
    }

    .single-product.woocommerce .real-art.real-art-3 picture .left_measur span.height-image.draw-line span.line-h {
        left: -50px;
    }


    section.hm_second_foldnew h1.homepicksHead:before {
        width: 272px;
        height: 111px;
        top: -47%;
    }

    section.hm_second_foldnew h1.homepicksHead {
        display: block !important;
        max-width: 322px;
        line-height: 30px;
        padding: 20px 0 0px 0px;
        font-size: 20px;
        letter-spacing: -1.25px;
        top: -7px;
    }


    section.hm_second_foldnew h1.homepicksHead:after {
        height: 47px;
        top: 12px;
    }

    .hmartworkcro {
        margin-top: 50px;
    }

    section.hm_second_foldnew {
        padding-bottom: 60px;
    }

    .homebanner.homebanner_new .homebannerSlider .homebannerouter {
        padding-bottom: 50px;
    }

    section.homebanner.homebanner_new {
        height: 81dvh;
        height: 690px;
    }

    /* .hm_artmain figure {
        height: 570px;
    } */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-2 .port_img,
    .single-product .productbanner.productbanner_new.no-after-before .real-art.real-art-1 .port_img,
    .single-product .productbanner.productbanner_new.no-after-before .real-art.art-3 .port_img,
    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image .port_img {
        width: 100% !important;
        max-height: 420px !important;
    }

    section.productbanner.productbanner_new.productbanner-fix.no-after-before {
        height: 680px;
    }

    .productbanner .switchbtn {
        bottom: -50%;
    }

    .productbanner .mobile-flex {
        /* top: 100px; */
        top :120px
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.rect_real {
        max-height: 100% !important;
        max-width: 100% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
        max-width: 85% !important;
        height: 210px;
    }

    .single-product .productbanner .real-art {
        top: -37%;
    }

    .productbanner .real-art.scale-image {
        top: -15% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        max-width: 55% !important;
        top: -20% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image {
        top: -15% !important;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box picture {
        height: 183px;
    }

    /* .single-product .productbanner.productbanner_new .real-art .port_img{
    transform:inherit !important;
} */

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls .port_img {
        width: auto !important;
        max-height: 100% !important;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image img {
        height: auto;
    }

    .single-product .productbannerproductbanner_new .real-art {
        max-height: inherit;
    }

    .single-product.woocommerce .productbanner.productbanner_new .real-art {
        max-height: 100%;
    }

    .single-product .productbanner.productbanner_new .real-art picture {
        height: auto;
    }

    .single-product .productbanner.productbanner_new .real-art picture {
        height: 260px;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image .rectangle_artshape img {
        height: 155px;
    }

    .productinfo-main .productinfo {
        padding: 0 15px;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.rect_real.square-cls .rectangle_artshape img {
        height: 195px;
    }

    .single-product.woocommerce .productbanner.productbanner_new .real-art {
        max-height: 100%;
        max-width: 270px !important;
        height: 155px;
    }

    .single-product.woocommerce .productbanner.productbanner_new.productbanner-fix .real-art picture img {
        width: auto;
    }

    .single-product.woocommerce .productbanner.productbanner_new.productbanner-fix .real-art picture img,
    .single-product.woocommerce .productbanner.productbanner_new.after-before .real-art picture img {
        width: auto;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls img {
        height: 260px;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        top: -10% !important;
    }

    .single-product .productbanner.productbanner_new .real-art picture.rectangle_artshape {
        display: flex;
        height: 160px;
    }

    .single-product.woocommerce .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        height: 260px;
    }

    #zcOptinSuccessPopup.zohomodal-success {
     max-width: 300px !important;
}

.page-id-442 section.hm_second_foldnew {
    padding-bottom: 0;
}
.page-id-442 section.shop-art-style.shop-art-style_new {
    padding: 50px 0 20px 0 !important;
}
.page-id-442 .shop-art-style .shop-art-title {
    margin-bottom: 0;
}
.page-id-442 .shop-art-style .shop-art-title .art-title {
    margin-bottom: 0;
}
.page-id-442 .shop-art-style .art-image {
    margin-bottom: 20px !important;
}
.page-id-442 .shopmood .shopmoodOuter {
    padding-top: 10px;
}
.page-id-442 section.aboutart {
    padding-top: 0 !important;
}
.page-id-442 .aboutart .aboutartHead {
    margin-bottom: 10px !important;
}
.page-id-442 .aboutart {
    padding: 46px 0 40px !important;
}
.page-id-442 .our-horsemen {
    padding: 50px 0 20px;
}
.page-id-442 .art-work-advisor {
    padding: 40px 0 0px;
}
.footer .ft-copyright {
    margin-top: 40px !important;
}

.hm_artmain figure {
    height: 660px;
    justify-content: flex-end;
}


}

@media(max-width:430px) {

    .collec_grid .collec_box_img figure {
        height: 185px;
    }

    .collec_grid .collec_box_infos h4 {
        font-size: 17px;
    }


    .collec_tabmain .tabs {
        padding: 21px 15px;
        border-radius: 13px;
    }


    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        max-width: 55% !important;
        top: -20% !important;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box picture {
        height: 169px;
    }

    .blogreferrance_articles ul.similar-blogs-list li.blogs-box {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .single-product.woocommerce .productbanner.productbanner_new .real-art {
        max-height: 100%;
        max-width: 270px !important;
        height: 155px;
    }

    .single-product .productbanner.productbanner_new .real-art picture.rectangle_artshape {
        display: flex;
        height: 160px;
    }

    .views_share_likes.publish_shareonly .blog_publishon {
        font-size: 13px;
    }

    .views_share_likes.publish_shareonly {
        max-width: 335px;
    }

    .views_share_likes button#share-btn {
        font-size: 15px;
    }

.hm_artmain figure {
    height: 620px;
}

}

@media(max-width:415px) {

    .homepicks-mainlr {
        padding: 70px 0 60px 31px;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.prev {
        left: -57px;
        padding: 0;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.next {
        margin-top: 0;
        right: -26px;
        padding: 0 0 0 0;
    }

    .homepicks_big_image {
        max-width: 313px;
        margin: 0 auto;
        margin-left: 21px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        max-width: 55% !important;
        top: -20% !important;
    }

    .single-product.woocommerce .productbanner.productbanner_new .real-art {
        max-height: 100%;
        max-width: 270px !important;
        height: 155px;
    }


}

@media(max-width:414px) {

    .homepicks_newdesign .homepicksmainSlider .productmainlist:nth-child(1) {
        width: 332px;
        height: 336px;
    }

    /* .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
    bottom: inherit;
    top: 47%;
}    */

    .homepicks_btn_options.homepicks_btn_options_mobile {
        max-width: 326px;
    }

    .homepicks_btn_options.homepicks_btn_options_mobile .homepicks_btn_left {
        flex: 0 0 52%;
        max-width: 52%;
    }


    .homepicks_btn_options.homepicks_btn_options_mobile {
        bottom: 34px;
    }

    .homepicks.homepicks_newdesign .homepicksmainSlider {
        min-height: 355px;
    }

    .woocommerce-checkout.woocommerce-page .wpmc-tabs-wrapper ul.wpmc-tabs-list li .wpmc-tab-text {
        left: -10px;
        display: none !important;
    }

    .homepicks_big_image {
        max-width: 312px;
        margin: 0 auto;
        margin-left: 18.5px;
    }



    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn span.homepicksliderbtn.next {
        margin-top: 0;
        right: -26px;
        padding: 0 0 0 0;
    }

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
        bottom: 159px;
    }

    .homepicksBtn {
        width: 221px;
    }

    .homepick_right_topinfos .homepickInfo {
        padding: 0 30px 0 0;
        min-height: 230px;
    }


    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        height: 365px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        max-width: 55% !important;
        top: -20% !important;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.square-cls {
        max-width: 66% !important;
        top: -30px !important;
    }



}


@media(max-width:400px) {

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .right-gallery-img {
        max-width: 136px;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery {
        max-width: 328px;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box {
        width: calc(100% - 14px);
    }

    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 0 !important;
        padding: 7px 20px !important;
        max-width: 300px;
        margin: 0 auto !important;
        right: 0;
    }


    .blog-main-banner .blog-banner-content .profiles {
        max-width: 290px;
    }

    .single-product .productbanner.productbanner_new.no-after-before .real-art.scale-image.port-cls {
        max-width: 55% !important;
        top: -10% !important;
    }

    .views_share_likes button#share-btn {
        font-size: 13px;
    }

    .views_share_likes button#share-btn:after {
        width: 19px;
        height: 14px;
        background-size: 19px 14px;
    }

    .views_share_likes.publish_shareonly {
        max-width: 335px;
        padding: 0 7px;
    }

    .views_share_likes.publish_shareonly .blog_publishon {
        font-size: 12px;
    }

}


@media(max-width:380px) {

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .right-gallery-img {
        max-width: 116px;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-upper-side-img picture {
        height: 121px;
        width: 183px;
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img .our-horsemen-gallery-img.left-bottom-side-img picture {
        height: 97px;
        width: 167px;
        margin: -3px 0px 0 -1px;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery {
        max-width: 304px;
    }

    .our-horsemen .our-horsemen-inner.our-horsemen-inner_design .our-horsemen-gallery .our-horsemen-gallery-box {
        width: calc(100% - 10px);
    }

    .our-horsemen .our-horsemen-inner .our-horsemen-gallery .our-horsemen-gallery-box .horsemen-box-link .our-horsemen-gallery-box-img .left-gallery-img picture img {
        transform: scale(1.35);
    }

    .order-item-details {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .checkout_newform_main .side-cartt {
        padding: 23px 15px 0 0;
        margin-left: 20px;
    }

    .tax-yith_shop_vendor #yith-wcwl-popup-message {
        left: 4% !important;
        padding: 7px 20px !important;
    }

    .homepicks_big_image {
        max-width: 272px;
        margin-left: 25px;
    }

    section.homepicks.homepicks_newdesign .homepicks-left .homepicks_big_image_place {
        max-width: 310px;
        height: 290px;
    }


    /* .homepicks_newdesign .homepicksBtn .homepicksliderbtn::before, .homepicks_newdesign .homepicksBtn .homepicksliderbtn:focus::before {
           background-size: 21px 19px !important;
        left: 13px;
        top: 15px;
    } */

    .homepicks.homepicks_newdesign .homepicks-right .homepicksBtn {
        bottom: 113px;
    }

    .homepicksBtn {
        width: 191px;
    }

    .homepicks-mainlr {
        padding: 70px 0 60px 24px;
    }

}


/* Jatin css */
.country-selector-item {
    position: relative;
    display: inline-block;
}

.country-selector {
    cursor: pointer;
}

.country-flag-dropdown {
    position: relative;
    display: inline-block;
}

a {
    cursor: pointer;
}

.selected-country {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 8px;
    background: no-repeat;
    border-radius: 40px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, .2) !important;
}


.country-flag {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.country-name {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.country-flag-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.country-dropdown-list {
    position: absolute;
    top: 100%;
    right: 0;
    background: #1a1a1a;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 60px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 8px;
    list-style: none;
    padding: 8px 0;
}

.country-flag-dropdown.active .country-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.country-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}


.country-option .country-name {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.country-flag-dropdown:hover .country-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ele .country-name {

    display: none;
}
.new-srch-filter {
        border: 1px solid #bdbdbd !important;
    background-color: #fff !important;
    border-radius: 10px;
    color: #000 !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    margin: 0 auto !important;
}
.new-srch-filter::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/icon-filter.svg) no-repeat center;
    background-size: contain;

}
.show-filter-open::before, .show-filter-open:after{
    display: none !important;
}

.aboutartSlider.aos-init.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden.aos-animate .swiper-wrapper {
    transform: unset !important;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    overflow-x: auto;

}
.aboutartSlider.aos-init.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden.aos-animate .swiper-wrapper::-webkit-scrollbar {
  display: none; /* Hides scrollbar */
}
/* Jatin css end */

.Language-selct {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    max-width: 510px;
} 

.row-set {
    width: 30%;
    display: flex;
    margin: 0;
    padding-bottom: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.row-set input.lang_code {
    width: 40px;
    /* height: 30px; */
}
.myaccount-wrap .register .register-woo-from .form-row-wide:nth-child(3) {
    width: calc(50% - 5px) !important;
}
.form-faq {
    padding-top: 50px !important;
}

.register-woo-from h5 {
    margin-bottom: 0;
}
.points {
    width: 42%;
    margin: 0 auto;
    padding: 10px 0;
}
.points h5 {
    text-align: center;
}

@media(max-width:500px) {
    
    
    
    .points {
    width: unset;
   
}
.Language-selct {
 
    width: unset;
  
    gap: 20px;
}
.row-set {
    width: unset !important;
    align-items: center;


}
.lzl-ed .row-set {
    width: unset !important;
}
.row-set input.lang_code {

    height: 30px;
}
}

@media screen and (max-width: 768px) {
  .collec_box_othr_images span {
    display: none !important;
  }
} 
