.form-control.dark
{
    width: 100%;
    /* padding: 0; */
    padding-top: 7px;
    padding-bottom: 9px;
    border: 1px solid #016296;
    border-radius: 3px;
}

.bg-theme-color
{
    background : #016296;
}
.product-box-3 .product-footer .product-detail .bg-theme-color a
{
    color : #fff;
}
.add-to-cart-box.bg-theme-color .btn-add-cart
{
    color : #fff;
}

.countervalues
{
    display: block;
}
.countervalues p
{
    margin-bottom: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.countervalues .add-to-cart-box
{
    margin-top: 3%;
}
.modal .add-to-cart-box .qty-box
{
    position : relative;
}

.modal .countervalues  .add-to-cart-box .qty-box .input-group
{
    border: 1px solid #016296;
}


.modal .countervalues  .add-to-cart-box .bg-gray.bg-theme
{
    background-color: #016296 !important;
}

.modal .countervalues .add-to-cart-box .qty-box .input-group button i
{
    color : #fff !important;
}

.modal .countervalues .add-to-cart-box
{
    width : 80%;
}


.add-to-cart-box .qty-box .input-group input
{
    color : #000;
}

input.noborder
{
    border:0px;
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .title-name
{
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .product-detail p
{
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    color : #000;
}

.modal.view-modal .modal-body
{
    padding : 0 !important;
}


.modal.view-modal .modal-body .col-lg-6.imagepart
{
     padding : 0;
}

.modal.view-modal .modal-body .col-lg-6.imagepart .slider-image img.img-fluid 
{
        min-width: 90%;
}

.modal.view-modal .modal-body .col-lg-6.content-part
{
    padding-right: 25px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10px;
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button
{
    display : block;
    width : 100%; 
    margin-top: 10%;
}

.view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .add-cart-button {
    
    padding-right: 8%;
    padding-left: 8%;
    margin-left: 30%;
}


header .onhover-dropdown .onhover-div .cart-list li
{
    width : 100%;
}


.cart-table table tbody tr td.product-detail .product .product-detail ul li.text-content.descriipt
{
    word-wrap: break-word;
    white-space: break-spaces;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
}

.cart-table table tbody tr td.product-detail div.product.border-0
{
    display: block;
}

.cart-table table tbody tr td.product-detail div.product.border-0 .product-image 
{
    float: left;
    width: 20%;
    margin-right: 10px;
}

.cart-table table tbody tr td.save-remove .remove
{
    cursor : pointer;
}

.button-group .col-md-6 button
{
    width: 100%;
    font: inherit;
    letter-spacing: 0.04em;
    padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.button-group .col-md-6 a button.shopping-button
{
    font: inherit;
    letter-spacing: 0.04em;
    padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    background-color: #ececec;
}

.button-group .col-md-6 button.proceed-btn
{
    background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
    border: none;
    z-index: 0;
}

.button-group .col-md-6 a button.shopping-button i {
    margin-right: 8px;
}


.checkout-detail-box .checkout-icon i
{
    font-size: 24px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 15%;
    color: #0e947a;
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li
{
    border-bottom: 1px dotted;
    padding-bottom: 20px;
    padding-top: 20px;
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li button.close_button
{
    position: absolute;
    margin-top: -10%;
    margin-right: 2%;
    right: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #4a5568;
}

.product-box-3 .product-header .product-image
{
    padding: 0px;
    display: block;
    margin-bottom: 15px;
}

.product-box-3 .product-footer .price span span
{
    font-size: 12px;
}
.product-box-3 .product-header .product-image img
{
    height: 242px;
}
/* footer */

footer.section-t-space
{
    padding-top : 0%;
}
footer .main-footer
{
    border-top : 0;
}
footer .main-footer .footer-logo .theme-logo a img {
    width: auto;
}
footer .main-footer .footer-contact ul li .footer-number .contact-number h5
{
    margin-top : 0;
}



@media (min-width: 1400px)
{
    .col-xxl-9
    {
        width: 100%;
    }
    .col-xxl-3
    {
        width: 100%;
    }
    .col-xxl-6
    {
        width: 100%;
    }
}
