.xzoom_container{
    margin: 0px 10px;
}
.xzoom-thumbs{
    margin: 10px 0;
}
.xzoom{
    height: auto;
    width: 100% !important;
    object-fit: cover;
    box-shadow: 1px 4px 8px #aaa;
}
.xzoom-gallery{
    border: 1px solid #aaa;
}
.xzoom-gallery:hover{
    border: 1px solid #378bbf;
}
.xzoom-lens{
    cursor: zoom-in;
}
.xzoom_details h4{
    color: #5d4428;
    padding-bottom: 10px;
}
.xzoom_details h3{
    color: #1f658b;
}
.xzoom_details h3 span{
    color: #555;
    font-weight: 300;
    font-size: 25px;
    text-decoration:line-through;
}
.xzoom_details p i{
    color: #d33f3f;
}
.xzoom_details h6{
    font-weight: 400;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 1.6;
}
.xzoom_details label{
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    color: #1f2531;
}
.xzoom_details .form-control{
    width: 25%;
    height: 35px;
    padding: 3px 10px;
    border: .5px solid #aaa;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.xzoom_details .btn{
    padding: 4px 10px;
    background: #483b29;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    margin-right: 5px;
}
.xzoom_details .btn:hover{
    background: #1c5776;
}
/* ========= Xzoom = (Start) ===================== */

.xzoom-lens img,
.xzoom-preview img,
.xzoom-source img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.xzoom-container {
    display: inline-block;
}
.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
}
.xzoom {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}
.xzoom-hidden,
.xzoom-source {
    display: block;
    position: static;
    float: none;
    clear: both;
}
.xzoom-hidden {
    overflow: hidden;
}
.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.xzoom-lens {
    border: 1px solid #555;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: crosshair;
}
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 0.7;
    width: 48px;
    height: 48px;
}
.xactive {
    -webkit-box-shadow: 0 0 3px 0 #f3c716;
    -moz-box-shadow: 0 0 3px 0 #f3c716;
    box-shadow: 0 0 3px 0 #f3c716;
    border: 1px solid #f3c716;
}
.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}
.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    padding: 10px;
}
.xzoom_container{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.xzoom_part{
    width: 50%;
}
@media only screen and (max-width: 600px) {
    .xzoom_part{
        width: 100%;
    }
    .xzoom-thumbs{
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        align-items: center;
        justify-content: center;
    }
    .xzoom-thumbs img{
        width: 42px;
    }
}