.product-img-o {
    max-width: 270px;
    min-width: 270px;
    min-height: 315px;
    max-height: 315px;
}

.product-image-i {
    max-width: 220px;
    min-width: 220px;
    min-height: 245px;
    max-height: 245px;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    left: 15px;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}


/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .product-img-o {
        max-width: 163px;
        min-width: 163px;
        min-height: 163px;
        max-height: 163px;
    }

    .product-image-i {
        max-width: 163px;
        min-width: 163px;
        min-height: 163px;
        max-height: 163px;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .product-img-o {
        max-width: 163px;
        min-width: 163px;
        min-height: 163px;
        max-height: 163px;
    }

    .product-image-i {
        max-width: 163px;
        min-width: 163px;
        min-height: 163px;
        max-height: 163px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/*@media (min-width: 320px) {*/
/*    !* smartphones, iPhone, portrait 480x320 phones *!*/
/*    .product-img-o {*/
/*        max-width: 135px;*/
/*        min-width: 135px;*/
/*        min-height: 135px;*/
/*        max-height: 135px;*/
/*    }*/

/*    .product-image-i {*/
/*        max-width: 135px;*/
/*        min-width: 135px;*/
/*        min-height: 135px;*/
/*        max-height: 135px;*/
/*    }*/

/*}*/

/*@media (min-width: 481px) {*/
/*    !* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. *!*/
/*    .product-img-o {*/
/*        max-width: 211px;*/
/*        min-width: 211px;*/
/*        min-height: 211px;*/
/*        max-height: 211px;*/
/*    }*/

/*    .product-image-i {*/
/*        max-width: 211px;*/
/*        min-width: 211px;*/
/*        min-height: 211px;*/
/*        max-height: 211px;*/
/*    }*/
/*}*/

/*@media (min-width: 641px) {*/
/*    !* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones *!*/
/*    .product-img-o {*/
/*        max-width: 291px;*/
/*        min-width: 291px;*/
/*        min-height: 291px;*/
/*        max-height: 291px;*/
/*    }*/

/*    .product-image-i {*/
/*        max-width: 291px;*/
/*        min-width: 291px;*/
/*        min-height: 291px;*/
/*        max-height: 291px;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    !* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones *!*/
/*    .product-img-o {*/
/*        max-width: 229px;*/
/*        min-width: 229px;*/
/*        min-height: 229px;*/
/*        max-height: 229px;*/
/*    }*/

/*    .product-image-i {*/
/*        max-width: 229px;*/
/*        min-width: 229px;*/
/*        min-height: 229px;*/
/*        max-height: 229px;*/
/*    }*/
/*}*/


.pl_about_us_widget p.social {
    margin: 5px 0;
}


/*.social a:link, footer a:visited {*/
/*    color: #03a9f4;*/
/*}*/
