.product_card_box {
    display: block;
    /* width: 600px; */
    margin: 0px auto;
}

div#photo-viewer {
    height: 300px;
    width: 300px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.thumb {
    margin-right: 8px;
}

.thumb img {
    height: 80px;
    border: 1px solid #f7f3f3;
}

#photo-viewer.is-loading::after {
    content: url('https://retchhh.files.wordpress.com/2015/03/loading1.gif?w=300&h=300');
    position: absolute;
    top: 0;
    right: 0;
}

#photo-viewer img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
}

.info {
    padding: 12px 0px 12px 12px;
}

.info strong {
    font-weight: bold;
}

.info p {
    margin-bottom: 7px;
}

.info li {
    list-style-type: square;
    list-style-position: inside;
}

.actions {
    padding-top: 10px;
}

a.thumb {
    text-decoration: none;
}


/* the active class is set/removed by JavaScript */


/* a.thumb.active {
    opacity: 0.3;
} */

.main-container {
    /* padding-top: 50px !important; */
}

.remove_imgs {
    display: none;
}

.remove_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0% !important;
    left: 10% !important;
}

.xzoom-preview {
    width: 408.75px !important;
    height: 307px !important;
}

.product_title {
    font-weight: 600;
    text-transform: capitalize;
}

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #fff;
}

#xzoom-default {
    width: 100% !important;
}

.xzoom-container {
    display: inline-block;
    /* width: 100%; */
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}


/* Thumbs */

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

.xzoom-hidden {
    overflow: hidden;
}

.small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

.instructions {
    margin-top: 25px;
    font-weight: 600;
    color: #000;
}

.instructions1 {
    /* margin-top: 10px; */
    font-weight: 600;
    color: #000;
}

.product-category_name {
    font-weight: 400;
}

.twitter {
    font-size: 22px;
    margin-right: 15px;
}

.twitter i {
    margin-top: 10px;
}

.product-name {
    font-weight: 600;
    color: #000;
}

.product-item {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.product-info h4 {
    font-size: 12px;
    margin-left: 7px;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a6adb3;
}