

.element_qty select {

  /* styling */
  background-color: white;
  border: thin solid #e4e4e4;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  /*padding: 0.5em 3.5em 0.5em 1em;*/
  padding: 0.3em 3.5em 0.3em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #FFFFFF 50%),
    linear-gradient(135deg, #FFFFFF 50%, transparent 50%),
    linear-gradient(to right, #238ac5, #238ac5);
  /*background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;*/
  background-position:  
  	calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.7em 2.3em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #238ac5, #238ac5);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.7em 2.3em;
  background-repeat: no-repeat;
  border-color: #e4e4e4;
  outline: 0;
}


.element-add-to-cart{
	background-color: #4373b6;
	width: 100%;	
	border-style: none;
	border-width: 1px;
	border-color: #767676;
	margin-left: 1px;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	background-repeat: no-repeat;
 	background-size:100% 100%;
 	cursor: pointer;
 	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.element-popup-add-to-cart{
	border-style: solid;
	border-radius: 5px;
	border-width: 5px;
	border-color: #4373b6;
}

.element-popup-add-to-cart-content{
	color: #4373b6;
}
