

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"], input[type="password"], select, textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
}

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea {
    font-family:  'Source Sans Pro', sans-serif;
    border-radius: unset;
    margin: 5px 0 15px 0;
    font-size: 16px;
    padding: 4px 15px;
    background: #E8E8E8;
}
.hero input[type="text"],
.hero textarea {
	border-radius: 0;
	width: 100%;
	padding: 4px 10px;
}



#head input.butt1,
#colMid input.butt1, #head input.butt1,
#footer_custom_els_container input.butt1,
#colMid #sheetAddToCartRow input.butt1,
input.buttContinueAndOrder, a.buttContinueAndOrder,
input.sendOrderButton, #sendOrder .confirmOrder .butt1,
#colSx input.butt1
{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding: 8px 25px;
    color: #3C3A3B;
    background: #EAAA45EE !important;
    text-transform: uppercase;
    border: 2px solid #EAAA45EE;
    border-radius: unset;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#head input.butt1:hover,
#colMid input.butt1:hover, #head input.butt1:hover, #footer_custom_els_container input.butt1:hover,
#colMid #sheetAddToCartRow input.butt1:hover,
input.buttContinueAndOrder:hover, a.buttContinueAndOrder:hover,
input.sendOrderButton:hover, #sendOrder .confirmOrder .butt1:hover,
#colSx input.butt1:hover
{
    /*
    color: #3C3A3B;
    background: #EAAA45;
    */
    background: #EAAA45FF;
}

#cartBoxRight input.b_green, #top_cart input.b_green {
}


#colMid #sheetAddToCartRow input.butt1,
#colMid .cart_form input.butt1,
#colMid .cart_form_disabled input.butt1
/*, #colMid .cart_form_matrix input.butt1,
#colMid .cart_form input.butt1, #colMid .cart_form_matrix input.butt1, */
{
    padding: 0 25px 0 45px;
    margin-bottom: 0;
    color: #FFFFFF;
    border: 0px solid #836E64;
    background: #A5897C url(/ReadySkins/cap/ic/ic_add_shopping_cart_white_18dp.png) !important;
    background-repeat: no-repeat !important;
    background-position: 15px center !important;
    background-size: 22px !important;
}
#colMid #sheetAddToCartRow input.butt1:hover,
#colMid .cart_form input.butt1:hover,
#colMid .cart_form_disabled input.butt1:hover
{
    background-size: 28px !important;
}

#colMid .cart_form input.butt1,
#colMid .cart_form_disabled input.butt1
{
    font-size: 14px;
    border-radius: unset;
}
#colMid #sheetAddToCartRow input.butt1:hover,
#colMid .cart_form input.butt1:hover
{
    background: #836E64;
}

#colMid .cart_form_disabled {
  visibility: hidden;
  height: 34px;
}
#colMid .cart_form_disabled select {
    display: none;
}
#colMid .cart_form_disabled input.butt1 {
    margin: 0;
}

/* Bottone pagina prodotto */
#colMid #sheetAddToCartRow input.butt1 {
    font-size: 16px;
}





/* SELECT QUANTITÀ */

/* Due casi:
    form.cart_form label select
    form.cart_form_update select
*/

/* Reset Select */
.cart_form label select,
.cart_form_update select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #FFFFFF;
  background-image: none;
}

.cart_form {
    display: flex;
    justify-content: left;
}
#firstDownBox .cart_form {
    justify-content: left;
}

.cart_form label,
.cart_form_update
{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: unset;
    border: 2px solid #A5897C;
}
.cart_form label select,
.cart_form_update select
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 25px 0 5px;
  color: #A5897C;
  cursor: pointer;
}
.cart_form label select::-ms-expand,
.cart_form_update select::-ms-expand
{
  display: none;
}
/* Arrow */
.cart_form label::after,
.cart_form_update::after
{
  content: '\e5d7';
  color: #A5897C;
  width: 25px;
  line-height: 32px !important;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
/* Transition */
.cart_form label:hover::after,
.cart_form_update:hover::after
{
  color: #f39c12;
}
.cart_form label::after,
.cart_form_update::after
{
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}




@media screen and (max-width: 600px) {
  #colMid #sheetAddToCartRow input.butt1, #colMid .cart_form input.butt1, #colMid .cart_form_disabled input.butt1 {
  	padding-top: 7px;
  	padding-bottom: 7px;
  }
  .cart_form label, .cart_form_update {
  	height: 44px;
  	line-height: 44px;
  }
  .cart_form label::after, .cart_form_update::after {
  	line-height: 44px !important;
  }
}
