:root {
  --aw_blue: #0038FF;
  --aw_lightgrey: #EFEFEF;
}

body {
	background: orange;
	font-family: Helvetica;
	margin: 0px;
}

a {
	color: black;
}

#topmenu {
    background: white;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    height: 60px;
    font-size: 20px;
}

#topmenu-pages-div {
    margin-top: 2px;
    line-height: 1.2;
    text-align: left;
    width: 70%;
}

#topmenu-account-related-div {
    text-align: right;
    width: 30%;
    position: absolute;
    right: 0px;
    margin-top: -4px;
}

.topmenuitems {
    margin: 0px 10px;
    display: inline-block;
    padding: 2px 0px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 40px;
}

.topmenuitems a {
    color: black;
    text-decoration: none;
}

.topmenuitems a:hover {
    color: orange !important;
}

.selectedtopmenuitem {
    font-weight: bold;
}

#firsttopmenuitem {
    margin-left: 50px;
}

.logo-wrapper {
    display: inline-block;
    margin-left: 8px;
}

.logo-wrapper a {
	text-decoration: none;
	color: black;
	font-size: 20px;
	font-weight: bold; 
}

.logo_text {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	margin-left: 5px
}

.topmenusignbtns {
    margin-left: 10px;
    background: var(--aw_blue);
    padding: 11px 20px;
    border-radius: 3px;
    margin-top: 2px;
    font-weight: bold;
    color: white;
}

.topmenusignbtns a {
    color: white;
}

.topmenusignbtns a:hover {
    color: white !important;
}

.topmenu_login_btn {
    background: none;
}

.topmenu_login_btn a {
    color: black;
    font-weight: normal;
}

.topmenu_login_btn a:hover {
    color: black !important;
}

.logo_image {
	height:34.6px;
}

.mobile_menu_btn {
	display: none;
}

@media screen and (max-width: 900px) {
    .pages-in-menu,
    .topmenuitems {
        display: none;
    }

    .pages-in-menu {
        margin-top: 20px;
        overflow: initial;
    }

    #firsttopmenuitem {
        margin-left: 10px;
    }

    .mobile_menu_btn {
    	display: block;
    	position: absolute;
    	right: 12px;
    	width: 48px;
    	margin-top: -4px;
    }

    .logo-wrapper {
        margin-left: -6px;
    }
}


.mobile_menu {
    display: none;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; /* to make sure it's above other content */
}

#mobileMenuCloseBtn {
	top: 10px;
	position: absolute;
}


.account_button_wrapper {
	color: white;
    line-height: 2.1;
    text-decoration: none;
    position: absolute;
    right: 12px;
    margin-top: 3px;
}

.account_button {
	background:var(--aw_blue);
	width: 42px;
	height: 42px;
	border-radius: 50px;
	text-align:center;
}
.account_button_text {
	vertical-align: middle;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
}

#mobile_menu_account_realted_elements_wrapper a {
	text-decoration: none;
}

.mobile_menu_content {
	width: 100%;
}

#mobile_menu_account_realted_elements_wrapper {
	margin-top: 112px;
	text-align: center;
	font-size: 19px;

}

.mobile_menu_sign_up_button {
	display: inline-block;
	margin-left: 10px;
	background: var(--aw_blue);
	padding: 11px 24px;
	border-radius: 3px;
	margin-top: 2px;
	font-weight: bold;
	color: white;
}

.mobile_menu_login_button {
	display: inline-block;
	margin-left: 10px;
	padding: 11px 24px;
	border-radius: 3px;
	margin-top: 2px;
	font-weight: normal;
	color: white;
}

.mobile_menu_login_button a {
	color: black;
}

.mobile_menu_items_wrapper {
	font-size: 19px;
	margin-top: 64px;
}

.mobile_menu_item {
	padding: 14px 30px;
}

.mobile_menu_item a {
	color: black;
	text-decoration: none;
}

.main_content {
	margin: 10px;
	min-height: calc(100vh - 60px - 129.56px);
}

.vsep { /*vertical seperator*/
	height: 100px;
}

.cwrapper { 
	text-align:left;
	width: 80%;
	margin-right:auto;
	margin-left: auto;
}

@media screen and (max-width: 600px) {
  .cwrapper {
    width: 98%;
  }
}

.full-width {
	width: 100%;
}

.floatright {
	float: right;
}

h1 {
	font-size: 40px;
	text-align:center;
}

#headline {
	font-size: 50px;
	background: black;
	color: white;
}

.data-tables {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background: white;
  padding: 10px;
  line-height: 2;
  border-radius: 5px;
}

.data-tables th {
	text-align: left;
}



@media screen and (min-width: 600px) {
	.small-data-tables { /* for tables with 2-3 columns */
		width: 50%;
	}
}


@media screen and (max-width: 600px) {

	.data-tables th {
		line-break: anywhere;
	}

  .data-tables {
    width: 100%;
    font-size: 12px;
    padding: 0px;
  }
  .data-tables th, .data-tables td {
  	box-sizing: border-box;
  	padding: 5px;
  }
}

.tool-instructions {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .tool-instructions {
    font-size: 16px;
  }
}


th {
	/*position: sticky; */
	top: 0;
	background: white;
	border-bottom: solid lightgrey 1px;
}

td {
	padding: 0px;
	border-bottom: solid lightgrey 1px;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

.right-text {
	text-align: right;
}

#search-form {
	text-align:center;
}

#search-box {
	vertical-align:middle;
	font-size: 20px;
	filter: drop-shadow(2px 4px 6px grey);
	padding: 10px;
	max-width: 100%;
}

#search-button {
	vertical-align:middle;
	font-size: 30px;
	line-height: 2;
	padding: 2px 20px;
	margin: 0px 10px;
	border: none;
	background: black;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	filter: drop-shadow(2px 4px 6px grey);
}


.summary-items {
	text-align: center;
	display:inline-block;
	padding: 20px;
	width: 20%;
	vertical-align:top;
}

.summary-item-results {
	font-size: 40px; 
	display: block; 
	color: black; 
	background: white;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-weight: bold;
}

.summary-items-def {
	color: black;
}


@media screen and (max-width: 600px) {
	.summary-item-results {
		font-size: 20px;
		text-align: center;
	}
	.summary-items {
		font-size: 12px;
	}
}


.search-results-items {
	border: 4px solid black;
	background: white;
	margin: 10px 0px;
}

.search-results-items-images-wrapper {
	vertical-align: middle; 
	padding:10px;
	width:20%; 
	display: inline-block;
}

.search-results-items-text-wrapper {
	width: 60%;
	display: inline-block; 
	vertical-align: middle;
}

.search-results-items-text {
	display: inline-block; 
	padding: 4px; 
	background: lightgrey; 
	margin: 4px;
}

#search-results-items-commission-usd-text {
	background: #118C4F;
}

.screenshots {
	max-width: 100%;
}

.alerts {
	background: yellow;
	color: black;
	padding: 10px;
	width:100%;
	filter: drop-shadow(2px 4px 6px grey);
	margin: 20px 0px;
}

.bg-green {
	background: limegreen;
}

.form-fields {
	vertical-align:middle;
	font-size: 20px;
	padding: 10px;
	margin: 4px;
	filter: drop-shadow(2px 4px 6px grey);
}

.form-buttons {
	vertical-align:middle;
	font-size: 30px;
	line-height: 2;
	padding: 2px 20px;
	margin: 20px;
	border: none;
	background: black;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	filter: drop-shadow(2px 4px 6px grey);
}

/* Loading animation section START */

#loading-div {
    width: 100%;
    height: 100%;
    display: none;
}
.loading-animation {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-animation div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: loading-animation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading-animation div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loading-animation div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loading-animation div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes loading-animation {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

/* Loading animation section END */


.product-category-grid-items {
			display: inline-block; 
			background: white; 
			padding: 0.4px 20px; 
			margin: 10px;
			width: 18%;
			font-size: 20px;
			text-align: left;
			filter: drop-shadow(2px 4px 6px grey);
}

@media screen and (max-width: 600px) {
	.product-category-grid-items {
			width:80%; 
  }
}

/* amazon affilaite product generator START */ 

#generator-image {
  width: 100%;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
	#generator-image {
		display: initial;
 		margin-top: -40px;
		z-index: -2; 
		max-width: none;
    object-fit: cover;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
	}
}

/* amazon affilaite product generator START */ 


.data-tables .tooltip {
	line-height: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: help;
}

.tooltip .tooltiptext {
	font-size: 16px;
	line-height: 1.1;
	text-align: left;
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -60px;
	font-weight: 100;
	box-sizing: border-box;
	padding: 10px;
}

@media screen and (max-width: 600px) {
	.tooltip .tooltiptext {
		font-size: 13px;
	}
} 

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltiptext {
	line-break: normal;
}

.intro-section {
	background: orange;
	padding: 23px 36px;
}

.intro-section h1, .intro-section p {
	margin:0px;
	text-align: left;
}

.intro-section h1 {
	font-size: 43px;
	margin-bottom: 6px;
}

.intro-section p {
	font-size: 25PX
}

.product-details-wrapper {
	background: var(--aw_lightgrey);
	height: 100%;
	width: 100%;
}

.info_icon {
	width: 15px;
	padding-right: 10px;
	display: inline-block;
}

.info_icon_on_right {
	width: 15px;
	padding-left: 10px;
	display: inline-block;
}

.info_text {
	border-bottom: 2px dotted black;
	cursor: help;
}


.column-dropdown {
    position: relative;
    display: inline-block;
}

#dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    width: 150px;
    height: 150px;
    overflow-y: auto;  /* This makes it scrollable */
    box-sizing: border-box; /* To ensure padding doesn't expand the div */
    margin-top: -10px;
    margin-left: -25px;
}

#dropdown-content label {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.dropdown_col_checkboxes {
    height: initial;
}

.dropdown_col_titles {
    /*cursor: help;*/
}


.data-tables {
  border-spacing: 0;
  border-radius: 5px;
}

.data-tables th, .data-tables td {
  text-align: left;
}

.data-tables th {
  line-height: 1.2;
	cursor: default;
  height: 50px; /* Set a fixed height */
  width: 50px; /* set a fixed width for the cells */
}

.data-tables tr:nth-child(even) {
  background-color: #f2f2f2;
}

.data-tables tr:hover {
  background-color: orange;
}


.faqs_wrapper {
	margin-top: 28px;
	font-size: 20px;
}

.faq-item {
    margin-bottom: 20px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.faq-item input {
    display: none;
}

.faq-item label {
    display: block;
    padding: 24px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.faq-item input:checked ~ .answer {
    max-height: 1000px;
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 10px;
}


.block {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	box-sizing: border-box;
}

.intro_block {
	min-height: calc(100vh - 60px);
}

.block_content_group {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center; /* Horizontally center the inner content */
}

.intro_block_text {
	font-size: 70px;
	font-weight: bold;
	max-width: 983px;
	color: white;
	margin-bottom: 78px; /* Spacing between text and button */
}

.blocks_signup_button {
	width: 496px;
	height: 79px;
	background: var(--aw_blue);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}



.blocks_signup_button_text {
	color: white;
	font-size: 32px;
	font-weight: bold;
}

.intro_block a {
	text-decoration: none;
} 

.testimonials_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px; /* vertical space on mobile */
    padding: 60px 30px;
    background: #EA9800;
    box-sizing: border-box;
}

.testimonial_image_wrapper {
    align-items: center;
    width: 50%;
}

.testimonial_image {
    width: 582.5px;
    height: auto;          /* Let the height adjust automatically based on the image's aspect ratio */
    max-width: 100%;
    display: block;
}


.testimonial_text {
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
    width: 50%;
}

.testimonials_block {
    flex-direction: row; /* Side-by-side layout */
    gap: 54px; /* space between items */
    height: fit-content;
    min-width: 191px;
    padding: 30px 60px;
}

.pps_block {
	background: white;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
	align-items: stretch;
}

.block_titles_wrapper {
	display: inline-grid;
	text-align: left;
	align-content: start;
	gap: 50px;
	margin-top: 30px;
	margin-left: 20px;
}

.block_title_1_wrapper, .block_title_2_wrapper {
	display: inline-block;
	vertical-align: top;
}

.block_title_1 {
	font-size: 60px;
	font-weight: bold;
}

.block_title_2 {
	font-size: 30px;
}
.pps_boxes_wrapper {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    margin-right: 20px;
}

.pps_box {
	max-width: fit-content; 
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}

.pps_box_text_wrapper {
	background: orange;
	border-radius: 15px;
	padding: 10px;
	box-sizing: border-box;
}
.pps_box_text {
	font-size: 27.25px;
	text-align: left;
}
.pps_box_sub_text_wrapper {
	background: #EBEBEB;
}

.pps_box_sub_text {
	color: #2F2F2F;
	font-size: 16.25px;
	padding: 2px 10px;
}

.pps_box_sub_text_wrapper {
	border-radius: 0px 0px 5px 5px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.distribution_block {
	background: orange;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	text-align: left;
	align-content: start;
}

.distribution_block_signup_wrapper {
	grid-column: 1 / 3;
	display: inline-grid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.distribution_block a, .pLayout_block a {
	text-decoration: none;
}

.distribution_block_image_wrapper {
	display: inline-grid;
	align-content: center;
}

.distribution_block_image {
	max-width: 100%;
}

.pLayout_block {
	display: block;
	background: white;
	padding: 40px;
	box-sizing: border-box;
}

.pLayout_block_title_1 { /* pLayout refers to the kind of block layout that is based on a title and two paragraps. */ 
	text-align: center;
}

.pLayout_block_paragraphs_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	text-align: left;
	align-content: center;
	margin-top: 50px;
}

.pLayout_block_heading {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}

.pLayout_block_paragraph {
	font-size: 30px;
}

.pLayout_block_signup_button {
	margin: 100px auto 50px auto;
}

.pLayout_block_bg2 {
	background: orange;
}

/* Basic styles for the container and columns */
.footer-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
    color: white;
    background: black;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
	.footer-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.footer-column {
    margin: 96px 100px;
    box-sizing: border-box;
}

/* Styles for level 1 and level 2 keys */
.level-1 {
    font-weight: bold;
    margin-bottom: 40px;
}
.level-2 {
    margin-bottom: 40px;
}

.level-2:last-of-type {
    margin-bottom: 0px;
}

.level-2 a {
    text-decoration: none;
    color: #666666;
}

.sign_form_block {
    background: white;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 60px - 116.56px);
}

.sign_form_wrapper {
	max-width: 792px;
	margin-left: auto;
	margin-right: auto;
}

.sign_form_field {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 4.27px solid var(--aw_blue);
    font-size: 18px;
    box-sizing: border-box;
}

.sign_form_button {
    width: 100%;
    padding: 15px;
    background-color: var(--aw_blue);
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 28.2px;
    transition: background-color 0.3s;
    font-weight: bold;
}

.sign_form_button:hover {
    background-color: darkblue;
}


.sign_intro_section {
	padding-top: 10px;
}

.form_field_top_placeholder {
	font-size: 17.06px;
	color: #808080;
	margin-bottom: 5px;
}

.sign_up_form_paypal_image_wrapper {
	text-align: center;
	width: 209px;
	margin-left: auto;
	margin-right: auto;

}

.sign_up_form_paypal_image_wrapper img {
	width: 100%;
}

.body_layout2 {
	background: var(--aw_lightgrey);
}

.body_layout3 {
	background: white;
}

.main_content_layout2 {
	margin-left: 50px;
	margin-right: 50px;
	font-size: 20px;
}

.main_content_big_text_layout {
	font-size: 24px;
	margin-left: 50px;
	margin-right: 50px;
}

.form_forgot_password_text {
	margin-top: 10px;
	font-size: 15px;
	text-align: center;

}

.main_content_account_page {
	margin-top: 30px;
	position: relative;
}

.end_buttons_wrapper {
	font-size: 20px;
	margin: 20px;
	margin-top: 100px;
}

.end_buttons {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	margin-left: 50px;
}

.end_buttons a {
	/*text-decoration: none;*/
}

.in_content_box {
	padding: 21px 28px;
	background: white;
	border-radius: 15px;
	font-size: 24px;
	margin-bottom: 16px;
}

.in_content_box_first_row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.in_content_box_header {
	font-weight: bold;
	font-size: 24px;
	left: 10px;

}

.in_content_box_header_positive {
	color: green;
}

.in_content_box_button_wrapper {
	text-align: right;
	border-radius: 3px;
	background: var(--aw_blue);
	color: white;
	width: fit-content;
	margin-left: auto;
	height: fit-content;
}

.button_wrapper a {
	text-decoration: none;
}

.in_content_box_button {
	border-radius: 3px;
	background: var(--aw_blue);
	color: white;
	width: fit-content;
	margin-left: auto;
	padding: 10px 30px;
}

.in_content_box_button:hover {
	background: darkblue;
}

.in_content_box_message {
	font-size: 20px;
	margin: 20px 0px;
}

.in_content_box_selected_cats_asins_qty {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.selected_category {
	padding: 10px 18px;
	height: fit-content;
	margin: 10px;
	display: inline-block;
	background: var(--aw_lightgrey);
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-item {
    width: 25%; /* for 4 columns */
    box-sizing: border-box; /* to include padding and borders in width */
    line-height: 1.5;
}

.form_button_sticky_div {
    width: 100vw;
    left: 0px;
    background: white;
    position: fixed;
    bottom: 0px;
    display: block;
}

.form_button_wrapper_cat_selection {
	text-align: center;
	margin: 10px 0px;
}

.form_button {
	border-radius: 3px;
	background: var(--aw_blue);
	border: none;
	color: white;
	width: fit-content;
	margin-left: auto;
	padding: 10px 30px;
	cursor: pointer;
}

.form_button:hover {
	background: darkblue;
}

.form_button_text {
	font-size: 25px;
}

.submit_button_alert_undertext {
	font-size: 15px;
	color: red;
	margin: 10px 0px;
}

.cats_asins_qty_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    width: 60%;
}

.cat_asin_qty_wrapper {
    margin-bottom: 15.5px;
    display: flex;
    justify-content: space-between; /* This will place one child at the start and one at the end */
}

.asin_qty_dropdown_wrapper {
    text-align: left;
}

.asin_qty_dropdown {
    font-size: 15px;
}

.alert_text {
	color: red;
}

.table_td_title { /* shortens title */
  text-align: left;
  max-width: 20ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.above_table_button_wrapper {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    vertical-align: middle;  /* Ensures alignment with inline-block or inline elements */
    width: 100%;  /* Takes full available width, forcing contained elements to align to the right */
}


.above_table_button {
    background-color: orange;
    color: white;
    border: none;
    padding: 7px 14px;
    border-radius: 3px;
    font-size: 16px;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    margin: 10px 0px;
    margin-right: 10px
}

.above_table_button:hover {
    background-color: orange;
    cursor: pointer;
}


.products_control_panel {
	z-index: 1;
	width: 100%;
	background: orange;
	padding:20px;
	box-sizing:border-box;
	top:50px;
	left:0;
	right:0;
	padding-top: 0;
}



.min_max_fields_wrapper {
    padding: 10px 0px;
    width: fit-content;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.min_max_fields_label {
    text-align: center;
    margin-bottom: 6px;
    color: white;
    font-size: 14px;
}

.input_field_wrapper {
    text-align: center;
}

.min_max_field {
    width: 50px;
    margin-right: 10px;
}

/* Remove margin-right for the last input */
.min_max_field:last-child {
    margin-right: 0;
}

.submit_filters_button {
	margin-left: 10px;
	background: blue;
	padding: 12px 16px;
	border-radius: 3px;
	color: white;
	font-size: 16px;
	border: solid 0px;
	cursor: pointer;
}

.products_control_panel select, .products_control_panel input {
	height: 32px;
	border: 0px;
	border-radius: 3px;
	text-indent: 10px;
}

.filter_wrapper {
	margin: 0px 8px;
	display: inline-block;
}

.used_input_field {
	background-color: #cbe3ff;
    border: 1px blue solid;
}

.products_control_panel_min_max_hyphen_wrapper {
	display:inline-block;
	display: inline-block;
    margin-left: -10px;
    color: white;
}

.data-tables th.sorted-asc::after {
  content: " ▲";
}
.data-tables th.sorted-desc::after {
  content: " ▼";
}

#products_table_wrapper {
	overflow-x: none;
}


.extension_banner {
	color: black;
	height: 42px;
	width: 283px;
	box-sizing: border-box;
	 background: white; 
	border: 1px orange solid;
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
	
}

.extension_banner_image_wrapper {
    width: 15%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.extension_banner_image_wrapper img {
    max-height: 40px;
    display: block;
    margin: auto;
    margin-top: 0px;
    margin-left: 1px;
}

.extension_banner_text_wrapper {
	width: 55%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	/* line-height: 21px; */
	text-align: left;
	margin-top: 5px;
	font-size: 14px;
	margin-left: 4px;
}

.extension_banner_button_wrapper {

    width: fit-content;
    /* height: 89%; */
    margin-top: 5px;
    display: inline-block;
    /* margin-right: 5px; */
    vertical-align: top;
    text-align: center;
    background: #0085FF;
    color: white;
    padding: 5px;
    /* line-height: 40px; */
    cursor: pointer;
    transition: background 0.3s;
    box-sizing: border-box;
    /* filter: drop-shadow(2px 4px 0px grey); */
    border-radius: 2px;
}

.extension_banner_button_wrapper:hover {
    background: darkorange; /* A darker orange on hover for the button. */
}

.extension_body_layout {
	background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
 }

.extension_commission_text {
    background:#61FF00;
    padding:1px 2px;
}

.extension_container {
    width: 300px;
    height: 100%;
    font-family: Arial;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.extension_aw_atribute_line {
	font-size: 10px;
	margin-bottom: 5px;
}

.extension_commission_sentence_wrapper {
	margin-top: 0px;
	margin-bottom: 16px;
}

.extension_commission_sentence_wrapper_2 {
    margin-bottom: 1px;
}

.asin_boxes_wrapper {
	margin: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;

 }

.asin_box {
	display:inline-grid;
	width: 274px;
	background: white;
	border-radius: 15px;
	padding: 15px;
	row-gap: 13px;
	cursor: default;
	margin-bottom: 30px;
}

.asin_box_category_tag {
	background-color: var(--aw_lightgrey);
	height:fit-content;
	disply:grid;
    grid-template-columns: repeat(2, 1fr);
    width:fit-content;
    padding:5px 10px;
    border-radius: 3px;
    position: absolute;
}

.asin_box_category_tag_symbol_wrapper {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.asin_box_category_tag_symbol_wrapper img {
	width: 100%;
}

.asin_box_category_tag_text {
	display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 2px;
    max-width: 120px;
}

.asin_box_asin_text {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
    margin-top: 7px;
}

.asin_box_image_wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	max-width: 50%;
	height: 130px;
	overflow-y: hidden;
}

.asin_box_image_wrapper img {
	width: 100%;
}

.asin_box_metric_wrappers_wrapper {
	width: 100%;
	text-align:center;
	disply:grid;
    grid-template-columns: repeat(5, 1fr);
}

.asin_box_metric_wrapper {
	display: inline-grid;
    margin:5px;

}

.asin_box_metric_value {
	font-size: 16px;
	font-weight: bold;
}

.asin_box_metric_title {
	font-size: 10px;
}

.open_on_amazon_text {
 	text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 600px) {

	.intro_block_text {
		font-size: 50px;
	}

	.blocks_signup_button {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 40px;
	}

	.blocks_signup_button_text {
	    font-size: 32px;
	    text-align: center;
	}

	.testimonials_block {
		gap: 25px;
	    padding: 20px 10px;
	    flex-direction: column;

	}

	.testimonial_text {
		width: initial;
		font-size: 20px;
	}


	.testimonial_image_wrapper {
		width: initial;
	}

	.testimonial_image {
		border-radius: 5px;
	}

	.pps_boxes_wrapper {
		margin-right: 4px; 
	}

	.pps_block {
	    background: white;
	    text-align: center;
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	}

	.block_titles_wrapper {
	    width: 80%;
	}

	.pLayout_block_paragraphs_wrapper {
	    grid-template-columns: repeat(1, 1fr);
	}

	.main_content_layout2 {
	    margin-left: 10px; 
	    margin-right: 10px;
	}

	.blog_post_image {
		width: 100%;
		max-width: none;
	}

	.distribution_block_image {
	     display: none;
	}

	.in_content_box_selected_cats_asins_qty {
		grid-template-columns: repeat(1, 1fr);
	}

	.in_content_box_button_wrapper {
	    margin-right: auto;
	    margin-top: 15px;

	}

	.in_content_box_first_row {
	    grid-template-columns: repeat(1, 1fr);
	}

}

.plain_input_field {
	height: 32px;
	border: 0px;
	border-radius: 3px;
	text-indent: 10px;
	border: 1px solid;
}

.plain_button {
	margin-left: 10px;
	background: blue;
	padding: 12px 16px;
	border-radius: 3px;
	color: white;
	font-size: 16px;
	border: solid 0px;
	cursor: pointer;
}