
.cart-contents-count {
    background: transparent; 
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 6px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    height: 17px; 
    width: 17px;
    transform: translateY(-105%) translateX(25%); 
    font-size: 10px;
}

/* Dropdown Button */
.dropbtn {
  font-size: 16px;
  border: none;
}


/* The container <div> - needed to position the dropdown content */
.addifymenucart{
  position: relative;
  display: inline-block;
  margin: unset;
}
.addifymenucart a
{
	text-decoration: none;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(230, 230, 230);
  min-width: auto;
  max-height: 400px;
  transform: unset;
  top:100%;
  left:-75%;
  border-bottom: 0.8em solid white;
  z-index: 99;
}
.dropdown-content::-webkit-scrollbar {
    width: 10px;
}
.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.dropdown-content::-webkit-scrollbar-thumb {
  background-color: #CACFD2;
  outline: 1px solid slategrey;
  border-radius: 500px;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
}

/* Change color of dropdown links on hover */


/* Show the dropdown menu on hover */
.addifymenucart:hover .dropdown-content {display: block;  position: absolute;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.addifymenucart:hover .dropbtn {opacity: 0.7;}

.amc-product-thumbnail
{
	display: block;
	opacity: 1;
}
.amc-product-thumbnail img{
	min-width: 50px;
	max-width: 50px;
	float: right;
	vertical-align: middle;
	margin: unset;
	opacity: 1;
}
.amc-cart-items
{
    margin: unset;
    min-height: 20px;
    max-height: 265px;
    overflow-y: auto;
}
.dropdown-content table
{
	width: 100%;
  background-color: rgb(230, 230, 230);
  overflow: auto;
  text-align: left;
  margin:0px;
}
.dropdown-content table tr
{
	  display: table-row;
    margin-bottom: 3px;
    min-width: auto;
    line-height: 1.65; 
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}
.dropdown-content table tr:hover
{
	background-color: #e8e8e8;
}
.dropdown-content table tr td.title-price
{
  min-width: 170px;
}
.dropdown-content table tr td
{
	vertical-align: middle;
	background-color: transparent;
	border: none;
}
.dropdown-content table tr td.amc-cross-col{
    text-align: center;
    max-width: 50px;
    min-width: 30px;
    vertical-align: top;
}
.dropdown-content table tr td a.amc_remove_item{
	background-color: black;
	border-radius: 50%;
  text-align: center;
	color: white;
  vertical-align: middle;
  line-height: 0.8;
	height: 1em;
	width: 1em;
}
.dropdown-content-link
{
	padding: 2px;
}
.dropdown-content table tr td a
{
	margin:unset;
	padding: 2px;
	text-align: left;
	color: black;
	text-decoration: none;
}
.dropdown-content table tr td a:hover
{
	opacity: 0.66;
}
.amc_remove_item
{
	margin: 2px;
	opacity: 0.5;
	font-weight: 300;
	color: black;
	padding:2px;
	font-size: 20px;
	font-family: arial, sans-serif;	
}
.amc_remove_item:hover
{
	font-weight: 500;
	cursor: pointer;
	opacity: 1;
}
.amc-buttons
{
	min-height: 3em;
	min-width: max-content;
	background-color: #e8e8e8;
	font-weight: 200;
	padding: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
  display: inline-block;
	vertical-align: middle;
}
.amc-buttons-1
{
  min-height: 3em;
  min-width: max-content;
  background-color: white;
  font-weight: 200;
  padding: 10px;
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
  vertical-align: middle;
}
.amc-buttons a
{
  float: left;
}
.amc-buttons-1 a
{
  float: left;
}
.amc-buttons i
{
	margin-right: 5px;
}
.amc-buttons-1 i
{
  margin-left: 5px;
}

.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}



.addify-cart-1
{
  min-width: 100%;
  padding: 5px;
  background-color: white;
  border: 2px dotted;
  border-image: linear-gradient( to top, #cecece, #e2e2e2 ) 1 100%;
}
.addify-cart-1-head{
  height: auto;
  background-color: white;
}
.addify-cart-1-body{
  max-height: 300px;
  overflow-y: auto;
}
.addify-cart-1-row{
  display: grid;
  margin:3px;
  grid-template-columns: 30% 60% 10%;
  min-width: max-content;
  min-height: 100px;
  border: 1px solid;
  border-image: 
    linear-gradient(
      to right, 
      #2175ff, 
      white
    ) 100% 1;
  line-height: 1.65;
  padding: 3px;
}
.addify-cart-1-row div{
  padding: 5px;
}
.addify-cart-1-row img{
  width: 60px;
  height: auto;
}
.ver-algn-middle{
  align-self: center;
  align-items: center;
  align-content: center;
}
.ver-algn-bottom{
  align-items: bottom;
  align-content: bottom;
  align-self: bottom;
}
.ver-algn-top{
  align-self: top;
  align-items: top;
  align-content: top;
}
.text-center{
  text-align: center;
}
.amc-cart-three{
  display: block;
  min-width: 400px;
  width: max-content;
  background-color: white;
  padding: 1em;
  border: 1px solid #e4e4e4;
}
.amc-cart-three-head{
  min-height: 3em;
  float: left;
  text-align: left;
  padding-left: 10px;
  vertical-align: top;
}
.amc-cart-three-body{
  max-height: 300px;
  overflow-y: auto;
  clear: left;
}
.amc-cart-three-body-row
{
  padding-top: 5px;
  border-top: 1px solid #e4e4e4;
  display: grid;
  grid-template-columns: 20% 50% 20% 10%;
  min-width: max-content;
  margin:5px;
  line-height: 1.25;
}
.amc-cart-three-body-row img{
  width: 50px;
  height: auto;
}
.amc-cart-three-footer{
  margin-top:20px;
  display: grid;
  grid-template-columns: 33% 34% 33%;
  align-items: center;
  align-content: center;
  clear: left;
  line-height: 1.65;
}
