*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Roboto", sans-serif;
    color: #414141;
    font-size: 16px;
}
a{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "EB Garamond", serif;
    font-style: italic;
}
::placeholder{
    color: #cecece !important;
}
.white-btn {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding:12px 20px;
    line-height: normal;
    background-color:transparent;
}
.white-btn:hover{
    color: #414141;
    background-color: #fff;
}
.black-btn {
    color: #414141;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #414141;
    padding: 12px 20px;
    line-height: normal;
    background-color: transparent;
}
.black-btn:hover{
    color: #ffffff;
    background-color: #414141;
}
.black-btn-2{
    background-color: #414141;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #414141;
    padding: 12px 20px;
    line-height: normal;
}
.black-btn-2:hover{
    color:#414141;
    background-color: transparent;
}
.btn-as-link {
    text-decoration: underline;
    color: #414141;
}
.btn-as-link:hover {
    text-decoration: none;
}
.btn-as-link i {
    font-size: 12px;
    transition: 0.3s ease-in-out;
}
.btn-as-link:hover i {
    transform: translate(10px, 0px);
}
.section-pad {
    padding: 70px 0;
}
.section-btm-pad{
    padding-bottom: 70px;
}
.center-border-heading {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.center-border-heading h3 {
    font-size: 32px;
    width: fit-content;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 20px;
}
.center-border-heading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #414141;
    left: 0;
    right: 0;
    top: 21px;
    z-index: -1;
}
.center-main-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}
.form-control {
    border: 1px solid #414141;
    border-radius: 0;
    padding: 12px 20px;
    line-height: normal;
}
.form-control:focus,
button:focus,
input:focus,
textarea:focus{
    box-shadow: none;
}
/* header */
header .navbar .navbar-toggler {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.head-acc-bx > ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #414141;
    padding:10px;
}

.head-acc-bx > ul > li a {
    color: #414141;
}
#main-menu {
    padding: 20px 0 20px 20px;
}
#main-menu .offcanvas-header {
    margin-bottom: 30px;
}
#main-menu-accord{
    margin-top: 50px;
}
#main-menu-accord .accordion-button {
    font-family: "EB Garamond", serif;
    font-style: italic;
}
#main-menu-accord .accordion-button {
    font-family: "EB Garamond", serif;
    font-style: italic;
    font-size: 24px;
    padding: 0;
}
#main-menu-accord .accordion-item {
    border: 0;
    margin-bottom: 20px;
}
#main-menu-accord  .accordion-button:not(.collapsed) {
    color: #414141;
    background-color: transparent;
}
#main-menu-accord  .accordion-body {
    padding-bottom: 0;
    padding-top: 30px;
}
#main-menu-accord .accordion-body ul li {
    margin-bottom: 20px;
}
#main-menu-accord .accordion-body ul li a {
    color: #414141;
    font-size: 15px;
}
#main-menu .offcanvas-body {
    padding: 0 20px 0 0;
}
.search-product .input-group,
#main-menu .offcanvas-body .input-group {
    border: 0;
}
.search-product .input-group .form-control,
#main-menu .offcanvas-body .input-group .form-control {
    border: 1px solid;
}

/* main slider */
#home-slider .carousel-caption {
    left: auto;
    right: 12%;
    width: 400px;
    bottom: 35px;
}
#home-slider h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
#home-slider p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* our story */
.hm-story-bx {
    padding: 20px;
    border: 1px solid #414141;
    position: relative;
}
.hm-story-bx .white-btn {
    z-index: 9;
    display: block;
    width: max-content;
    position: absolute;
    top: 264px;
    left: 40px;
}
.our-story-wrap .row .col-md-4:nth-child(2) .hm-story-bx .white-btn {
    left: auto;
    right: 40px;
    top: 40px;
}
.hm-story-bx p {
    margin: 20px 0 0 0;
    text-align: center;
}
/* share story */
.social-icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.social-icons-list li a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #414141;
    color: #414141;
}
.social-icons-list li a i:hover {
    color: #fff;
    background-color: #414141;
}
/* how we works */
.how-works-wrap .col-md-6 {
    text-align: center;
}
.how-works-wrap p{
    margin-bottom: 32px;
}
.how-works-wrap .col-md-6 p:last-of-type{
    margin-bottom: 55px;
}
/* services boxes */
.hmserv-bx {
    border: 1px solid #414141;
    padding: 20px 20px 40px;
    text-align: center;
}
.hmserv-bx .center-main-heading {
    text-align: center;
    font-size: 32px;
    margin: 30px 0 15px 0;
    text-transform: capitalize;
}
.hmserv-bx p {
    margin-bottom: 25px;
}
/* footer */
footer .container {
    border-top: 1px solid #414141;
    padding-top: 25px;
    padding-bottom: 100px;
}
.footcol-bx > i {
    width: 45px;
    height: 45px;
    background-color: #414141;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footcol-bx h4 {
    margin: 15px 0 20px 0;
    font-size: 20px;
}
.footcol-bx ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footcol-bx ul li{
    margin-bottom: 2px;
}
.footcol-bx ul li a {
    color: #414141;
    font-size: 14px;
    text-transform: capitalize;
}
.foot-subscrb h4{
    text-align: center;
}
.footcol-bx.foot-subscrb > i {
    margin: 0 auto;
}
.foot-subscrb form {
    margin: 25px 0 20px 0;
}
.foot-subscrb form .col {
    margin: 0;
}
.foot-subscrb .social-icons-list {
    display: inline-flex;
}
.foot-subscrb .social-icons-list + h3 {
    display: inline-block;
    margin-left: 20px;
}
/* copyright */
.security-line {
    font-size: 15px;
    margin-bottom: 35px;
}
.security-line i {
    margin-right: 5px;
}
.security-line strong {
    text-transform: uppercase;
}
.copyright {
    padding-bottom: 20px;
}
.copyright p small {
    color: #a2a2a2;
    font-size: 13px;
}
.copyright .copyright-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.copyright-links li{
    margin-top: 5px;
}
.copyright-links li a {
    color: #a2a2a2;
    font-size: 13px;
    padding: 0 10px;
    display: block;
    border-right: 1px solid #a2a2a2;
    line-height: 1;
}
.copyright-links li a:hover{
    color: #414141;
}
.copyright-links li:first-child a {
    padding-left: 0;
}
.copyright-links li:last-child a {
    border:none;
}
.copyright-cards {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

/* braedcrumb */
.breadcrumb-wrap span,
.breadcrumb-wrap ol li,
.breadcrumb-wrap ol li a,
.breadcrumb-wrap ol li.breadcrumb-item.active {
    color: #a7a7a7;
    font-size: 14px;
    text-transform: capitalize;
}
.breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before {
    filter: opacity(0.38);
}
.breadcrumb-wrap ol li a:hover {
    color: #414141;
}

.category-header .container {
    border-bottom: 1px solid #414141;
}
.category-side-filter .accordion-button,
.category-side-filter .accordion-button:not(.collapsed){
    background-color: transparent;
    color: #414141;
}
.category-filter-checkbox {
    padding: 20px;
    border: 1px solid #d5d5d5;
}
.category-filter-checkbox .accordion-button {
    font-family: "EB Garamond", serif;
    font-style: italic;
    font-size: 24px;
    padding: 0;
}
.category-filter-checkbox .form-check-input[type=checkbox] {
    opacity: 0;
}
.category-filter-checkbox .form-check-label{
    position: relative;
}
.category-filter-checkbox .form-check-label:before {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #d5d5d5;
    left: -30px;
    content: '';
    top: 2px;
}
.category-filter-checkbox .form-check-label:after {
    left: -24px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    opacity: 0;
}
.category-filter-checkbox .form-check-input[type=checkbox]:checked + .form-check-label:after {
    opacity: 1;
}
.product-bx {
    display: block;
    position: relative;
    z-index: 1;
}
.product-bx h3 {
    font-size: 22px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #414141;
    background-color: rgba(255,255,255,0.4);
    opacity: 0;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.product-bx:hover h3{
   opacity: 1; 
}
.category-pagination {
    border: 1px solid #414141;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category-pagination i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.category-pagination .previous i {
    border-right: 1px solid #414141;
}
.category-pagination .next i {
    border-left: 1px solid #414141;
}
.category-pagination .next {
    display: flex;
    align-items: center;
}
/* single product */
.product-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .product-gallery .main-prdct-img img {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    }
    .product-gallery .swiper {
        width: 100%;
        max-width: 600px;
        margin-top: 10px;
        padding: 0 30px;
    }
    .product-gallery .swiper-slide img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    }
    .product-gallery .swiper-slide img.active {
    border-color: #000;
    }
    #lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    }
    #lightbox .swiper {
    width: 90%;
    max-width: 800px;
    }
    #lightbox img {
        width: auto;
        max-height: 90vh;
        margin: 0 auto;
        display: block;
    }
    #lightbox .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        color: #414141;
        cursor: pointer;
        background: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        z-index: 2000;
    }
    .product-details .col-lg-6 .black-btn {
        display: block;
        text-align: center;
        padding: 12px 60px;
        line-height: 1.3;
    }
    .product-variables {
        border: 1px solid #d5d5d5;
    }
    .prdct-vary-top form select {
        border: 1px solid #d5d5d5;
    }
    .prdct-vary-top .social-icons-list {
        justify-content: space-between;
    }
    .product-variables .accordion-button {
        font-size: 20px;
        font-family: "EB Garamond", serif;
    }
    .product-variables .accordion-button,
    .product-variables .accordion-body {
        border-top: 1px solid #d5d5d5;
    }
    .product-variables .accordion .accordion-body ul {
        margin-bottom: 0;
    }
    .product-variables .accordion .accordion-body ul li {
        margin-bottom: 1rem;
    }
    .product-variables .accordion .accordion-body ul li:last-child,
    .product-variables .accordion .accordion-body p {
        margin-bottom: 0;
    }
    .product-gallery .swiper-button-prev {
        left: 0px;
    }
    .product-gallery .swiper-button-next {
        right: 0px;
    }
    .product-gallery .swiper-button-next:after,
    .product-gallery .swiper-button-prev:after {
        font-size: 25px;
        color: #b9b9b9;
        font-weight: 600;
    }
    #lightbox .swiper-button-prev, #lightbox .swiper-button-next {
        color: #fff;
    }
    .product-gallery .swiper .swiper-slide {
        position: relative;
        text-align: right;
    }
    /* cart page */
    .cart-tble-prdct {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        flex-direction: row;
    }
    .cart-tble-prdct img {
        width: 100px;
    }
    .cart-tble-prdct-dtls {
        width: 100%;
    }
    .cart-tble-prdct-dtls p {
        margin: 0;
        font-size: 14px;
    }
    .quantity-controler {
        position: relative;
        border: 1px solid #414141;
        padding: 5px 30px;
        width: 120px;
    }
    .quantity-controler span {
        position: absolute;
        background-color: #414141;
        width: 20px;
        height: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #fff;
    }
    .quantity-controler .decrease-quantity {
        left: 5px;
    }
    .quantity-controler .increase-quantity{
        right: 5px;
    }
    .quantity-controler .decrease-quantity,
    .quantity-controler .increase-quantity{
        top:7px;
        cursor: pointer;
    }
    .quantity-controler input[type="number"] {
        width: 100%;
        border: 0;
        background-color: transparent;
        outline: 0;
        box-shadow: none;
        line-height: normal;
        text-align: center;
    }
    /* For Webkit browsers (Chrome, Safari, etc.) */
    .quantity-controler input[type="number"]::-webkit-outer-spin-button,
    .quantity-controler input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
.quantity-controler input[type="number"] {
  -moz-appearance: textfield;
}
.shopping-cart-totals {
    background-color: #f8f9fa;
}
.form-check {
    position: relative;
}
.form-check .form-check-input {
    border-radius: 0;
    box-shadow: none;
}
.form-check input[type="radio"].form-check-input{
    border-radius: 50%;
}
.form-check .form-check-input:checked {
    background-color: transparent;
    border-color: #343434;
    filter: invert(1);
}
.fa-xmark:hover {
    color: red;
}
.form-floating>label {
    left: 12px;
}
.input-group {
    border: 1px solid #414141;
    background-color: #fff;
}
.input-group .form-control {
    border: 0;
}
.input-group .input-group-text {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.input-group.form-floating label {
    background-color: #fff;
    z-index: 999;
    left: 2px;
}
.input-group.form-floating>.form-control:focus~label,
.input-group.form-floating>.form-control:focus-visible~label,
.input-group.form-floating>.form-control:not(:placeholder-shown)~label{
    color: rgba(var(--bs-body-color-rgb), .65) !important;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    background-color: transparent;
}
/* checkout page */
.checkout-product-img {
    position: relative;
}
.checkout-product-img span {
    width: 25px;
    height: 25px;
    background-color: #414141;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.checkout-product-bx {
    border: 1px solid #d5d5d5;
}
.checkout-contact-input,
.delivery-inputs,
.checkout-payment-inputs {
    background-color: #f9f9f9;
    border: 1px solid #eee;
}
.delivery-inputs .form-check-label {
    display: block;
    position: relative;
    z-index: 9;

}
.delivery-inputs .form-check {
    position: relative;
    background-color: #f3f3f3;
    padding: 10px 10px 10px 35px;
    border: 1px solid #ddd;
}
.delivery-inputs .form-check i {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index:1;
}
.ship-method-bx.form-control {
    background-color: #eee;
    border-color: #ddd;
}
.checkout-wrap .black-btn-2 {
    padding: 18px 14px;
}
.checkout-input-card {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
}
.checkout-right {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
}
.sticky-md-top{
    height: 100%;
}
footer.copyright .container {
    padding-bottom: 0;
}
/* contact page */
.contact-map {
    min-height: 360px;
}
.contact-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-wrap ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.contact-wrap ul li i {
    width: 40px;
    height: 40px;
    background-color: #414141;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 0;
}
textarea.form-control {
    min-height: calc(6.5em + .75rem + calc(var(--bs-border-width) * 2));
}
.inner-banner {
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.inner-banner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.inner-banner h1, .inner-banner p {
    color: #fff;
}
/* about page */
.abtpg-cntnt {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f9f9;
}
.team-bx{
    border: 1px solid #414141;
}
/* account */
.dashboard-section .sidebar .nav-link {
    border-bottom: 1px solid #dfdfdf;
    color: #ffffff;
    background-color: #414141;
}
.dashboard-bx a {
    border: 1px solid #414141;
    color: #414141;
}
.dashboard-bx a:hover {
    color: #ffffff;
    background-color: #414141;
}
/* view order */
#order-history ul {
    margin: 0;
    list-style: none;
}
#order-history ul li {
    position: relative;
    padding-left: 15px;
}
#order-history ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d5d5d5;
    outline: 1px solid #d5d5d5;
    outline-offset: 2px;
    border-radius: 50%;
    top: 6px;
    left: -15px;
    z-index: 9;
}
#order-history ul li.step-done:before{
    background-color: #198754;
    outline-color:#198754;
}
#order-history ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border: 1px dashed #d5d5d5;
    top: 7px;
    left: -11px;
    z-index: -1;
}
#order-history ul li:last-child:after{
    content:none;
}
.order-details-tab .nav-item .nav-link {
    box-shadow: none;
    color: #414141;
    border: 1px solid #414141;
    border-radius: 0;
    margin: 0 5px 5px 0;
}
.order-details-tab .nav-item .nav-link:hover {
    background-color: #414141;
    color: #fff;
}
.order-details-tab .nav-tabs {
    border: 0;
}
.order-details-tab .nav-item .nav-link.active {
    background-color: #414141;
    color: #fff;
}
.order-view-wrap {
    border: 1px solid #d5d5d5;
}
#receiver-tab ul {
    list-style: none;
}

.reward-points {
	background: #fff;
	color: #000;
	padding: 1px 10px;
	line-height: 1;
	border-radius: 5px;
	font-size: 12px;
	margin-left: auto;
	float: right;
}

.feature-image {
	border: 2px dashed #ddd;
	padding: 20px;
	border-radius: 5px;
}

.feature-image img {
	width: 125px;
	border-radius: 100%;
	display: block;
	margin: 0px auto;
}


.add-to-favoirates {
	text-align: center;
	margin-bottom: 10px;
	margin-top: -10px;
	cursor:pointer;
}


.checkoutasguest {
	width: 100%;
	display: inline-block;
	color: #000;
	text-align: center;
	color: #666;
	font-size: 15px;
	text-decoration: underline;
}


.star-rating i {
	cursor: pointer;
}


.reward-point{
	border: 2px dashed #b1eab1;
	padding: 20px 20px 15px;
	border-radius: 5px;
	background: #f2fdf2;
}


.reward-point  .black-btn-2 {
  padding: 12px 14px!important;
}


.pnt {
	font-weight: bold;
	text-decoration: underline;
}


#redeemremove {
	font-size: 11px;
	vertical-align: middle;
	color: #d96565;
	text-decoration: underline;
	margin-left: 5px;
	cursor: pointer;
}

.membership-bx {
	text-align: center;
	background: #333;
	color: #fff;
	padding: 10px;
}

.membership-bx p {
	margin: 0;
}

.mm {
	background: #C0C0C0;
	padding: 5px 10px;
	/* 20px: ; */
	font-size: 12px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
}

.mm.platium {
	background: #E5E4E2;
	color: #000;
}

.mm.gold {
	background: #FFD700;
	color: #000;
}

.membership-bx img {
	width: 75px;
	border-radius: 100%;
	height: 75px;
	object-fit: cover;
	border: 2px solid #000;
}

.ref-promo {
	padding: 50px;
	text-align: center;
	border: 2px dashed;
}

.ref-form {
	margin-top: 30px;
}

.referral-code {
            font-weight: bold;
            font-size: 18px;
            background: #f7f7f7;
            padding: 10px 15px;
            border-radius: 0px;
            border: 1px solid #ddd;
			text-wrap: nowrap;
            text-align: right;
            overflow: hidden;
        }
        .copy-success {
            color: green;
            font-size: 14px;
            margin-top: 10px;
            display: none;
        }



/* responsive */
@media(max-width:1199px){
    .checkout-wrap .black-btn-2 {
        padding: 18px 12px;
    }
    .product-details .col-lg-6 .black-btn {
        padding: 12px 38px;
    }
}
@media(max-width:991px){
    .copyright-cards {
        margin-top: 10px;
        justify-content: start;
    }
    .security-line {
        margin-bottom: 10px;
    }
    .checkout-product-img span {
        top: -5px;
        right: -5px;
    }
    .checkout-input-card img {
        width: 22%;
    }
    .social-icons-list li a i {
        width: 30px;
        height: 30px;
    }
    .header-slogan {
        font-size: 20px;
    }
}

@media(max-width:767px){
    .cart-table table {
        width: 650px;
    }
    .breadcrumb-wrap span,
    .breadcrumb-wrap ol li,
    .breadcrumb-wrap ol li a,
    .breadcrumb-wrap ol li.breadcrumb-item.active {
        font-size: 9px;
    }
    .prdct-vary-top .social-icons-list {
        justify-content: start;
    }
}
@media(max-width:575px){
    .copyright-links li a {
        padding: 0 6px;
    }
    .cart-wrap .cart-table + .row .black-btn {
        display: inline-block;
        margin: 10px 0 0 0;
    }
}

