.btn-primary {
    background-color: #00AEB6!important;
    border-color: #00AEB6!important;
}


/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.loading-state {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 17%;
    z-index: 1000;
    text-align: center;
}

.form-control {
    -webkit-box-shadow: none !important;
    border-radius: 0;
    border: 1px solid #eee!important;
}


.radio-inline,
.checkbox-inline,
.radio,
.checkbox {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #6D6E71;
}

.radio-inline:after,
.checkbox-inline:after,
.checkbox:after,
.radio:after {
    display: none;
}

.checkbox-inline,
.radio-inline {
    padding-left: 0;
}

.form-group-lg .form-control {
    border-radius: 0;
}


.squared-selection li {
    font-size: 12px;
    border: 1px solid #ddd;
    color: #777;
    margin: 0 0 0;
    padding: 4px 0;
    width: 23.8%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

.squared-selection li:hover {
    background: #f2f2f2;
}

.squared-selection li.active,
.squared-selection li:focus {
    background: #555;
    border-color: #555;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .squared-selection li {
        width: 32.1%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .squared-selection li {
        width: 31.7%;
    }
}


/**
 * ACCOUNT
 */
.username-block {
    padding: 8px;
    margin-bottom: -1px;
    background: #333;
    border-radius: 2px;
}

.username-block .sidebar-user h2 {
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin: 5px 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .sidebar-user {
        width: 147px
    }
}


.panel-accordion .panel-heading {
    border-radius: 0;
}


.panel-group{
    margin-bottom: 10px;
}

.panel-accordion {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.panel-accordion .panel-heading {
    padding: 0;
}

.panel-accordion .panel-heading a {
    display: block;
    padding: 15px;
    color: #444;
    border: 1px solid #eee;
}

.panel-accordion .panel-heading a:hover {
    background: #eee;
}

.table-shopping-cart > thead > tr > th,
.table-shopping-cart > tbody > tr > th,
.table-shopping-cart > tfoot > tr > th,
.table-shopping-cart > thead > tr > td,
.table-shopping-cart > tbody > tr > td,
.table-shopping-cart > tfoot > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.cart-summary-item{
    text-align: right;
    margin-bottom: 7px !important;
}

.cart-summary-item span{
    width: 80px;
    display: inline-block;
    font-weight: normal;
}

.cart-summary {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px #ddd;
    background: #FEFFFD;
    padding: 15px;
    margin-bottom: 30px;
}

.cart-summary h2{
    text-align: left;
    padding: 22px 0 29px 15px;
    margin: 0 0 0 5px;
    margin-left: 5px;
    margin-top: 0;
    border-left: 1px dotted #ccc;
}

.cart-summary h2 small {
    margin-bottom: 5px;
    margin-top: 8px;
    display: block;
    text-transform: none;

}

.cart-summary h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.cart-resume-panel{
    background: #eee;
    border: 1px solid #ddd;
    padding: 15px;
}

.cart-payment-options label {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 15px;
}

.cart-payment-options label:hover,
.cart-payment-options label:active {
    background: #fefefe;
}

.cart-payment-options label.active {
    border-color: #00AEB6;
}

.cart-payment-options .media-object {
    width: 45px;
}

.cart-payment-options .media-heading {
    font-weight: normal;
}

.cart-payment-options .media-heading .label{
    font-size: 60%;
    top: -3px;
    position: relative;
}

.cart-payment-options p {
    margin: 0;
    color: #777;
}

.cart-payment-options .radio-circle {
    border-radius: 30px;
    margin: 2px 0 0 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
}

.cart-payment-options .checkbox:hover .radio-circle:before,
.cart-payment-options .checkbox:active .radio-circle:before{
    content: '';
    background: #ccc;
    border-radius: 20px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 2px;
}

.cart-payment-options .active .radio-circle:before,
.cart-payment-options .checkbox:hover .active .radio-circle:before{
    content: '';
    background: #00AEB6;
    border-radius: 20px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 2px;
}

.block-bordered {
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 100%;
}

.first-child > li > a {
    background: #333;
    display: block;
    color: #fff;
    padding: 4px 10px;
    margin-top: -1px;
}

.first-child{
    padding-top: 0 !important;
}

.second-child > li {
    border-bottom: 1px solid #ddd;
}

.second-child > li:last-child {
    border-bottom: none;
}

.second-child > li > a {
    padding: 4px 0;
    width: 100%;
    display: block;
}

.second-child > li > a.active {
    color: #00AEB6 !important;
}

.second-child > li > a .fa {
    margin-top: 3px;
}

.third-child > li > a {
    text-transform: none;
    color: #555;
    padding: 0;
    display: block;
}

.third-child > li > a.active {
    color: #00AEB6 !important;
}

.third-child {
    margin-bottom: 10px;
}

.order-summary-papper {
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px #ddd;
}

.order-summary-papper .final-prices td{
    padding-bottom: 5px;
}





.product-price h2 {
    color: #00AEB6;
    font-weight: 600;
}

.product-price h2 sup {
    font-size: 60%;
}

.product-promo-price h5 {
    font-weight: normal;
}

.product-colors {
    display: block;
    padding: 3px;
    border: 2px solid #eee;
    border-radius: 3px;
}

.product-colors.active,
.product-colors.active:hover {
    border-color: #191919;
}

.product-colors:hover {
    border-color: #00AEB6;
}