busket.css 6.87 KB
p, a, label, span{
    font-family: "Ubuntu"
}

.navigation:hover {
    color: #879cc3;
}

.navigation {
    color: #6b84b5;
    text-decoration: underline;
}

.vin img {
    margin-bottom: 1px;
}

.arrow_go {
    padding-bottom: 1px;
}


.choose_tovar{
    width: 960px;
    margin: 20px auto;
        padding-bottom: 24px;

}


.header {
    height: 28px!important;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f5f5;
}
.choose_tovar tr{
    height: 47px;
}

.choose_tovar table{
    border-bottom: 3px solid #dfdfdf;
}
.choose_tovar table, .choose_tovar td, .choose_tovar tr {
    border: 1px solid #dfdfdf;
    vertical-align: middle;
}

.choose_tovar td {
    font-size: 13px;
    font-weight: 500;
    padding-left: 13px;

}

.choose_tovar td img{
    margin-left: 4px;
}

.choose_tovar td a{
   color:#333333;
   text-decoration: none;
}
.choose_tovar tr:hover{
    background-color:#ececec;
}

.header:hover{
    background-color:#f5f5f5!important;
}

.arrow-cart-lend-1 {
    position: absolute;
    top: 7px;
    cursor: pointer;
}

.arrow-cart-lend-2 {
    position: absolute;
    bottom: 7px;
    cursor: pointer;
}

.arrow-cart-lend-wr {
    float: left;
    height: 35px;
    position: relative;
}

.lend-tovar-cart-number {
height: 29px;
    width: 28px;
    border: none;
    outline: none;
    background: #f5f5f5;
    text-align: center;
    font-size: 13px;
    color: #555555;
    float: left;
    position: relative;
    padding-left: 0;
    padding-bottom: 1px;
}

.lend-tovar-cart-left {
    width: 47px;
    height: 33px;
    float: left;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    margin-top: 4px;
    background-color: #f5f5f5;
}

.choose_tovar tr  :nth-child(4) {
    padding-left:10px;

}
.choose_tovar tr  :nth-child(3) {
    padding-left:0;
    text-align: center;
}
.choose_tovar tr  :nth-child(5) {
    padding-left:0;
    text-align: center;
}
.choose_tovar tr  :nth-child(6) img {
cursor: pointer;
}

.header img{
    cursor:pointer;
}
.header:nth-child(3) {
    cursor: pointer;
}
.sum{
    font-weight: 500;
    font-size: 18px;
    margin-top: 31px;
    float:right;
    margin-right:69px;
    margin-bottom: 39px;
}

.choose_tovar .purple{
    width:168px;
    font-family: 'Ubuntu';
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 82px;
    margin: 2px 397px;
}



.purple a{
    color:#ffffff;
    text-decoration: none;
}

.purple:hover{
    background-color: #8399c4;
    border-color: #8399c4;
}

.personal_info input {
    width: 334px;
    height: 30px;
    padding-left: 9px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    display: block;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

::-webkit-input-placeholder {
   color: #333333;
/*   font-size: 13px;*/
    font-family: "Ubuntu"
}

:-moz-placeholder { /* Firefox 18- */
   color: #333333;
/*   font-size: 13px;*/
    font-family: "Ubuntu"  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;
/*   font-size: 13px;*/
       font-family: "Ubuntu"  
}

:-ms-input-placeholder {  
   color: #333333;
/*   font-size: 13px;*/
       font-family: "Ubuntu"  
}
.personal_info{
    float:left;
    margin-top: -23px;
    margin-bottom: 21px;
    position: relative;
}
.delievery{
    display: inline-block;
    margin-left: 149px;
    margin-top:-18px;
}
.personal_info h3{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.delievery ul{
    list-style-type: none;
        margin-top: -6px;
}
 input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color: #333333;
    font-family:Arial, sans-serif;
    cursor: pointer;
    position: relative;
    
}
input[type="radio"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin-bottom: 16px;
    background: url('/images/radio.png') no-repeat;
    cursor:pointer;

}
input[type="radio"]:checked + label span{
    background: url('/images/blue_dot.png') no-repeat;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
    -webkit-transition:background 0.4s linear;
    -o-transition:background 0.4s linear;
    -moz-transition:background 0.4s linear;
    transition:background 0.4s linear;
}

 input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label {
    color: #fff;
    font-family:Arial, sans-serif;
    cursor: pointer;
    
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin-bottom: 16px;
    background: url('/images/checkbox.png') no-repeat;
    cursor:pointer;
        margin-top: 10px;

}
input[type="checkbox"]:checked + label span{
    background: url('/images/input-type-checked.png') no-repeat;
    margin-top: 10px;
}

input[type="checkbox"] + label span,
input[type="checkbox"]:checked + label span {
    -webkit-transition:background 0.4s linear;
    -o-transition:background 0.4s linear;
    -moz-transition:background 0.4s linear;
    transition:background 0.4s linear;
}

.delievery ul p{
    display: inline-block;
    margin-left:24px;
    font-size: 14px;
     font-family: 'Ubuntu';
    font-weight: 400!important;

}

.delievery label span{
    position: absolute;
}

.delievery label a{
    font-family: 'Ubuntu';
    font-weight: 400;
    margin-left:24px;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    display: inline-block;
    color: #898989;
}

.delievery h3 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

.currency{

    font-weight: normal;
    color: #6c83b5;
    height: 21px;
    width: 36px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #efeff0;
    background-color: #efeff0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
}
.opposite{
    border-radius: 0 4px 4px 0;
}

.active_button_purple1 {
    background-color: #6c83b5;
    color: #ffffff;
}

.currency:nth-child(1){
    margin-right: 3зч
}

.personal_info input:nth-child(7) {
    padding: 0 8px 76px;
}

.personal_info input:nth-child(2){
        margin-top: 16px;

}

.personal_info .star {
    color: #fec831;
    position: absolute;
    top: 66px;
    left:340px
}

.personal_info .star3{
    color: #fec831;
    position: absolute;
    top: 107px;
    left:340px;
}

#modal_form input[type="checkbox"] + label span, #modal_form input[type="checkbox"]:checked + label span {
    position: absolute;
    left: 114px;
    top: 197px;
    -webkit-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    transition: background 0.4s linear;
}

#modal_form input[type="checkbox"]:checked + label span{
    background: url('/images/input-type-checked.png') no-repeat;
}

#modal_form_idea .purple {
    width: 118px;
    display: table;
    margin: 14px auto;
}

#modal_form input[type="checkbox"]:checked + label span{
    position: relative;
    z-index: 15;
    background: url('/images/input-type-checked.png') no-repeat;
}