
.eq-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.collapse{
    display:none;
}

.tgt-col {
    display: flex;
    flex-direction: column;
    position: relative;
}

#myalrtModal.show,
#myalrtModal1.show,
#myalrtModal2.show,
#myalrtModal3.show {
    background: rgba(41, 41, 41, 0.89);
}

#myalrtModal .modal.in .modal-dialog,
#myalrtModal1 .modal.in .modal-dialog,
#myalrtModal2 .modal.in .modal-dialog,
#myalrtModal3 .modal.in .modal-dialog {
    border: none;
    border-radius: 0px;
    padding: 5px;
}

#myalrtModal .modal-dialog,
#myalrtModal1 .modal-dialog,
#myalrtModal2 .modal-dialog,
#myalrtModal3 .modal-dialog {
    width: 26%;
    margin-top: 7pc;
}

#myalrtModal .modal-content,
#myalrtModal1 .modal-content,
#myalrtModal2 .modal-content,
#myalrtModal3 .modal-content {
    border-radius: 0px;
    border-top: 3px solid #000;
}

#myalrtModal .fa.fa-check-circle,
#myalrtModal1 .fa.fa-check-circle,
#myalrtModal2 .fa.fa-check-circle,
#myalrtModal3 .fa.fa-check-circle {
    color: #1dbd1d;
    font-size: 26px;
}

#myalrtModal .fa.fa-heart {
    color: #f24747;
}

.myalrtModalB .modal-dialog {
    width: 70% !important;
}

.myalrtModalB .modal-content {
    border-top: 3px solid #292929;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 71px;
    height: 71px;
    text-align: right;
}

    .ribbon span {
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient( #fc5858 0%, #cf0d0d 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -22px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 1px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #f00;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #f00;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #ff0000;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #ff0000;
        }

.Filterheader {
    text-align: center;
    background: #f0f0f0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.FilterSec .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.FilterSec .panel-title:hover {
    text-decoration: none;
}

.FilterSec .panel-collapse {
    overflow-x: scroll;
}

.FilterSec .panel-group {
    margin-bottom: 0px;
}

.FilterSec .panel-group .panel + .panel {
    margin-top: 0px;
}

.FilterSec .panel-default > .panel-heading {
    background-color: #fff;
    border-radius: 0px;
    border-top-color: 1px solid #ddd;
    border-bottom-color: 1px solid #ddd;
}

.FilterSec {
    border: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.FilterSec h5 {
    text-transform: uppercase;
    font-weight: bold;
}

.FilterSec hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ChkPadding input[type="checkbox"],
.ChkPadding input[type="radio"] {
    display: none;
}

.ChkPadding input[type="checkbox"] + label {
    display: block;
    width: 20px;
    height: 20px;
    background-color: lightgray;
    text-indent: 26px;
    white-space: nowrap;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    background: rgb(240, 240, 240);
    border: 1px solid #dadada;
}

.ChkPadding input[type="radio"] + label {
    display: block;
    width: 1em;
    height: 1em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 1em;
    background: rgb(240, 240, 240);
    line-height: 1em;
    font-size: 14px;
    white-space: nowrap;
    text-indent: 20px;
    font-weight: normal;
}

.ChkPadding input[type="checkbox"]:checked + label::before {
    content: "\2714";
    color: #000;
    height: 1em;
    line-height: 1.1em;
    width: 1em;
    font-weight: 900;
    margin-right: 6px;
    margin-left: -20px;
}

.ChkPadding input[type="radio"]:checked + label::before {
    content: "\2688";
    color: #000;
    display: inline;
    width: 1em;
    height: 1em;
    margin-right: 6px;
    margin-left: -19px;
}

.ChkPadding input[type="checkbox"]:checked + label {
    color: red;
}

.ChkPadding input[type="radio"]:checked + label {
    color: red;
}

.loading {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #f6f6f6;
    text-align: center;
}

.bgclr {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 1.5;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.btnpgno-sel,
.btnpgno-sel:hover,
.btnpgno-sel:visited,
.btnpgno-sel:focus {
    background: #aaa;
    color: #ffffff;
    padding: 4px 10px;
    text-align: center;
    cursor: text;
    font-weight: 600;
    margin: 0 1px;
    border: 1px solid #aaa;
}
.btnpgno-sel.btnfl {
    background: #292929;
    border: 1px solid #292929;
}

.btnpgno,
.btnpgno:hover,
.btnpgno:active,
.btnpgno:focus,
.btnpgno:visited {
    background: #292929;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    cursor: pointer;
    margin: 0 1px;
    border: 1px solid #292929;
}

.BtnGeneral,
.BtnGeneral:hover,
.BtnGeneral:focus,
.BtnGeneral:active,
.BtnGeneral:visited {
    background: #292929;
    padding: 5px 20px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 16px;
    text-align: center;
}

.BtnGeneral .fa {
    padding-right: 5px;
}

ul {
    list-style-type: none;
    padding: 5px;
}

.panel ul li span {
    font-size: 14px;
    font-weight: 600;
}

.awlist,
.awlist:hover,
.awlist:active,
.awlist:focus,
.awlist:visited {
    background: #292929;
    color: #fff;
    padding: 8px 10px 7px;
    margin: 0 5px 0 0;
    border-radius: 5px;
    text-align: center;
    border: 0;
}

.awlist1 {
    background: #292929;
    color: #fff;
    padding: 9px 14px 9px;
    margin: 0 5px 0 0;
    text-align: center;
    border: 0;
    font-size: 15px;
}

.acrtbtn,
.acrtbtn:hover,
.acrtbtn:active,
.acrtbtn:focus,
.acrtbtn:visited {
    background: #292929;
    color: #fff;
    padding: 8px 10px 7px;
    margin: 0 5px 0 0;
    text-align: center;
    border: 0;
    border-radius: 5px;
    /*display: none;*/
}

.acwlist {
    background: #292929;
    color: #fff;
    padding: 5px 10px 5px;
    margin: 0 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #292929;
}

.preloader-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.preloader-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #8b3d88;
    border-radius: 50%;
    animation: preloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #292929 transparent transparent transparent;
}

.preloader-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.preloader-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.preloader-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes preloader-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pbox {
    background: #fff;
    padding: 10px 20px 0px;
}

.FPImg {
    padding: 10px;
}

.FPImg2 {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.TblFrame1 {
    border: 1px solid #747272;
    -webkit-box-shadow: 8px 7px 0px #cfcfcf;
    -moz-box-shadow: 8px 7px 0px #cfcfcf;
    -webkit-box-shadow: 8px 7px 0px #cfcfcf;
    box-shadow: 8px 7px 0px #cfcfcf;
}

.TblFramep {
    border: 1px solid #292929;
}

#dreamtimeslider .fa.fa-chevron-left.jsliderbtn.jsl,
#dreamtimeslider .fa.fa-chevron-right.jsliderbtn.jsr {
    color: #000;
    background: transparent;
    /*border: 2px solid #ccc;*/
    border-radius: 28px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 52px 6px;
}

.jitem {
    padding: 10px;
    margin: 1px 10px;
    text-align: center;
}

.btnwlist {
    position: absolute;
    padding: 5px;
    /*right: 5pc;*/
    right: 20px;
    top: 12px;
    color: #292929;
    font-size: 22px;
    z-index: 1;
}

.btnwlist:hover {
    color: #292929;
}

.rmrg0 {
    margin: 0;
}

.closebtn {
    border: 0;
    background: transparent;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
}

.noprdpdg {
    padding: 0;
}

.lightSlider li {
    border: 2px solid #eeeeee;
    /*min-height: 570px;*/
}

.btncompare {
    position: absolute;
    padding: 5px;
    /*right: 5.2pc;*/
    right: 22px;
    top: 48px;
    color: #292929;
    font-size: 20px;
    z-index: 1;
}

.btncompare:hover {
    color: #292929;
}

.btnenquiry,
.btnenquiry:hover {
    position: relative;
    margin: 0 auto;
    padding: 10px 15px;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
}

.btnenquiry::before,
.btnenquiry::after {
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    animation: none;
    background-color: #d2d2d2;
    content: "";
    position: absolute;
}

.btnenquiry::before {
    top: 0.5rem;
    left: 0.35rem;
}

.btnenquiry::after {
    background: #292929;
    left: 0rem;
}

.btnenquiry span {
    z-index: 1;
    position: relative;
    color: #fff;
}

.sprodsheader {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.eicon {
    color: #0e0d0d;
    font-size: 16px;
    padding: 0 5px;
}

.eicon .fa {
    font-size: 22px;
}

.pticon {
    color: #0e0d0d;
    font-size: 16px;
    padding: 0 5px;
}

.pticon .fa {
    font-size: 23px;
}

.bckbtn {
    font-weight: 600;
    color: #000;
}

.bckbtn .fa {
    font-weight: 600;
    color: #000 !important;
}

.productbox{
    border:none;
    padding: 10px;
}
.productbox>div {
    position: relative;
    /*overflow: hidden;*/
    text-align: center;
    font-size: 13px;
    height:100%;
    border: 1px solid #e6e9f0;
    padding: 0px 5px 10px;
}

.prodSku {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    margin: 10px 0 0;
}

.prodprice {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.proddesc {
    margin: 0;
    color: #000;
    font-size: 15px;
}

.pricedisp {
    color: #d92e2e;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    margin: 20px 0 10px;
}

.pimgwrap span div {
    display: inline-block;
}

/*.pimgwrap span {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .pimgwrap:hover span {
        display: block;
    }

    .pimgwrap img {
        max-width: 100%;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        margin-bottom: 1.5pc;
    }

    .pimgwrap:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: zoom-in;
    }*/

.panel-title > a {
    display: block;
    position: relative;
}

.panel-title > a:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}

.panel-title > a[aria-expanded="true"]:after {
    content: "\f077";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}

.closem {
    position: relative;
    text-align: center;
    background: #000;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
}

.modal-body {
    position: relative;
    padding: 0 15px 15px;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    text-align: right;
}

.modal-footer {
    padding: 0 15px 20px;
    text-align: center;
    border-top: 0;
}

#GProdModal .modal-header .close,
#ProdModal .modal-header .close {
    margin-top: 0px;
    margin-right: 10px;
    color: #000;
    opacity: 1;
    font-size: 30px;
}

.noclass {
    background: none;
    border: 0px solid #fff;
    padding: 0;
}

button:active {
    border: none;
}

/*Products - Section*/
.BtnClose,
.BtnClose:hover {
    color: #fff !important;
    border: none;
    display: inline-block;
    background: #292929;
    padding: 6px;
    margin: 4px;
    font-size: 16px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > .disabled > a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #aaa !important;
    border-color: #fff;
}

.pagination > li > a,
.pagination > li > span {
    z-index: 2;
    color: #fff;
    background-color: #292929;
    border-color: #fff;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #292929;
    border-color: #fff;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #fff;
    cursor: not-allowed;
    background-color: #000;
    border-color: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.product-price1 {
    color: red;
    font-size: 23px;
}
.product-price{
    font-size:23px;
    font-weight: 600;
}

.myalrtModal.in {
    z-index: 999999991;
}

.sidenav {
    display: none;
    max-height: 92%;
    height: max-content;
    width: 90%;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    margin: 2.5% 5%;
    background-color: #fafafa;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0% 1%;
    border: 3px solid #292929;
}

.sidenav a {
    text-decoration: underline;
    color: #292929;
}

.sidenav a:hover {
    color: #000;
}

.sidenav .closebtn,
.sidenav .closebtn:hover,
#ModalEW .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    margin-left: 50px;
    cursor: pointer !important;
    left: auto;
    width: auto;
    padding: 0px 15px;
    text-decoration: none;
    color: #fff;
    background: #292929;
    z-index: 9999999999;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    background: #fff;
}

.product-title {
    font-size: 18px;
}

.productsku {
    font-size: 18px;
}

.pliner {
    margin: 0 0 10px;
}
/*Products - Section - End */

@media(max-width:767px){
    .nolpdg{
        padding:0;
    }
    .norpdg{
        padding:0;
    }
    .productsku{
        font-size:14px;
    }
    .lslide.active {
        max-width:100%;
        width:92% !important;
        margin:4% 4% 0%
	}
}