/* ----------------------home--------------------*/
/* ----------------------header------------------*/
.div-header-main {
	display: grid;
	grid-template-columns: 220px auto;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	padding-top: 10px;
	grid-auto-flow: row;
	grid-template-areas:
		"section-logo section-menu";
}

.section-logo {
	grid-area: section-logo;
}

.section-menu {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1.5fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
		"section-menu-row-a"
		"section-menu-row-b";
	grid-area: section-menu;
}

.section-menu-row-b {
	grid-area: section-menu-row-b;
}

.section-menu-row-a {
	grid-area: section-menu-row-a;
}



.div-header-main-menu {
	color: #4878EA;
	float: right;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.div-header-main-menu a {
	text-decoration: none;
}

.hr1-o {
	height: 1px;
	background-color: var(--gp-o0);
}

.hr1-b {
	height: 1px;
	background-color: var(--gp-b0);
}

.hr1-g {
	height: 1px;
	background-color: var(--gp-g0);
}

.hr2-o {
	height: 2px;
	background-color: var(--gp-o0);
}

.hr2-b {
	height: 2px;
	background-color: var(--gp-b0);
}

.hr2-g {
	height: 2px;
	background-color: var(--gp-g0);
}


.search-container {
	float: right;
}

.search-container input[type=text] {
	padding: 1px;
	margin-top: 5px;
	font-size: 16px;
	size: 100%;
}

.search-container button {
	float: right;
	padding: 6px 10px;
	margin-top: 8px;
	margin-right: 16px;
	background: rgb(255, 255, 255);
	font-size: 14px;
	border: none;
	cursor: pointer;
}

.search-container button:hover {
	background: #ccc;
}

.aucson-logo {
	width: 100%;
	padding: 3px;
}

.cart-icon {
	width: 20px;
}

.form-select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	color: #4CAF50;
}

.search[type=text] {
	width: 100%;
	padding: 5px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
}

.search[type=text]:focus {
	border: 3px solid #febb50;
}

.search[type=submit] {
	width: 100%;
	background-color: #133970;
	color: white;
	padding: 5px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.search[type=submit]:hover {
	background-color: #224c88;
}

.paypal-input[type=email] {
	width: 100%;
	background-color: #ffffff;
	color: #123984;
	border: 1px solid #009fe3;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
}

.paypal-input[type=email]:focus {
	border: 3px solid #febb50;
}


/* ---------------------- endheader------------------*/

/* ________________Fixed Sider Bar________________ */

#fx-sidebar {
	left: 0%;
	position: fixed;
	z-index: 10;
	top: 25%;
	background: rgba(11, 41, 58, 0.6);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
}

#fx-sidebar img {
	width: 20px;
	font-size: 9px;
}


#fx-sidebar li {
	list-style-type: none;
}

#fx-sidebar a {

	color: #fff;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}

#fx-sidebar div {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1100px) and (min-width: 100px) {

	#fx-sidebar {
		display: block;
	}

	.switch-1 {
		display: none;
	}


}

@media screen and (max-width: 500px) and (min-width: 300px) {

	#fx-sidebar {
		display: block;
	}

	#fx-sidebar div {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#fx-sidebar img {
		width: 15px;
		font-size: 9px;
	}

	.switch-1 {
		display: none;
	}


}


/* ________________Fixed Sider Bar________________ */



#main-footer {
	margin-bottom: 0%;
}

#main-block {
	min-height: 100vh;
}

/** * --------- container start */
.cnt-flex {
	display: flex;
}

.cnt-flex .no-wrap {
	flex-wrap: nowrap;
}

.cnt-flex .flex-wrap {
	flex-wrap: wrap;
}


.cnt_grid_trend>div {

	margin-left: 1%;
	margin-right: 1%;

}

.cnt-product {
	display: grid;
	max-width: fit-content;
}

.cnt-grid-start {
	display: grid;
	grid-auto-flow: column;
	max-width: fit-content;
	justify-content: start;
	grid-auto-columns: auto;
	gap: 2px;
}

.cnt-block {
	display: block;
}

/** * --------- container end */

.uform {
	border-radius: 4px 4px 4px 4px;
	width: calc(100% - 57px);
	height: 36px;
	margin: 13px 0 0 -5px;
	padding-left: 10px;
	border-radius: 0 5px 5px 0;
	border: solid 1px #cbc9c9;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .09);
	background: #fff;
}

.ubutton {
	width: 100%;
	padding: 10px 0;
	margin: 10px auto;
	border-radius: 5px;
	border: none;
	background: #0063d1;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.ubutton:hover {
	background: #147af0;
}

.container_product {
	position: relative;
	clear: both;
	max-width: 80%;
}

.tform {
	border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border: solid 1px #cbc9c9;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .09);
	background: #fff;
}



.center_text {
	margin: auto;
	width: 60%;
	border: 3px solid #73AD21;
	padding: 10px;
}

body {
	background-color: hsl(0, 0%, 100%);

}

.formtext {
	position: absolute;
	text-decoration-color: rgb(124, 120, 115);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	color: hsl(0, 0%, 39%);
}

.box-element {
	box-shadow: hsl(0, 0%, 80%) 0 0 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}

.thumbnail {
	width: 100%;
	height: 200px;
	-webkit-box-shadow: -1px -3px 5px -2px rgba(214, 214, 214, 1);
	-moz-box-shadow: -1px -3px 5px -2px rgba(214, 214, 214, 1);
	box-shadow: -1px -3px 5px -2px rgba(214, 214, 214, 1);
}

.product {
	border-radius: 0 0 4px 4px;
}

.bg-dark {
	background-color: #a7a7a7 !important;
}



.hidden {
	display: none !important;
}

/**
* Notification toast
*/

@keyframes show-toast {
	0% {
		bottom: -100%;
	}

	20% {
		bottom: 50px;
	}

	80% {
		bottom: 50px;
	}

	100% {
		bottom: -100%;
	}
}

.notification.is-toast {
	position: fixed;
	bottom: 100%;
	right: 20px;
	animation-name: show-toast;
	animation-duration: 4s;
}

.centerform {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid #FFFF00;
	padding: 10px;
}

/* ---------------------------------------- footer style ----------------------------- */
.site-footer {
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #919191;
	list-style: none;
}

.cnt_flex_footer {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.cnt_flex_footer>a {
	color: #919191;
	text-decoration: none;
	margin-left: 1%;
	margin-right: 1%;
}

.copyright-text {
	margin: 0;
}

@media (max-width: 991px) {
	.site-footer [class^="col-"] {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding-bottom: 0;
	}

	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center;
	}
}

/* ----------------- message tab -----------------------*/

.tab {
	overflow: hidden;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 7px 30px;
	transition: 0.1s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ececec;
	border-bottom: 2px solid #a8a8a8;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #e7e7e7;
	border-bottom: 2px solid #133970;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}


/* ----------------- Account | login | hompage | dropdoen menu -----------------------*/

.topbar {
	background-color: #f0f0f0;
	position: relative;
	top: 0;
	margin-top: 0;
}

.topbar a {
	color: #3d3d3d;
	text-align: center;
}

.topbar-menu .text {
	font-family: "Times New Roman", Times, serif;
	padding-right: 20px;
	text-transform: capitalize;
	margin: 0%;
	max-width: fit-content;
	float: right;
}

.topnavbar {
	overflow: hidden;
	background-color: #333;
}

.topnavbar a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topdropdown {
	float: left;
	overflow: hidden;
}

.topdropdown .topdropbtn {
	border: none;
	outline: none;
	color: white;
	padding: 1px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.topnavbar a:hover,
.topdropdown:hover .topdropbtn {
	background-color: red;
}

.topdropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.topdropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topdropdown-content a:hover {
	background-color: #ddd;
}

.topdropdown:hover .topdropdown-content {
	display: block;
}

/* ----------------------------------------------------- navigation -------------------------------------------------- */

.alert-card {
	background-color: #fdfdfd;
}

.alert-panel-wrap {
	margin-top: 100px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 350px;
	transform: translateX(100%);
	transition: .3s ease-out;
	z-index: 7;
}

.alert-panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	color: #eee;
	overflow: auto;
	padding: 1em;
	border-top-left-radius: 10px;
	height: auto;
}

/* simulate panel state control --
	this can also be triggered by a 
	class name added to the body tag. 
	Just using a checkbox sibling here
	for simplicity
	*/

input[type="checkbox"][id^="clicker"] {
	display: none;
}

[type="checkbox"]:checked~.alert-panel-wrap {
	transform: translateX(0%);
}


/* demo display */
*,
*:before,
*:after {
	box-sizing: border-box;
}


[type="checkbox"] {
	font-size: 1em;
}




#alert-dropdown {
	position: absolute;
	top: 65px;
	padding: 5px 5px;
	display: none;
	z-index: 1;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

}

.gp-alert {
	background-color: #f5f5f5;
	--bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius)
}

.gp-alert>* {
	list-style: none;
	text-decoration: none;
}

.alert-dropbtn {
	border: none;
	background-color: unset;
}

.alert-dropdown {
	position: relative;
	display: inline-block;
}

.alert-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.alert-dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.alert-dropdown-content a:hover {
	background-color: #ddd;
}

.alert-dropdown:hover .alert-dropdown-content {
	display: block;
}







.faq-collapsible {
	background-color: #777;
	color: white;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}

.faq-active,
.faq-collapsible:hover {
	background-color: #555;
}

.faq-content {
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}

/* -------------------------------------------------------------------------------------------------------------- */

.profile-head {
	display: grid;
	border-width: 3px;
	border-color: #FFE88B;
	border-style: solid;
	border-radius: 20px;
	background-color: #F6F6F6;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
		"profile-cover";
}

.profile-cover {
	display: grid;
	grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
		"pc1 pc2 pc3 pc4";
	grid-area: profile-cover;
}

.pc1 {
	grid-area: pc1;
}

.pc2 {
	grid-area: pc2;
}

.pc3 {
	grid-area: pc3;
}

.pc4 {
	grid-area: pc4;
}


#profile-box {
	width: 150px;
	height: 150px;
	margin: 7px;
	padding: 3px;
	border-width: 3px;
	border-color: #99FFBD;
	border-style: solid;
	border-radius: 5px;
	background-color: #F6F6F6;
	overflow: hidden;
}

.box-bttn {
	display: grid;
	float: left;
	max-width: fit-content;
	margin: 6px;
	border-radius: 20px;
	background-color: #EEEEEE;
}

.box-bttn:hover {
	background-color: #e6e6e6;
}



.box-size,
.box-size-x {
	position: relative;
	width: 170px;
	height: 170px;
}

.box-size-1 {
	position: relative;
	width: 160px;
	height: 160px;
}

.box-size-2 {
	position: relative;
	width: 150px;
	height: 150px;
}

.box-size-3 {
	position: relative;
	width: 140px;
	height: 140px;
}

.box-size-4 {
	position: relative;
	width: 130px;
	height: 130px;
}

.box-size-5,
.box-size-x5 {
	position: relative;
	width: 120px;
	height: 120px;
}

.box-content-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-size__badge {
	position: absolute;
	display: flex;
	top: 4px;
	right: 4px;
	background-color: #fea846;
	color: white;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 15px;
	width: 35px;
	height: 35px;
	font-size: 16px;
}

.cushion-x {
	position: relative;
}

.cushion-x__badge {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	width: 19px;
	height: 19px;
	font-size: 13px;
	font-weight: 600;
}



.cnt-70 {
	width: 70%;
	margin-right: auto;
	margin-left: auto
}

.cnt-80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto
}

.cnt-90 {
	width: 90%;
	margin-right: auto;
	margin-left: auto
}

.cnt-100 {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.cnt-flx {
	width: 80%;
	margin-right: auto;
	margin-left: auto
}

.cnt-flx-main {
	width: 90%;
	margin-right: auto;
	margin-left: auto
}

@media only screen and (min-width:250px) and (max-width:560px) {

	.cnt-flx {
		width: 94%;

	}

	.box-size-x {
		width: 150px;
		height: 150px;
	}

	.box-size-x5 {
		width: 90px;
		height: 90px;
	}


}

@media only screen and (min-width:561px) and (max-width:770px) {

	.cnt-flx {
		width: 92%;

	}


}

@media only screen and (min-width:771px) and (max-width:1200px) {
	.cnt-flx {
		width: 87%;

	}


}



/* --------------------------------------------------poster filter------------------------------------------------------- */



.side-bar .menu {
	width: 100%;
	margin-top: 30px;
}

.side-bar .menu .item {
	position: relative;
	cursor: pointer;
}

.side-bar .menu .item a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 5px 30px;
	line-height: 60px;
}

.side-bar .menu .item a:hover {
	background: #33363a;
	transition: 0.3s ease;
}

.side-bar .menu .item i {
	margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
	position: absolute;
	right: 0;
	margin: 20px;
	transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
	background: #262627;
	display: none;
}

.side-bar .menu .item .sub-menu a {
	padding-left: 80px;
}

.rotate {
	transform: rotate(90deg);
}


/* ________________________________ */

.g-sidenav {
	height: 100%;
	width: 200px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.a-sidenav a,
.a-dropdown-btn {
	text-decoration: none;
	font-size: 20px;
	color: #2e2e2e;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
}

/* On mouse-over */
.a-sidenav a:hover,
.a-dropdown-btn:hover {
	color: #575757;
}

/* Main content */


/* Add an active class to the active dropdown button */
.a-active {
	background-color: green;
	color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.a-dropdown-container {
	display: none;
	padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
	float: right;
	padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
	.a-sidenav {
		padding-top: 15px;
	}

	.a-sidenav a {
		font-size: 18px;
	}
}

/* ________________________________ */


.filter-input[type=search],
.filter-input[type=text],
.filter-input[type=number],
select {
	width: 100%;
	padding: 2px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 12px;
}

.filter-input[type=submit] {
	width: 100%;
	background-color: #133970;
	color: white;
	padding: 3px;
	margin: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

.filter-input[type=submit]:hover {
	background-color: #1f4f92;
}

/* ________________________________ */


.feedback-input[type=text],
select {
	width: 100%;
	padding: 2px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 14px;
}

.feedback-input[type=submit] {
	width: 100%;
	background-color: #e2e2e2;
	color: #133970;
	padding: 2px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.feedback-input[type=submit]:hover {
	background-color: #f0f0f0;
}