.centerwrapper ._checkbox {
    display: none;
}

.centerwrapper label {
    width: 25px;
    height: 25px;
    margin: 6px auto;
    background-color: #afabab;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 3px 5px #d9d5d4;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}

.centerwrapper label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 3px 5px #e3dcdc;
    transition: 0.2s ease width, 0.2s ease height;
}

.centerwrapper label:hover:before {
    width: 13px;
    height: 13px;
    box-shadow: inset 0 3px 5px #ff9d96;
}

.centerwrapper label:active {
    transform: translateY(-50%) scale(0.9);
}

.tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    margin-left: 3px;
    transform: rotateZ(-40deg);
}

.tick_mark:before, .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
}

.tick_mark:before {
    left: 0;
    bottom: 0;
    width: 3px;
    height: 7px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(-68px)
}

.tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(78px)
}

._checkbox:checked + label {
    background-color: #275efe;
    box-shadow: 0 3px 5px #87a0eb;
}

._checkbox:checked + label:before {
    width: 0;
    height: 0;
}

._checkbox:checked + label .tick_mark:before, ._checkbox:checked + label .tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
.productgrid {
    border: none!important;
}

.productgrid .grid-col6 {
    width: 59%;
    display: inline-block;
}

.productgrid .grid-col5 {
    width: 49%;
    display: inline-block;

}

.productgrid .grid-col4 {
    width: 39%;
    display: inline-block;
}

.formbuy {
    padding: 10%;
    background-color: #fff;
    margin: 5%;
    border-radius: 5px;
    min-height: 550px;
}

.width48 {
    width: 48%;
    margin-bottom: 20px;
}

.width100 {
    width: 100%;
    margin-bottom: 20px;
}

.whiteblock {
    height: 300px;
    background-color: #fff;
    width: 35%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.desctit {
    position: absolute;
    top: 20%;
    left: 14%;
    background: #fff;
    height: 66%;
    box-shadow: 0 3px 11px rgb(215 215 215);
    padding-left: 2%;
}

.width24 {
    width: 24%;
}

@media only screen and (max-width: 699px) {

    .productgrid .grid-col4 {
        width: 100%;
    }

    .formbuy {
        margin: 0;
    }

    .productgrid .grid-col6 {
        width: 100%;
    }
    .productgrid .grid-col4 .wrapper {
        padding: 0;
    }
    .layui-form-item .layui-input-inline {
        margin: 10px!important;
    }

    .width48 {
        width: 100%;
    }
}
