/* custom-sec Css Starts Here  */
section.custom-sec {
	padding: 30px 0px 110px 0px;
}

.custom-sec h1 {
	text-align: center;
	padding-bottom: 80px;
}

.custom-sec .custom-main {
    background-color: var(--blogs-background);
    padding: 12px 12px 20px;
    border-radius: 5px;
    margin-top: 40px;
    height: 350px;
}

.custom-sec .custom-main .customize-bottle h6 {
	font-size: 15px;
	font-family: var(--visby-bold);
	padding-top: 20px;
}

.custom-sec .custom-main .custom-icon {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
}

.custom-sec .custom-main .custom-icon img {
    width: 18px;
    filter: brightness(0);
}

.custom-sec .custom-main .custom-span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 4px;
}
.custom-img figure img{
	height: 200px !important;
	width: 100%;
}
.custom-sec .custom-main .custom-span .custom-sub {
	color: var(--body-color);
	background-color: var(--wishlist-color);
	padding: 2px 9px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 2px;
}

.custom-sec .custom-main .custom-span .custom-sub i.fas.fa-star {
	font-size: 8px;
}

.custom-sec .custom-main .custom-span .custom-sub span {
	font-size: 15px;
	font-family: var(--visby-medium);
	padding-left: 10px;
}

.custom-sec .custom-main .custom-span .custom-text h6 {
    font-size: 20px;
    font-family: var(--visby-bold);
    color: #000;
    margin: 0;
}

.custom-sec .pagination-top {
	padding-top: 50px;
}

.custom-sec .select-main .shop-select {
	display: flex;
	align-items: center;
	gap: 0px;
	border: 1px solid var(--select-border);
	background: var(--default-text-color);
	max-width: 350px;
	padding: 12px;
	justify-content: space-between;
	cursor: pointer;
	margin-left: auto;
	border-radius: 5px;
}

.custom-sec .select-main .shop-select h6 {
	font-size: 16px;
	font-family: var(--visby-medium);
	color: var(--shop-select);
	margin-bottom: 0px;
	flex: 1;
	padding-left: 5px;
}

.custom-sec .select-main .shop-select select {
	border: 0;
	flex: 2;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-family: var(--visby-semibold);
	color: var(--select-color);
}

.custom-sec .customization-accordion h6 {
	font-family: var(--visby-semibold);
	border-bottom: 1px solid var(--select-border);
	padding-bottom: 20px;
}

.custom-sec .customization-accordion .card-header {
	/* padding: .5rem 1rem; */
	/* margin-bottom: 0; */
	background-color: var(--default-text-color);
	border-bottom: 0;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 10px;
}

.custom-sec .customization-accordion .card {
	background-clip: unset;
	border: 0;
	border-radius: 0;
}

.custom-sec .customization-accordion .card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
	/* text-align: center; */
	padding: 0;
	padding-left: 2rem;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 12px;
}

.custom-sec .customization-accordion .card-body .accordion-sub {
	margin-bottom: 8px;
}

.custom-sec .customization-accordion .card-header label {
	font-size: 14px;
	font-family: var(--visby-semibold);
	padding-left: 4px;
}

.custom-sec .customization-accordion .card-body .accordion-sub label {
	font-size: 14px;
	font-family: var(--visby-medium);
	color: var(--accordion-body);
	padding-left: 5px;
}

.custom-sec .customization-accordion .card-header input {
	border-radius: 5px;
}

.customization-accordion {
	background-color: var(--default-text-color);
	border: 1px solid var(--accordion-border);
	width: 213px;
	padding: 20px 16px;
	border-radius: 10px;
	position: relative;
}

.customization-accordion:after {
	border-right: 1px solid var(--right-border);
	width: 2px;
	height: 500px;
	content: "";
	right: 0;
	top: 80px;
	display: block;
	position: absolute;
}

.custom-sec
	.customization-accordion
	.accordion-second
	.card-body
	.accordion-sub
	label {
	font-size: 16px;
	font-family: var(--visby-regular);
	color: var(--accordion-body);
	padding-left: 10px;
}

.custom-sec .customization-accordion .accordion-second .card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
	/* text-align: center; */
	padding: 0;
	padding-left: 0rem;
}

div#accordion .accordion-second .card-body {
	border: 0px;
}

/* custom-sec Css Ends Here  */

/* Laptop Responsive  */
@media (max-width: 1400px) {
	.custom-sec .custom-main .customize-bottle h6 {
		font-size: 15px;
		padding-top: 20px;
	}

	.custom-sec .custom-main .custom-span .custom-text h6 {
		font-size: 16px;
	}

	.custom-sec .custom-main .custom-span .custom-sub i.fas.fa-star {
		font-size: 7px;
	}

	.custom-sec .custom-main .custom-span .custom-sub span {
		font-size: 12px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 992px) {
	.customization-accordion {
		width: 100%;
		padding: 20px 25px;
		margin-bottom: 85px;
	}

	.customization-accordion:after {
		height: 330px;
	}

	.custom-sec .custom-main .custom-img img.img-fluid {
		width: 100%;
	}

	.shop-wrapper .showing-text {
		justify-content: center;
		margin-bottom: 15px;
	}
}

/* Tsblet Responsive  */

/* mobile Responsive  */
@media (max-width: 575px) {
	section.custom-sec {
		padding: 30px 0px 60px 0px;
	}

	.customization-accordion {
		width: 100%;
		margin-bottom: 50px;
	}

	.customization-accordion:after {
		height: 310px;
	}

	.shop-wrapper .showing-text {
		justify-content: center;
		margin-bottom: 15px;
	}
}

/* mobile Responsive  */
