
.basketWrapper {
    width: 100%;
}
.basketWrapper table {
    border: none;
    vertical-align: middle;
}
td.basketProductImage {
    width: 80px;
}
td.basketProductImage img {
    display: inline-block;
    width: 60px;
    height: auto;
}
span.shopMobile {
    display: none;
}
td.nazivMain {
    font-weight: 600;
    font-size: 18px;
}
td.cenaMain {
    font-weight: 500;
    color: #4A4A4A;
}
.quantityWrapper {
    border: 1px solid #9B9B9B;
    border-radius: 4px;
    display: inline-block;
}
.quantityWrapper a,
.quantityWrapper span {
    line-height: 38px;
    display: inline-block;
}
.quantityWrapper a {
    color: #9B9B9B;
}
.quantityWrapper a:hover {
    color: #CC0952;
}
.quantityWrapper a.down {
    padding: 0 5px 0 10px
}
.quantityWrapper a.up {
    padding: 0 10px 0 5px
}
.quantityWrapper span {
    text-align: center;
    min-width: 38px;
    font-weight: 700;
}
td.cenaMain,
td.basketKom,
td.total {
    padding-left: 20px;
    padding-right: 20px;
}
td.basketKom {
    min-width: 100px;
}
td.total {
    font-weight: 700;
}
td.removeLink {
    text-align: right;
}
td.removeLink a {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('/img/_redesign/cart-remove.svg');
    background-position: center;
    background-repeat: no-repeat;
}
td.removeLink a:hover {
    background: url('/img/_redesign/cart-remove-hover.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.basketPoruci {
    text-align: right;
}
h5.total {
    text-transform: capitalize;
}
.cartButtonsBottom {
    margin-top: 40px;
    float: right;
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
}
.cartButtonsBottom a {
    display: inline-block;
}
.cartButtonsBottom a.button {
    margin-left: 20px;
    padding: 10px 20px;
}
.holder.radioHolder {
    position: relative;
}
.checkHolderCheckbox {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    width: 28px;
    clear: both;
    float: left;
}
.checkHolderCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-color: transparent;
    z-index: 4;
}
.checkHolderCheckbox .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #D7D7D7;
}
.checkHolderCheckbox input:checked ~ .checkbox-custom {
    background-color: #fff;
    opacity:1;
}
.checkHolderCheckbox .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 4px;
    background-color: #CC0952;
    opacity:0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkHolderCheckbox input:checked ~ .checkbox-custom::after {
    opacity:1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.privacyNew {
    margin: 40px 0 25px;
    width: 100%;
    display: block;
}
.center.smallerButton button {
    min-width: 200px;
    margin: 40px auto;
    display: table;
}
form textarea.smallerTextarea {
    height: 100px;
}
