.price {
   /* float: left; */
    position: relative;
    width: 100%
}

.price .button-buy {
    float: right;
    height: 45px;
    background: #eb2c2c;
    cursor: pointer
}

.price .button-buy p {
    font-family: Roboto, sans-serif;
    color: #fff;
    padding: 0 30px;
    line-height: 45px
}

.price .button-buy:hover {
    background: #d01414
}

.price .button-border-mini {
    border: 2px solid #f6f7fc
}

.price .button-border-mini:hover {
    background: #f6f7fc
}

.price .in-box {
    display: inline-block;
    width: 60px;
    position: relative;
    margin: 3px 20px 0 30px
}

.price .in-box .minus-plus {
    width: 35px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    line-height: 40px;
    background: #fff
}

.price .information, .price .tablet, .price .title-box, .price table {
   /* float: left; */
    width: 100%
}

.price .in-box .minus-plus:hover {
    background: #050505;
    color: #fff
}

.price .in-box input[type=number] {
    width: 100%;
    text-align: center;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 0;
    height: 40px;
    border: 1px solid #e6e6e6
}

.price .in-box .fl {
    top: 0;
    left: -25px
}

.price .in-box .fr {
    top: 0;
    right: -25px
}

.price .title-box {
    background: #70614d;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: -1px
}

.price .title-box a, .price .title-box p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.price table tbody tr td, .price table thead tr th {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    font-family: Roboto, sans-serif
}

.price .title-box a {
    color: #fff;
    text-decoration: underline
}

.price table thead tr th {
    text-align: center;
    background: #ff2d4b;
    color: #fff;
    padding: 5px 0
}

.price table tbody tr {
    text-align: center
}

.price table tbody tr td {
    color: #535c71;
    padding: 5px 10px;
    line-height: 20px
}

.price table tbody tr td a {
    color: #70614d;
    text-decoration: underline
}

.price table tbody tr td a:hover {
	    color: #b38241;

}

.price table tbody tr:nth-child(odd) {
    background: #f6f7fc
}

.price table tbody tr:nth-child(even) {
    background: #ebedf6
}

.price table tbody tr:hover {
    background: #dcdcdc
}

.price .col-lg-6 {
    padding: 0 !important;
    margin: 0 !important
}

.price .active {
    background: #f6f7fc
}

.price .active p {
    color: #fff
}

.price .information {
    margin-top: 20px
}

.price .information .gray-box {
    float: right;
    background: #f2f2f2
}

.price .information .gray-box p {
    padding: 10px 30px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #3a3a3a
}

.price .information .gray-box p span {
    color: #fc1c29
}

.price .information .gray-box:not(:last-child) {
    border-left: 2px solid #fff
}

.price .fixed-information {
    position: fixed;
    top: 40px;
    z-index: 3000;
    right: 0;
    margin: auto !important;
    padding: 20px 0 15px !important;
    left: 0;
    width: 1170px
}

.price .fixed-information .shadow {
    float: right;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5)
}

.price h4 {text-align: center; padding-bottom: 8px; text-transform: uppercase; font-size: 34px;}
.price h4 .new_percents {color: red;}