.viwcuf-checkout-ob-container a:focus,
.viwcuf-checkout-ob-container button:focus,
.viwcuf-checkout-ob-container input:focus,
.viwcuf-checkout-ob-container select:focus {
    outline: unset !important;
}

.viwcuf-checkout-ob-container {
    clear: both;
}
.viwcuf-checkout-ob-container,
.viwcuf-checkout-ob-container div {
    box-sizing: border-box;
}

.viwcuf-checkout-ob-container,
.viwcuf-checkout-ob-container > div {
    position: relative;
}

.vi-wcuf-ob-product-wrap {
    display: inline-grid;
    grid-template-columns: 100%;
    width: 100%;
    grid-auto-rows: auto;
    grid-gap: 15px;
    padding: 8px;
    margin-bottom: 15px;
}

.vi-wcuf-ob-product-wrap > div {
    width: 100%;
}

.vi-wcuf-ob-product-top {
    display: inline-grid;
    grid-template-columns: 6fr 4fr;
    grid-gap: 10px;
    align-items: center;
}

.vi-wcuf-ob-product-top > div {
    display: flex;
    align-items: center;
}

.vi-wcuf-ob-price {
    justify-content: flex-end;
    text-align: right;
}

.vi-wcuf-ob-title-wrap {
    justify-content: flex-start;
}

.vi-wcuf-ob-title {
    font-weight: 600;
    max-width: calc(100% - 28px);
    cursor: pointer;
}

.vi-wcuf-ob-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    margin-right: 10px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.vi-wcuf-ob-checkbox.vi-wcuf-ob-checkbox-checked:before {
    content: "\f101";
    font-family: viwcuf_checked_icons;
    color: #2ec1b9;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vi-wcuf-ob-product-content {
    display: inline-grid;
    grid-template-columns: auto;
    grid-gap: 10px;
}

.vi-wcuf-ob-product-content > div {
    width: 100%;
}

.vi-wcuf-ob-product-image{
    width: 40%;
    float: left;
    margin-right: 10px;
    min-width: 150px;
    max-width: 40%;
}
.vi-wcuf-ob-product-image img {
    width: 100%;
}
.vi-wcuf-ob-product-desc-read{
    cursor: pointer;
    font-style: italic;
    padding: 0 2px;
    font-size: 12px;
}
.viwcuf-checkout-ob-container .vi-wcuf-swatches-wrap-wrap {
    margin: 0 0 2px;
    border: 0;
    width: 100%;
}

.viwcuf-checkout-ob-container .vi-wcuf-swatches-wrap-wrap .vi-wcuf-swatches-wrap {
    background: 0 0;
    padding: 5px 0;
    border: 0;
}

.viwcuf-checkout-ob-container .vi-wcuf-swatches-wrap-wrap select {
    width: 60%;
    min-width: 160px;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
    color: #212121;
    background-color: #fff;
    padding: 2px;
    height: auto;
    border: 1px solid #eee;
}

.viwcuf-checkout-ob-container .vi-wcuf-swatches-wrap-wrap select .vi-wcuf-option-disabled {
    display: none;
}

.vi-wcuf-ob-product-image ~.vi-wcuf-ob-cart-form {
    float: left;
    width: auto;
}
.vi-wcuf-ob-full-width {
    width: 100% !important;
}
.viwcuf-checkout-ob-container .vi-wcuf-ob-cart-form .woocommerce-variation-price {
    border: 0;
    padding: 5px 0;
}

.viwcuf-checkout-ob-container .added_to_cart {
    display: none !important;
}

/* RTL CSS */
.vi-wcuf-ob-product-wrap-rtl .vi-wcuf-ob-checkbox{
    margin-right: 0;
    margin-left: 10px;
}
.vi-wcuf-ob-product-wrap-rtl .vi-wcuf-ob-product-image{
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.vi-wcuf-ob-product-wrap-rtl .vi-wcuf-ob-product-image ~.vi-wcuf-ob-cart-form{
    float: right;
}