@import 'common.css';

/* scrollbar start */
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    cursor: pointer;
}

/* Track */
.offcanvas-body::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.offcanvas-body::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #7f7f7f 0%, #7f7f7f 100%);
    transition: var(--transition-05s);
    border-radius: 10px;
}

/* Handle on hover */
.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #7f7f7f 0%, #7f7f7f 100%);
    border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-button {
    background: no-repeat center center / 60%;
    height: 8px;
    width: 8px;
    /* -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2); */
    cursor: pointer;
}

.offcanvas-body::-webkit-scrollbar-button:vertical:increment {
    background-image: url('https://awm.wpdevelopmentlab.com/wp-content/uploads/2024/11/scroll-down.svg');
}

.offcanvas-body::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('https://awm.wpdevelopmentlab.com/wp-content/uploads/2024/11/scroll-up.svg');
}


/* width */
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    cursor: pointer;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #7f7f7f 0%, #7f7f7f 100%);
    transition: var(--transition-05s);
    border-radius: 10px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #7f7f7f 0%, #7f7f7f 100%);
    border-radius: 10px;
}

body::-webkit-scrollbar-button {
    background: no-repeat center center / 60%;
    height: 8px;
    width: 8px;
    /* -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2); */
    cursor: pointer;
}

body::-webkit-scrollbar-button:vertical:increment {
    background-image: url('https://awm.wpdevelopmentlab.com/wp-content/uploads/2024/11/scroll-down.svg');
}

body::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('https://awm.wpdevelopmentlab.com/wp-content/uploads/2024/11/scroll-up.svg');
}

.MainHeader {
    background: rgba(var(--white-color), 1);
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

header {
    background: rgba(var(--black-color), 0);
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar {
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 0px;
}

ul.head-social {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    align-items: center;
}

.navbar.header-fixed {
    position: fixed;
    background: rgb(255 255 255 / 78%);
    border: none;
    animation: slideDown 0.35s ease-out;
    backdrop-filter: blur(5px);
    box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.MobileNav {
    display: none;
}

.navbar.DesktopNav .head-top {
    padding: 0px 0px 10px;
}

.navbar.DesktopNav .HeadContainer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.NBM-box {
    display: flex;
    gap: 50px;
}

.NBM-box .navbar-nav {
    flex-direction: row;
}

.DesktopNav .navbar-brand,
.MobileNav .navbar-brand {
    height: 65px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

}

.navbar-brand span {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}

.topsocial li i {
    font-size: 16px;
}

.cta-form.bannercta {
    overflow: visible;
    height: auto;
}

.bannerbottomsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
}

.bannerbottomsec h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.navbar-brand img {
    object-fit: contain;
    object-position: center;
}

.head-BrandMenu {
    display: flex;
    gap: 16px;
}

.contactbtn {
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 0px;
    /* margin-right: 16px; */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.customenav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.navbar-toggler {
    padding: 8px 10px;
    border: 1px solid rgb(0, 0, 0) !important;
    /* background: rgba(var(--main-color), 1); */
    border-radius: 8px;
}

.navbar-toggler .navbar-toggler-icon {
    background: rgba(var(--black-color), 1);
    width: 1.1em;
    height: 2px;
    position: relative;
    display: block;
}

.navbar-toggler-icon.bar-1 {
    width: 0.6em;
}

.navbar-toggler-icon.bar-2 {
    width: 0.9em;
}

.navbar-toggler-icon.bar-2 {
    margin: 4px 0px;
}

.navbar.DesktopNav .head-top .row {
    align-items: center;
}

.navbar.DesktopNav .head-top .navbar-nav .nav-item .nav-link {
    color: rgba(var(--black-color), 0.6);
    transition: var(--transition-05s);
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
    padding: 0px 3px;
    margin-right: 9px;
    font-size: 12px;
}

.navbar.DesktopNav .head-top .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.navbar.DesktopNav .head-top .HeadTopSocial {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.navbar.DesktopNav .head-top .HeadTxTSocial {
    font-size: 11px;
    font-weight: 500;
}

.navbar.DesktopNav .head-top .head-social,
.MobileNav .navbar .head-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 30px;
    width: 100%;
}

.MobileNav .navbar .head-social li:first-child {
    margin-right: 13px;
}

.navbar.DesktopNav .head-top .head-social a,
.MobileNav .navbar .head-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(var(--second-color), 0);
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    font-size: 16px;
}

.mobnav {
    display: none;
}

.left i,
.right i {
    color: black;
    font-size: 30px;
}

.right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.midddlelogo {
    justify-content: center;
    display: flex;
    align-items: center;
}

.bottomcontainer {
    /* background-color: #000; */
    padding: 20px;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.navbar.header-fixed .bottomcontainer {
    background-color: #00000000;
}


.navbar.DesktopNav .head-social a:hover,
.navbar.DesktopNav .head-social a:focus,
.MobileNav .navbar .head-social a:hover,
.MobileNav .navbar .head-social a:focus,
.MobileNav .navbar .head-social a:visited {
    color: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .navbar-nav .nav-item .nav-link.active,
.navbar.DesktopNav .navbar-nav .nav-item .nav-link:hover,
.navbar.DesktopNav .navbar-nav .nav-item .nav-link:focus,
.navbar.DesktopNav .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 0px;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.HeadCForm {
    width: 100%;
}

.HeadCForm .form-control,
.HeadCForm .common-btn {
    padding: 0px;
    min-height: 38px;
}

.HeadCForm .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeadCForm .form-control,
.HeadCForm .form-control:hover,
.HeadCForm .form-control:focus {
    border-color: rgba(var(--main-color), 0);
    /* background: rgba(255, 255, 255, 0.75); */
    color: rgba(var(--black-color), 1);
}

.HeadCForm .form-control::placeholder {
    color: rgba(var(--black-color), 0.8);
    font-size: 13px;
    text-transform: uppercase;

}

.btn.topsearchbtn i {
    font-size: 13px;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: middle;
}

.navbar.DesktopNav .navbar-nav .nav-item.dropdown {
    position: static;
}

.navbar.DesktopNav .navbar-nav .nav-item.dropdown:nth-child(1),
.navbar.DesktopNav .navbar-nav .nav-item.dropdown:nth-child(2),
.navbar.DesktopNav .navbar-nav .nav-item.dropdown:nth-child(3) {
    position: relative;
}

.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu {
    max-height: 360px;
    overflow: auto;
}

.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu[aria-labelledby="products"] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 20px;
}


/* width */
.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-track {
    background: rgba(var(--black-color), 0.15);
}

/* Handle */
.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(var(--main-color), 0.8);
}

/* Handle on hover */
.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 0px;
    border: 0;
    border-radius: 0px;
    margin: 0 !important;
    transition: var(--transition-05s);
    /* overflow: hidden; */
    box-shadow: -12px 8px 20px -8px rgba(14, 13, 14, 0.08), 12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}

.navbar .navbar-nav .nav-item .dropdown-menu li a,
.dropdown-menu .dropdown-submenu a {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid rgba(var(--black-color), 0.175);
    padding: 10px 15px;
    padding: 8px 10px;
    color: rgba(var(--black-color), 0.6);
    transition: var(--transition-05s);
    background: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu li a:active,
.navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.dropdown-menu li .dropdown-submenu a:hover,
.dropdown-menu li .dropdown-submenu a:active,
.dropdown-menu li .dropdown-submenu a:focus,
.dropdown-menu li .dropdown-submenu a.active {
    color: rgba(var(--white-color), 1);
    background-color: rgba(var(--main-color), 1);
    border-color: rgba(var(--main-color), 1);
}

.navbar .navbar-nav .nav-item .dropdown-menu ul>li:last-child a {
    border-bottom: none;
}

.HeadBM-Box .common-btn {
    padding: 10px 30px;
}

.topsearchbtn {
    border-radius: 0;
    border: none;
    /* background: rgba(255, 255, 255, 0.75); */
    border-bottom: 1px solid rgb(0 0 0);
}

.topsearchbtn:hover,
.topsearchbtn:focus {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(0 0 0);
    /* background: rgba(255, 255, 255, 0.75); */
    outline: 0;
    color: #000;
}

.HeadCForm .input-group input.form-control {
    border-radius: 0;
    margin-left: 0;
    /* background: rgba(255, 255, 255, 0.75); */
    outline: 0;
    border-bottom: 1px solid rgb(0 0 0);
    color: #000;
}

.HeadCForm .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.DesktopNav .container {
    justify-content: center;
}

.navbar.header-fixed .HeadContainer .navbar-nav .nav-item .nav-link {
    color: black;
}

.navbar.header-fixed .head-top .head-social a,
.MobileNav .navbar .head-social a {
    color: rgba(var(--black-color), 1);
}


/* search modal open */
.search-modal .input-box {
    box-shadow: none;
}

.search-modal .input-box {
    border-radius: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    padding: 15px;
    font-size: 1.5625rem;
}

.search-modal .input-box:focus {
    color: #ffffff !important;
}

.modal.csmodal {
    --bs-modal-bg: rgba(255, 255, 255, 0);
    background-color: #6f727cba !important;
    outline: none;
    border: 0;
    --bs-modal-width: 60%;
}

.search-modal input::placeholder {
    color: #ffff;
}

.modal.csmodal .modal-header {
    border-bottom: 0px solid rgba(255, 255, 255, 0);
}

.modal.csmodal .modal-content {
    border: 0;
}

.btn-close.searchmodalbt {
    background-image: url(../images/btclose.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

/* bannersection */
figcaption.imgcaption {
    font-size: 20px;
    background: none;
    color: black;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    background: none;
    margin-bottom: 5px;
}

.banner-section .container {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-section {
    --banner-hvh: auto;
    --banner-hhp: 100%;
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
    margin-top: 156px;
}

.banner-section>* {
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-slider {
    height: auto;
    background: rgba(var(--black-color), 0) no-repeat top center / cover;
}

.bannerrightimg {
    object-position: center;
    height: calc(100% - 0%);
    margin-left: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.bannerrightimg.secondimg {
    height: 526px;
}

.bannerrightimg img {
    object-fit: contain;
}

.bannerrightimg.multiimagesec {
    display: flex;
    align-items: center;
    height: 250px;
    margin-right: 126px;
    gap: 13px;
    width: auto;
}


.bannersecond {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: end;
}

/* .banner-slider>*:first-child,
.banner-slider>*:first-child>*,
.banner-slider>*:first-child>*>*,
.banner-slider>*:first-child>*>*>*,
.banner-slider>*:first-child>*>*>*>* {
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
} */
.news-slider.owl-carousel .owl-nav,
.newarrivals-slider.owl-carousel .owl-nav,
.artwork-slider.owl-carousel .owl-nav,
.relatedart-slider.owl-carousel .owl-nav,
.newarrivals-slider.owl-carousel .owl-nav {
    position: absolute;
    width: max-content !important;
    right: 29px !important;
    top: -13% !important;
}

.newarrivals-slider.owl-carousel .owl-nav,
.news-slider.owl-carousel,
.artwork-slider.owl-carousel,
.relatedart-slider.owl-carousel,
.newarrivals-slider.owl-carousel {
    /* display: flex ;
    gap: 6px ; */
}

.newarrivals-slider.owl-carousel .owl-nav button.owl-next,
.news-slider.owl-carousel .owl-nav button.owl-next,
.artwork-slider.owl-carousel .owl-nav button.owl-next,
.relatedart-slider.owl-carousel .owl-nav button.owl-next,
.newarrivals-slider.owl-carousel .owl-nav button.owl-next {
    right: -30px !important;
}

.newarrivals-slider.owl-carousel .owl-nav button.owl-prev,
.news-slider.owl-carousel .owl-nav button.owl-prev,
.artwork-slider.owl-carousel .owl-nav button.owl-prev,
.relatedart-slider.owl-carousel .owl-nav button.owl-prev,
.newarrivals-slider.owl-carousel .owl-nav button.owl-prev {
    left: -38px !important;
}

.news-slider.news-slider2.owl-carousel .owl-nav {
    top: -9% !important;
}

.bannertextbox {
    padding: 30px 85px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bannertextbox p {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
}

.banner-inner-slider {
    /* background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    /* padding-bottom: 60px; */
    /* overflow: visible; */
    display: flex;
    background: #f9f9f9;
    align-items: center;
    width: 100%;
    background-position: top;
    justify-content: center;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% auto;
    z-index: 0;
    height: calc(70vw /(1320 / 644));
}

.banner-slider-bg {
    height: var(--banner-hhp);
    position: absolute;
    inset: 0;
    width: 100%;
}

.banner-slider-bg img {
    object-fit: cover;
    height: 545px;
    width: auto !important;
    margin: 0 auto;
}

/*----------Zoom Slide-Start----------*/
/* 
.banner-slider .owl-item {
	transition: var(--transition-05s);
}
.banner-slider .owl-item.active .banner-slider-bg img {
	transition: var(--transition-05s);
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}
	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(1.5, 1.5);
	}
} */
.banner-slider-bg::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0px;
    background: rgba(var(--black-color), 0.5);
    z-index: 1;
    display: none;
    /* opacity: 0.9; */
}

.banner-slider.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: max-content;
    position: absolute;
    bottom: 20px;
    gap: 6px;
}

.banner-slider.owl-carousel .owl-dots.disabled {
    display: none;
}

.banner-slider.owl-carousel .owl-dots .owl-dot {
    --banner-ehw-dot: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--banner-ehw-dot);
    height: var(--banner-ehw-dot);
    background: rgba(var(--main-color), 0);
    border: 1px solid rgba(var(--white-color), 0);
    border-radius: 50%;
    transition: var(--transition-05s);
}

.banner-slider.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: calc(var(--banner-ehw-dot) - 14px);
    height: calc(var(--banner-ehw-dot) - 14px);
    background: rgba(var(--white-color), 1);
    border-radius: 50%;
    transition: var(--transition-05s);
}

.banner-slider.owl-carousel .owl-dots .owl-dot.active {
    border-color: rgba(var(--white-color), 1);
}

.banner-box {
    text-align: left;
}

.banner-title,
.banner-box h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    color: rgb(0, 0, 0);
}


.banner-section.inner-pages .banner-title,
.banner-section.inner-pages .banner-box h1 {
    margin-bottom: 0px;
}


.banner-slider.owl-carousel .owl-nav button.owl-prev,
.banner-slider.owl-carousel .owl-nav button.owl-next {
    --ehw-bd: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--ehw-bd);
    height: var(--ehw-bd);
    border: 1px solid rgba(var(--white-color), 0);
    color: rgba(var(--white-color), 0.9);
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    --elr-bd: 0%;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev {
    left: var(--elr-bd);
}

.banner-slider.owl-carousel .owl-nav button.owl-next {
    right: var(--elr-bd);
}


.artmodal .form-wrap {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

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

.artmodal .form-group>label {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.artmodal .form-control:hover {
    background: #ecf0f4;
    color: #000;
}

.artmodal .custom-control-label {
    color: #000;
    font-size: 16px;
}

.artmodal .cta-form {
    height: auto;
    /* background: #ecf0f4; */
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cta-form .row {
    gap: 24px 0px;
}

.cta-form .row>* {
    padding: 0px 8px;
}

.cta-form .form-box:last-child {
    margin-bottom: 0px;
}

.cta-form .form-control,
.cta-form .form-control:hover,
.cta-form.form-control:focus {
    position: relative;
    background: rgba(var(--white-color), 1);
    color: #343434;
    border: none !important;
    border-radius: 0px;
    border-bottom: 1px solid rgba(var(--black-color), 0.3) !important;
    outline: none;
}

.cta-form .form-control,
.cta-form .form-select {
    padding: 10px 5px;
    font-size: 14px;
    min-height: 40px;
    border: none;
    font-weight: 300;
}

.cta-form .form-box>[for='AttachFiles'] {
    width: 100%;
}

.cta-form .form-box>[for='AttachFiles'] span {
    position: absolute;
    z-index: 1;
    background: #b3b3b3;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0px;
    cursor: pointer;
    letter-spacing: 1px;
    color: black;

}

.cta-form textarea.form-control {
    resize: none;
}

.description-content.enqparacontent p {
    font-size: 14px;
}


/* newarrivals section */

.newarrivals-slider .artist-list-img {
    height: 350px;
    width: auto !important;
}

.newarrivals-slider .artist-list-img img {
    object-fit: contain;
    object-position: left;

}


/* artist section */
.relatedart-slider .artist-list-img {
    height: 350px;
    width: auto !important;
}

#deskart .artist-list-img {
    height: auto;
}

.artistsec .artist-list-img {
    height: 350px;
    width: auto !important;
}

.artist-list-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.artist-list-img {
    width: 100%;
    height: auto;
}

.artisttit {
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    color: black;
    display: block;
    margin-bottom: 10px;
}

.artist-list-text,
.artist-list-box>*:last-child {
    width: 100%;
    /* padding: 10px; */
    text-align: left;
}

.artist-list-title,
.artist-list-text>*:first-child,
.artist-list-box>*:last-child>*:first-child {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #343434;
}

.whitbackbtn {
    border: 1px solid black;
}

/* search gallery section */
.common-section.gallery-section {
    background: #222222;
    padding: 50px 0px;
}

.gallery-titleBox h2.common-title {
    color: rgba(var(--white-color), 1);
}

.gallery-section .HeadCForm .input-group input.form-control {
    border-radius: 0;
    margin-left: 0;
    background: rgb(255 255 255 / 0%);
    outline: 0;
    border-bottom: 1px solid rgb(255 255 255);
}

.gallery-section .HeadCForm .form-control::placeholder {
    color: rgba(var(--white-color), 1);
    font-size: 13px;
    text-transform: uppercase;

}

.gallery-section .HeadCForm .form-control,
.HeadCForm .form-control:hover,
.gallery-section .HeadCForm .form-control:focus {
    color: rgba(var(--white-color), 1);
}


.searchformsec .form-select {
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    border-bottom: 1px solid white !important;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-image: url(../images/whitedrop.png);
    background-size: 10px 10px;

}

.searchformsec .form-select option {
    color: black;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #ffffff;
    font-size: 14px;
    box-shadow: none;
    letter-spacing: 2px;
    border: none;
    margin: 0px 0 10px 0;
}

/* .pricesec {
    margin-top: 10px;
} */
.pricesec {
    margin-top: 66px;
}

/* .price-range-slider .range-bar {
    border: none;
    background: #ffffff;
    height: 1px;
    width: 100%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #0e4aff;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 9px;
    background: #fff;
    border: 2px solid #ffffff;
    height: 10px;
    width: 10px;
    top: -5px;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #0e4aff;
} */

.searchtn:hover {
    background-color: transparent !important;
    border: 1px solid white !important;
}

/*--- /.price-range-slider ---*/



/* BEST FROM THE GALLERY section */
.category a h4 {
    font-size: 23px;
    font-weight: 600;
    color: #343434;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.galleryimgsec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.artgallery-main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: rgba(var(--white-color), 0.4);
    border: 1px solid rgba(var(--black-color), 0);
}

.artgallery-inn {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px solid rgba(var(--white-color), 1);
    position: relative;
}

.artgallery-text {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background: rgba(var(--black-color), 0.9);
    padding: 10px;
    transition: var(--transition-05s);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.artgallery-main:hover .artgallery-text {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.artgallery-text h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: left;
}

.artgallery-text .common-para {
    color: #c0bebe;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 20px;
}



.artwork-slider.owl-carousel .owl-nav button.owl-prev,
.artwork-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(var(--black-color), 01);
    color: rgba(var(--white-color), 1);
    border-radius: 0px;
    position: absolute;
    width: calc(var(--ehw-owl-btn) * 1.5);
    height: calc(var(--ehw-owl-btn) * 1.5);
    top: 45%;
    font-size: 16px;
    border: 1px solid #343434;
}

.artwork-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.artwork-slider.owl-carousel .owl-nav button.owl-next.disabled {
    background: rgba(var(--black-color), 0.2);
}

/* 
.artwork-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.artwork-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
} */

.relatedart-slider.owl-carousel .owl-nav button.owl-prev,
.relatedart-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(var(--black-color), 01);
    color: rgba(var(--white-color), 1);
    border-radius: 0px;
    position: absolute;
    width: calc(var(--ehw-owl-btn) * 1.5);
    height: calc(var(--ehw-owl-btn) * 1.5);
    top: 45%;
    font-size: 16px;
    border: 1px solid #343434;
}

.relatedart-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.relatedart-slider.owl-carousel .owl-nav button.owl-next.disabled {
    background: rgba(var(--black-color), 0.2);
}

/* .relatedart-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.relatedart-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
} */

.newarrivals-slider.owl-carousel .owl-nav button.owl-prev,
.newarrivals-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(var(--black-color), 01);
    color: rgba(var(--white-color), 1);
    border-radius: 0px;
    position: absolute;
    width: calc(var(--ehw-owl-btn) * 1.5);
    height: calc(var(--ehw-owl-btn) * 1.5);
    top: 45%;
    font-size: 16px;
    border: 1px solid #343434;
}

.newarrivals-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.newarrivals-slider.owl-carousel .owl-nav button.owl-next.disabled {
    background: rgba(var(--black-color), 0.2);
}

/* .newarrivals-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.newarrivals-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
} */

/* bottom artgallerysection */

a.maincardbtn {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 300;
}

.btgallery-section {
    background-color: #f4f2f1;
    color: #000000;
}

.maincard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maincard .maincard-icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.maincard {
    text-align: center;
}

.anticon {
    display: inline-block;
    line-height: inherit;
}

.maincardheading {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main-paragraph {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 150%;
}

.anticon i {
    font-size: 44px;
    color: #000;
}



/* news section */

.news-section {
    background-color: #e0d8d4;
}

.news-box {
    background: #fff;
}

.news-img {
    width: 100%;
    height: 250px;
}

.news-text {
    padding: 10px 20px;
    text-align: left;
}

.news-title {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #7c7876;
    display: block;
    text-transform: uppercase;
}

.news-price {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: 15px;
    height: max-content;
    line-height: 25px;
    overflow: hidden;
    color: #343434;
}

.news-list {
    /* color: #7F7E81; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-size: 14px;
    color: #7c7876;
}

.news-list li::after {
    content: '/';
    display: inline-block;
    margin: 0px 8px;
}

.news-list li:last-child:after {
    content: '';
}

.news-slider.owl-carousel .owl-nav button.owl-prev,
.news-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(var(--black-color), 01);
    color: rgba(var(--white-color), 1);
    border-radius: 0px;
    position: absolute;
    width: calc(var(--ehw-owl-btn) * 1.5);
    height: calc(var(--ehw-owl-btn) * 1.5);
    top: 45%;
    font-size: 16px;
    border: 1px solid #343434;
}

.news-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.news-slider.owl-carousel .owl-nav button.owl-next.disabled {
    background: rgba(var(--black-color), 0.2);
}

/* .news-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.news-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
} */


/* footer section */

.footer-section {
    background-color: #f4f2f1;
    padding: 20px 0px;
}

.cta-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 56px;
    gap: 13px;
    /* margin-bottom: 2rem; */

}

.cta-form .form-control {
    padding: 9px 5px;
    /* border: none; */
    border-radius: 0px;
    font-size: 13px;
    background: #f9f9f900;
    color: #000000;
    border-bottom: 1px solid #8b8b8b !important;
    border: 1px solid #ffffff00;
}

.cta-form .form-control::placeholder {
    color: rgba(var(--black-color), 0.8);
    font-size: 13px;
    text-transform: capitalize;

}

.select-box,
.form-control,
.select-box:hover,
.form-control:hover,
.select-box:focus,
.form-control:focus {
    position: relative;
    background: #ffffff00;
    color: #000;
}

.cta-btn {
    white-space: nowrap;
    border: 1px solid black;
    border-radius: 0px;
    background: rgba(var(--blue-color), 0);
    color: rgba(var(--black-color), 1);
    padding: 9px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: var(--transition-05s);
    width: 26%;
}

.cta-btn:hover,
.cta-btn:first-child:active,
.cta-btn:active,
.cta-btn:focus,
:not(.btn-check)+.cta-btn:active,
.cta-btn:focus-visible {
    background: rgba(var(--black-color), 1);
    color: rgba(var(--white-color), 1);
}

ul.foot-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.social-list {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: flex-end;
}

.footer-box p {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 150%;
    text-transform: none;
    color: #343434;
    width: 75%;
    margin-bottom: 2rem;
}

.foot-list a {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 150%;
    text-transform: none;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
}

.copy-text {
    white-space: nowrap;
    text-align: left;
    font-weight: 300;
    color: #343434;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    position: static;
    float: left;
    clear: none;
    letter-spacing: 0.5px;
}


/* inner listingart section */
.innerbanner-section {
    margin-top: 160px;
    padding: 50px 0px 25px;
    background-color: #f4f2f1;
}

.innercolsec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.innercolsec h1 {
    color: #000;
}

.innerbanner-section .breadcrumb {
    display: flex;
    padding: 0.75rem 1.25rem;
}

.innerbanner-section .breadcrumb-links {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.innerbanner-section .breadcrumb-links>li:nth-child(n + 4) {
    display: none;
}

.innerbanner-section .breadcrumb-box {
    display: flex;
    align-items: center;
}

.innerbanner-section .breadcrumb-link {
    color: #000000;
}

.innerbanner-section .breadcrumb-box:hover>*:not(.breadcrumb-icon) {
    color: #000000;
}

.innerbanner-section .breadcrumb-icon,
.innerbanner-section .breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #000000;
}

.innerbanner-section .breadcrumb-links li:first-child .breadcrumb-text {
    display: none;
}

.innerbanner-section .breadcrumb-text {
    margin-left: 1rem;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}

@media (min-width: 640px) {
    .innerbanner-section .breadcrumb-links>li:nth-child(n + 4) {
        display: block;
    }

    .innerbanner-section .breadcrumb-links li:first-child .breadcrumb-text {
        display: block;
    }
}

span.ty {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    letter-spacing: 2px;
}

.checksec {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.checksec li {
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
}

.checksec li label {
    font-size: 11px;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checksec .form-check-input {
    margin-top: 0;
}

.checksec .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.checksec .form-check-input:focus {
    border-color: #1c1c1d;
    outline: 0;
    box-shadow: none;
}

.typecheck.pricesec .price-range-slider .range-value input {
    color: #000;
}

.typecheck.pricesec .price-range-slider .range-bar {
    background: #a1a1a1;
    width: auto;
}

.typecheck.pricesec .price-range-slider .range-bar .ui-slider-handle {
    background: #ffffff;
    border: 2px solid #000000;
}

.typecheck.pricesec .price-range-slider .range-bar .ui-slider-range {
    background: #000000;
}

.typecheck.pricesec .price-range-slider .range-bar .ui-slider-handle+span {
    background: #ffffff;
}

.typecheck.pricesec .price-range-slider {
    padding-left: 15px;
}

.img-card {
    width: auto;
    position: relative;
    border-radius: 5px;
    text-align: left;
    border: 1px solid rgba(49, 48, 48, 0.267);
}

.img-card .card-image img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.img-card .card-image {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    height: auto;
}

.img-card .card-link {
    padding: 10px 15px 10px;
}

.img-card .card-link a {
    border: 1px solid #00000066;
    padding: 5px;
    border-radius: 3px;
    color: black;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 6px;
}

.img-card .card-link a:hover {
    background-color: black;
    color: #ffff;
}

.img-card.iCard-style1 .card-text {
    color: #343434;
}

.img-card .card-text {
    padding: 15px 15px 15px;
    line-height: 1.5;
}

.card-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.card-text p {
    margin-bottom: 0;
}

.cardcon {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.card-text ul li {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
}

.card-text span {
    font-size: 12px;
    font-weight: 400;
    display: inline;
}

/* Add CSS for jQuery UI Slider */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal {
    height: 1.2em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    border-radius: 50%;
    /* Make the handle circular */
    background-color: #ddd;
    /* Handle background */
    border: 1px solid #aaa;
    /* Handle border */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    background-color: #007bff;
    /* Background color for selected range */
    border: none;
}


/* Vendor prefixes for better Safari support */
@supports (-webkit-appearance: none) {
    .ui-slider .ui-slider-handle {
        background-color: #ddd;
        /* Safari-friendly handle background */
    }

    .ui-slider-range {
        background-color: #007bff;
        /* Safari-friendly range background */
    }
}

#MOBILE {
    display: none;
}

/* art detailspage */
.img_producto_container {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    cursor: zoom-in !important;
    text-align: right;
    align-items: center;
    justify-content: center;
    display: flex;
}

.img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.5s ease-out;
    cursor: zoom-in !important;
}

.artname {
    width: 300px;
    font-size: 23px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.artauthor {
    font-size: 17px;
    color: #343434;
    text-transform: capitalize;
    font-weight: 300;
}

.authorname {
    font-size: 17px;
    font-weight: 300;
    margin-left: 6px;
    text-decoration: underline;
}

.customspan {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
}

.artoption-frame {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;

}

.artquet {
    border-color: #7c7876;
}

.artquet {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    border: 1px solid #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
}

.artquet {
    position: relative;
}

.artprice {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.artquet>i {
    display: block;
    width: 15px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.ratings {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
}

.ratings li {
    display: inline-block;
    margin-right: 10px;
}

.ratings li i {
    color: #ffc107;
    position: relative;
    top: 2px;
}

.part {
    font-size: 23px;
    font-weight: 300;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.cartdetailssec {
    background: #f4f2f1;
    display: inline-block;
    padding: 15px;
}

.cartdetailssec ul li {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;

}

.description-tab {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.description-tab li {
    display: inline-block;
    margin-right: 45px;
}

.description-tab li:last-child {
    margin-right: 0;
}

.description-tab li button {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    border: unset;
    padding: 0;
    background-color: unset;
    color: var(--headingColor);
    transition: var(--transition-05s);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.description-tab li button:hover {
    color: #000;
}

.smallinnerbanner {
    border-top: 1px solid #00000024;
    margin-top: 95px;
    padding: 15px 0px 0px;
    background-color: #f4f2f100;
}

.description-tab li button::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #000;
    bottom: -11px;
    left: 0;
    transition: var(--transition-05s);
    transform: scaleX(0);
}

.description-tab li button.active {
    color: var(--headingColor);
    font-weight: 500;
}

.description-tab li button.active::before {
    transform: scaleX(1);
}

.description-content p {
    font-size: 18px;
    color: #343434;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 300;
}

.additional-information {
    margin-bottom: 25px;
}

.additional-information .info-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.additional-information .info-content .list {
    padding-left: 0;
    margin-bottom: 25px;
}

.additional-information .info-content .list li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.additional-information .info-content .list li::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background-color: var(--headingColor);
    border-radius: 100%;
    left: 0;
    top: 7px;
}

.additional-information .info-content .info-list {
    padding-left: 0;
    margin-bottom: 0;
    /* border: 1px solid #dfdfdf; */
}

.additional-information .info-content .info-list li {
    padding: 15px;
    /* border-bottom: 1px solid #dfdfdf; */
    list-style-type: none;
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    gap: 15px;
}

.additional-information .info-content .info-list li:last-child {
    border-bottom: unset;
}

.additional-information .info-content .info-list li span {
    font-size: 14px;
    font-weight: 500;
    color: var(--headingColor);
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.additional-information .info-content .info-list li a {
    color: #343434;
    transition: var(--transition-05s);
    position: relative;
    margin-right: 4px;
    text-decoration: underline;
}

.additional-information .info-content .info-list li a:last-child {
    margin-right: 0;
}

.additional-information .info-content .info-list li a:last-child::before {
    display: none;
}

.additional-information .info-content .info-list li a:hover {
    color: #0040ff;
}

.additional-information .additional-information-image {
    margin-left: 80px;
}

.review-content {
    margin-bottom: 25px;
}

.review-content .review-top-content {
    background-color: #ebebeb;
    padding: 40px 50px;
    margin-bottom: 70px;
}

.review-content .review-top-content .average-rating h5 {
    font-size: 14px;
    margin-bottom: 8px;
}

.review-content .review-top-content .average-rating .rating i {
    font-size: 13px;
    margin-right: 2px;
    color: #000;
    position: relative;
    top: 2px;
}

.review-content .review-top-content .average-rating .rating span {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.review-content .review-top-content .rating-bar-content .var-list {
    padding-left: 0;
    margin-bottom: 0;
}

.review-content .review-top-content .rating-bar-content .var-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.review-content .review-top-content .rating-bar-content .var-list li i {
    color: var(--headingColor);
    margin-right: 10px;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-poing {
    display: inline-block;
    color: var(--headingColor);
    margin-right: 10px;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-number {
    background-color: var(--whiteColor);
    padding: 3px 7px;
    color: var(--headingColor);
    margin-left: 15px;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar {
    width: 380px;
    display: block;
    background-color: var(--headingColor);
    height: 100%;
    position: relative;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100px;
    left: 0;
    top: 0;
}

.rating span {
    font-size: 18px;
    cursor: pointer;
    font-weight: 300;
}

.rating.newrating span {
    font-size: 25px;
    cursor: pointer;
    color: #ffc107;
}

.rating.newrating .highlight {
    color: gold;
}

.common-section.relatedartsec {
    padding-top: 0;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.five::before {
    width: 100%;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.four::before {
    width: 80%;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.three::before {
    width: 60%;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.two::before {
    width: 40%;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.one::before {
    width: 20%;
}

.review-content .review-top-content .write-btn {
    text-align: end;
}

.review-content .all-review-content {
    margin-bottom: 50px;
}

.review-content .all-review-content h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.review-content .all-review-content .single-review {
    position: relative;
    padding-left: 120px;
    margin-bottom: 40px;
}

.review-content .all-review-content .single-review .client-img {
    position: absolute;
    left: 0;
    top: 0;
}

.review-content .all-review-content .single-review .client-img img {
    height: 75px;
    width: 75px;
    border-radius: 100%;
}

.review-content .all-review-content .single-review .content .rating {
    margin-bottom: 8px;
}

.review-content .all-review-content .single-review .content .rating i {
    font-size: 12px;
    color: #ffc107;
    margin-right: 3px;
}

.review-content .all-review-content .single-review .content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.review-content .all-review-content .single-review .content .report {
    position: absolute;
    right: 0;
    top: 0;
    color: #343434;
    transition: var(--transition-05s);
}

.review-content .all-review-content .single-review .content .report:hover {
    color: #0040ff;
}

.review-content .review-form h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.review-content .review-form .form-group {
    margin-bottom: 25px;
}

.review-content .review-form .form-group label {
    font-size: 14px;
    color: var(--headingColor);
    margin-bottom: 5px;
}

.review-form .form-control {
    border-radius: 0;
}





/* *********************************************** */
.inputCount-box .count-btn {
    border: none;
}

.inputCount-box {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.enqul li {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #8b8b8b;
}

.enqpara {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #383838;
    line-height: 18px;
    text-transform: uppercase;
}

.enqpara span {
    display: block;
}

h3.artistnamenew {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0000009e;
    margin-bottom: 4px;
}

a.btn.common-btn.whitbackbtn.enqbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 5px 10px;
}

a.btn.common-btn.whitbackbtn.enqbtn i {
    color: rgba(var(--black-color), 1);
    font-size: 16px;
    transition: var(--transition-05s);
}

a.btn.common-btn.whitbackbtn.enqbtn:hover i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:first-child:active i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:active i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:focus i.bi-question-diamond,
:not(.btn-check)+a.btn.common-btn.whitbackbtn.enqbtn:active i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:focus-visible i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:focus:not(:focus-visible) i.bi-question-diamond {
    color: rgba(var(--white-color), 1);
}

span.pariceenq {
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 8px;
}

.mycanvas {
    width: 530px !important;
}

.mainboxenq {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chekoutselect.countrycode {
    padding: .375rem;
    font-size: 1rem;
    height: 38px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    position: relative;
    background: rgba(var(--white-color), 1);
    color: rgba(var(--black-color), 0.8);
    border: 1px solid rgba(var(--black-color), 0.5);
    border-radius: 0px;
    margin-bottom: 0;
}

.chekoutselect.countrycode option {
    color: rgba(var(--black-color), 0.8);
}

.enqimagedetails {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7f7f7f;
}

.mycanvas .offcanvas-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checksec {
    margin-bottom: 15px;
}

.enqimgpara {
    font-size: 14px;
    color: black;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.enqimgpara span {
    display: block;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0px;

}

.enqimagedetails img {
    width: auto;
    height: 80px;
    object-fit: contain;
}

.InputField-box>.input-group .form-control {
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

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

.inputCount-box input.form-control {
    --erl-borcol: rgba(var(--black-color), 0.5);
    max-width: 40px;
    text-align: center;
    padding: 7px;
    min-height: 23px;
    border-right: 1px solid rgb(0 0 0 / 28%) !important;
    border-left: 1px solid rgb(0 0 0 / 28%) !important;
    padding-right: 6px !important;
    border: none;
    border-radius: 0;
}

.inputCount-box input.form-control:hover {
    --erl-borcol: rgba(var(--black-color), 0.5);
    max-width: 40px;
    text-align: center;
    padding: 7px;
    min-height: 23px;
    border-right: 1px solid rgb(0 0 0 / 28%) !important;
    border-left: 1px solid rgb(0 0 0 / 28%) !important;
    padding-right: 6px !important;
    border: none;
    border-radius: 0;
}

.inputCount-box i {
    font-size: 12px;
}

.topbasket {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    height: 26px;
}

h3.part.basketpart {
    font-size: 15px;
}

.parabasket p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
}

.rightsideartdetails .artauthor {
    font-size: 14px;
}

a.authorname.basketauthorname {
    font-size: 14px;
    margin-left: 7px;
}

.trashbasket i {
    font-size: 20px;
    cursor: pointer;
}

.Qty {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 15px;
}

/* .imgbasket {
    width: 456px;
} */

.basket {
    height: max-content;
    padding: 30px 30px;
    background: #f4f2f1;
}

.subtotal,
.Shipping {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.subtotal h3,
.Shipping h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.totalsc {
    border-bottom: 1px solid black;
}

.Qty span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.cartsection {
    padding: 60px 0px 80px;
}

.topbasket .artname {
    width: 300px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.basketdetails {
    display: flex;
    /* justify-content: space-around; */
    align-items: self-start;
    gap: 50px;
    gap: 10px;
}

.imgbasket img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}


/* checkout page */

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: #f4f2f1;
    border: 1px solid #8b8b8b;
    border-radius: 0px;
    /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 10%; */
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 9px 0px;
    border-bottom: 1px solid #8b8b8b !important;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    /* box-sizing: border-box; */
    /* font-family: montserrat; */
    color: #343434;
    font-size: 12px;
    border: none;
    background: none;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #8b8b8b !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    border: none;
    outline: none;
    box-shadow: none;
}

.topbasketsec {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem;
    border-bottom: 1px solid #8b8b8b;
}

.checkoutqty {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

/*buttons*/
#msform .action-button,
#msform .action-button:focus {
    cursor: pointer;
    margin: 10px 0px;
    --boco-btn: rgba(var(--black-color), 1);
    --bg-btn: rgba(var(--white-color), 1);
    --common-btn-color: rgba(var(--black-color), 1);
    --common-btn-transition: var(--transition-05s);
    transition: var(--common-btn-transition);
    background: var(--bg-btn);
    color: var(--common-btn-color);
    position: relative;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid black;
    border-bottom: 1px solid black !important;
}

#msform .action-button:hover {
    --boco-btn: rgba(var(--black-color), 1);
    --bg-btn: rgba(var(--black-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
    font-weight: 400;
}

#msform .action-button-previous,
#msform .action-button-previous:focus {
    cursor: pointer;
    margin: 10px 0px;
    --boco-btn: rgba(var(--black-color), 1);
    --bg-btn: rgba(var(--white-color), 1);
    --common-btn-color: rgba(var(--black-color), 1);
    --common-btn-transition: var(--transition-05s);
    transition: var(--common-btn-transition);
    background: var(--bg-btn);
    color: var(--common-btn-color);
    position: relative;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid black;
    border-bottom: 1px solid black !important;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    --boco-btn: rgba(var(--black-color), 1);
    --bg-btn: rgba(var(--black-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
    font-weight: 400;
}



.twobutton {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}

.chekoutselect {
    padding: 9px 0px;
    width: 100%;
    border: none;
    background-color: #ffffff00;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #343434ad;
    font-weight: 400;
    border-bottom: 1px solid #8b8b8b;
}

/*headings*/
.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #000000;
    background: #f4f2f1;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #8b8b8b;
    position: absolute;
    left: -50%;
    top: 12px;
    z-index: -1;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #000000;
    color: white;
}

.checkbasket .topbasket .artname {
    width: 100%;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: max-content;
    margin-bottom: 12px;
}

.checkbasket .artauthor {
    margin-top: 13px !important;
}

.pay label {
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #343434;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: -7px;
}

/* news page  */
.news-box {
    height: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #8b8b8b;
    background: #f4f2f1;
}

.news-img {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
}

.news-text {
    padding: 12px;
    padding-top: 0px;
}

.news-date,
.news-text span {
    display: inline-block;
    color: rgba(var(--black-color), 0.5);
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-title,
.news-text h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 23px;
    margin-bottom: 2px;
    color: rgba(var(--black-color), 1);
    letter-spacing: 1px;
}

.news-title a,
.news-text h3 a {
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    text-decoration: none;
    font-weight: 500;
}

.newspara {
    font-size: 14px;
    color: #343434;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: 300;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* defaultpage */
.common-box.bannertiltle {
    display: flex;
    justify-content: space-between;

}

.bannertiltle .news-date {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.twoimgsec {
    gap: 20px;
}

.Building-img-box {
    height: 570px;
    width: 100%;
}

.Building-img-box img {
    object-fit: cover;
}

.cta-form-box .form-box {
    margin-bottom: 15px;
}

.cta-form-box .form-control,
.cta-form-box .form-control:hover,
.cta-form-box .form-control:focus {
    position: relative;
    background: rgba(var(--white-color), 1);
    color: rgba(var(--black-color), 0.8);
    border: 1px solid rgba(var(--black-color), 0.5);
    border-radius: 0px;
}


.workcard {
    padding: 40px 30px;
    background: white;
    /* border-radius: 50% 20% / 10% 40%; */
    /* border-radius: 30px; */
    /* border-radius: 50px 15% / 10px 25%; */
    position: relative;
    z-index: 1;
}

.workcard::after {
    content: attr(data-name);
    position: absolute;
    color: #ffffff;
    -webkit-text-stroke: 1px #00000066;
    font-size: 51px;
    top: 21px;
    left: auto;
    right: 23px;
    z-index: -1;
}

.workcard .maincardheading {
    font-weight: 400;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.firstbasket {
    max-height: 530px;
    overflow-y: scroll;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.upload label {
    width: 100%;
}

.firstbasket::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Opera */
}


.upload input[type="file"] {
    display: none;
}

/* Style the custom file upload label */
.custom-file-upload {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    color: rgb(125 133 140);
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid rgba(var(--black-color), 0.5);
}



/* Style for the text displaying the file name */
#file-name {
    margin-top: 5px;
    color: rgb(125 133 140);
}



/* new added css 22.11.24 */
span.wpcf7-list-item.first.last {
    display: flex;
    justify-content: start;
}

.comment-respond .comment-reply-title {
    display: none;
}

.checkcartsec {
    min-height: 80vh;
    overflow-y: scroll;
    scrollbar-width: none;
}

.rating-bar-wrapper {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #fff;
    margin: 0 10px;
    overflow: hidden;
}

.clear-btn .cta-btn {
    width: 50%;
}

/* new css add 27.11.2024 */
.cutomlablesec {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.cutomlablesec input {
    width: auto !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.cutomlablesec input::after {
    display: none !important;
}

/* 28.11.24 */
.thank-yousec {
    margin-top: 90px;
}

.next.action-button:disabled {
    opacity: 0.6;
    /* Makes the button semi-transparent */
    cursor: not-allowed !important
        /* Changes the cursor to indicate it’s disabled */

}

input[type="text"][readonly],
input[type="email"][readonly] {
    opacity: 0.7;
    /* Reduces opacity */
    cursor: not-allowed;
    /* Changes cursor to indicate non-editable */
}

i.fa-solid.fa-xmark.fs-4.remove-discount {
    color: red;
    padding: 5px 0;
    cursor: pointer;
}

/* new css add 29.11.2024*/

.rightsideartdetails {
    width: 80%;
}

.imgbasket {
    width: 20%;
}

.imgbasket img {
    width: 100px;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.basketdetails {
    display: flex;
    /* justify-content: space-around; */
    align-items: self-start;
    gap: 0px;
}

.topbasket {
    height: auto;
}

.artprice {
    width: 100%;
    height: 30px;
}









/* responsive css */


@media (max-width: 1399px) {
    ul.head-social {
        gap: 10px;
    }

    /* .navbar.DesktopNav .HeadContainer {
        margin-left: 72px;
    } */
}

@media (max-width: 1199px) {
    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        margin-right: 9px;
        font-size: 12px;
        letter-spacing: 0px;
    }

    .navbar.DesktopNav .HeadContainer {
        margin-left: 24px;
    }
}

@media (max-width: 991px) {
    .mobnav {
        display: block;
        color: white;
    }

    .artisttit {
        font-size: 24px;
    }


    #msform input[type="button"],
    #msform input[type="submit"] {
        width: 100% !important;
    }

    .alllistbasket .basketdetails {
        gap: 16px !important;
        flex-direction: column;
    }

    .checkbasket .topbasketsec {
        margin-bottom: 0;
    }

    .checkinput {
        gap: 2px !important;
    }

    .mobnav .container {
        overflow: hidden;
    }

    .mobnavlist li .nav-link {
        color: rgb(0, 0, 0);
    }

    .DesktopNav {
        display: none;
    }

    .navbar-brand img {
        height: 60px;
        width: 209px;
        object-position: left;
        object-fit: contain;
        margin-right: 0px;
    }

    .banner-title,
    .banner-box h1 {
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
    }

    .banner-section {
        --banner-hvh: auto;
    }

    .banner-section {
        margin-top: 99px;
    }
}

@media (max-width: 768px) {
    #progressbar li {
        letter-spacing: 0px;
    }

    .newrow {
        gap: 5px 0px !important;
        margin-bottom: 30px !important;
    }

    .innerbanner-section .breadcrumb-links {
        display: flex;
        column-gap: 6px;
        align-items: center;
    }

    .innerbanner-section {
        margin-top: 75px;
    }

    .banner-title,
    .banner-box h1 {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    .bannertiltle .news-date {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .twoimgsec {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .twoimgsec .artist-list-img {
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .left i,
    .right i {
        color: black;
        font-size: 24px;
    }

    .checkcartsec .row {
        gap: 20px 0px;
    }

    /* #msform{
        height: inherit !important;
    } */
    .checkinput input {
        margin-bottom: -7px !important;
    }
}

#mobart {
    display: none;
}

.common-box.bannertiltle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1366px) {
    .basketdetails {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .checkcartsec .row {
        flex-direction: column-reverse;
    }

    .banner-slider {
        height: auto;
    }

    .bannertextbox p {
        font-size: 13px;
        color: #000;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .banner-inner-slider {
        height: calc(60vw /(1320 / 644));
    }


    .bannertextbox {
        padding: 30px
    }

    #msform {
        text-align: center;
        position: relative;
        margin-top: 30px;
        margin-bottom: 63px;
    }

    .rightsideartdetails {
        width: 100% !important;
    }

    .imgbasket {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .common-box.bannertiltle {
        margin-top: 1rem !important;
        margin-bottom: -0rem !important;
    }

    #DESKTOP,
    #deskart {
        display: none;
    }

    #MOBILE,
    #mobart {
        display: block;
    }

    .rightsideartdetails {
        width: 100% !important;
    }

    .imgbasket {
        width: 100% !important;
    }
}

@media (max-width: 580px) {
    .pricesec {
        margin-left: 10px;
        margin-right: 15px;
    }

    .common-section.relatedartsec {
        padding-top: 60px;
    }

    #msform fieldset {
        padding: 20px 20px;
    }

    .rightsideartdetails {
        width: 100%;
    }

    .banner-inner-slider {
        height: calc(100vw /(1320 / 705));
    }

    .innercolsec h1 {
        font-size: 21px;
        line-height: 23px;
        text-align: center;
    }

    .innerbanner-section .breadcrumb-text {
        margin-left: -1px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .basketdetails {
        display: flex;
        /* justify-content: space-around; */
        align-items: self-start;
        gap: 18px !important;
        flex-direction: column;
    }

    .newbtnclass {
        margin-bottom: -7px !important;
    }

    .workcard .maincardheading {
        font-weight: 400;
        font-size: 17px;
        line-height: 114%;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 13px;
        width: 238px;
    }

    .topbasket {
        height: auto;
    }

    .cartsection {
        padding: 10px 0px 30px;
    }

    .left i,
    .right i {
        color: black;
        font-size: 20px;
    }

    .navbar-brand img {
        height: 46px;
        width: auto;
        object-position: left;
        object-fit: contain;
        margin-right: 0px;
    }

    .DesktopNav .navbar-brand,
    .MobileNav .navbar-brand {
        height: auto;
    }

    .artist-list-img {
        width: 100%;
        height: 100%;
    }

    ul.foot-list {
        display: flex;
        align-items: flex-start;
        gap: 0px;
        flex-direction: column;
    }

    .cta-form {
        gap: 0px;
        /* margin-bottom: 2rem; */
    }

    .cta-btn {
        width: 40%;
    }

    .footer-section {
        background-color: #f4f2f1;
        padding: 30px 0px 10px;
    }

    ul.social-list {
        justify-content: start;
    }

    .copy-text {
        white-space: wrap;
    }

    .mobnav .container {
        overflow: hidden;
    }

    a.woocommerce-Button.wc-forward.btn.common-btn.whitbackbtn {
        float: inherit !important;
        margin-top: 5px;
    }
}

@media (max-width: 350px) {
    .moblogo {
        width: 165px;
        margin-right: 0;
    }

    .navbar-toggler {
        padding: 7px 7px;
    }

    .left i,
    .right i {
        color: black;
        font-size: 20px;
    }

    .rightsideartdetails {
        width: 100%;
    }

    .imgbasket {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .description-tab {
        justify-content: center;
    }

    .description-tab li {
        margin-right: 12px;
    }

    .description-tab li button::before {
        display: none;
    }

    .review-content {
        margin-bottom: 10px;
    }

    .review-content .review-form h3 {
        font-size: 18px;
    }

    .review-content .review-top-content {
        padding: 30px 15px;
        margin-bottom: 50px;
    }

    .review-content .review-top-content .average-rating {
        margin-bottom: 20px;
    }

    .review-content .review-top-content .write-btn {
        text-align: start;
        margin-top: 20px;
    }

    .review-content .all-review-content .single-review {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .review-content .all-review-content .single-review .client-img {
        position: unset;
        margin-bottom: 15px;
    }

    .review-content .all-review-content .single-review .client-img img {
        height: 60px;
        width: 60px;
    }

    .additional-information .additional-information-image {
        margin-left: 0;
        margin-top: 30px;
    }

    .report {
        display: none;
    }

    .rightsideartdetails {
        width: 100% !important;
    }

    .imgbasket {
        width: 37% !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .review-content .review-top-content {
        padding: 30px;
        margin-bottom: 50px;
    }

    .review-content .review-top-content .default-btn {
        padding: 12px 15px;
    }

    .additional-information .additional-information-image {
        margin-left: 0;
    }

    .report {
        display: none;
    }

    .rightsideartdetails {
        width: 100% !important;
    }

    .imgbasket {
        width: 30% !important;
    }
}

.rightsideartdetails.cartsidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0px;
}

span#cart-item-count {
    background: #000;
    color: #fff;
    position: absolute;
    font-size: 10px;
    width: 17px;
    height: 17px;
    top: -30%;
    text-align: center;
    right: -65%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

span#cart-item-count2 {
    background: #000;
    color: #fff;
    /* position: absolute; */
    font-size: 10px;
    width: 17px;
    height: 17px;
    top: -30%;
    text-align: center;
    right: -65%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.head-social.topsocial li {
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    color: red;
}



.imgbasket a {
    display: flex;
}


/* 
.loading-spinner {
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    width: 56px;
    left: 50%;
    top: 10%;
    border: 9px solid;
    border-color: #000 #0000;
    animation: spinner-0tkp9a 1s infinite;
}

@keyframes spinner-0tkp9a {
    to {
        transform: rotate(.5turn);
    }
}


span.wpcf7-list-item-label {
    font-size: 11px;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 8px;
}


/* 1.12.24 new css */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0 !important;
}

.woocommerce form .form-row label {
    font-size: 14px;
    color: var(--headingColor);
    margin-bottom: 5px;
}

.input-text {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button {
    white-space: nowrap;
    border: 1px solid black;
    border-radius: 0px;
    background: rgba(var(--blue-color), 0);
    color: rgba(var(--black-color), 1);
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: var(--transition-05s);
    width: 26%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

/* new css add 3.12.2024 */
ul.custombtn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.woocommerce-MyAccount-content {
    text-align: center;
}

.woocommerce-MyAccount-content label {
    text-align: left;
}

.custom_my_accnt p a {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-transform: capitalize;
    letter-spacing: 1px;
}

a.woocommerce-Button.wc-forward.btn.common-btn.whitbackbtn {
    float: right;
}

.woocommerce-info {
    border-top-color: #1e2729;
}

.woocommerce-info::before {
    color: #000;
}

header.woocommerce-Address-title.title {
    width: auto;
    position: relative;
}

.woocommerce-Address-title.title a {
    display: block;
    margin-bottom: 1rem;
}

.woocommerce-input-wrapper .select2-selection.select2-selection--single {
    text-align: left;
}

.woocommerce-Address address {
    text-align: left;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 4px;
}

.woocommerce-notices-wrapper {
    margin-top: 88px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 5px;
}

.is-active a {
    background-color: #000;
    color: #fff;
}

/* 6.12.24 */

.range_container {
    --_marker-border-clr: #0EA5E9;
    --_marker-size: 15px;
    --_track-heigt: 3px;

    --_tooltip-bg-clr: rgba(0, 0, 0, 0.4);
    --_tooltip-txt-clr: var(--_marker-border-clr);

    width: 85%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.range_container .sliders_control {
    position: relative;
}

.range_container .slider-tooltip {
    position: absolute;
    top: -3.5rem;
    left: 0;
    width: fit-content;
    background-color: rgb(0 0 0);
    color: #ffffff;
    font-size: 0.8rem;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: center;
    translate: -50% 0;
}

.range_container .slider-tooltip::before {
    content: "";
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    translate: -50% 0;
    width: .5rem;
    height: .5rem;
    rotate: 45deg;
    z-index: -1;
    background-color: #000;
}

.range_container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--_marker-size);
    height: var(--_marker-size);
    background-color: var(--_marker-border-clr);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--_marker-border-clr);
    cursor: pointer;
}

.range_container input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--_marker-size);
    height: var(--_marker-size);
    background-color: var(--_marker-border-clr);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--_marker-border-clr);
    cursor: pointer;
}

.range_container input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

.range_container input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

.range_container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: var(--_track-heigt);
    width: 100%;
    position: absolute;
    background-color: var(--_marker-border-clr);
    pointer-events: none;
}

.range_container #fromSlider {
    height: 0;
    z-index: 1;
}

.range_container .scale {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    position: relative;
    width: calc(100% - var(--_marker-size));
    margin-inline: auto;
    font-size: 0.8rem;
}

.range_container .scale div {
    position: absolute;
    translate: -50% 0;
}

.range_container .scale div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -125%;
    width: 1px;
    height: 10px;
    background-color: #666;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    input[type=range] {
        -webkit-appearance: none;
        /* Hides the slider so that custom slider can be made */
        width: 100%;
        /* Specific width is required for Firefox. */
        height: 6px;
        border-radius: 6px;
        outline-offset: 10px;
    }
}

.woocommerce {
    padding: 30px 0 !important;
}

.pagination {
    border-top: none !important;
    display: flex;
    justify-content: center;
}

.page-link {
    color: #000;
    border-radius: 0 !important;
}

.page-link:hover {
    background-color: #000;
    color: #fff;
}

.typechec .clbtn {
    float: right;
    font-size: 14px;
}

.active>.page-link,
.page-link.active {
    background-color: #000 !important;
    border-color: #000 !important;
}

.newgpbtn .button {
    margin-bottom: 3px;
    text-align: center;
    width: 100%;
}

@media(max-width: 768px) {
    .range_container {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr th::before,
    .woocommerce-page table.shop_table_responsive tr .thank-yousec::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: block;
        text-align: right;
    }

}

.woocommerce table.shop_table {
    border: 0px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid #000 !important;
}

.woocommerce table.shop_table td {
    text-align: center;
}

p.woocommerce-customer-details--phone {
    margin-bottom: 1px;
}

.woocommerce-column__title,
.woocommerce-order-details__title {
    margin-bottom: 20px;
    position: relative;
    color: #343434;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#mob_cart {
    position: relative;
}

span#cart-item-count2 {
    width: 17px;
    height: 17px;
    top: -14%;
    right: -11%;
    position: absolute;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f070" !important;
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
    content: "\f06e" !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000;
    color: #fff;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 0px 10px -2px rgb(255 215 0);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 25px;
    left: 1.5em;
}

.woocommerce-error .mb-0 {
    margin-left: 20px;
}

@media (max-width: 580px) {
    .thank-yousec .common-title {
        margin-bottom: 2rem;
        line-height: 115%;
    }

    #banner_content {
        min-height: auto;
        display: flex;
        align-items: center
    }
}

#banner_content {
    min-height: 500px;
    display: flex;
    align-items: center
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.no-product-found img {
    height: 200px;
    object-fit: contain;
}

.order-button {
    width: 100%;
    margin-bottom: 4px;
}

/* new css add 27.12.2024 */
.woocommerce {
    max-width: 100% !important;
}