﻿html,
body {
  background-color: #f1f1f1;
}
body {
  color: #444;
  font-family: 'Helvetica', 'Arial', sans-serif;
}
body .wrapper {
  padding-top: 40px;
  background-color: #f1f1f1;
}
body .container {
  max-width: 1352px;
}
body .container.sc-container {
  max-width: 760px;
}
body .container span.schedule-date {
  color: #444;
  font-size: 14px;
}
a {
  color: #4a90e2;
}
label {
  color: #757575;
}
hr {
  border-top-color: #d2d2d2;
}
.custom-modal-title {
  padding: 15px 20px;
  color: #4a90e2;
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
}
.modal-default {
  border-radius: 0;
}
.modal-default .close {
  color: #9a9a9a;
  opacity: 1!important;
}
.modal-default .close:hover,
.modal-default .close:focus {
  color: #444;
}
.modal-default form input .sf,
.modal-default form input .quantity {
  margin: -4px 0;
}
.item-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.section.addons {
  padding-top: 10px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
/*.cart-container {
    margin-left: 20px;

    a {

        &.cart-info {
            color:@primary-text-color;
            font-size: 16px;
            vertical-align: middle;

            i,span {
                vertical-align: middle;
            }

            i {
                font-size: 1.5em;
            }
        }
    }
}

.property-container {
    color:@primary-text-color;
    font-size: 16px;
    vertical-align: middle;

    i,span {
        vertical-align: middle;
    }

    i {
        font-size: 1.5em;
    }
}*/
.property-cart-container {
  padding: 0 15px;
  line-height: 33px;
  white-space: nowrap;
}
.cart-container {
  height: 33px;
  padding-left: 15px;
}
.cart-container a.cart-info {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
.cart-container a.cart-info i,
.cart-container a.cart-info span {
  vertical-align: middle;
}
.cart-container a.cart-info i {
  margin-right: 6px;
  font-size: 1.25em;
}
.property-container {
  height: 25px;
  padding-right: 15px;
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
.property-container i,
.property-container span {
  vertical-align: middle;
}
.property-container i {
  margin-right: 6px;
  font-size: 1.5em;
}
.gal-detail a {
  position: relative;
  display: block;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
}
.gal-detail a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto!important;
}
.gal-detail a:hover:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  content: " ";
}
.gal-detail a:hover:after {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  z-index: 2;
  color: #fff;
  font-size: 22px;
  content: "View Samples";
}
.option-bar a {
  width: 18px;
  text-align: center;
  font-size: 18px;
  color: #9a9a9a;
}
.option-bar a:hover,
.option-bar a:active {
  color: #444;
}
.btn-lg {
  font-size: 14px;
  min-width: 180px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.btn-clean {
  color: #444;
  font-weight: normal;
}
.btn-clean:hover,
.btn-clean:active {
  color: #4a90e2;
  border-color: transparent;
  background: none;
}
.ribbon {
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: auto;
  height: auto;
  text-align: left;
  overflow: visible;
}
.ribbon:after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7px solid #2e5686;
  border-right: 7px solid transparent;
  content: " ";
}
.ribbon span {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  min-width: 100px;
  padding: 0 20px;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  text-align: left;
  font-size: 12px;
  line-height: 26px;
  box-shadow: none;
  background: #5abbf3;
}
.ribbon span:after,
.ribbon span:before {
  left: auto;
  right: 100%;
  z-index: 1;
  border: 0;
}
.ribbon span:after {
  top: auto;
  bottom: 0;
  border-bottom: 13px solid #5abbf3;
  border-left: 8px solid transparent;
}
.ribbon span:before {
  top: 0;
  border-top: 13px solid #5abbf3;
  border-left: 8px solid transparent;
}
.ribbon.new-ribbon:after {
  border-top-color: #50370d;
}
.ribbon.new-ribbon span {
  background: #fdb948;
}
.ribbon.new-ribbon span:after {
  border-bottom-color: #fdb948;
}
.ribbon.new-ribbon span:before {
  border-top-color: #fdb948;
}
.panel {
  box-shadow: 1px 1px 4px 0 rgba(135, 135, 135, 0.5);
  border: solid 1px #d2d2d2;
  border-radius: 0;
}
.panel.panel-details .match-height:first-child {
  padding-right: 0;
}
.panel.panel-details .match-height:last-child {
  padding-left: 0;
  border-left: solid 1px #d2d2d2;
}
.panel.panel-shopping-cart .panel-body {
  padding: 20px;
}
.panel.panel-shopping-cart .panel-body .row {
  margin: 0 -20px;
}
.panel.panel-shopping-cart .pricing-column {
  padding: 0 20px;
  margin: 0;
}
.panel.panel-shopping-cart .pricing-column + .pricing-column {
  border-left: 1px dashed #c2c2c2;
}
.panel.panel-shopping-cart .pricing-column .card-box {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.panel.panel-shopping-cart .pricing-column .plan-header {
  padding: 20px 0;
}
.panel.panel-shopping-cart .pricing-column .plan-header h4 {
  margin: 0;
  color: #757575;
  text-align: left;
  font-size: 14px;
}
.panel.panel-shopping-cart .pricing-column .plan-title {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 5px;
  color: #444;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
}
.panel.panel-shopping-cart .pricing-column .plan-price {
  margin: 0;
  color: #4a90e2;
  line-height: normal;
}
.panel.panel-shopping-cart .pricing-column .plan-stats {
  padding: 0 0 20px 16px;
  margin: 0;
}
.panel.panel-shopping-cart .pricing-column .plan-stats li {
  margin: 0;
  line-height: 1.71;
}
.panel.panel-shopping-cart .pricing-column .plan-stats.list-unstyled {
  padding-left: 0;
}
.panel.panel-shopping-cart .gal-detail a {
  padding-top: 257px;
}
.panel.panel-shopping-cart .gal-detail a img {
  height: 100%;
  max-width: none;
  max-height: none;
}
.panel.panel-shopping-cart .toggle-cart {
  padding: 0;
  vertical-align: middle;
}
.panel.panel-shopping-cart .toggle-cart i {
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  font-size: 24px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2);
}
.panel.panel-shopping-cart .toggle-cart span {
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  margin-left: -4px;
  text-align: center;
  font-weight: bold;
}
.panel.panel-shopping-cart .toggle-cart.btn-success i {
  border-right: 1px solid #246f28;
}
.panel.panel-shopping-cart .toggle-cart.btn-danger i {
  border-right: 1px solid #9c3844;
}
.panel .button-box {
  padding-top: 10px;
}
.shoping-cart-box .panel-body .row {
  margin: 0 -20px;
}
.shoping-cart-box .table > thead > tr > th {
  border-bottom: 0!important;
}
.shoping-cart-box .table > tbody > tr > td {
  border-top-color: #d2d2d2 !important;
}
.shoping-cart-box .table tr > th,
.shoping-cart-box .table tr > td {
  color: #444 !important;
}
.shoping-cart-box .table tr > th:first-child,
.shoping-cart-box .table tr > td:first-child {
  padding-left: 0!important;
}
.shoping-cart-box .table tr > th:last-child,
.shoping-cart-box .table tr > td:last-child {
  padding-right: 0!important;
}
.shoping-cart-box .table tr > th.hide-phone,
.shoping-cart-box .table tr > td.hide-phone {
  width: 30px;
}
.shoping-cart-box .total-row {
  font-weight: bold;
  font-size: 16px;
}
.shoping-cart-box [class^="col-"] {
  padding: 0 20px;
}
.shoping-cart-box .total-box {
  padding: 20px 20px 15px;
  line-height: 24px;
}
.shoping-cart-box .total-box .row {
  margin: 0!important;
}
.shoping-cart-box .total-box [class^="col-"]:first-child {
  padding-left: 0;
}
.shoping-cart-box .total-box [class^="col-"]:last-child {
  padding-right: 0;
}
.shoping-cart-box .order-total {
  padding: 15px 0 0;
  margin: 0;
  font-weight: bold;
  border-top: 1px solid #d2d2d2;
}
.panel-heading {
  border-bottom: 1px solid #d2d2d2 !important;
  padding: 15px 20px;
}
.panel-heading .edit {
  line-height: 18px!important;
}
.panel-heading .edit .edit-cart,
.panel-heading .edit .edit-form {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #9a9a9a !important;
}
.panel-heading .edit .edit-cart:hover,
.panel-heading .edit .edit-form:hover,
.panel-heading .edit .edit-cart:active,
.panel-heading .edit .edit-form:active {
  color: #444 !important;
}
.panel-title {
  text-transform: uppercase;
  color: #4a90e2;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.checkout-order-box .has-feedback label ~ .form-control-feedback {
  color: #757575;
}
/* Header */
#topnav {
  min-height: 90px;
  box-shadow: none;
}
#topnav .topbar-left {
  float: left;
}
#topnav .menu-extras {
  float: right;
  margin-top: 12px;
}
#topnav .menu-extras .user-message {
  text-align: right;
  font-size: 16px;
  line-height: 33px;
}
#topnav .menu-extras .profile {
  position: relative;
  width: 66px;
  height: 66px;
  border: 2px solid #fff;
  border-radius: 50%;
}
#topnav .menu-extras .profile img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
  border: 0;
}
#topnav .logo {
  margin-top: 15px;
}
#topnav .logo img {
  height: 60px;
}
#topnav .topbar-main {
  min-height: 90px;
}