.page-tittle{
    position: relative;
    background-color: #000000;
}

.page__img{
    opacity: 0.3;
}

.page__justify{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify{
    top: 100%;
    text-align: center;
    vertical-align: middle;
}


.breadcrumbs {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
    padding: 0;
    display: block;
    font-size: 18px;
}

.breadcrumbs a{
    text-decoration: none;
    color: #fff;
}

.img__inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-text-center{
    text-align: center;
}

.col-text-center p{
    font-size: 18px;
    margin: 15px;
}

.container_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-inner{
    flex-direction: column;
}

.fa-check-circle, 
.fa-cart-arrow-down{
    font-size: 85px;
    padding: 0 80px;
}

.img-inner-dark img{
    width: 70%;
    margin: 0 35px;
}

.icon-box{
    text-align: center;
}

.container_inner .icon-inner i,
.container_inner .icon-inner h4{
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

.container_inner .icon-inner svg{
  height: 70px;
  width: 100%;
}
.showimgprd{
  position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    background-color: rgb(0 0 0 / 40%);
}
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 7 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180,180,180,0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
}
button.mz-button.mz-button-close {
    font-size: 30px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 8 !important;
}
button.mz-button {
    color: rgba(180,180,180,0.75) !important;
    -webkit-transform: scale(0.85) !important;
    transform: scale(0.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
    transition: color .25s, border-color .25s, transform .25s !important;
}
button.mz-button.mz-button-close:before {
    content: "x";
}

button.mz-button:hover {
    color: #b4b4b4 !important;
    border-color: rgba(180,180,180,0.6) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.closeshowimgprd{
  width: 80%;
}
@media (max-width: 768px) {
  .closeshowimgprd{
  width: 100%;
}
}