@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #2D5562;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}


/* font-family: 'Lora', serif;
font-family: 'Source Sans Pro', sans-serif; */

/* How to add New font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */


section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Lora', serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    /* transition: all 0.5s ease; */
}

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

figure {
    margin: 0;
}

/* loader */
.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--primary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}

/* loader */

/* btn css */

.themeBtn {
    background: var(--theme-color);
    font-size: 1.125rem;
    color: var(--white) !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1.04em 1.96em;
    line-height: normal;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    border: none !important;
    outline: none !important;
}

.themeBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 108px;
    height: 108px;
    border: 1px solid var(--white);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}


.themeBtn:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background-color: var(--primary);
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

/* btn css */

/* mouse animation css  */

/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */

/* mouse animation css  */

/* navigation css */

/* header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 111;
	top: 0;
	width: 100%;
	padding: 1rem 0;
	transition: 0.3s ease-in-out;
  } */

.navbar-nav {
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1.25rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--black);
    padding: 0 0;
    display: inline-block;
}

.main-navigate {
    background-color: var(--primary);
    color: var(--white);
    padding: 0.5rem 0.5rem;
}

.main-navigate p,
.main-navigate a {
    color: var(--white);
    margin: 0;
}

.an-navbar {
    background: var(--theme-color);
    padding: 1.2rem 0.5rem;
}

.navbar-brand > img {
    width: 220px;
}


.an-navbar .custm {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline !important;
    text-transform: uppercase;
}

.socialLinks {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.socialLinks a {
    color: var(--white);
}

.searchBox {
    display: flex;
    flex-direction: row-reverse;
    background-color: #F6F6F6;
    width: 100%;
    justify-content: space-between;
}

.searchBox input {
    background-color: #F6F6F6;
    border: 0;
    outline: none;
    width: 100%;
}

.extraoption {
    display: flex;
    gap: 1rem;
}

.extraoption a {
    color: #494A4C;
    font-size: 1.125rem;
}

.extraoption .cart {
    position: relative;
}

.extraoption .cart span {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    background-color: var(--primary);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    font-size: 10px;
    color: var(--white);
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

header .form-inline {
    display: block;
}

/* navigation css */

/* slider css */

.main-slider {
    height: 948px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.homeSlider .slide-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 5px black;
}

.main-slider p {
    color: var(--white);
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1rem;
    font-size: 1.5625rem;
}

/* slider css */

/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* / sraachbar end / */


.sourcecnt p {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'Lora', serif;
}


.sourcewrap {
    position: relative;
    overflow: hidden;
    display: block;
}

.sourcewrap figure img {
    transition: 0.5s;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.sourcewrap:hover figure img {
    transform: scale(1.05);
}

.arcntnt {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .375);
}

.arcntnt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}


.mainhead {
    font-size: 3.75rem;
    font-weight: 400;
    text-align: center;
}

.artservice {
    background-color: #F6F6F6;
}

.artservice .mainhead {
    margin-bottom: 2rem;
}

.artservice .cardwrap {
    position: relative;
    overflow: hidden;
}

.artservice .cardwrap figure img {
    width: 100%;
    transition: 0.5s;
}

.artservice .cardwrap:hover figure img {
    opacity: 0.8;
}

.artservice .overlay {
    position: absolute;
    inset: 0;
    padding: 2rem 3rem;
    display: flex;
    align-items: flex-end;
}

.artservice .overlay h3 {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    transition: 0.5s;
}

.artservice .cardwrap:hover .overlay h3 {
    margin-bottom: 1rem;
}


/* showcaseSection */

.showcaseSection {
    background: url('../images/showcase.png') no-repeat center center / cover;
    background-attachment: fixed;
    height: 920px;
    display: flex;
    align-items: flex-end;
}


.showcaseSection h2 {
    color: var(--white);
    font-size: 5rem;
}

.showcaseSection p {
    color: var(--white);
    font-size: 1.25rem;
}


/* favouriteSection */

.favouriteSection .card {
    border: 0;
}

.favouriteSection .card .imgBox {
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.favouriteSection .card .imgBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: 0.5s;
}

.favouriteSection .card:hover .imgBox img {
    transform: scale(1.1);
}

.favouriteSection .card h4 {
    font-size: 1.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}

.favouriteSection .card p {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black);
}

.favouriteSection .swiper-button-prev::after,
.favouriteSection .swiper-button-next::after {
    color: var(--black);
    font-size: 1rem !important;
    font-weight: 700;
}

.favouriteSection .swiper-button-prev,
.favouriteSection .swiper-button-next {
    background-color: var(--white);
    border: 2px solid #F6F6F6;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.favouriteSection .swiper-button-prev {
    left: 6rem;
}


.favouriteSection .swiper-button-prev:hover,
.favouriteSection .swiper-button-next:hover {
    background-color: #F6F6F6;
}


/* feedbackSection */

.feedbackSection .mainhead {
    margin-bottom: 2rem;
}

.feedbackSection {
    background-color: #EDF3F3;
}

.feedbackSection .feedbackItem {
    background-color: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 27px;
    position: relative;
    user-select: none;
}

.feedbackSection .swiper-slide {
    padding-bottom: 3rem;
}

.feedbackSection .feedbackItem .feedbackItemheader {
    display: flex;
    margin-bottom: 1rem;
}

.feedbackSection .feedbackItem .rating {
    color: #DC8227;
    margin-left: 2rem;
}

.feedbackSection .feedbackItem p {
    font-style: italic;
    font-weight: 600;
    color: var(--black);
}

.feedbackSection .feedbackItem::before {
    content: "";
    position: absolute;
    background-color: var(--white);
    width: 4rem;
    height: 2rem;
    clip-path: polygon(0 0, 33% 0, 0 100%, 0% 100%);
    bottom: -2rem;
    left: 3rem;
}

.feedbackSection .swiper .user {
    margin-top: 3rem;
    margin-left: 1rem;
}

.feedbackSection .swiper .user img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
}

.feedbackSection .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: rgb(58 58 58 / 27%);
    opacity: 1;
}

.feedbackSection .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3A3A3A;
}

/* / Begin: 3 Steps Cart CSS / */
.checkOutStyle {
    padding: 6em 0px;
    overflow-x: hidden;
}

.checkOutStyle .title h4 {
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin: 30px 0 20px;
}

.checkOutStyle .title p {
    line-height: 1rem;
    font-size: 1rem;
    margin-bottom: 5px;
    margin: 0 0 2.5rem;
}

.checkOutStyle .title p a {
    color: #000000;
}

.cartItemCard h4 {
    text-transform: capitalize;
    font-size: 1.375rem;
    font-weight: 600;
}

.formStyle {
    border-radius: 4px;
    padding: 0 0.9375rem;
}

.formStyle label {
    font-size: 0.9375rem;
    text-transform: capitalize;
    font-weight: 500;
    color: black;
}

.formStyle .form-control {
    height: 3.125rem;
    margin-bottom: 2rem;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 0.05);
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #c7c7c7;
}

.formStyle textarea.form-control {
    height: auto;
    resize: none;
}

.checkbox {
    margin-bottom: 20px;
}

.checkbox input[type='checkbox'] {
    display: none;
}

.checkbox input[type='checkbox'] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
    user-select: none;
}

.checkbox input[type='checkbox'] + label:last-child {
    margin-bottom: 0;
}

.checkbox input[type='checkbox'] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.checkbox input[type='checkbox']:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-summery hr {
    border-top: 1px solid #ebebeb;
    margin: 20px 0;
}

.order-summery .applyCoupon .form-control {
    height: 3.125rem;
    width: 70%;
    margin: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 0.05);
}

.order-summery .applyCoupon .btnStyle {
    height: 3.125rem;
    width: 30%;
    border-radius: 0;
}

.order-summery strong,
.order-summery span {
    font-size: 0.935rem;
    font-weight: 600;
    color: #000;
}

.order-summery strong {
    color: #000;
}

.cartItemCard {
    border-radius: 5px;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    align-items: center;
    margin-bottom: 3.25rem;
    border: 1px solid #d2d2d2;
}

.cartItemCard img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: top;
    border: 1px solid #DCDCDC;
    padding: 1rem;
    border-radius: 15px;
    display: block;
    margin: auto;
}

.cartItemCard .price {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    margin-left: -4rem;
}

.proCounter {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
    width: fit-content;
    margin: auto;
    border-radius: 7px;
}

.proCounter .minus,
.proCounter .plus {
    width: 3.125rem;
    height: 3.125rem;
    background: #F7F6FB;
    /* / border: 1px solid #ccc;/  */
    color: #000;
    font-size: 1.5625rem;
    padding: 4px 5px 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* / border-radius: 7px 0 0 7px;/ */
}

.proCounter input {
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    font-size: 1rem;
    border: 0;
    background: #F7F6FB;
    /* / border: 1px solid #ccc; / */
    color: #000;
}

.cartItemCard .delete i {
    color: #fff;
    font-size: 1.25rem;
    background: #2D5562;
    border-radius: 5px;
    padding: 5px 8px;
}


.maincntntbr a {
    background: #2D5562;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.maincntntbr h3 {
    font-size: 40px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.mainbdr {
    border: 1px solid #E6E6E6;
    padding: 3rem;
    border-radius: 10px;
}

.maincntntbr h4 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 2rem;
}

.maincntntbr h4 span {
    font-size: 15px;
    color: #282828;
}

.maincntntbr p {
    color: #282828;
    font-size: 1rem;
}


.quantity h3 {
    color: #282828;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 10px;
}

a.delete {
    position: absolute;
    top: -5rem;
    display: block;
    right: 7rem;
}

.delete {
    position: absolute;
    display: block;
    right: 20%;
    top: -6rem;
    background: none;
    border: none;
}

.delete:focus {
    outline: none;
}

/* / END: 3 Steps Cart CSS /


  / innerpages Start / */

.innerBan .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerBan h2 {
    font-size: 5rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.innerBan {
    position: relative;
    background: url("../images/about-banner.jpg");
    background-size: cover;
    max-height: 768px;
    height: 50vh;
}


/* instaSection */

.instaSection {
    text-align: center;
    padding: 2rem 0;
}


.instaSection .title a:hover {
    color: var(--primary);
}

.instaSection .swiper-slide {
    position: relative;
    overflow: hidden;
    background-color: var(--black);
    cursor: pointer;
}

.instaSection .swiper-slide img {
    width: 100%;
    transition: 0.5s ease-in-out;
    height: 300px;
    object-fit: cover;
}

.instaSection .swiper-slide:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.instaSection .swiper-slide i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 3rem;
}


/* Footer Css Start */

footer {
    padding-top: 4rem;
}

footer ul li a:hover {
    color: antiquewhite;
}

footer h2 {
    font-size: 25px;
    font-weight: 400;
}

.links li a {
    color: #6E6E6E;
    display: block;
    font-size: 15px;
}

.contctLinks li span {
    font-size: 0.9375rem;
    color: #393A3C;
}

.contctLinks li a {
    font-size: 0.9375rem;
    line-height: 1.1;
    color: var(--black);
}

.contctLinks li a span {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.contctLinks li + li {
    padding-top: 1.5rem;
}

.foorForm input {
    height: 50px;
    width: 100%;
    border: 1px solid #F1F1F1;
    background: #F6F6F6;
    font-size: 0.75rem;
    padding-left: 1.2rem;
}

.foorForm button {
    font-size: 0.9375rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: unset;
    background: #393A3C;
    color: var(--white);
    padding: 7px 1.375rem;
    letter-spacing: 3px;
    position: absolute;
    right: 10px;
}

.policy-button{
    font-size: 0.9375rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: unset;
    background: #393A3C;
    color: var(--white);
    padding: 7px 1.375rem;
    letter-spacing: 3px;
    /* position: absolute; */
    right: 10px;
}

.foorForm {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0.875rem 0 1.5rem 0;
}

.instaLinks {
    display: flex;
    gap: 1.5rem;
}

.instaLinks li a {
    font-size: 1.5rem;
    color: #393A3C;
}

.termsLink {
    display: flex;
    gap: 1.5rem;
}

.termsLink li a {
    font-size: 0.875rem;
    color: #fff;
}

.footBottom p {
    margin: 0;
    font-size: 0.875rem;
    color: #fff;
}

.termsLink li + li {
    border-left: 1px solid #fff;
    padding-left: 1.5rem;
}

.footBottom {
    background: #1F424D;
    padding: 1rem 0;
    margin-top: 3rem;
    position: relative;
}

.footBottom::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 100%;
    background-color: #1F424D;

    clip-path: polygon(20% 0, 80% 0, 100% 50%, 0% 50%);
}

footer p {
    color: #000000;
    font-size: 15px;
}

a.footlogo img {
    margin-bottom: 1rem;
}

.cardimg h3 {
    color: #1F424D;
    font-size: 12px;
    margin-top: 1rem;
}

/* Footer Css End */


.breadcrumb a {
    color: #94AEAE;
    font-size: 1.125rem;
}

.breadcrumb li {
    color: #2D5562;
    font-size: 1.125rem;
}

.details_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding: 0.5rem 0;
}

.productDetails {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin: 0 6rem;
    padding: 3rem;
}

.productDetails .form-control {
    box-shadow: 0 3px 7px 0 rgba(210, 210, 210, 0.2);
    border: 1px solid #F5F5F5;
    height: 55px;
}

.productDetails .card {
    padding: 1.5rem;
    box-shadow: 0 3px 7px 0 rgba(210, 210, 210, 0.2);
    border: 1px solid #F5F5F5;
}

.productDetails .previewColor {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    /*background-color: rebeccapurple;*/
    margin-top: 10px;
}

.productDetails .previewColor-1 {
    background-color: #FF6819;
}

.productDetails .previewColor-2 {
    background-color: #C49B82;
}

.productDetails .previewColor-3 {
    background-color: #DEDEDE;
}

.productDetails .colorpattle {
    margin-top: 1rem;
}

.btn-theme {
    background-color: var(--primary);
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 2px;
    padding: 0.9rem !important;
}

.btn-theme:hover {
    background-color: var(--black);
    color: var(--white);
}

.productDetails .check {
    font-family: 'Lora', serif;
}

.productDetails .check input {
    transform: scale(1.4);
    margin-right: 10px;
}

.productDetails .check label {
    margin-right: 10px;
    margin-top: 10px;
}

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

.colorPattle > div {
    flex: 0 1 49.5%;
}

.wheel canvas {
    display: block;
    margin: auto;
}

.wheel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.colorPattle h6 {
    text-align: center;
}

/*.checkBox::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: #00000057;*/
/*    width: 2px;*/
/*    height: 2pc;*/
/*    left: 10rem;*/
/*    top: 0.5rem;*/
/*}*/
.checkBox {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.checkBox span {
    font-size: 1.2rem;
    font-weight: 600;
}

.cartItemCard h4 span {
    font-size: 0.875rem;
    display: block;
    font-weight: 300;
}

.cartItemCard p {
    line-height: initial;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

.cartItemCard .descriptionCont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cartItemCard .descriptionCont p + p::before {
    content: '';
    position: absolute;
    left: -0.25rem;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
}

.cartItemCard .priceCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cartItemCard .priceCont p {
    font-size: 2rem;
}

.cartItemCard .priceCont p strong {
    font-size: 1.25rem;
}

.cartItemCard p.description {
    font-size: 1.125rem;
    margin: 0.5rem 0;
}

.totalPrice {
    font-size: 2rem;
}

.maincntntbr button:hover {
    color: #fff !important;
}

.maincntntbr button {
    border: none;
    color: #000 !important;
}

/* Step 2 Css Start */

.checkOutStyle {
    padding: 4em 0px;
}

.checkOutStyle .title h4 {
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
}

.checkOutStyle .title p {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.checkOutStyle .title p a {
    color: var(--primary);
    font-weight: 600;
}

.formStyle label {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black);
}

.formStyle .form-control {
    height: 50px;
    margin-bottom: 20px;
}

.formStyle textarea.form-control {
    height: auto;
    resize: none;
}

.checkbox {
    margin-bottom: 20px;
}

.checkbox input[type='checkbox'] {
    display: none;
}

.checkbox input[type='checkbox'] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
}

.checkbox input[type='checkbox'] + label:last-child {
    margin-bottom: 0;
}

.checkbox input[type='checkbox'] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.checkbox input[type='checkbox']:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-summery hr {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.order-summery .applyCoupon {
    display: flex;
}

.order-summery .applyCoupon .form-control {
    width: calc(100% - 150px);
    margin: 0;
    border-radius: 5px 0 0 5px;
}

.order-summery .applyCoupon .btnStyle {
    width: 150px;
    border-radius: 0 5px 5px 0;
    color: #000;
}

.order-summery strong,
.order-summery span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.order-summery strong {
    color: #000;
}

.cartItemCard {
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.cartItemCard img {
    width: 100%;
}

.cartItemCard .price {
    color: var(--white);
}

.proCounter {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.proCounter .minus,
.proCounter .plus {
    width: 50px;
    height: 50px;
    background: #ccc;
    border: 1px solid #ccc;
    color: #616161;
    font-size: 25px;
    padding: 4px 5px 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proCounter input {
    height: 50px;
    width: 60px;
    text-align: center;
    font-size: 16px;
    border: 0;
    background: transparent;
    border: 1px solid #ccc;
}

.cartItemCard .delete i {
    color: #fff;
    font-size: 24px;
}

.shipping-billing-col {
    list-style: none;
    border-top: 1px solid #ccc;
    margin-top: 22px;
    padding: 0;
}

.shipping-billing-col p,
.shipping-billing-col a {
    position: relative;
    color: var(--white);
    font-size: 16px;
    line-height: 26px;
}

.shipping-billing-col p {
    margin: 0px;
    padding: 20px 0 20px 40px;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.shipping-billing-col p i {
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 18px;
    color: var(--white);
}

.shipping-billing-col .edit {
    color: var(--white);
    text-transform: capitalize;
    font-size: 16px;
    padding: 0;
    float: right;
}

.privacy-sec {
    padding: 4rem 0rem;
}

.privacy-sec h2 {
    font-size: 2rem;
    font-weight: 600;
}

.privacy-sec h6 {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 2rem 0rem;
}

.btnStyle {
    background-color: var(--theme-color);
    padding: 1em 2em;
    display: inline-block;
    border-radius: 50px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid var(--theme-color);
}

.btnStyle:hover {
    background-color: var(--white);
    color: var(--theme-color);
}

.title h2 {
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.title {
    margin-bottom: 1em;
}

.checkOutStyle .btnStyle {
    border: 1px solid #000;
}

/* Step 2 Css End */
a.successBtn {
    background: var(--theme-color);
    font-size: 1.125rem;
    color: #f6b033 !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1.04em 1.96em;
    line-height: normal;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

a.successBtn:hover {
    background-color: antiquewhite;
    border-radius: 1rem;
}

.mainbdr .disabled {
    opacity: 0.4;
}

.maincntntbr button:focus {
    outline: none;
    box-shadow: none;
}


/* color pallet start */
.color-palette {
    display: flex;
    flex-wrap: wrap;
}

.color-swatch {
    margin: 5px;
}

.color-swatch label {
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

/*.color-swatch input[type="radio"] {*/
/*    display: none;*/
/*}*/

.color-swatch.active label {
    border-width: 4px;
}

.color-palette-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-palette-button > .picked-color {
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    display: flex;
    align-items: center;
}

/* color pallet end */

#frame-images > div {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.5rem;
    border-radius: 10px;
}

#frame-images > div {
    margin-top: 1rem;
}

#frame-images > div input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#frame-images > div img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #00000010;
}

#frame-images > div p {
    /*font-size: 1.25rem;*/
    font-weight: 600;
}

#frame-images > div:has(input:checked),
#frame-images > div.active {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary) !important;
}


div#frame-images {
    max-height: 400px;
    overflow-y: scroll;
}

/*about us*/

.about-us .sourcecnt p,
.about-us .sourcecnt h3 {
    text-align: left;

}

.contact-detail form .row {
    gap: 1rem 0;
}

.contact-detail .themeBtn::before {
    border-color: var(--primary);
}

.contact-detail .themeBtn {
    color: var(--primary) !important;
    margin-top: 3rem;
}

.contact-detail .themeBtn:hover {
    color: #fff !important;
}

.contact-detail .mainhead {
    margin: 0 0 3rem;
}

.innerBan.about {
    background: url("../images/contact-banner.jpg");
}

.contact-detail {
    border-bottom: 2px solid var(--primary);
}

.art1 {
    object-fit: cover;
}

.art2 {
    height: 300px;
    object-fit: cover;
}

.art3 {
    height: 292px;
    object-fit: cover;
}

.sourcecnt li {
    color: #000;
    font-size: 1.125rem;
    font-family: 'Lora', serif;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    line-height: 1.5;
}

.about-us .sourcecnt p {
    margin: 0;
}

.about-us .sourcecnt ul {
    margin: 2rem 0;
}

.about-us .sourcecnt {
    margin-bottom: 3rem;
}

.sourcecnt li + li {
    margin-top: 1rem;
}

.innerBan > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*product-page-box-styling*/
.cbdBoxs img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    background: #ddd5;
    box-shadow: 0 0 15px #3335;
    border-radius: 0.7rem;
    padding: 1rem 0;
}

.row.products {
    gap: 2rem 0;
}

.cbdContents {
    margin: 0.5rem 0 0;
    text-align: center;
}

.wishlist-btndelete {
    border: 0;
    color: #fff;
    font-size: 1.25rem;
    background: #2D5562;
    border-radius: 5px;
    padding: 4px 12px;
}


:is(.swiper-button-next, .swiper-button-prev) {
    color: #00000040;
}

#popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    z-index: 1000;
}

/* Add more styles here for popup appearance */


.pop-img{
    height: 230px;
    margin: 0 auto;
    display: flex;
}


.checkOutSlider__img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}


.checkOutSlider__img a {
    min-height: 500px;
}

.lb-outerContainer {
    min-width: 500px;
    min-height: 600px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

