#add-to-cart-or-refresh > div.custom_product > div.product-price-and-shipping{
    width: 52%;
    float: left;
    position: relative;
}
.product-actions .product-price-and-shipping{
    width: 55%;
    float: left;
    position: relative;
}
.product-actions .product-price-and-shipping a{
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
}
@media(max-width: 768px){

    .product-actions .product-price-and-shipping a{

        font-size: 11px;
    }
    .product-actions .product-price-and-shipping > span{

        font-size: 11px;
    }
}

.product-actions .product-price-and-shipping > span{
    font-weight: 400;
    display: block;
   margin-top:4px!important;
    font-size: 11px;
}

.rel_image{
    max-width: 98px;
    float: left;
    position: relative;
    margin-right: 20px;
}
#add-to-cart-or-refresh > div.custom_product > div.product-price-and-shipping > a{
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}
#add-to-cart-or-refresh > div.custom_product > div.product-price-and-shipping > span{
    font-weight: 400;
    display: block;
    margin-top: 19px !important;
}
@media (max-width: 600px) {
    #add-to-cart-or-refresh > div.custom_product > div.product-price-and-shipping > span {
        height: 38px;
    }
}

.custom_product {
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
    display: flex;
}
#add-to-cart-or-refresh > div.custom_product > a > i{
    top: 20px;
    position: relative;
    right: -7px;
    font-size: 20px;
    color: var(--links-bg-color)
}
.product-customization-item {
   /* margin-left: -40px !important;*/
}
#quickview-modal-25-2377 > div > div > div.modal-body > div > div:nth-child(2) > span{
    font-weight: 600;
    position: relative;
    top: -16px;
    font-size: 15px;
}
#main > div.col-md-7.pb-right-column > div.product-prices > div.product-price.h5 > div > span{
    position: relative;
    top: -15px;
}
#quickview-modal-25-2377 > div > div > div.modal-body > div > div:nth-child(2) > div.product-prices{
    position: relative;
    top: -15px;
}
#quickview-modal-25-2377 > div > div > div.modal-body > div > div:nth-child(2) > div.product-prices > div.tax-shipping-delivery-label{
    position: relative;
    top: 12px;
}
#quickview-modal-25-2377 > div > div > div.modal-body > div > div:nth-child(2) > div.product-prices > div.product-price.h5 > div > span{
    color: var(--links-bg-color);
}

.custom_product > .product-price-and-shipping > .prod_price {
    width: 100%!important;
    text-align: right;
    display: block;
    font-weight: bold;
    position: relative;
    top: 29px!important;
    left: 119px;
}
.custom_product > .product-price-and-shipping > .prod_price .price {
    color: var(--main-bg-color);
}
.custom_check_product {
    position: absolute;
    bottom: 18px;
    right: 19px;
    width: 23px;
    height: 23px;
    opacity: 0.000000001;
    z-index: 2;
}

.custom_product label::after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    border-bottom: 2px solid var(--primary-bg-color);
    border-left: 2px solid var(--primary-bg-color);
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 6px;
    left: 3px;
}
.custom_check_product:checked ~ label {
    background: var(--links-bg-color);

}

.custom_check_product:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.custom_product label {
    text-indent: -3000px;
    position: absolute;
    bottom: 9px;
    right: 20px;
    width: 21px;
    height: 23px;
    border: 1px solid var(--links-bg-color);
    border-radius: 4px;
}
@media (max-width: 768px) { .quickview .product-variants {
    top: 55px;
    left: 16px;
}}
@media (max-width: 768px){ #quickview-modal-25-2377 > div > div > div.modal-body > div > div:nth-child(2) > div.product-prices > div.product-price.h5 > div > span {
    top:-11px;
    position: relative;
}}
@media (max-width: 768px){#add-to-cart-or-refresh > div.product-add-to-cart > div{
    margin-top: 45px;
    float: left;
}}
@media (max-width: 768px){ .quickview .product-add-to-cart .product-quantity .add{
    width: 89%;
    margin-left: 12px;
    height: 40px;
    margin-top: 2px;
}}
@media (max-width: 768px){ .modal-dialog #add-to-cart-or-refresh > div.product-add-to-cart {
        bottom: 0;
        z-index: 4000 !important;

}}
@media (max-width: 768px){ .accessories-products .product-price-and-shipping a.ac-quick-view i {
    float: right;
    position: relative;
    top: 49px;
    right: 70px;
}}
@media (max-width: 768px){ ol, ul, dl {
    margin-bottom: 0;
}}
@media (max-width: 768px){ #customizeForm{
    margin-bottom: -10px;
}}

@media (max-width: 768px){ #add-to-cart-or-refresh > div.custom_product > div.product-price-and-shipping{
    display: inline-block;
}}
@media (max-width: 768px)
{
    #add-to-cart-or-refresh > div.custom_product > div.product-price-and-shipping > p
    {
    position: relative;
    top: 9px;
    font-weight: bold;
    width: auto;
    float: left;

}
    .custom_product > .product-price-and-shipping > .prod_price {
        width: 100%;
        text-align: right;
        display: block;
        font-weight: bold;
        position: relative;
        top: 17px!important;
        left: -4px;
    }

    #add-to-cart-or-refresh > div.custom_product > div.product-price-and-shipping > span {
        font-weight: 400;
        display: block;
        margin-top: 9px !important;
    }

}
@media (max-width: 768px){.product-quantity .add{
    width: 200px;
}}


.rel_image .thumbnail img {
    margin-top: 13px;
    margin-left: 11px;
}

@media (min-width: 769px) {
    .input-price .prod_price {
        position: absolute;
        bottom: 5px;
        right: 49px;
        color: var(--main-bg-color);
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    .input-price .prod_price {
        display: none;
    }
}

@media (min-width: 769px) {
    .custom_product .product-price-and-shipping .prod_price {
        display: none !important;
    }
}


.custom_check_product {
    display: block !important;
}

@media (max-width: 768px) {
    .custom_product .product-price-and-shipping .prod_price {
        margin-top: 7px;
        margin-bottom: 9px;
    }
}