.prc-row .quantity-tbl table{ border: 1px solid #eee;  table-layout: fixed; border-right: 0; border-bottom: 0}

.prc-row .quantity-tbl tr { cursor: pointer}

.prc-row .quantity-tbl tr:hover td { background: rgba(0,0,0,.05) }

.prc-row .quantity-tbl th, .prc-row .quantity-tbl td{padding-left: 40px!important;vertical-align: middle; font-size: 15px; text-align: left; padding: 10px 15px; border-bottom: 1px solid #eee; border-right: 1px solid #eee}

.prc-row .quantity-tbl th { padding: 15px 15px; background: #f9f9f9}

.prc-row .quantity-tbl td .over-line { font-size:11px; text-decoration: line-through; opacity: 0.7}

.prc-row .quantity-tbl table td:first-child{ padding-left: 40px}
#option-design_type.selected .col{    border: 2px solid #267cb5;}
.main-upload_design .error{color: red;font-size: 14px;}
.vi-loader {border: 10px solid #499E9F;border-radius: 50%;border-top: 10px solid #DE6B78;width: 50px;height: 50px;  -webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;margin: 0 auto 25px;}
#wizard-loader {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 99999999999!important;
}
#wizard-loader .vi-loader{
    position: absolute;
    top: 45%;
    left: 45%;

}
.wtpbiz-show{
    z-index: 999;
    display: none;
}
.wtpbiz-show .wtpbiz-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
}
.wtpbiz-show .wtpbiz-img-show{
    width: 80%;
    height: 80%;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
	max-height: 80%;
    max-width: 80%;
}
.wtpbiz-img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
	font-weight: bold;
}
.wtpbiz-img-show img{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/***************Deepali*************/

.pd-listing li .col {
   
    box-shadow: 0 2px 4px 1px rgba(75,79,84,.25) !important;
}

.pd-listing li .col:hover {
    box-shadow: 0 3px 20px 0 rgba(75,79,84,.3) !important;
    border: none !important;
}
.pd-listing li .col a {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    color: #545454;
    font-size: 18px;
}

.pd-listing li .col figure:after {
    background: transparent !important;
}
.pd-listing li .col span {
    -webkit-font-smoothing: antialiased;
    line-height: 22px !important;
    color: #000000 !important;
    padding-top: 16px !important;
    text-align: left;
}
.pd-listing li .col {
    padding: 0 !important;
    text-align: center;
}
.fc-filter {
    margin-top: 32px;
}

.pd-listing li .col span:after {
    color: black !important;
    border-right: 2px solid currentcolor !important;
    border-bottom: 2px solid currentcolor !important;
    content: '' !important;
    position: absolute !important;
    width: 10px !important;
    height: 10px !important;
    right: 12px !important;
    transform: rotate(-45deg);
    top: 22px !important;
   
}
.pd-listing li:hover .col span:before {
    margin-right: 6px !important;
    height: 1px !important;
}
.pd-listing li .col span:before{
    right: 3px !important;
}
.fc-filter h2{
    padding-bottom: 20px !important;
    letter-spacing: 0.5px;
}
.fc-chkbox .checkbox .text strong {
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    font-size: 15px !important;
}

.fc-filter h2 label{
    margin-top: 4px !important;
}

.fc-chkbox .checkbox input:checked ~ .checkmark {
    background: #ffffff !important;
    border-color: #b2b2b2 !important;
}
.fc-chkbox .checkbox .checkmark:after {
    left: 7px !important;
    top: 4px !important;
    border: solid #000 !important;
    border-width: 0px 2px 2px 0 !important;
}
.featured-content-row {
    margin: 40px 0;
}

.pd-listing li .col figure{
    border-bottom: 1px solid #ddd;
}
.pd-listing li{
    padding: 0 15px !important;
    margin-bottom: 30px !important;
}
.pd-listing li .col span:before{
    top: 27px !important;
}
.pd-listing li .col span {
    font-size: 16px;
    letter-spacing: 0.5px;
}
.pd-listing li .col {
        text-align: center;
        padding: 20px 0 20px !important; 
    }

.fc-chkbox .checkbox input:checked ~ .checkmark {
     box-shadow: inset 0 1px 4px 0 rgba(23,28,34,.15);
    border-radius: 3px;
}

.fc-chkbox label:hover {
    cursor: pointer;
}

.fc-chkbox label:hover input:checked ~ .checkmark {
    background: white !important;
    box-shadow: none !important;
}

.large-container{
    padding-left: 36px !important;
    padding-right: 36px !important;
}

@media only screen and (min-width: 768px){
   .pd-listing li .col {
        padding-bottom: 20px !important;
    }
   .pd-listing li .col {
         padding: 0 0 20px !important; 
    }
}