.gallery .gallery-flex {
    display: flex;
    flex-wrap: wrap;
}

.gallery .thumbnail_x{
    width: 260px;
    height: 190px;
    overflow: hidden;
    margin: 13px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media screen and (max-width: 480px)  {
    .gallery img{
        width: 100%;
    }

    .gallery .thumbnail_x{
        width: 100%;

    }
}

.gallery{
        text-align: center;
        margin-bottom: 50px;
    }


.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(164, 198, 62, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.photo_category{
    margin-bottom: 20px;
}

.photo_category h4{
    font-size: 21px;
    text-align: center;
}

.photo_category p{
    font-size: 20px;
    margin: 4px 0 0 0;
}

.photo_category .dets{
    margin-bottom: 3px;
}


.product-pic-zoom {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.product-pic-zoom img {
    width: 100%;
}

.product-pic-zoom .zoom-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-pic-zoom .zoom-icon i {
    color: #4c4c4c;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
}

.product-thumbs .pt {
    cursor: pointer;
    position: relative;
}

.product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #e7ab3c;
    z-index: 1;
}

.ps-slider .owl-nav button[type=button] {
    height: 30px;
    width: 30px;
    background: #ffffff;
    color: #a7a7a7;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
    box-shadow: 0px 6px 10px -1px #e9e9e9;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ps-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -16px;
}
.description_product p,span{
    font-size: 15px !important;
}

.magnifier_caption{
    padding: 3px 7px;
    background: black;
    color: white;
    font-weight: bold;
    opacity: 0.7;
    position: absolute;
    top: 2%;
    left: 7%;
}

.heart_count{
    width: auto;
    height: 25px;
    z-index: 1;
    color: #fff;
    opacity: 0.7;
    background-color: #1d1d1d;
    position: fixed;
    bottom: 9px;
    left: 9px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .magnifier_caption{
        font-size: 11px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .magnifier_caption{
        font-size: 13px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .magnifier_caption{
        font-size: 13px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .magnifier_caption{
        font-size: 20px;
    }
}
