/*css*/

/* -------------------------------------------- *
 * Validation  */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px; 
    
}

.get_started_btn{
    display: inline-block;
    background-color: #d91f26;
    line-height: 50px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor :pointer;
}

.cms-index-index .validation-advice
{
    margin: 5px 0 0;
    color: #fff;
    font-size: 13px;
    position: absolute;    
}

.cms-index-index .choose-section.stick-section .validation-advice
{
    color: #df280a;
}

 /* -------------------------------------------- *
 * My Images
 */
 .customerimages-list-index #ci_save_form input{
        display: block;
        width: 70%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }



/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  border-left: 5px solid red;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  border-right: none;
}

.messages .notice-msg li {
  border-left: 5px solid #e26703;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  border-left: 5px solid #11b400;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}



.checkout-cart-index .designFt{
        padding: 10px;
}

.checkout-cart-index .designqPr{
        padding: 10px;
}

.checkout-cart-index .cartPrChoice h4{
        padding-right: 0px;
}

.coupon-input{
    width: 100%;
    height: 30px;
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    /* border-radius: 5px; */
    font-size: 16px;
    color: #cccccc;
    font-weight: 500;
}

.checkout-cart-index .cart-price .price{
  color:#666666;
}
.btn-remove3{
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(https://d2mhgepsorrzkv.cloudfront.net/skin/frontend/ss/speedysigns/images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}


/*CSS Media Queries*/
@media (max-width: 1199px) {	
	
}
@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	
}
@media (max-width: 600px) {
	body {font-size: 13px;}
}

@media (max-width: 500px) {
	
	
}
@media (max-width: 400px) {
	
}
/* End */