<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************* new style *******************************/
/* add-to-cart */
.add-to-cart {
    position: relative;
    top: 10px;
}
.add-to-cart .number-ithem {
    content: attr(data-totalitems);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 6px;
    left: 12px;
    background: #fe8f14;
    line-height: 24px;
    padding: 0 5px;
    height: 24px;
    min-width: 24px;
    color: white;
    text-align: center;
    border-radius: 24px;
}
.add-to-cart  .icon-cart {
    color: #ccc6c6;
}

/* end add-to-cart */
/* style card */
.card-prodect {
    position: relative;
    height: 480px;
    min-height: 520px;
    max-height: 520px;
    background: #ebf4f4;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 16px;
} 
.card-prodect .contentBox-01 {
	position: relative;
	width: 100%;
	height: 28%;
	background-image: linear-gradient(to bottom right, 
										#0a52af,
										#1270ea)
}
.card-prodect .contentBox-01::after {
	content: 'Ø¨Ø§Ù„Ù‚Ù„Ù…';
    position: absolute;
    left: 0;
    right: -2px;
    top: -96%;
    font-size: 10rem;
    color: #c1d4ec34;
    -webkit-text-fill-color: rgb(248 248 252 / 25%);
    -webkit-text-stroke-width: 2px;
}
.card-prodect .contentBox-01 .main-image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-prodect .contentBox-01 .main-image img {
    height: 245px;
    position: absolute;
    top: 5%;
    z-index: 1;
}
.card-prodect .contentBox-03 {
	position: relative;
	padding: 80px 20px 10px;
}
.card-prodect .contentBox-03 .branding span:nth-child(1) {
	font-size: 20px;
	font-weight: 400;
}
.card-prodect .contentBox-03 .branding h2 {
	font-size: 12px;
	font-weight: 500;
	color: #464444;
}
.card-prodect .contentBox-03 .ratings {
	display: inline-block;
	text-align: center;
	line-height: 26px;
	font-size: 10px;
	cursor: pointer;
	transition: all 0.5s ease;
	color: #fcba26;
}
.card-prodect .contentBox-03 .ratings:nth-child(5) {
	color: #a7a7a7;
}
.card-prodect .contentBox-03 .paragraph {
	font-size: 11.5px;
	color: #000;
	font-weight: 500;
}
.card-prodect .contentBox-03 .paragraph span {
	color: #0b67df;
	font-weight: 700;
	cursor: pointer;
}
.card-prodect .contentBox-03 .prices {
	display: flex;
	margin: 10px 0 10px;	
}
.card-prodect .contentBox-03 .prices span {
	font-size: 25px;
	font-weight: 600;	
}
.card-prodect .contentBox-03 .prices .space {
	flex: 1;
}
.card-prodect .contentBox-03 .prices span:nth-child(1) {
	font-size: 20px;
	font-weight: 400;
	margin-top: 3px;
	margin-right: 5px;
}
.card-prodect .contentBox-03 .prices a {
	font-size: 12px;
	text-decoration: none;
	border: none;
	background-image: linear-gradient(to right,
										#0a52af,
										rgba(18, 117, 234));
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 30px;
	border-radius: 15px;
	cursor: pointer;
}
/* end style card */

/* product-details */
ul&gt;li {
	margin-left: 25px;
	font-weight: lighter;
	cursor: pointer;
	/*font-size: 16px !important;*/
}

li.active {
	border-bottom: 3px solid silver;
    font-size: 16px !important;
    text-decoration: none;
    border: none !important;
    background-image: linear-gradient(to right, #0a52af, rgba(18, 117, 234)) !important;
    color: #fff;
    font-weight: 500;
    padding: 6px 16px !important;
    border-radius: 15px 15px 0 0;
}

.item-photo {
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #f6f6f6;
}

.menu-items {
	list-style-type: none;
	font-size: 11px;
	display: inline-flex;
	margin-bottom: 0;
	margin-top: 20px
}

.btn-success {
	width: 100%;
	border-radius: 0;
}

.section {
	width: 100%;
	margin-right: -15px;
	padding: 2px;
	padding-right: 15px;
	padding-left: 15px;
	background: #f8f9f9
}

.title-price {
	margin-top: 30px;
	margin-bottom: 0;
	color: black
}

.title-attr {
	margin-top: 0;
	margin-bottom: 0;
	color: black;
}

.btn-minus {
	cursor: pointer;
	font-size: 7px;
	display: flex;
	align-items: center;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid gray;
	border-radius: 2px;
	border-left: 0;
}

.btn-plus {
	cursor: pointer;
	font-size: 7px;
	display: flex;
	align-items: center;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid gray;
	border-radius: 2px;
	border-right: 0;
}

div.section&gt;div {
	width: 100%;
	display: inline-flex;
}

div.section&gt;div&gt;input {
	margin: 0;
	padding-right: 5px;
	font-size: 10px;
	padding-left: 5px;
	max-width: 18%;
	text-align: center;
}

.attr,
.attr2 {
	cursor: pointer;
	margin-left: 5px;
	height: 20px;
	font-size: 10px;
	padding: 2px;
	border: 1px solid gray;
	border-radius: 2px;
}

.attr.active,
.attr2.active {
	border: 1px solid orange;
}

.btn-add-cart {
	font-size: 16px !important;
    text-decoration: none;
    border: none !important;
    background-image: linear-gradient(to right, #0a52af, rgba(18, 117, 234)) !important;
    color: #fff;
    font-weight: 500;
    padding: 16px 20px !important;
    border-radius: 15px;
    margin: 0 auto !important;
}

.btn-green {
	font-size: 16px !important;
    text-decoration: none;
    border: none !important;
    color: #fff;
    font-weight: 500;
    padding: 16px 20px !important;
    border-radius: 15px;
    margin: 0 auto !important;
}

@media (max-width: 426px) {
	.container {
		margin-top: 0px !important;
	}

	.container&gt;.row {
		padding: 0 !important;
	}

	.container&gt;.row&gt;.col-xs-12.col-sm-5 {
		padding-left: 0;
	}

	.container&gt;.row&gt;.col-xs-12.col-sm-9&gt;div&gt;p {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.container&gt;.row&gt;.col-xs-12.col-sm-9&gt;div&gt;ul {
		padding-right: 10px !important;

	}

	.section {
		width: 104%;
	}

	.menu-items {
		padding-right: 0;
	}
}
/* end product-details */

/* view-cart */
.media-object {
	width: 100px;
}
.form-check-input {
    position: relative;
}
/* end view-cart */</pre></body></html>