:root{
    --steps-primary-color: #A3907A;
}


.popup-right table.variations th {
    background: none !important;
    display: none;
}
.popup-right table.variations td {
    background: none !important;
    border: none;
    padding: 0;
}
.popup-right form.cart input, .popup-right form.cart select {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}
.popup-right form.cart button {
    background: none !important;
    border: 1px solid var(--steps-primary-color) !important;
    border-radius: 10px !important;
    color: var(--steps-primary-color) !important;
    margin-top: 20px;
    width: 100% !important;
}

#mcp-btn{
    background: #000;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}


.gift-steps{
	font-family: "Montserrat", Sans-serif;
}


/* .gift-steps{
	max-width:700px;
	margin:auto;
	border:1px solid #ddd;
	border-radius:10px;
	overflow:hidden;
} */

.steps-head{
	display:flex;
	border-top: 5px solid #898989;
}
.mini-cart .remove {
    cursor: pointer;
}

.step {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	font-size: 14px;
	color:#898989;
}
.step span {
    background: #898989;
    border-radius: 100px;
    height: 30px !important;
    width: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.step.active span{
background:var(--steps-primary-color);
}

.step-header {
    display: flex;
    flex-direction: column;
	gap:10px;
    align-items: center;
/*    border-bottom: 1px solid #e8e8e8; */
	    padding: 0px 0px 20px 0px;
}
.step-header h3 {
	    font-family: "Times New Roman", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--steps-primary-color);
}
.step-header p{
	color:#898989;
	font-size:14px;
}
.step-header p b{
	 color: var(--steps-primary-color);
}
.step-header h3, .step-header p{
	text-align:center;
	margin:0;
}
.step-content{
	display:none;
	padding:20px 20px;
	min-height:200px;
	 background: #fff;
/* 	border:1px solid #ced4da; */
	border-radius:20px;
	box-shadow: 0px 0px 10px 5px #ced4da29;
}

.step-content.active{
	display:block;
}

.steps-footer {
    display: flex;
    justify-content: center;
    padding: 20px;
    /* border-top: 1px solid #ddd; */
    background: #ffff;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    left: 0;
}
.steps-footer .content {
    max-width: 1140px;
    width: 100%;
    display: flex;
    justify-content: space-between;
	    align-items: center;
}
.mini-cart .cart-item{
	width:50px;
	height:50px;
/* 	object-fit:cover; */
	border-radius:5px;
	position:relative;
}
.mini-cart .cart-item img{
	width:50px !important;
	height:50px !important;
	object-fit:cover;
	border-radius:5px !important; 
}
.mini-cart {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}
.mini-cart .cart-item .remove {
    background: #00000061;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
}
.progress progress {
    width: 250px;
    height: 25px;
}
.progress {
    display: flex;
    align-items: center;
    gap: 20px;
}
.progress .total{
	font-weight:600;
	color:#000;
}
.steps-footer .btns {
    display: flex;
    gap: 10px;
}
.steps-footer button{
	padding:10px 20px;
	cursor:pointer;
}

/* Boxes */
.box-taxonomy{
    margin-bottom:60px;
}
.box-size h2, .box-size p {
    margin: 0;
}
.box-size h2 {
    font-size: 18px;
    color: #898989;
    font-weight: 700;
	text-transform:uppercase;
}
.box-size p {
    font-size: 14px;
    color: #898989;
}
.box-size .content {
    max-width: fit-content;
    width: 100%;
}
.box-size {
    display: flex;
    align-items: center;
	gap:10px;
	margin-bottom: 20px;
}
.box-size::after {
    content: "";
/*     position: absolute; */
    height: 1px;
    width: 100%;
    background: #e8e8e8;
	display:block;
}
.products-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*     gap: 0x; */
}
.product-card img {
    margin-bottom: 15px;
}
.product-card{
/*     border:1px solid #ddd;
    padding:20px;
    border-radius:10px; */
}

.product-card h3{
	font-family: "Times New Roman", Sans-serif;
    font-size: 21px;
    font-weight: 600;
	text-align:center;
    color: var(--steps-primary-color);
    margin:0;
}
.popup-title{
	font-family: "Times New Roman", Sans-serif;
    font-size: 25px;
    font-weight: 600;
	text-align:center;
    color: var(--steps-primary-color);
    margin:0;
}
button.build-box-btn {
    background: none !important;
    color: var(--steps-primary-color) !important;
    border-radius: 10px;
    border: 1px solid var(--steps-primary-color);
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
}
.product-card img{
    border-radius: 15px;
}

.price {
    margin-bottom: 15px;
    color: #000;
	font-size:14px;
    font-weight: 600;
    text-align: center;
}

.choose-box-btn,
.customize-btn,
.add-to-box-btn{
    padding:12px 20px;
    border:none;
    background:#000;
    color:#fff;
    cursor:pointer;
    border-radius:5px;
}

.gift-popup{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
}
.popup-center {
    height: 100%;
    display: flex;
    align-items: center;
}
.popup-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap:10px;
	color:#898989;
	font-size:14px;
text-align: center;
}
.popup-right p{
	margin:0;
}
button.close-popup {
    background: none !important;
    color: #000 !important;
    padding: 0;
}
.customize-fields label {
    font-weight: 600;
    color: #898989;
    font-size: 14px;
    width: 100%;
    text-align: start;
}

.popup-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.7);
}

.popup-inner{
    position:relative;
    background:#fff;
    width:90%;
    max-width:1100px;
    margin:40px auto;
    padding:40px;
    border-radius:20px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    z-index:2;
    max-height:90vh;
    overflow:auto;
}

.close-popup{
    position:absolute;
    top:15px;
    right:15px;
    border:none;
    background:none;
    font-size:30px;
    cursor:pointer;
}

.product-gallery-wrap img{
    width:100%;
    display:block;
    margin-bottom:15px;
    border-radius:10px;
}

.customize-wrap{
    width:100%;
}

.gift-canvas{
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
}

.customize-fields{
    margin-top:20px;
}

.customize-fields p.max-text-length {
    text-align: end;
}
.customize-fields textarea, .customize-fields select {
    width: 100%;
    padding: 12px;
    margin: 8px 0px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

@media(max-width:768px){

    .products-grid{
        grid-template-columns:1fr;
    }

    .popup-inner{
        grid-template-columns:1fr;
    }

}


/* Choose Item */
.choose-items-top {
    display: flex;
    gap: 10px;
    padding: 30px 0px;
    border-top: 1px solid #e8e8e8;
}
.choose-items-sidebar {
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 20px;
}
.choose-items-top h3 ,.choose-items-sidebar h3{
	font-size:14px;
	color:#898989;
	width:100%;
	text-transform:uppercase;
	margin:0;
	font-weight:600;
	
}
.choose-items-top input, .choose-items-top select{
	border-radius:10px !important;
	font-size:14px;
	border:1px solid #e8e8e8 !important;
}
.choose-items-grid{
    display:grid;
    grid-template-columns:300px 1fr;
	align-items: start;
    gap:30px;
}
.gift-popup .variation-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.choose-items-products{
    display:grid;
    grid-template-columns:repeat(3,1fr);
	
    gap:20px;
}

.gift-product-card{
    border:1px solid #ddd;
    padding:20px;
    border-radius:10px;
}

.gift-product-image img{
    width:100%;
}

.filter-box{
    margin-bottom:30px;
}
.filter-box h3{
	margin-bottom:20px;
}
.filter-box .items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filter-box label input, .gift-popup .variation-wrapper input{
	display:none;
}
.filter-box label:has(input[type="checkbox"]:checked), .gift-popup .variation-wrapper label:has(input[type="radio"]:checked) {
	background:var(--steps-primary-color);
	color:#fff;
	
}
.filter-box label, .gift-popup .variation-wrapper label {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 8px;
    font-size: 14px;
	color:#898989;
	cursor:pointer;
}
.gift-product-cat {
    text-align: center;
    font-size: 14px;
}
.open-product-popup,
.add-item-to-box{
    width:100%;
    padding:12px;
    border:none;
    background:#000;
    color:#fff;
    cursor:pointer;
}

.variation-radio{
    display:block;
    margin-bottom:15px;
}

/* Cards */
.cards-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.cards-wrapper {
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}
.card-item{
    border:1px solid #ddd;
    border-radius:10px;
    padding:20px;
    text-align:center;
}

.gift-popup .field-group {
    text-align: start;
}
.gift-popup .field-group input, .gift-popup .field-group textarea {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    margin-top: 5px;
}

.card-image img{
    width:100%;
    border-radius:10px;
    margin-bottom:15px;
}

.open-card-popup,
.add-card-to-box{
    width:100%;
    padding:12px;
    background:#000;
    color:#fff;
    border:none;
    cursor:pointer;
    border-radius:5px;
}

.field-group{
    margin-bottom:20px;
}

.field-group input,
.field-group textarea{
/*     width:100%; */
    padding:12px;
}

.card-popup-image{
    width:100%;
    border-radius:10px;
}

@media(max-width:768px){

    .cards-grid{
        grid-template-columns:1fr 1fr;
    }

}

/* Summary  */
.summary-wrapper {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.summary-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
	gap: 20px
}

.summary-item img{
	border-radius: 10px !important;
    width:100px;
	height:100px;
}

