@charset "UTF-8";

/* CSS Document */
.product-right .product-buttons a:first-childv {
	margin-left: 0px;
}

.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
	padding: 0.75rem;
}

.omise-checkout-button {
	line-height: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0;
	padding: 13px 29px;
	color: #fff;
	letter-spacing: 0.05em;
	border: 2px solid var(--theme-color);
	background-image: linear-gradient(30deg, var(--theme-color) 50%, transparent 50%);
	background-size: 850px;
	background-repeat: no-repeat;
	background-position: 0;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}

.omise-checkout-button:hover {
	background-position: 100%;
	color: #000;
	background-color: #fff;
}

.search-parent.THEN {
	padding: 14px 0;
}

.detail-link {
	color: #25348a;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	line-height: 1.1;
}

.bg-blue {
	background-color: #4ea2e8;
}

/* Modal */
.modal {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	padding-right: 10px !important;
	width: min-content;
	height: auto;
}

.close {
	float: right;
	font-size: 40px;
	font-weight: 500;
	fill: rgb(255, 255, 255);
	opacity: 1;
	width: 15px;
}

.modal-body {
	position: relative;
	padding: 0;
}

.modal-backdrop.show {
	opacity: 0;
}

.hs-image-widget img {
	display: block;
	max-width: 310px;
	height: auto;
	border-radius: 5px 5px 0 0;
}

button.close {
	position: absolute;
	right: 15px;
}

.modal .btn-close {
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	right: 5px;
	top: 0;
	color: #fff;
	z-index: 1;
	opacity: 1;
}

.modal-content {
	border: 1px solid #000;
}

.modal-title {
	padding: 20px 12px 0 12px;
}

.modal-title h2 {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	width: 285px;
	margin: 0;
	text-transform: none;
}

.interactive-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.interactive-button-wrapper .interactive-button {
	background-color: rgba(252, 0, 25, 1.0);
	border: 0px none #000000;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	font-weight: 500;
}

.interactive-button-wrapper .interactive-button:hover,
.interactive-button-wrapper .interactive-button:focus {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid #fc0019;
	color: #fc0019;
}

.interactive-button-wrapper {
	padding: 20px 10px 10px 10px !important;
}

.modal-backdrop {
	opacity: 0;
	display: none !important;
}

.modal-open {
	padding-right: 0 !important;
}

/*  */
.icons-list-1 {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	float: left;
}

.icons-list-1 .icon {
	padding: 0px;
	float: left;
	text-align: center;
}

.icons-list-1.icon-tiny .icon {
	width: 24px;
	height: 24px;
	font-size: 12px;
	margin: 0px 10px 0px 0px;
	line-height: 24px;
	color: #fff;
	background-color: transparent;
}

.icons-list-1.icon-tiny .text {
	padding: 0 0 0 36px;
	color: #fff;
	font-size: 16px;
}

.icons-list-1 .text {
	padding: 5px 0 0 42px;
	margin: 0px;
	display: block;
}

/*  */
.footer-light .container-fluid {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.footer-logo img {
	max-height: 180px !important;
}

.footer-logo.logo2 img {
	max-width: 300px !important;
}

.fr-view blockquote {
	border-left: solid 2px #5e35b1;
	margin-left: 0;
	padding-left: 5px;
	color: #5e35b1;
}

.blockquote-3 {
	background: #283890;
	border-left: 6px solid #101010;
	margin: 0 0 20px;
	padding: 30px 20px;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

ul.list-3 {
	width: 100%;
	padding-left: 0px;
}

.list-3 li {
	display: block;
	margin-bottom: 3px;
}

.list-3.icon-green .icon {
	border: 1px solid #283890;
	background-color: #283890;
	color: #fff;
}

.list-3.icon-circle .icon {
	border-radius: 100%;
}

.list-3 .text {
	display: block;
	margin: 0;
	padding: 0 0 0 28px;
}

.contact-title {
	color: #283890;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

.cat-bg {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #00000040;
}

.cat-bg .product-detail {
	padding: 10px 15px;
}

.cat-bg .product-detail p {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: none;
	color: #00adef;
}

.cat-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #283890;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: none;
	}
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 100%;
		margin: 10px auto;
	}

	.modal-content {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (min-width: 1200px) {
	.brand-logo {
		width: 500px;
	}
}

@media (max-width: 479px) {
	.modal {
		padding-right: 0 !important;
	}

}

@media (max-width: 767px) {
	.footer-contant {
		text-align: left;
		padding-top: 20px;
		display: block !important;
	}

	.footer-contant .footer-logo {
		display: inline-block;
	}

	.footer-logo img {
		max-height: 100px !important;
	}

	.footer-logo.logo2 img {
		max-width: 200px !important;
	}

	.footer-light .container-fluid {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.cat-bg .product-detail p {
		font-size: 14px;
	}

	.cat-title {
		font-size: 16px;
	}

	.tap-top.top-cls {
		bottom: 70px;
	}
	.contact-title{
		text-align: center;
	}
}