#product-summary {
}

#product-summary ul li {
    font-size: 12px;
    padding: -10px;
    list-style-type: none;
    list-style-image: none;
}

.summary-image {
    width: 60px;
    display: block;

}

.leftfloat {
    float: left;
}

.clear {
    clear: left;
}
.summary-description {

}
#addPhotosForm{
    border: 1px dashed #ccc;
}

.dz-message {
    background: none;
}


.dz-message span {
    display: block;
    color: #666;
    font-weight: bold;
    font-size: 16px;
}
#user-box {
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
}
.form-group {
    width: 90% !important;
    max-width: 90% !important;
}
#request-form, #user-form {
    background: #e8e8e8;
    padding-bottom: 20px;;
}

#request-form label, #user-form label {
    font-weight: 400;
    padding-bottom: 8px;
    padding-top: 5px;
    text-shadow: 0 1px 1px #fff;
    z-index: 2;
}
.page-boxes {  background: #e8e8e8; margin-bottom: 10px; padding: 5px; position: relative}
form label span {
    color: red;
}

.page-boxes p {
    font-size: 12px;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.close-box{
    color: #AAAAAA;
    cursor: pointer;
    font-size: 1.4444rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.55556rem;
    right: 1.22222rem;
    text-decoration: none;
}
a.close-box:hover {
    text-decoration: none;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block !important;
}

.dropzone .dz-preview.dz-error span .dz-error-message span {
    display: block !important;
}

.customloader {
    background: url('/assets/img/loading_spinner.gif') no-repeat center;
    background-color: rgba(204, 204, 204, 0.29);
}

.btn-default {
    background: #FF69B4;
    color: white;
    font-weight: bold;
    text-shadow: none;
    border: 1px solid #FF69B4;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Droid Sans, helvetica, arial, sans-serif !important;
}

#editphotos {
    border: 1px #ccc dashed;
    padding: 15px;
    background: white;
    display: none;
}

#container {
    border: 1px #ccc dashed;
    background: white;
}

#editphotos p, a.remove-image{
    font-size: 11px;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

#additem {
    display: none;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose Picture';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 15px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 12pt;
    width: 100%;
    text-align: center;
    color: #000;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#request-form .form-control  {

}

#request-form .form-control input{
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.small {
font-size: 12px;
    color: deeppink;
}

.newdropzone {
  border: 1px dashed #ccc;
  background: #fff;
  padding: 10px;
  display:block;
  overflow:auto;
}

#mobile-images {
  display: none;
}

.margin-box {
      margin: 0 auto;
      width:60% /* value of your choice which suits your alignment */
}

.centerit {
  text-align: center;
}

@media only screen and (max-device-width: 480px) {
  .margin-box {
        margin: 0 auto;
        width:100% /* value of your choice which suits your alignment */
  }


  .div-header {
    font-family: Droid Sans, helvetica, arial, sans-serif !important;
    color: #ed1d8f;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
  }
}

.div-header {
  font-family: Droid Sans, helvetica, arial, sans-serif !important;
  color: #ed1d8f;
  border-bottom: #ccc;
  padding: 15px;
  font-size: 22px;
  font-weight: 400;
}

.div-header .glyphicon {
      top: -1px;
}

/*

//FRom the old file
*/

.form-group.required .control-label:before {
    content:"*";
    color:red;
}

input[type='file'] {
    color: transparent;
}



.header-nav a.nav-top-link {
    font-family: Muli, helvetica, arial, sans-serif !important;
}


.alt-font {
    font-family: Dancing Script, Georgia, serif !important;
}

#masthead {
    height: 150px;
}

#logo a img {
    max-height: 100px
}

#masthead #logo {
    width: 420px
}

#masthead #logo a {
    max-width: 420px
}

#masthead.stuck.move_down {
    height: 70px;
}

.wide-nav.move_down {
    top: 70px;
}

#masthead.stuck.move_down #logo a img {
    max-height: 60px
}

ul.header-nav li a {
    font-size: 80%
}


.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    position: relative;
    min-height: 220px;
    max-width: 800px;
    border: 1px;
    border-style: dashed;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    max-width: 120px;
    margin: 0.5em;
}

.dropzone .dz-message {
  z-index: -10000;
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
}

.dropzone .dz-preview .dz-error-message {
    background: #f2f2f3;
    color: red;
    display: none;
    margin-top: 10px;
}

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    max-width: 54px;
    max-height: 58px;
    left: 50%;
    margin-left: -27px;
}

.widget_nav_menu ul li a {
    color: #000 !important;
    font-weight: normal !important;
}

.widget_nav_menu ul li {
    text-transform: none;
    font-size: 13px;
    padding-top: 0px !important;
    border-bottom-width: 0px !important;
    height: 20px;
    padding-bottom: 5px;
}

.dark h3 {
    color: #000 !important;
    font-weight: normal !important;
}

.dark .tx-div {
    background-color: #000;
    opacity: 1;
    width: 100%;
}

.widget-title {
    font-size: 95%;
    text-transform: none;
}

@media screen and (max-width: 1085px) {
    .good-bad {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .new-arrivals {
        display: none;
    }

    .blog {
        display: none;
    }

    .icon-search {
        display: none;
    }
}

@media screen and (max-width: 870px) {
    .sell-item-banner {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .content-header {
        padding-left: 0px;
    }

    .form-group {
        max-width: 100%;
    }

    #js-upload-submit {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .checkboxes {
        margin-left: 0%;
        float: left;
        max-width: 767px;

    }
    .pay-slogan{
        display: none;
    }
}

@media screen and (max-width: 515px) {
    .cart-inner {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .checkboxes {
        max-width: 160px;
    }
    .remove-button {
        margin-top: 10px;
    }
    .checkbox-inline {
        float: left;
        margin-left: 0px !important;
        margin-top: 5px;
    }
}
.Multifile-preview {
  height: 80px;
  width: 100px;
  margin: 10px;
  float: left;
}
input[type=file] {
  margin: 0;
}

#remove-edit {
  display: none;
}
