﻿.related-products-section .action-btns {
    display: none;
}

.related-products-section {
    margin: 20px 0;
}

.related-products-btnsection {
    position: relative;
}

.related-products-section {
    overflow: hidden;
}

.related-products-section .rbtnprev, .related-products-section .rbtnnext {
    top: -15px;
    left: auto;
    width: 30px;
    color: #000;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
    margin: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
    background: none;
}

.related-products-section
.rbtnnext {
    right: 0;
}

.related-products-section
.rbtnprev {
    right: 50px;
}

.pricemsg {
    color: red;
    margin-left: 0;
    display: block;
    width: auto;
}



.hidden {
    display: none;
}

.enquirymodal1 {
    background: #EEE;
}

    .enquirymodal1 h5 {
        margin-bottom: 0;
    }

.enquirymodal .form-control {
    padding: 0.2rem .75rem !important;
}

    .enquirymodal .form-control:hover, .enquirymodal .form-control:focus, .enquirymodal .form-control:focus-visible {
        box-shadow: none;
        border-color: #eee;
    }

.MoveOrInq {
    display: block;
}

.sprodsheader {
    color: #040349;
}

.btnshare {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 10px;
    text-transform: capitalize;
    transition: 0.5s;
    line-height: 1;
    animation-delay: 0.8s;
    border: 0;
    color: #040349;
    margin-top: 0px;
    margin-right: 5px;
}

    .btnshare i {
        font-size: 18px;
    }

    .btnshare:focus, .btnshare:hover {
        color: #040349;
        background: #eee;
    }

.btnwcart {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 10px;
    text-transform: capitalize;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    border: 0;
    background: #fff;
    margin-top: 0px;
    margin-right: 0px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.wactions {
    position: absolute;
    top: 63%;
    background: #fff;
    left: Calc(50% - 40px);
    right: auto;
}

.btnwcart:hover, .btnwcart:focus {
    background: #fff;
    color: #000;
}

.btnwsearch {
    width: 30px;
    height: 30px;
}

    .txtwsearch, .txtwsearch:hover, .txtwsearch:focus, .btnwsearch:focus-visible {
        border: 0;
        border-bottom: 1px solid #040349;
        width: 90%;
        padding: 5px;
        height: 30px;
    }


.btnwicon {
    font-size: 25px;
    margin-right: 5px;
}

.gridtable .checkitem, .listtable .checkitem {
    width: 20px;
    height: 20px;
}

.gridtable {
    border: 0;
    width: 100%;
    background: #fff;
    border-collapse: separate !important;
    border-spacing: 0 8px
}

    .gridtable th {
        background: #eee;
        color: #000 !important;
        text-align: center;
        border: 1px solid #eee;
        font-weight: 400;
        padding: 10px 5px;
    }

    .gridtable td {
        padding: 10px 5px;
        border: 1px solid #fff;
        color: #000;
        background: #fff;
        border-bottom: 2px solid #eee;
        border-top: 0 solid #f9f9f9
    }

.btnremove {
    padding: 10px 0;
    display: inline-block;
    font-size: 12px
}

.gridtable .msgcartsuccess, .listtable .msgcartsuccess {
    font-size: 15px;
    margin: 10px 0;
    padding: 0;
}

.dwlist {
    display: flex;
    justify-content: left;
    padding: 0;
}

    .dwlist div {
        margin: 0 10px;
    }

.dlist div:first-child {
    margin-left: 0;
}

.dlist div:last-child {
    margin-right: 0;
}

.wishlist-list {
    text-align: center;
}

.btnsort {
    padding: 6px 15px;
}

.sortpnl {
    display: inline-block;
    align-items: center;
}

.ddlSort {
    width: 120px;
}

.btnWview {
    background: #fff;
    color: #000;
    padding: 6px 15px;
    border-radius: 0;
}

.desc-preview {
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    width: 95%;
}

    .desc-preview.expanded {
        max-height: none;
        white-space: normal;
    }

.toggle-link, toggle-link:hover, .toggle-link:focus {
    color: #040349;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}

.wishlist-item {
    height: 100%;
}

.productbox {
    height: 100% !important;
}

.outofstock {
    padding: 5px 0;
}

.related-products-section .swiper-button-next:after, .related-products-section .swiper-button-prev:after {
    font-size: 24px;
}

@media(min-width:1601px) {
    .btnwcart, .BtnGeneral, .btnshare {
        font-size: 18px;
    }

    .gridtable .msgcartsuccess, .listtable .msgcartsuccess {
        font-size: 18px;
    }

    .wactions {
        top: 77%;
    }
}

@media(max-width:1199px) and (min-width:991px) {
    .wactions {
        top: 53%;
    }
}
@media(max-width:990px) and (min-width:768px) {
    .wactions {
        top: 58%;
    }
}
@media screen and (max-width: 768px) {


    .dwlist div {
        margin: 10px 0;
    }

    .gridview td, .gridview th {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .gridview {
        display: block;
    }
}

@media(max-width:767px) {
    .related-products-section .swiper-button-next:after, .related-products-section .swiper-button-prev:after {
        font-size: 18px;
    }

    .dwlist {
        display: block;
        justify-content: center;
    }
}
@media(max-width:576px) {
    .wactions {
        top: auto;
        bottom:110px;
    }
}