.dc-sn-loading {
   display: none;
   transition: 4s linear;

}
.dc-sn-loading-img {
  display: block;
  margin: 0 auto;
}
.stock-container {
    font-size: 20px;
}

.stock-container .stock-wrap {
    font-size: 20px;
    font-weight: bold;
}
.stock-container .stock-wrap #dc-sn-message {
    font-size: 25px;
    color: #1979c3;
    width: 108px;
    font-weight: normal;
}

.stock-container .text-box-content {
    margin-top: 15px;
}
.stock-container .stock-wrap input {
    padding: 0px 0px 8px 0px;
    width: 100%;
    color: #000;
    font-size: inherit;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    height: auto;
    transition: 0.8s linear;
    outline: none;
    margin-top: 12px;
}
.dc-sn-notify, .dc-sn-notify:hover {
    background: #1979c3 none repeat scroll 0 0;
    color: #fff;
    padding: 16px 50px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2) !important;
    outline: none;
}
.stock-container .stock-wrap input:focus {
	outline:none;
	border-color: #1979c3;
	box-shadow:none;
    
}
.dc-sn-email-error {
    color: #ff6161;
    font-size: 14px;
    font-weight: normal;
}
.product-add-form h4 {
    font-size: 18px !important;
    color: grey;
}
.product-info-main .product-add-form {
    padding-top: 20px !important;
}

