.secp-product{
    cursor: pointer;
}

.secp-product-floating{
    cursor: pointer;
    position: fixed!important;
    bottom: 20px;
    padding:20px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition:         all 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    right: -400px;
    z-index: 9999999;
    padding-top: 55px;
    width: 190px;
}

.secp-product-floating img{
    width: 150px;
    height: 150px;
}

.secp-product-floating:hover{
    opacity: 1;
}

.secp-product-floating .secp-product-title{
    margin-bottom: 10px;
    line-height: 1;
    white-space: normal;
    height: auto;
}

.secp-product-price{
    font-weight: bold;
}

.secp-product-close{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    opacity: .3;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
    background: url(../images/icon_close_round.png);
    cursor: pointer;
}

.secp-product-close:hover {
    opacity:.8;
}

.secp-product-loaded{
    opacity: 1;
    right:0;
}

.secp-product-loaded .owl-carousel:hover {
    opacity:1
}

.secp-products-list li{
    list-style: none;
}

.secp-product-title {
    font-size: 1.2rem;
    line-height: 1;
    color: #202020;
}

.swiper-slide img{
    border: 0;
    position: static;
    white-space: nowrap;
}

.secp-product {
    position: relative;
}

.secp-product img{
    max-width: 100%;
}

.product-block .hover-info {
    position: absolute;
    color: inherit;

    /* For hiding pre-hover */
    opacity: 0;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;


    top: 0;
    left: 0;
    width: 100%;
    bottom: -1px;

}

.product-block .hover-info .bg {
    background: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 1500ms;
    transition: opacity 150ms;
}


.ie7 .product-block .hover-info,
.ie8 .product-block .hover-info{
    display: none;
}


.product-image:hover .hover-info,
.product-block:hover .block-inner .hover-info,
.product-block.expanded .block-inner .hover-info {
    opacity: 1;
    display: block;
    background: #fff;
}

.product-block:hover .shadow{
    box-shadow: none;
}

.product-block .hover-info > .inner {
    width: 100%;

    display: table;
    height: 100%;

    position: relative;
    z-index: 10;
    color: #202020;
}


.ie7 .product-block .hover-info > .inner {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 50%;
    left: 40px;
    right: 40px;
    margin-top: -30px;
}

.product-block .separator{
    line-height:1;
    border-bottom: 1px solid #808080;
    width: 33%;
    display: inline-block;
    margin-bottom: 5px;
}

.product-block .hover-info > .inner > .innerer {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    text-align: center;
    background: #fff;

}

.ie7 .product-block .hover-info > .inner > .innerer {
    display: block;
}

.product-block .hover-info .reducedfrom {
    font-style: italic;
    opacity: 0.7;
    margin: 0 5px;

}

.product-block .hover-info .reducedfrom .amount {
    text-decoration: line-through;
}

.product-block .hover-info .price {
    margin: 0 5px;
}

.product-block .hover-info .price .from {
    font-size: 80%;
}

.product-block.expanded .block-inner:after {
    top: 300px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e7e7e1;
    border-width: 15px;
    left: 50%;
    margin: -9px 0 0 -15px;
}

.secp-photo-container{
    overflow: hidden;
}

.secp-col-content{
    float: left;
}

.secp-content{
    padding: .5rem;
}

.secp-product-ad-container{
    padding: 3rem 2rem 2rem 2rem;
    margin: 2rem auto 0;
    max-width: 800px;
    overflow: hidden;
    position: relative;
}

.secp-ad-container{
    padding-bottom:2rem;
    position: relative;
    background: #f5f5f2;
    margin-top: 114px;
    background: url("/wp-content/themes/playingforchange/img/grey_bg.jpg");
}

.secp-container-youtube-ad .secp-product-single{
    padding-top: 1rem;
}

.secp-single-product-ad-container{
    width: 50%;
    margin: 2rem auto;

}
.secp-product-single .secp-product-price{
    text-align: right;
    margin-top: .5rem;
}
.secp-container-youtube-ad .secp-product-single .secp-product-title,
.secp-container-youtube-ad .secp-product-single .secp-product-price{
    overflow: visible;
    white-space: normal;
    height: auto;
}

.secp-col-photo img{
    width: 100%;
}

.secp-ad{
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.secp-ad--s .innerer .price{
    display: none;
}

.secp-ad--s .innerer .title{
    font-size: .75rem;
}

.secp-ad--s .product-block .hover-info > .inner > .innerer{
    padding: 0 5px;
}

.secp-ad--s .innerer .separator{
    display: none;
}

.secp-ad--m .innerer .title, .secp-ad--m .innerer .price{
    font-size: 1rem;
}

.secp-ad--l .innerer .title, .secp-ad--l .innerer .price{
    font-size: 1.5rem;
}

.secp-ad--xl .innerer .title, .secp-ad--xl .innerer .price{
    font-size: 1.5rem;
}

.secp-ad.secp-product-loaded{
    opacity: 1;
}

.secp-ad img, .secp-ad .secp-product-title{
    opacity: .9;
    max-width: 100%;
    width: 100%;
}

.secp-ad:hover img, .secp-ad:hover .secp-product-title{
    opacity: 1;
}

.secp-container-youtube-ad .secp-product-single .secp-product-title{
    font-size: 1rem;
}
.secp-container-youtube-ad .secp-product-single .secp-product-price{
    margin-top: 1rem;
}

.secp-container-youtube-ad .secp-product-shop-title{
    margin-bottom: 0;
}

.secp-container-youtube-ad .secp-product-shop-subtitle{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.secp-container-youtube-ad .secp-product-ad-container{
    padding-top: 0rem;
    margin-top: 0rem;
}

.secp-procuct-shop-titles-wrapper{
    text-align: center;
}

.secp-single-product-ad-container .secp-product-shop-title{
    font-size: 1rem;
}

.secp-product-shop-title{
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
    display: inline-block;
    text-align: center;
    color: #202020;
    line-height: 45px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 1.5rem;
    background: url(../images/logo_pfc.png) left center no-repeat;
}

.secp-product-shop-title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: -10px;
    left: calc(50% - 40px);
    border-bottom: 3px solid #fee833;
}

.secp-product-shop-subtitle{
    color: #000;
    text-align: center;
    font-size: 1rem;
    margin-top: .5rem;
    margin-bottom: 2.5rem;
    color: #808080;
}

.secp-single-product-ad-container .secp-product-shop-title{
    background: url(../images/logo_pfc_small.png) left center no-repeat;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-left: 35px;
}

.secp-single-product-ad-container .secp-product-shop-subtitle{
    font-size: 1rem;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.owl-carousel .owl-stage{
    padding: 10px 0;
}
.owl-carousel .owl-stage-outer{
    overflow: visible;

}

.owl-stage a img{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.owl-item{
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.owl-item.active{
    opacity: 1;
}

.owl-nav{
    display: none;
}

.owl-dots{
    margin-top: 1rem;
}

.secp-ad .owl-theme .owl-nav [class*='owl-']:hover {
    background: #fee833;
}

.secp-ad .owl-theme .owl-dots .owl-dot.active span,.secp-ad .owl-theme .owl-dots .owl-dot:hover span {
    background: #fee833;
}

/*RESPONSIVE ADJUSTMENTS*/

@media (max-width: 600px) {

    .secp-container-youtube-ad .secp-product-shop-title{
        margin-bottom: 2.5rem;
        background: none;
        padding-left: 0;
        line-height: 25px;
        margin-top: 0;
    }

    .secp-container-youtube-ad .secp-product-shop-subtitle{
        display: none;
    }

    .secp-container-youtube-ad{
        padding-top: 0px;
        box-sizing: border-box;
    }

    .secp-container-youtube-ad .secp-product-ad-container{
        height: 100%;
        padding-top: 25px!important;
    }

    .secp-container-youtube-ad{
        position: relative;
        margin-top: -30px;
    }

    .secp-product-shop-title{
        font-size: 1rem!important;
        margin-bottom: 2rem!important;
    }

    .secp-product-close{
        right: 0!important;
    }

    .secp-product-floating {
        width: 130px;
        padding: 10px;
    }

    .secp-product-floating .secp-product-close {
        top: 5px;
    }

    .secp-product-floating img{
        height: 110px;
    }

    .secp-product-floating .secp-product-title {
        font-size: 1rem;
    }

    .secp-single-product-ad-container .secp-product-shop-subtitle {
        margin-top: 0rem;
        margin-bottom: 1.25rem;
    }
}

/*PFC Specific Styles*/


.secp-container-youtube-ad .secp-product-ad-container{
    box-shadow: none;
    border: 0;
}

#secp-ad-container-youtube-product, #secp-ad-container-youtube-collection{display: none}


.image-cont.shadow{
    background: #fff;
}

.secp-ad-container .owl-theme .owl-dots .owl-dot span {
    background: #fff;
}