@import "https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext";
.row {
	margin-right: -10px;
	margin-left: -10px
}

html {
    font-size: 10px;
}


.col-lg-6.header-social {
    margin-top: 12px;
    margin-bottom: 12px;
}

body {
    font-size: 1.3rem;
    font-family: muli,sans-serif;
    color: #000;
    background: #f1f1f1;
    transition: left .2s ease-in-out,right .2s ease-in-out,padding-top .2s ease-in-out;
    position: relative;
    left: 0;
}

@media(max-width:991px) {
	body[class$=-active] {
		cursor: pointer
	}
}

@media(max-width:991px) {
	body.navigation-active {
		overflow: hidden;
		position: fixed;
		height: 100%;
		width: 100%
	}
	body.navigation-active {
		left: 280px
	}
	body.navigation-active #mobile-navigation {
		left: 0;
		box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .1)
	}
	body.navigation-active .navigation-menu-overlay {
		display: block
	}
}

#mobile-navigation {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	height: 100%;
	z-index: 999;
	transition: all .2s ease-in-out;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

#mobile-navigation .mobile-navigation {
	overflow: hidden;
	position: relative
}

#mobile-navigation li.has-sub-category>div {
	overflow: hidden
}

#mobile-navigation li.has-sub-category.active>div {
	left: 0;
	overflow: visible
}

#mobile-navigation a {
	padding: 1.5rem 1rem;
	color: #000;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f5eef2
}

#mobile-navigation a>div {
	display: flex;
	align-items: center
}

#mobile-navigation a>div>div {
	margin-right: 1rem
}

#mobile-navigation a>div>div img {
	width: 3rem;
	height: 3rem;
	object-fit: scale-down
}

#mobile-navigation .category-level-2,
#mobile-navigation .category-level-3 {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #fff;
	transition: all .2s ease-in-out;
	z-index: 2
}

#mobile-navigation .category-level-2 ul,
#mobile-navigation .category-level-3 ul {
	padding: 0 1rem
}

#mobile-navigation .category-level-2 ul>li>a,
#mobile-navigation .category-level-3 ul>li>a {
	padding: 1rem;
	border-color: #f5eef2;
	color: #000;
	font-size: 1.3rem
}

#mobile-navigation .mobile-navigation-back a {
	justify-content: flex-start
}

#mobile-navigation .mobile-navigation-back a span {
	margin-left: 1rem
}

#mobile-navigation .mobile-navigation-back a i {
	font-size: 1rem
}


.container {
	max-width: 1330px!important
}

a {
	color: #37c7db
}

a:active,
a:focus,
a:hover {
	color: #10a5b9;
}


.openbox-overlay,
.navigation-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	display: none;
	z-index: 99;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.navigation-active .navigation-menu-overlay {
	display: block
}

.header-sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 98;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

body.sticked .header-sticky.header-bottom {
	position: fixed!important;
	width: 100%;
	background-color: #fff;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

body.current-page-default-entry #header {
	margin-bottom: 0
}

#header {
	position: relative;
	z-index: 100;
	background: #fff;
	margin-bottom: 0rem
}

@media(max-width:991px) {
	#header .header-top .container {
		display: none
	}
}

#header .header-top .banner {
	text-align: center
}

#header .header-top .banner a {
	margin: 0 auto
}

#header .header-top .banner a .banner-box {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 100%
}

#header .header-top .banner a .banner-box .text {
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	right: 0;
	top: 21%;
	color: #fff;
	width: 45%;
	font-size: 2.3rem
}

@media(max-width:730px) {
	#header .header-top .banner a .banner-box .text {
		top: 18%;
		font-size: 1.5rem;
		width: auto
	}
}

@media(max-width:500px) {
	#header .header-top .banner a .banner-box .text {
		top: 15%;
		font-size: 1.3rem;
		width: auto
	}
}

@media(max-width:400px) {
	#header .header-top .banner a .banner-box .text {
		top: 10%;
		font-size: 1.3rem;
		width: auto
	}
}

#header .header-top .header-social {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

#header .header-top .header-link {
	display: flex
}

@media(max-width:991px) {
	#header .header-top .header-link {
		display: none
	}
}

#header .header-top .header-link a {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 600;
	color: #000;
	margin-right: 3rem
}

#header .header-top .header-link a:hover i {
	animation: jiggle ease-in-out 400ms infinite
}

#header .header-top .header-link a:last-child {
	margin-right: 0
}

#header .header-top .header-link a:nth-child(1) i {
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-instagram.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%
}

#header .header-top .header-link a:nth-child(2) i {
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-star.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%
}

#header .header-top .header-link a:nth-child(3) {
	font-size: 1.6rem;
	font-weight: 700;
	color: #db6437;
	color: #f7776e
}

#header .header-top .header-link a:nth-child(3) i {
	color: #db6437;
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-gift.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%;
	color: #c265a7;
	filter: hue-rotate(-15deg)
}

#header .header-top .header-link a i {
	width: 2rem;
	height: 2rem;
	color: #000;
	margin-right: 1rem
}

#header .header-top .header-user-cargo {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

#header .header-top .header-user-cargo .header-cargo a {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 400;
	color: #000;
	line-height: 5.4rem
}

#header .header-top .header-user-cargo .header-cargo a:hover {
	color: #37c7db
}

#header .header-top .header-user-cargo .header-cargo i {
	width: 2.5rem;
	height: 5.4rem;
	margin-right: .6rem;
	background: url(//st2.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-cargo.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%
}

#header .header-top hr {
	width: 100%;
	margin: 0;
	border-top: .1rem solid #f1f1f1
}

#header .header-middle .header-search-cart {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

@media(max-width:991px) {
	#header .header-middle .header-search-cart {
		display: block;
		padding-bottom: 1.5rem
	}
}

@media(max-width:991px) {
	#header .header-middle .header-search-cart .header-user-cart {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

#header .header-bottom {
	position: relative;
	background: #37c7db
}

#header .header-bottom .col-12 {
	position: unset
}

.menu-items-row1 {
	display: flex
}

.menu-items-row1 li {
	margin-right: 2.5rem
}

.menu-items-row1 li:last-child {
	margin-right: 0
}

.menu-items-row1 li a {
	color: #000;
	display: block;
	font-size: 1.3rem;
	line-height: 5.4rem
}

.menu-items-row1 li a:hover {
	color: #37c7db
}


.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.7rem 0
}

@media(max-width:991px) {
	.logo {
		padding: 1rem 0
	}
}

.logo img {
	max-height: 6.6rem
}

@media(max-width:991px) {
	.logo img {
		max-height: 4rem
	}
}

.search {
	margin-right: 3rem
}

@media(max-width:991px) {
	.search {
		margin-right: 0;
		margin-bottom: 1.5rem
	}
}

.search form {
	position: relative
}

.search form input {
	width: 100%;
	display: block;
	font-size: 1.3rem;
	color: #000;
	padding: 1rem 6rem 1rem 2rem;
	border: 1px solid #f5eef2;
	height: 5rem
}

.search form input::placeholder {
	opacity: 1;
	color: #ccc
}

.search form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 6rem;
	background: url(//st2.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-search.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%;
	border: none;
	padding: 0
}

.search-drop>a {
	display: block;
	width: 4rem;
	height: 4rem;
	background: url(//st2.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-search.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%
}

.search-drop .search-content {
	position: fixed;
	top: -5rem;
	left: 0;
	width: 100%;
	transition: all .2s ease-in-out;
	z-index: 2;
	background-color: #fff
}

.search-drop .search-content form {
	position: relative
}

.search-drop .search-content form input {
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	padding: 1rem 6rem 1rem 2rem;
	border: 1px solid #f5eef2;
	height: 5rem;
	background: #73c9d5c2
}

@media(min-width:992px) {
	.search-drop .search-content form input {
		width: 30rem
	}
}

.search-drop .search-content form input::placeholder {
	opacity: 1;
	color: #fff
}

.search-drop .search-content form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 6rem;
	background: url(//st2.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-search.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%;
	border: none;
	padding: 0;
	filter: invert(1)
}

body.search-content-active {
	padding-top: 5rem
}

body.search-content-active .search-content {
	top: 0
}


#navigation .category-level-1>ul {
	display: flex
}

#navigation .category-level-1>ul>li {
	padding-right: 7rem
}

@media(max-width:1200px) {
	#navigation .category-level-1>ul>li {
		padding-right: 4rem
	}
}

#navigation .category-level-1>ul>li:last-child {
	padding-right: 0
}

#navigation .category-level-1>ul>li:nth-child(n+11) {
	display: none
}

#navigation .category-level-1>ul>li>a {
	pointer-events: none;
	position: relative;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 5.5rem;
	color: #fff;
	display: block
}

#navigation .category-level-1>ul>li>a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1rem;
	width: 85%;
	height: .3rem;
	transform: scaleX(0);
	transition: transform 350ms ease-in-out;
	transform-origin: 100% 50%;
	background: #fff
}

#navigation .category-level-1>ul>li.has-sub-category:hover>a:after {
	transform: scaleX(1);
	transform-origin: 0% 50%
}

#navigation .category-level-1>ul>li.active>a:after {
	transform: scaleX(1);
	transform-origin: 0% 50%
}

#navigation .category-level-1>ul>li.active>.category-level-2 {
	display: block
}

#navigation .category-level-2 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	z-index: 101;
	padding: 1.7rem 0 2rem
}

#navigation .category-level-2 ul.second-category {
	display: flex;
	flex-wrap: wrap
}

#navigation .category-level-2 ul.second-category>li {
	flex: 0 0 12.5%;
	padding-right: 2rem;
	margin-bottom: 2rem
}

#navigation .category-level-2 ul.second-category>li:nth-child(8n) {
	padding-right: 0
}

#navigation .category-level-2 ul.second-category>li>a {
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	text-align: center
}

#navigation .category-level-2 ul.second-category>li>a:only-child {
	margin-bottom: 0
}

#navigation .category-level-2 ul.second-category>li>a>div {
	border: .1rem solid #f5eef2;
	margin-bottom: 1rem
}

#navigation .category-level-2 ul.second-category>li:hover>a {
	color: #37c7db
}

#navigation .category-level-2 ul.second-category>li:hover>a>div {
	border-color: #37c7db
}

#navigation .category-level-3>ul>li>a {
	display: block;
	color: #000;
	margin-bottom: .8rem
}

#navigation .category-level-3>ul>li:hover>a {
	color: #37c7db
}

#navigation .category-level-3>ul>li.navigation-show-all {
	font-style: italic;
	text-decoration: underline
}

@media(max-width:991px) {
	#navigation {
		display: none
	}
}

.toggle-bar {
	width: 4rem;
	height: 4rem;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	display: none;
	cursor: pointer;
	z-index: 1
}

@media(max-width:991px) {
	.toggle-bar {
		display: flex
	}
}

@media(min-width:992px) {
	#main .main-box .banner {
		overflow: hidden
	}
	#main .main-box .banner img {
		transition: all .2s ease-in-out
	}
	#main .main-box .banner img:hover {
		transform: scale(1.1)
	}
}


.mobile-navigation-menu-items:nth-child(3) {
	display: none!important
}

#mobile-navigation img {
	height: 4rem;
	width: 4rem
}


.contentbox-text-header {
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 45px
}

@media(max-width:910px) {
	.contentbox-text-header {
		font-size: 2rem
	}
}

.contentbox-text-header2 {
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 800;
	line-height: 30px
}

@media(max-width:910px) {
	.contentbox-text-header2 {
		font-size: 3rem
	}
}

.contentbox-bottom-text {
	padding: 2%;
	padding-left: 5%;
	padding-bottom: 4rem;
	text-align: left;
	color: #fff;
	font-size: 1.3rem
}

@media(max-width:910px) {
	.contentbox-bottom-text {
		font-size: 1rem
	}
}

.contentbox-bottom-text-header {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 800
}

@media(max-width:910px) {
	.contentbox-bottom-text-header {
		font-size: 1.5rem
	}
}



/*Footer Kısmı*/

#footer {
	margin-top: 3rem;
	background: #fff
}

#footer .footer-row-1 {
	padding: 4rem 0;
	display: none
}

#footer .footer-row-1 .footer-text {
	font-size: 1.3rem;
	color: #000;
	line-height: 2rem
}

#footer .footer-row-2 {
	padding-top: 2rem
}

#footer .footer-row-3 {
	padding: 5rem 0;
	background: #37c7db
}

#footer .footer-row-4 {
	padding: 5rem 0 0
}

#footer .footer-row-4 hr {
	margin: 0
}

#footer .footer-row-5 {
	padding: 3rem 0;
	border-bottom: .1rem solid #f5eef2
}

@media(max-width:991px) {
	#footer .footer-row-5 {
		padding: 2rem 0 0
	}
	#footer .footer-row-5 .banner {
		text-align: center;
		margin-bottom: 2rem
	}
}

#footer .footer-row-6 {
	padding: 3rem 0
}

#footer .footer-row-6 .copyright {
	font-size: 1.3rem;
	color: #000;
	line-height: 1.6rem;
	text-align: center
}

@media(max-width:991px) {
	#footer {
		padding-top: 1.5rem
	}
	#footer .footer-row-1 {
		padding: 1.5rem 0
	}
}

.footer-banner {
	padding-bottom: 2rem
}

@media(max-width:991px) {
	.footer-banner {
		padding: 0
	}
}

.footer-banner .footer-banner-content {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 2rem;
	border: .1rem solid #f5eef2;
	transition: all .2s ease-in-out
}

.footer-banner .footer-banner-content a {
	display: flex;
	align-items: center;
	transition: all .2s ease-in-out
}

@media(max-width:991px) {
	.footer-banner .footer-banner-content {
		margin-bottom: 2rem
	}
}

@media(min-width:1200px) {
	.footer-banner .footer-banner-content:hover {
		background: #37c7db;
		border-color: #37c7db
	}
	.footer-banner .footer-banner-content:hover .footer-banner-icon {
		background-position: 50% 0!important
	}
	.footer-banner .footer-banner-content:hover .footer-banner-text {
		color: #fff
	}
}

@media(max-width:767px) {
	.footer-banner .footer-banner-content {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 1rem
	}
	.footer-banner .footer-banner-content .footer-banner-icon {
		margin-right: 0!important;
		margin-bottom: 1rem
	}
}

.footer-banner .footer-banner-content .footer-banner-icon {
	position: relative;
	height: 3rem;
	width: 3.8rem;
	margin-right: 2rem
}

.footer-banner .footer-banner-content .footer-banner-icon:after {
	content: "";
	position: absolute;
	right: -1rem;
	width: .1rem;
	height: 100%;
	background: #f5eef2
}

@media(max-width:767px) {
	.footer-banner .footer-banner-content .footer-banner-icon:after {
		content: none
	}
}

.footer-banner .footer-banner-content .footer-banner-icon.f-icon-1 {
	height: 2.8rem;
	background: url(//st3.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/f-icon-1.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 100%
}

.footer-banner .footer-banner-content .footer-banner-icon.f-icon-2 {
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/f-icon-2.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 100%
}

.footer-banner .footer-banner-content .footer-banner-icon.f-icon-3 {
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/f-icon-3.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 100%
}

.footer-banner .footer-banner-content .footer-banner-icon.f-icon-4 {
	background: url(//st3.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/f-icon-4.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 100%
}

.footer-banner .footer-banner-content .footer-banner-icon.f-icon-5 {
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/f-icon-5.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 100%
}

.footer-banner .footer-banner-content .footer-banner-icon.f-icon-6 {
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/f-icon-6.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 100%
}

.footer-banner .footer-banner-content .footer-banner-text {
	font-size: 1.3rem;
	color: #000;
	line-height: 1.8rem
}

.footer-banner .footer-banner-content .footer-banner-text span {
	display: block;
	font-weight: 700
}

@media(max-width:767px) {
	.footer-contact {
		margin-bottom: 2rem
	}
}

.footer-contact-phone {
	display: flex;
	align-items: center;
	margin-bottom: 2.4rem
}

.footer-contact-phone .footer-phone-icon {
	width: 4.1rem;
	height: 4.1rem;
	margin-right: 1rem;
	background: url(//st3.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-phone.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%
}

.footer-contact-phone .footer-phone {
	color: #fff
}

.footer-contact-phone .footer-phone span {
	display: block;
	font-size: 1.3rem;
	line-height: 1.9rem
}

@media(max-width:991px) {
	.footer-contact-phone .footer-phone span {
		font-size: 1.2rem
	}
}

.footer-contact-phone .footer-phone a {
	font-size: 2.3rem;
	font-weight: 700;
	color: #fff;
	line-height: 2.8rem
}

@media(max-width:991px) {
	.footer-contact-phone .footer-phone a {
		font-size: 1.8rem;
		line-height: 2.5rem
	}
}

.footer-contact-text {
	font-size: 1.3rem;
	color: #fff;
	line-height: 2rem
}

@media(max-width:991px) {
	.footer-contact-text {
		font-size: 1.1rem
	}
}

@media(max-width:767px) {
	.footer-social {
		margin-bottom: 2rem
	}
}

.footer-social-title {
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.9rem;
	padding-bottom: 2rem;
	margin-bottom: 3rem
}

@media(max-width:991px) {
	.footer-social-title {
		font-size: 1.3rem;
		line-height: 1.5rem;
		padding-bottom: 1rem;
		margin-bottom: 2rem
	}
}

.footer-social-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8rem;
	height: .2rem;
	background: #fff
}

.footer-social-content a {
	margin-right: 7rem
}

@media(max-width:991px) {
	.footer-social-content a {
		margin-right: 2rem
	}
}

.footer-social-content a:hover i {
	color: #7defff
}

.footer-social-content a:last-child {
	margin-right: 0
}

.footer-social-content a i {
	font-size: 3rem;
	color: #fff
}

@media(max-width:991px) {
	.footer-social-content a i {
		font-size: 2rem
	}
}

.newsletter-title {
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	color: #fff
}

@media(max-width:991px) {
	.newsletter-title {
		font-size: 1.3rem;
		line-height: 1.5rem;
		padding-bottom: 1rem;
		margin-bottom: 2rem
	}
}

.newsletter-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8rem;
	height: .2rem;
	background: #fff
}

.newsletter-title>div {
	font-size: 1.5rem;
	line-height: 1.9rem
}

.newsletter-content {
	margin-bottom: 2rem
}

.newsletter-content form {
	display: flex;
	height: 5rem;
	border: .1rem solid #6dedff;
	background-color: transparent
}

.newsletter-content form:hover {
	border-color: #fff
}

.newsletter-content form input {
	flex: 1 0 0%;
	background-color: transparent;
	padding: 1rem 0 1rem 2rem;
	font-size: 1.3rem;
	color: #fff;
	border: none
}

.newsletter-content form input::placeholder {
	color: #fff
}

.newsletter-content form button {
	flex: 0 0 70px;
	background: url(//st2.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-newsletter.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%;
	color: #fff;
	border: none
}

.newsletter-text {
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.6rem
}

.campaignNewsletter {
	padding: 3%;
	justify-items: center;
	display: grid
}

.campaignNewsletter-title {
	display: none;
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	color: #fff
}

@media(max-width:991px) {
	.campaignNewsletter-title {
		font-size: 1.3rem;
		line-height: 1.5rem;
		padding-bottom: 1rem;
		margin-bottom: 2rem
	}
}

.campaignNewsletter-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8rem;
	height: .2rem;
	background: #fff
}

.campaignNewsletter-title>div {
	font-size: 1.5rem;
	line-height: 1.9rem
}

.campaignNewsletter-content {
	width: 50%;
	margin-bottom: 1rem
}

@media(max-width:800px) {
	.campaignNewsletter-content {
		width: 80%
	}
}

.campaignNewsletter-content form {
	display: flex;
	height: 4rem;
	border: .1rem solid #fff;
	background-color: transparent
}

.campaignNewsletter-content form input {
	flex: 1 0 0%;
	background-color: transparent;
	padding: 1rem 0 1rem 2rem;
	font-size: 1.3rem;
	color: #fff;
	border: none
}

.campaignNewsletter-content form input::placeholder {
	color: #fff
}

.campaignNewsletter-content form button {
	flex: 0 0 70px;
	background: url(//st2.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-newsletter.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%;
	color: #fff;
	border: none
}

.campaignNewsletter-text {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.6rem
}

@media(max-width:800px) {
	.campaignNewsletter-text {
		font-size: 1.5rem
	}
}

.footer-menu-container {
	padding-bottom: 3rem
}

.footer-menu-container .footer-menu .footer-menu-title {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	display: none
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li {
	margin-bottom: 2rem;
	color: #000
}

@media(max-width:991px) {
	.footer-menu-container .footer-menu .footer-menu-content>ul>li {
		margin-bottom: 1rem
	}
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li>a {
	font-size: 1.3rem;
	color: #000;
	line-height: 1rem
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li>a:hover {
	color: #37c7db
}

@media(max-width:767px) {
	.footer-menu-container {
		text-align: center
	}
	.footer-menu-container[data-menu-type=accordion] {
		text-align: left
	}
	.footer-menu-container[data-menu-type=accordion] .footer-menu .footer-menu-title {
		padding: 10px;
		border: 1px solid #f5eef2;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 10px
	}
	.footer-menu-container[data-menu-type=accordion] .footer-menu .footer-menu-title:after {
		content: '';
		font-family: "font awesome 5 free";
		font-weight: 900
	}
	.footer-menu-container[data-menu-type=accordion] .footer-menu .footer-menu-content {
		padding: 0 10px 10px;
		display: none
	}
	.footer-menu-container[data-menu-type=accordion] .footer-menu.active .footer-menu-title:after {
		content: ''
	}
	.footer-menu-container[data-menu-type=accordion] .footer-menu.active .footer-menu-content {
		display: block
	}
}

.whatsapp-icon a {
	position: fixed;
	width: 6rem;
	height: 6rem;
	bottom: 2rem;
	right: 2rem;
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-whatsapp.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%
}

.detail-whatsapp {
	position: fixed;
	width: 6rem;
	height: 6rem;
	bottom: 18rem;
	right: 2rem;
	background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-whatsapp.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%;
	z-index: 100
}

#scroll-top {
	position: fixed;
	width: 6rem;
	height: 6rem;
	bottom: 10rem;
	right: 2rem;
	cursor: pointer;
	background: url(//st3.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-scroll.svg?revision=7.1.6.0-6-1630563773) no-repeat 50% 50%
}

@media(max-width:991px) {
	#scroll-top {
		display: none!important
	}
}

/* Theme Css Sonu*/

/* Global Css */
header, footer, section, aside, hgroup, time, figure, figcaption, article, mark, nav, ruby, summary, video, details, dialog, main, mark, wbr {
    display: block;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

*, *::before, *::after {
    box-sizing: border-box;
}


.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

@media(min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media(min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media(min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media(min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

.fa-bars:before {
	content: ""
}

.fa,
.fas {
	font-family: "font awesome 5 free";
	font-weight: 900
}
.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}
@font-face {
	font-family: "font awesome 5 brands";
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/fontawesome/fa-brands-400.eot);
	src: url(/fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/font/fontawesome/fa-brands-400.woff2) format("woff2"), url(/font/fontawesome/fa-brands-400.woff) format("woff"), url(/font/fontawesome/fa-brands-400.ttf) format("truetype"), url(../font/fontawesome/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "font awesome 5 brands"
}

@font-face {
	font-family: "font awesome 5 free";
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/fontawesome/fa-regular-400.eot);
	src: url(/fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(/fonts/fontawesome/fa-regular-400.woff) format("woff"), url(/fonts/fontawesome/fa-regular-400.ttf) format("truetype"), url(/fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-family: "font awesome 5 free";
	font-weight: 400
}

@font-face {
	font-family: "font awesome 5 free";
	font-style: normal;
	font-weight: 900;
	src: url(/fonts/fontawesome/fa-solid-900.eot);
	src: url(/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(/fonts/fontawesome/fa-solid-900.woff) format("woff"), url(/fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
	font-family: "font awesome 5 free";
	font-weight: 900
}

.input[type=radio]+label, input[type=checkbox]+label {
    font-size:1.2rem;
}

.select.form-control:not([size]):not([multiple]), select:not([size]) {
    border-radius: .4rem;
    display: inline-block;
    width: 100%;
    height: calc(3.6rem + 2px);
    line-height: 1.5;
    color: #4b4b4b;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #eee;
    appearance: none;
}

.cust-help .main .header{
    display:none;
}

.checkbox-custom img{
    width: 200px;
}

@media(max-width:991px) {
	.checkbox-custom img{
        width: 150px;
    }
}

@media(max-width:768px) {
	.checkbox-custom img{
        width: 125px;
    }
}

@media(max-width:480px) {
	.checkbox-custom img{
        width: 100px;
    }
}

#creditCard {
    padding: 15px;
    margin-bottom: 30px;
    font-weight: 400;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
}

#creditCard input {
    height: 40px;
    padding: 0 0 0 15px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    color: #212121;
    border: 1px solid #148fdd;
}

.payment-credit-card ym-hide-content {
    padding-top: 50%;
    position: relative;
    background: url(https://st3.myideasoft.com/7.1.6.3/storefront/assets/images/gateway_logo/credit_card.png) no-repeat;
    background-size: contain;
    margin-bottom: 1rem;
}

.card-logo {
    position: absolute;
    color: #4b4b4b;
    font-weight: 700;
    font-size: 1.1rem;
    top: 4%;
    left: 6%;
}
.card-logo i {
    font-size: 3.2rem;
    margin-top: 20%;
}
.card-logo i::before {
    content: "💳";
}
.card-name {
    position: absolute;
    color: #4b4b4b;
    font-weight: 700;
    top: 54%;
    left: 6%;
}
.d-none {
    display: none!important;
}


/* Custom nav-tabs */
.step-tabs .tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: block;
  border-radius: 0 0 0.25em 0.25em;
}
.step-tabs .tab-content .tab-pane {
  text-align: left;
  padding: 10px;
}
.step-tabs .tab-content .tab-pane h3 {
  margin: 0;
}

.step-tabs .cd-breadcrumb {
  padding: 6px 7px;
  margin: 0;
  background-color: transparent;
  border-radius: 0.25em 0.25em 0 0;
}
.step-tabs .cd-breadcrumb.nav-tabs {
  margin-bottom: 10px;
}
.step-tabs .cd-breadcrumb.nav-tabs > li.active > span {
  color: #fff;
  background-color: #37c7db;
  border: 0px solid #37c7db;
  cursor: default;
}
.step-tabs .cd-breadcrumb.nav-tabs > li.active > span > span {
  font-family: "Lato",Arial,sans-serif;
}
.step-tabs .cd-breadcrumb.nav-tabs > li > span {
  margin-right: inherit;
  line-height: inherit;
  height: 48px;
  border: inherit;
  border-radius: inherit;
  border-color: #ffffff;
}
.step-tabs .cd-breadcrumb.nav-tabs > li > span > span {
  font-family: "Lato",Arial,sans-serif;
}
.step-tabs .cd-breadcrumb li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.step-tabs .cd-breadcrumb li::after {
  /* this is the separator between items */
  display: inline-block;
  content: "»";
  margin: 0 0.6em;
  color: tint(#37c7db, 50%);
}
.step-tabs .cd-breadcrumb li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.step-tabs .cd-breadcrumb li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #37c7db;
}
.step-tabs .cd-breadcrumb li.current > * {
  /* selected step */
  color: #37c7db;
}
.step-tabs .cd-breadcrumb a:hover {
  /* steps already visited */
  color: #37c7db;
}
.step-tabs .cd-breadcrumb.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: "";
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.step-tabs .cd-breadcrumb li {
  margin: 1.2em 0;
}
.step-tabs .cd-breadcrumb li::after {
  margin: 0 1em;
}
.step-tabs .cd-breadcrumb li > * {
  font-size: 1.2rem;
}

.step-tabs .cd-breadcrumb.triangle li {
  position: relative;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 4px 0 0;
}
.step-tabs .cd-breadcrumb.triangle li:last-of-type {
  margin-right: 0;
}
.step-tabs .cd-breadcrumb.triangle li .octicon {
  margin-right: 10px;
}
.step-tabs .cd-breadcrumb.triangle li > * {
  position: relative;
  padding: 0.8em 0.8em 0.7em 2.5em;
  color: #333;
  background-color: #ffffff;
  /* the border color is used to style its ::after pseudo-element */
  border-color: #edeff0;
}
.step-tabs .cd-breadcrumb.triangle li.active > * {
  /* selected step */
  color: #f1f1f1;
  background-color: #37c7db;
  border-color: #37c7db;
}
.step-tabs .cd-breadcrumb.triangle li:first-of-type > * {
  padding-left: 1.6em;
  border-radius: 4px 0 0 4px;
}
.step-tabs .cd-breadcrumb.triangle li:last-of-type > * {
  padding-right: 1.6em;
  border-radius: 0 0.25em 0.25em 0;
}
.step-tabs .cd-breadcrumb.triangle li::after,
.step-tabs .cd-breadcrumb.triangle li > *::after {
  /*
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
    */
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  height: 0;
  width: 0;
  /* 48px is the height of the <a> element */
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
}
.step-tabs .cd-breadcrumb.triangle li::after {
  /* this is the white separator between two items */
  z-index: 1;
  -webkit-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
  transform: translate(4px, 0);
  border-left-color: #f1f1f1;
  /* reset style */
  margin: 0;
}
.step-tabs .cd-breadcrumb.triangle li > *::after {
  /* this is the colored triangle after each element */
  z-index: 2;
  border-left-color: inherit;
}
.step-tabs .cd-breadcrumb.triangle li:last-of-type::after,
.step-tabs .cd-breadcrumb.triangle li:last-of-type > *::after {
  /* hide the triangle after the last step */
  display: none;
}

#paytriframe {
    transition: opacity 0.3s ease-out, height 0.3s;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog {
    position: relative;
    width: 50%;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transform: translate(0,100%);
}

.modal.fade.in .modal-dialog {
    transform: translate(0,100%);
    transition: transform .3s ease-out;
    transform: translate(0,0);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-open {
    overflow: hidden;
}

.map-div {
    margin-top: 20px;
    box-shadow: 0 4px 8px 0 rgb(38 40 42 / 10%);
}
@media(min-width:900px) {
    .map-div {
        display: flex;
        margin-top: 50px;
    }
}
.map-desc {
    flex: none;
    align-items: center;
    text-align: center;
    padding: 30px;
    background-color:#ffffff;
}
@media(min-width:900px) {
    .map-desc {
        padding-top: 20px;
        width: 375px;
    }
}
.map-container {
    flex: 1;
}
.icon-location {
    width: 20px;
    height: auto;
}