/* Bootstrap vertical tabs */
@import "vertical-tabs.css";

::-webkit-input-placeholder { /* WebKit browsers */
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
}

a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

ins {
    text-decoration: none;
}

/* file upload button */
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.notification-alert h3 {
    margin: 0 0 15px 0;
    font-weight: 300;
}
.notification-alert p {
    margin: 0 0 0 15px;
    font-size: 15px;
}
/* file upload button end */
/* -------Authentication styles ------------------- */
.fv-form-bootstrap .fv-icon-no-label {
    top: 12px;
}

body.account-page {
    background: #515255;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-page-wrap,
.recover-page-wrap {
    margin-top: 8%;
}

.create-page-wrap {
    margin-top: 4%;
}

.account-page-wrap .top-logo {
    margin: 0 0 25px 0;
}

.offset-padding {
    padding: 37px 25px 27px 25px;
}

.page-offset-shadow {
    background: #fff;
    -webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
}

.dy-styled-form {
     font-family: "Open Sans", sans-serif;
}

.dy-styled-form .form-control {
    font-weight: 300;
    font-size: 17px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e8ebee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dy-styled-form .form-control:focus {
   box-shadow: 0 0 6px rgba(81, 203, 238, 0.6);
  border: 1px solid rgba(81, 203, 238, 1);
}

/* error input field */
.dy-styled-form .has-error input,
.dy-styled-form .has-error select,
.dy-styled-form .has-error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* error input field end */

.dy-styled-form .left-group {
    border: 1px solid #e8ebee;
    border-right: none;
    background: none;
    font-size: 18px;
    padding: 0 15px 0 15px;
}

.dy-styled-form .label-control {
  
}
.dy-styled-form .label-control .form-control {
    font-size: 15px;
    height: auto;
    color: #555;
    font-weight: 400;
}

.dy-styled-form .label-control a {
  color: #e7604a;
}

.dy-styled-form .submit-wrap {
    margin-top: 25px;
}

.dy-styled-content {
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: bold;
    color: #555;
    font-family: "Open Sans", sans-serif;
}

.dy-styled-form .form-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin: 15px 0 30px 0;
}
.btn-login {
  display: block;
  width: 100%;
  border-radius: 2px;
}

.dy-styled-form .lost-psw-wrap {
  font-weight: 300;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}

.dy-styled-form .lost-psw-wrap a {
   font-weight: 300;
   color: #e7604a; 
}

/* account modal */
.dy-account-modal h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
}

.dy-account-modal .modal-dialog {
    max-width: 360px;
}

.dy-account-modal .modal-header {
    background: #00aeef;
    margin-bottom: 23px;
}

.dy-account-modal .dy-styled-form {
    padding: 0 10px 0 10px;
}

.dy-account-modal .modal-content {
    border-radius: 0;
}

.dy-account-modal .modal-header .close {
    font-size: 30px;
}

.dy-account-modal .help-block {
    font-size: 13px;
}
.account-footer {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 20px 0 50px 0;
}

.account-footer a {
    color: #fff;
    text-decoration: none;
}
/* -------Authentication styles end------------------- */

/* <<------------------------------------------------------------------------------------------->>>>*/

/* -------Account styles ------------------- */
.tabs-left li a {
    font-size: 17px;
    font-weight: 300;
}
.profile-wrap {}
.profile-wrap .form-group label {
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 300;
}

.profile-wrap .form-group {
    margin-bottom: 20px;
}

.profile-wrap h3.form-head {
    font-weight: 300;
    margin: 5px 0 20px 0;
    font-size: 19px;
    border-bottom: 1px solid #ddd;
}

.profile-wrap .show-hide-label {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: none;
}
.profile-wrap p.radio-label {
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 300;
}

.profile-wrap span.required {
   display: none;
   font-size: 20px;
   position: relative;
   top: 5px;
   font-family: Tahoma;
   color: red;
}

.profile-wrap .btn-file {
    display: block;
    margin-top: 10px;
}

.profile-wrap .profile-avatar img {
    border: 1px solid #fef;
    border-radius: 3px;
    padding: 3px;
}
/* -------Account styles end ------------------- */

/* -- CHECKOUT -- */

/* progress start */
.dy-progress-bar {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
    padding: 16px 0 20px 0;
    font-family: "Open Sans", sans-serif;
}

ul.dy-progress {
    border-radius: 3px !important;
}

ul.dy-progress li.active {
   background-color: #dc9305;
   transition: 0.3s;
}

ul.dy-progress li {
   background-color: #7e7e7e;
   position:relative;
   text-indent:14px;
   margin: 0 0 0 0;
   text-align: left;
}

ul.dy-progress li:after {
   content:'';
   position:absolute;
   right:100%;
   margin-right:12px;
   width:50px;
   padding-top:50px;
   border:solid white;
   z-index:1;
   transform:rotate(45deg);
   border-bottom:0;
   border-left:0;
   box-shadow:15px -15px 0 10px  #7e7e7e
}

ul.dy-progress li.active:after {
   box-shadow:15px -15px 0 10px #dc9305;
}

ul.dy-progress li.active span .fa {
  font-size: 8px;
  display: inline;
  position: relative;
  top: -1px;
}

ul.dy-progress {
  list-style: none;
  margin: 0.5em;
  padding: 0;
  overflow:hidden;
  white-space:nowrap
}

ul.dy-progress li {
  display:inline-block;
  line-height: 50px;
  height: 50px;
  width: 25%;
  position: relative;  
  transition:min-width 0.5s;
}


ul.dy-progress li a {
  padding: 0px 0px 0px 0px;
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

ul.dy-progress .label {
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
    border: 2px solid #fff;
    margin-right: 8px;
}

ul.dy-progress li:hover {
}

ul.dy-progress li:before {
  content:'\2714'
}

ul.dy-progress li.active:before,
ul.dy-progress li.active ~ li:before {
  content:''
}

/* mobile progress */
@media only screen and (max-width: 768px) {
  ul.dy-progress li {
    display: block;
    width: 100%;
  }
}
/* progress end */

.checkout-title {}

.checkout-title h1 {
    font-weight: 300;
    font-family: "Open Sans";
    margin: 0 0 0 0;
}

.checkout-auth-tab {
    border: 1px solid #efe;
    padding: 30px 35px 30px 35px;
    font-family: "Open Sans";
    margin-top: 35px;
}

.checkout-auth-tab .auth-title {
    font-weight: 300;
    font-size: 20px;
    background: #00aeef;
    color: #fff;
    border-radius: 1px;
    padding: 10px 20px 10px 20px;
}
.checkout-auth-tab label {
    text-transform: none;
    line-height: 50px;
    letter-spacing: normal;
}

.checkout-info {
    margin-top: 35px;
}

.checkout-info .information {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
    border-radius: 6px;
    padding: 25px 20px 25px 20px;
    margin-bottom: 35px;
}

.checkout-info .label {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-right: 10px;
}

.checkout-info .info-title {
    font-weight: 300;
    font-size: 25px;
}

.checkout-info .info-content {
    padding: 0 0 0 52px;
}

.checkout-info .radio {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.checkout-info .radio:last-of-type {
    margin-bottom: 10px;
    border-bottom: none;
}

.checkout-info .radio label {
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: "Open Sans";
}

.checkout-info .shipping-price {
    font-weight: 400;
    color: #00aeef;
    margin-left: 12px;
}

.checkout-info .contact-info {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.checkout-info .contact-info p,
.checkout-info .address-info p {
    margin: 0 0 0 0;
    font-size: 16px;
}

.checkout-info .contact-info p.name {
  font-size: 23px;
}

.checkout-info .contact-info .label {
    font-size: 10px;
    margin: 0 0 0 85px;
    position: relative;
    top: -3px;
}

.summary-section .summary-title {
    font-weight: 300;
    font-size: 22px;
    border-bottom: 1px solid #eee;
}
.summary-section .info-content {
    padding: 0;
}

.summary-section .summary-box {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
    border-radius: 6px;
    padding: 25px 20px 25px 20px;
}

.summary-section p.shipping-method {
    font-size: 18px;
}

.success-content p {
    font-size: 26px;
    font-weight: 300;
    color:  green;
    margin-top: 35px;
    font-family: "Open Sans";
}
/* checkout end */