.fq_cp {/* feetuniue category product */
    margin-bottom: 1em;
    position: relative;
}
.fq_cp:hover {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,.2);
    transition: box-shadow 0.5s;
}
.fq_cp .fq_cpl {
    border-bottom: solid 1px #E7E7E7;
    padding-bottom: 12px;
}
.fq_cp:hover .fq_cpl {
    border-bottom-color: transparent;
    text-decoration: none;
}
.fq_cp .fq_lg_link {
    float: right;
}
.fq_cp .fq_lg_link i {
    line-height: 1.5;
    color: orange;
}
.fq_cp .thumbnail {
    border: none;
    margin: 0 auto;
    opacity: 0;
    padding: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
/* This class is for delayed loading of images */
.fq_cp .load {
    opacity: 1;
    position: relative;
}
.fq_cp .thumbnail img {
    background-image: url(/catalog/view/theme/feetunique/image/new-design/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 270px;
    width: 100%;
    position: absolute;
    top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fq_cp .thumbnail {
        opacity: 1;
    }
}
@media only screen and (max-width : 767px) {
    .fq_cp .thumbnail img {
        min-height: 75px;
    }
}
.fq_cp .thumbnail img.secondary {
    -moz-transition: opacity 1s ease-in-out, transform 1s;
    -ms-transition: opacity 1s ease-in-out, transform 1s;
    -o-transition: opacity 1s ease-in-out, transform 1s;
    -webkit-transition: opacity 1s ease-in-out, transform 1s;
    opacity: 0.01; /* fix iOS requiring to tap twice */
    position: absolute;
    top: 0;
    transition: opacity 1s easy-in-out, transform 1s;
}
.fq_cp .thumbnail img.secondary:hover {
    -moz-transition: opacity 0.2s ease-in-out, transform 1s;
    -ms-transition: opacity 0.2s ease-in-out, transform 1s;
    -o-transition: opacity 0.2s ease-in-out, transform 1s;
    -webkit-transition: opacity 0.2s ease-in-out, transform 1s;
    opacity: 1;
    transition: opacity 0.2s easy-in-out, transform 1s;
    transform: scale(1.1,1.1) translateZ(0);
    backface-visibility: hidden;
}
.fq_cp u {
    color: #242424;
    display: block;
    font-size: .9em;
    font-weight: normal;
    margin: 1em auto 0;
    min-height: 3.4em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 1s;
}
.fq_cp:hover h3 {
    text-decoration: underline;
}
.fq_cp p.text-primary {
    color: #008dd2;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
}
@media only screen and (max-width : 767px) {
    .fq_cp u {
        font-size: 1em;
    }
    .fq_cp p.text-primary {
        font-size: 1.2em;
    }
}
.fq_cp .btn.btn-primary {
    margin: .5em auto;
}
.fq_cp .fq_cpl {
    display: block;
}
.fq_cph {/* feetuniue category product hover block */
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    left: 0;
    opacity: 0;
    padding-bottom: 12px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.fq_cp:hover .fq_cph {
    box-shadow: -2px 2px 2px rgba(0,0,0,.2), 2px 2px 2px rgba(0,0,0,.2);
    opacity: 1;
    visibility: visible;
    transition: box-shadow 0.5s;
    z-index: 10;
}
.fq_cph .fq_pb {
    margin-left: 0;
    margin-right: 0;
}
.fq_cph .fq_cphl {
    border-top: 1px solid #E7E7E7;
    margin-bottom: 10px;
    margin-top: -1px;
    padding-top: 10px;
    text-align: left;
}
.fq_cph .fq_pb.fq_cphl {
    margin-bottom: 0;
    margin-top: 12px;
    padding-top: 12px;
}
.fq_cph .fq_cphk {
    padding-left: 0;
    text-align: right;
}
.fq_cph .fq_cphk .btn {
    overflow: hidden;
}
.qty-selector .input-group {
    margin: auto auto 0 0;
    max-width: 120px;
    width: 50%;
}
.fq_cph .qty-selector .input-group-btn .btn {
	padding: 5px;
}
.fq_cph .fq_pl_longer {
    padding-left: 0;
}

@media only screen and (max-width : 767px) {
    .fq_cph {
        display: none;
    }
}
@media only screen and (max-width : 1099px) {
    .fq_cph .fq_cphl {
        margin-bottom: .3em;
        margin-top: .6em;
    }
}
.fq_pl {
    padding: 0;
    text-align: left;
}
.fq_pl label {
    margin-bottom: 0;
}
.fq_pb > div:first-child {
    padding-left: 0;
}
.fq_pb > div:last-child {
    padding-right: 0;
}
.fq_cpa.btn {
    position: relative;
}
.fq_cpa .fa-spinner, .fq_cpa .fa-check {
    display: none;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    font-size: 20px;
}
@media only screen and (max-width : 1279px) {
    .fq_cpa span.text {
        display: none;
    }
}
/*Products Sold label*/
.sold {
    position: absolute;
    right: 15px;
    z-index: 1;
    color: white;
    background: black;
    padding: 3px;
    top: 30px;
}
.sold.small {
    display:none;
}
@media only screen and (max-width : 360px) {
    .sold.small {display: block;}
    .sold.full {display: none;}
}
@media only screen and (max-width : 767px) {
    .sold {font-size: 10px;}
}
.fq_cpdscnt {
    background-color: #008dd2;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 64px;
    left: 30px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 64px;
    z-index: 1;
}
.fq_upsell_inline .fq_cpdscnt {
    left: 45px;
}
.fq_cpdscntprcnt {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 88%;
}