/* disabled */
input:disabled {
    cursor: not-allowed;
    background-color: #F2F2F2;
}

textarea:disabled {
    cursor: not-allowed;
    background-color: #F2F2F2;
}


/* lines */
.dashed{
    border-top: 1px dashed #DDDDDD;
}

.solid{
    border-top: 1px solid #DDDDDD;
}


/*textarea*/
textarea{
    padding: 10px 12px;
}

.noResize{
    resize: none;
}

/* list */
.noListStyle{
    list-style: none;
}

ul li label{
    padding: 16px;
    font-size: 18px;
}


/*text wrapping*/
.clip { text-overflow: clip; }
.ellipsis { text-overflow: ellipsis; }
.word { text-overflow: ellipsis-word; }

/*footer*/
footer .texts{
    text-transform: uppercase;
}

.socialIcons{
    border-color: #A7A9AC;
    border-width: 2px;
    font-style: normal;  
}

.listSocialIcons{
    
    list-style: none;   
    padding-left: 8px;
    margin-top: 0 !important; 
}

.listSocialIcons li{
    margin: 0;
}

.listSocialIcons li .socialSpan{
    background-color: #D46D28;
}

.listSocialIcons li div p{
    line-height: 1.0;   
    text-transform: uppercase;
}

.listSocialIcons li a span{
    width: 32%; 
    height: 64px;
}

.listSocialIcons img{
    height: 32px !important; 
    width: 32px !important;    
}

.listSocialIcons a{
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.listSocialIcons div{
    display: inline-block;
    vertical-align: middle;
    width: auto;   
}



.listSocialIcons div p{
    margin: 0;   
}

/*text sizes*/
p{
    font-size: 1.125rem;
}

.small{
    font-size: 1rem !important; /*16 pixels the smallest font size*/
}

.medium{
    font-size: 1.15rem !important; /*18.4 pixels the standard font size*/
}

/*amount*/
.amount{
    font-size: 70%;
}

.currency{
    font-size: 70%;
}

.totalAmount{
    font-size: 2.0rem;
    font-weight: 600;
}

.totalAmountCurrency{
    font-size: 1.3rem;
}



/*image*/
.image{
    background-size: cover;
    background-position: center;
}

/*border*/
.border{
    border: 1px solid #f2f2f2;
}

/*items alignment*/

.inline{
    display: inline-block !important;
}

.right{
    text-align: right !important;
}

.center{
    text-align: center;
}

/*hide*/
.remove{
    display: none;
}

/*stripe*/
.stripeDiv{
    background-image: url(../images/Patterns/Stripe_OrangeYellow_154x16.png);
    background-size: auto 16px;
    background-repeat: repeat-x;
    height: 16px;
    margin: 8px 0;
}

/*stamps*/
.stampImage{
    background-image: url(../images/Stamps/Stamp_282x174.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 16px;
}

/*forms*/
form > div, form > h2.u-form-text.u-text, form > p.u-form-text.u-text{
    margin: 24px 0;
}

/* footer .u-gutter-0 .u-layout{
    background-color: transparent !important;
} */

footer.u-custom-color-3{
    /* background-image: url('../images/Patterns/WhitePatterns_960x480.png');
    background-repeat: repeat;
    background-size: 320px; 
    */
    background-image: url(../images/Patterns/Footer_8000x2000.png);
    background-repeat: repeat;
    background-size: 2000px;
    background-position: center -45px;
  }


  /* round checkbox */
  .round {
    position: relative;
  }
  
  .round label {
    background-color: #FFFFFF;
    border: 4px solid #DDDDDD;
    border-radius: 50%;
    cursor: pointer;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
  }
  
  .round label:after {
    border: 2px solid #FFFFFF;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #5A8463;
    border-color: #5A8463;
  }
  
  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  .round input[type="radio"] {
    visibility: hidden;
  }
  
  .round input[type="radio"]:checked + label {
    background-color: #5A8463;
    border-color: #5A8463;
  }
  
  .round input[type="radio"]:checked + label:after {
    opacity: 1;
  }
  

  .closeButton {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .closeButton:hover,
  .closeButton:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


  .modalCloseButton{
    margin-top: -20px;
    height: 48px;
    width: 48px;
  }

  .triangle-right {
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #DDDDDD;
    border-bottom: 8px solid transparent;
}


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 18px;
    font-weight: normal;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(https://i.imgur.com/ilgqWuX.png);
    padding: 0 8px;    
}

.info p{
    font-size: 1rem;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    /* background-image: url('https://i.imgur.com/Q9BGTuy.png'); */
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    /* background-image: url('https://i.imgur.com/Z8q7ww7.png'); */
}


.error{
    color: #D8000C;
    background-color: #FFBABA;
    /* background-image: url('https://i.imgur.com/GnyDvKN.png'); */
}

.alert-danger{
    color: #D8000C;
    background-color: #FFBABA;
    /* background-image: url('https://i.imgur.com/GnyDvKN.png'); */
}

.validation{
    color: #D63301;
    background-color: #FFCCBA;
    /* background-image: url('https://i.imgur.com/GnyDvKN.png'); */
}


.invalid-feedback{
    color: #D8000C;
    background-color: transparent;
    /* background-image: url('https://i.imgur.com/Z8q7ww7.png'); */
    font-size: 1rem;
}

.flavorSelect{
    margin: 8px;
    padding: 8px;
}

.flavorSelect option{
    padding: 8px;
}

.shippingSelect{
    margin: 0;
    padding: 8px !important;
    height: 50px !important;
    
}

.shippingSelect option{
    padding: 8px;
}

.shippingSelect:not([size]):not([multiple]) {
    padding-right: 44px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYBAMAAABpfeIHAAAAElBMVEUAAAA0O0A1O0E2PEI9PUk0OkAiqeRcAAAABXRSTlMA6qpVFQVXMqEAAABSSURBVBjTVcuxCQAgEMXQD67gCvau4AqC+69iYSRcysDLOKWdVUdPq2PmGUWeUQSjwCgwCowCo8AoMAgaCowCo9AgNAgNQoPQIDQIDUKD0HxxAZxJP8Gf3MEsAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right 1.1rem center;
    background-size: 8px 6px;
}

.shippingSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 32px;
  }

  