@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--dark-blue: #00184A;
	--dark-blue08: rgba(0, 12, 119, 0.8);
	--yellow: #FFD500;
	--yellow25: rgba(255, 213, 0, 0.25);
	--yellow05: rgba(255, 213, 0, 0.05);
	--yellow5: rgba(255, 213, 0, 0.5);
	--grey82: #828282;
	--grey76: #767676;
	--grey41: #414141;
	--grey9b: #9B9B9B;
	--greya7: #A7A7A7;
	--grey-back: rgba(220, 220, 220, 0.25);
	--white-back: #E2E0E0;
	--white-backf9: #F9F9F9;
	--black24: #242424;
	--black: #000000;
	--alert: rgba(255, 53, 53, 0.75);
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat';
}

/* Header */
.header {
	background-color: var(--white-backf9);
	padding: 10px 0;
	width: 100%;
}

.tabula {
	color: var(--dark-blue);
	font-size: 20px;
	line-height: 12px;
	margin-top: 6px;
}

.logo {
	width: 32px;
	height: 34px;
	margin-right: 5px;
}

.logo-text {
	color: var(--dark-blue);
}

.nav-item {
	color: var(--grey82);
	font-weight: 600;
	font-size: 13px;
}

.nav-item:hover {
	color: var(--black24);
}

.nav-item.active {
	color: var(--black24);
}

.nav-steak {
	margin: 0 10px;
}

.comments {
	position: relative;
}

.notification {
	position: absolute;
	top: 0;
	left: 10px;
}

.profile {
	color: var(--black24);
	font-size: 14px;
	font-weight: 500;
}

.profile:hover {
	color: var(--black24);
}

.headerBtn {
	background-color: var(--yellow);
	color: var(--black24);
	padding: 12.5px 18px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
}

.headerBtn:hover {
	color: var(--black24);
}

.plus {
	width: 15px;
}

.search {
	background-color: var(--white-back);
	width: 100%;
	padding: 33px 0;
}

.form {
	background: var(--white-backf9);
	padding: 10px 15px;
	border-radius: 3px;
}

.form input {
	background: transparent;
	border: none;
	outline: none;
}

.form input::placeholder {
	font-size: 15px;
	font-weight: 500;
	left: 10px;
}

.int2 {
	width: 250px;
}

.searchBtn {
	border: none;
	background: transparent;
	margin-left: 10px;
}

.microfon {
	margin-right: 20px;
}

.location {
	margin-right: 20px;
}

.footer {
	padding: 50px 0;
}

.tabula-footer {
	color: var(--greya7);
	font-size: 20px;
	line-height: 18px;
	margin-top: 6px;
}

.logo-footer {
	width: 40px;
	margin-right: 5px;
}

.logo-text-footer {
	color: var(--greya7);
}

.footer-links {
	font-size: 14px;
	font-weight: 600;
	color: var(--grey41);
}

.footer-links:hover {
	color: var(--black);
}

.footer ul {
	list-style-type: none;
}

.footer ul li {
	margin: 15px 0;
}

.social-links {
	width: 28px;
	height: 28px;
	margin-right: 15px;
}

main {
	width: 100%;
	padding: 50px;
}

.category {
	width: 170px;
	margin-bottom: 50px;
}

.category img {
	width: 48px;
}

.category a {
	font-weight: 600;
	font-size: 15px;
	color: var(--grey41);
}

.theme-text {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.theme-paragraph {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: var(--grey41);
}

.theme-paragraph~a {
	color: var(--dark-blue08);
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	border-bottom: 2px solid var(--dark-blue08);
}

.card {
	border: none;
}

.card-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
}

.card-price {
	font-size: 16px;
	font-weight: 700;
	margin: 17px 0 10px 0;
	color: var(--grey41);
}

.card-address {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #666666;
}

.card-footer {
	height: 50px;
	border: none;
	width: 100%;
	position: absolute;
	top: 300px;
	left: 0;
}

.card-footer-img {
	margin: auto 0;
	text-decoration: none;
	color: var(--grey76);
	font-weight: 400;
	font-size: 12px;
}

.card-footer-time {
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: var(--grey76);
}

.col-lg-3.short {
	width: 245px;
	margin: 8px !important;
}

.card-title a {
	color: var(--black);
}

.stripe {
	width: 100%;
	height: 187px!important; /*187px*/
	background-color: var(--grey-back);
}

.tabs {
	height: fit-content;
	width: 100%;
	padding: 15px 0 15px 0;
	margin: 10px 0;
	border-bottom: 1px solid #D9D9D9;

}

.tab {
	margin: 15px 15px 15px 0;
	padding-bottom: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #767676;
}

.tab:hover {
	color: #767676;
}

.tab.active {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #424242;
	border-bottom: 3px solid #FFD500;
}

.reset-filter {
	font-family: 'Montserrat';
	color: var(--dark-blue08);
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	border-bottom: 2px solid var(--dark-blue08);
}

.breadcrumbs a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #AAAAAA;
}

.card.home {
	border-radius: 10px !important;
	overflow: hidden;
}

.sorting {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #414141;
}

/*customize select*/
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	width: 220px;
	margin: 0 15px;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}

.select-selected {
	background-color: transparent;
	border: 1px solid #D9D9D9 !important;
	color: var(--grey76) !important;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
	width: 220px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 8px;
	right: 18px;
	width: 15px;
	height: 15px;
	background-image: url('../images/icons/select-arrow.svg');
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	transform: rotateX(180deg);
	top: 13px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: var(--grey76);
	padding: 8px;
	cursor: pointer;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: transparent;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

/* sorting */
.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	background-image: none;
	flex: 1;
	padding: 0 18px;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #414141;
}

.select select::-ms-expand {
	display: none;
}

.select {
	position: relative;
	display: flex;
	width: 18em;
	/*20em*/
	height: 3em;
	/*3em*/
	line-height: 3;
}

.select::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	width: 15px;
	height: 15px;
	background-image: url('../images/icons/select-arrow-sort.svg');
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
}

.select:hover::after {
	color: #23b499;
}
.form.sort {
	position: relative;
	background: transparent;
	border: 1px solid #D9D9D9;
	width: 18em;
	height: 3em;
	border-radius: 5px;
}

.form.sort input {
	width: 50%;
	padding-left: 5px;
}

.form.sort img {
	height: 100%;
}

.short.selected .card {
	border: 2px solid #FFD500;
}

.short.selected .card-body {
	background-color: rgba(255, 213, 0, 0.15);
}

.short.selected .card-footer {
	background-color: rgba(255, 213, 0, 0.5);
}

.text3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	color: #666666;
}

.product .col-12 {
	padding: 0;
	border: 1px solid black;
}

.product .card {
	border: none !important;
	height: 100%;
}

.product .card-footer {
	position: absolute;
	top: 76.2%;
}

.wislist {
	position: absolute;
	top: 10px;
	right: 15px;
}

.product .card-title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
}

.product .card-img-top {
	width: 100%;
	border-radius: 0;
}

.product .card-footer {
	border-radius: 0;
}

.product .row.selected {
	border: 1px solid rgba(255, 213, 0, 1);
}

.product .row.selected .card-body {
	background-color: rgba(255, 213, 0, 0.15);
}

.product .row.selected .card-footer {
	background-color: rgba(255, 213, 0, 0.25);
}

.by-qrcode {
	width: 100%;
	height: fit-content;
	background-color: #E2E0E0;
}

.card.by-qrcode {
	width: 424px;
	height: 548px;
}

.card.qrcode .title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	/* text-align: center; */
	color: #2B2B2B;
}

.card.qrcode .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	/* text-align: center; */
	color: #424242;
}

.card.qrcode .phone {
	width: 114px;
	height: 107px;
	margin: 20px auto;
}

.card.qrcode .qr {
	width: 194px;
	height: 193px;
	margin: 50px auto;
}

.card.qrcode~.text-center a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #767676;
}

.card.qrcode p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #FF2525;
}

.card.qrcode form {
	display: flex;
	flex-flow: column;
	padding: 30px;
	position: relative;
}

.card.qrcode form input {
	border: 1px solid var(--greya7);
	height: 3em;
	border-radius: 5px;
	outline: none;
}

.card.qrcode form .label {
	content: '';
	position: absolute;
	top: 20px;
	left: 30px;
	width: 150px;
	padding: 0 10px !important;
	margin: 0;
	z-index: 5;
	background-repeat: no-repeat;
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
}

.card.qrcode .btn {
	background: #FFD500;
	border-radius: 5px;
	height: 3em;
	outline: none;
}

.card.qrcode .btn:focus {
	box-shadow: none !important;
}

.card.qrcode form span {
	position: absolute;
	right: 45px;
	top: 42px;
}

.by-qrcode.telephone form {
	padding: 30px 0 0 0;
}

.by-qrcode.telephone form button {
	margin-bottom: 0;
}

.by-qrcode.telephone form .label {
	content: '';
	position: absolute;
	top: 20px;
	left: 5px;
	width: 150px;
	padding: 0 10px !important;
	margin: 0;
	z-index: 5;
	background-repeat: no-repeat;
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
}

.by-qrcode.telephone span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #424242;
}

.by-qrcode.telephone span a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: rgba(255, 132, 0, 1);
}

.by-qrcode.telephone .suggest {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #424242;
}

.btn.btn10 {
	width: 190px;
	height: 40px;
	background: #00D881;
	border-radius: 3px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 1);
}

.btn.btn10.btn2 {
	width: 169px;
	height: 40px;
	background: #A6A6A6;
}

.sum {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	color: #000000;
}

.balance {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #414141;
}

.person {
	border-radius: 50%;
}

.person-name {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #424242;
}

.person-id {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #767676;
}

.personal {
	width: 100%;
	height: fit-content;
	background: #F6F6F6;
}

.personal-main .nav-link {
	background-color: #fff;
	display: flex;
	justify-content: left;
	align-items: center !important;
}

.nav-link.active {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	background-color: #fff !important;
	color: #424242 !important;
}

.nav-link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #767676;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.nav-link:hover {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #767676;
}

.nav-link img {
	padding: 8px;
	margin-right: 10px;
}

.nav-link.active img {
	background-color: rgba(255, 213, 0);
	border-radius: 5px;
}

.tema {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	color: #424242;
}

.insider_tab ul li button {
	border: 1px solid black;
	padding: 0 !important;
	margin: 0 10px;
}

.insider_tab ul li .first {
	margin-left: 0 !important;
}

.insider_tab .nav-link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #A4A4A4;
	padding-bottom: 10px !important;
}

.insider_tab .nav-link.active {
	border-bottom: 4px solid #FFD500;
}

.insider_tab .wrapper {
	width: 1020px;
	height: fit-content;
	border-radius: 10px;
	background-color: rgba(246, 246, 246, 1);
}

.wrapper .card {
	height: fit-content !important;

}

.wrapper .card-body .cardtitle {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #414141;
}

.wrapper .card-text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #424242;
	bottom: 40px;
}

.wrapper .product {
	width: 100% !important;
	height: 150px;
}

.wrapper .breadcrumbs {
	padding: 0 !important;
}

.wrapper .views {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #767676;
}

.green-not {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: rgba(0, 188, 41, 1);
}

.pagination-btns {
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
}

.selected-checkboxes {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #767676;
}

.form.sort.filter {
	width: 200px;
}

.form.sort.filter.first input,
.form.sort.filter.first {
	width: 100%;
}

.form.sort.filter.first::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	height: 20px;
	padding: 0 10px !important;
	margin: 0;
	background-image: url('../images/10/icons/filterbylocation.svg');
	background-repeat: no-repeat;
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
}

.select.filter.first {
	width: 200px;
}

.select.filter.first::before {
	width: 100%;
}

.filter.title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}

/* custom checkbox */
.css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

#inputPreview {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.css-checkbox+label {
	position: relative;
	font-size: 14px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	height: 27px;
	color: rgb(0, 0, 0);
}

.css-checkbox+label::before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	width: 25px;
	height: 25px;
	background-color: transparent;
	border: 2px solid rgba(164, 164, 164, 1);
	border-radius: 4px;
	box-shadow: none;
}

.css-checkbox:checked+label::after {
	content: " ";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzMzMjMwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: center center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: rgba(255, 213, 0, 1);
	border: none;
	border-radius: 4px;
	font-size: 10px;
	height: 26px;
	width: 26px;
}

/* custom checkbox */
.btn.btnCreate{
	width: 202px;
	height: 42px;
	background: #FFD500;
	border-radius: 3px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #242424;
}
.alert{
    width: 100%;
    display: flex;
    align-items: start;
    padding: 15px 15px!important;
	border: 2px solid rgba(0, 216, 129, 1);
	background-color: rgba(0, 216, 129, 0.15);
}

.btn-close{
	position: static!important;
	margin: 0 0 0 15px!important;
	padding: 5px!important;
	width: 15px;
	height: 15px;
	box-shadow: none!important;
}
.location{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
}
.back{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #767676;
}
.back:hover{
	color: #767676;
}
.product-detail{
	padding: 20px 0!important;
}
.product-detail .nav-link{
	padding: 15px!important;
	margin-right: 20px;
	background: transparent!important;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #808080;
}
.product-detail .nav-link.active{
	border-bottom: 4px solid rgba(255, 213, 0, 1)!important;
	font-weight: 600;
}
.product-detail .nav{
	background-color: rgba(246, 246, 246, 1);
}
.phoneBtn{
	width: 240px;
	height: 46px;
	background: #FFD500;
	border-radius: 3px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #424242;
}
.msgBtn{
	width: 57px;
	height: 46px;
	background: rgba(0, 12, 119, 0.75);
	border-radius: 3px;
}
.phoneBtn:hover,.msgBtn:hover{
	color: #424242;
}
.all-not-author{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(0, 12, 119, 0.8);
	border-bottom: 2px solid rgba(0, 12, 119, 0.8);
}
.textarea{
	width: 312px;
	height: 114px;
	background: rgba(255, 213, 0, 0.15);
	border: 1px solid rgba(255, 213, 0, 0.39);
	border-radius: 3px;
	outline: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #767676;
}
.time-in{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
}
.p-position{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
}
.description-p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
}
.status{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #767676;
}
.value{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #242424;
}
.p-name{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #424242;
}
.loc{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
}
.description{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #222222;
}
.product-detail .table tr td{
	border: none!important;
	/* margin: 10px!important; */
	padding-left: 0!important;
}
.desc-theme{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
}
.desc-title{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #424242;
}
.carousel-inner img{
	width: 100%;
	height: 500px;
	border-radius: 5px;
}
.carousel-indicators button{
	background-color: transparent!important;
	padding: 50px!important;
}
.carousel-indicators button.active{
	background-color: transparent;
}
.carousel-indicators img{
	width: 130px;
	height: 100px;
	margin-left: 435px!important;
	margin-top: 90px;
	border-radius: 5px;
}
.anime-label{
	position: absolute;
	top: -10px;
	left: 13px;
	padding: 0 5px;
	background-color: #fff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #414141;
}
.strong-m-p{
	margin-right: 0!important;
	padding-right: 0!important;
}
.col-m-p{
	padding: 0!important;
}
.list{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #414141;
}
.id-number{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
}
.fill-checkout{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
.payment-input{
	width: 387px;
	height: 62px;
	background: #FFFFFF;
	border-radius: 10px;
	padding-left: 20px;
	outline: none;
	border: none;
}
.min-sum{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #767676;
}
.payment-card{
	width: 234px;
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
}
.btnPay{
	width: 140px;
	height: 42px;
	bottom: 46px;
	border-radius: 3px;
	border: none;
}
.btnPay.black{
	background: #A6A6A6;
}
.btnPay.yellow{
	background: rgba(255, 213, 0, 1);
}
.payment [type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
  }

  /* IMAGE STYLES */
.payment  [type=radio] + img {
	cursor: pointer;
}

  /* CHECKED STYLES */
/* .payment [type=radio]:checked + img {
	background-color: #FFD500;
} */

.select{
	width: 100%;
}
.select:after{
	display: none;
}
.select input{
	position: relative;
	width: 100%;
	outline: none;
	border: 1px solid #E2E0E0;
	border-radius: 4px;
	padding: 10px;
}
select option{
    font-family: 'Montserrat'!important;
}
.anime-label{
	position: absolute;
	top: -16px!important;
	left: 10px;
	z-index: 2;
	background: #fff;
	width: fit-content;
	padding: 5px;
}
.bg-light_1{
	background-color: #fff;
}
.rate {
    display: flex;
    flex-flow: row-reverse;
    float: left;
    height: fit-content;
}

.rate > i:checked ~ i {
    color: #ffc700;
}
.rate i {
    cursor: pointer;
    margin: 0 2px;
}
.rate:not(:checked) > i:hover,
.rate:not(:checked) > i:hover ~ i {
    color: #deb217;
}
.up-arrow{
	/* transform: rotateX('180deg')!important; */
	rotate: 90deg;
}
#add-text-input{
	width: 50px;
	border: none;
	border-radius: 3px;
	margin-left: 10px;
}
.little-s{
    font-size: 14px;
}
.little-s:hover{
    font-size: 14px;
    cursor: pointer;
}
.directions{
    width: 250px!important;
}
.yonalishlar .nav-link{
    background: transparent!important;
}
/*.notification-link{*/
/*    position: relative;*/
/*    padding: 10px;*/
/*    margin: 0!important;*/
/*    color: #ffd500;*/
/*}*/
.notification-link:hover{
    background-color: #eee;
}
/*.mark-as-read{position: absolute;bottom: 10px;right: 10px;font-size: 10px;cursor: pointer;text-decoration: none;}*/
/*.markAsAllRead{cursor: pointer;padding-left: 10px;margin-bottom: 13px!important;font-size: 12px;font-weight: bold;}*/
/*.viewAll a{*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    font-size: 12px;*/
/*    cursor:pointer;*/
/*    color: #000000;*/
/*    text-decoration: none;*/
/*}*/

