/*@media only screen and (min-width: 1200px) {*/
/*    .fancybox__main-panel .fancybox__left-panel {*/
/*        width: 35% !important;*/
/*    }*/
/*}*/


/*@media only screen and (min-width: 1200px) {*/
/*    .fancybox__main-panel .fancybox__carousel {*/
/*        max-width: 65% !important;*/
/*    }*/
/*}*/

.fancybox__left-panel a.btn.btn-primary.active.selectbtn.text-white {
    color: #0b71b7 !important;
}
label#stock_error_msg {
    display: none !important;
}

.prduct_qty .quantity_range_msg {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    #footer h3 {
        margin-bottom: 0.65rem;
    }
}
@media only screen and (max-width:768px){
 
#footer .fotter_bottom .support_info ul li {
  width: 85%;
}
 
#footer .fotter_bottom .support_info ul{
justify-content: center;
}
}

/* css for made page header and bread crumbs design fix on cms pages */
#cms_page .page-header h1 {
 text-align: left;
 
}
#cms_page .page-header {
 transform: translateY(0%);
 position: static;
 margin-top: 0.8rem;
 margin-bottom: 1rem;
}
#cms_page .breadcrumb_container::before {
 content: "";
 position: absolute;
 left: 50%;
 top: 0;
 width: 100vw;
 height: 100%;
 background: url("/themes/supermami/images/breadcrums-bg.jpg") no-repeat;
 background-position-x: 0%;
 background-position-y: 0%;
 background-size: auto;
 background-size: cover;
 background-position: center;
 z-index: 9;
 transform: translate(-50.2%);
 z-index: 0;
}
#cms_page .breadcrumb_container .breadcrumb {
 position: static;
 transform: translateY(0px);
 justify-content: flex-start;
}



.awesome-bar{
    background-image:none;
    background-size: unset;
  background-repeat: unset;
  background-color: #e20613 !important;
  padding: 0.5rem 0;
  text-align: center;
}