body{
    font-family: solaimanlipi,calibri,sutonnymj,siyamrupali,arial,Georgia,times new roman,Times,serif;
}


/**************************/
/******* Common CSS *******/

.border-square{
    border: 1px solid #ddd;
}

/******* Common CSS *******/
/**************************/

/**************************/
/******* Content  *********/
.main-content{
    float: left;
    width: 100%;
    margin: 10px auto;
}
.main-content .left-part{
    width: 50%;
    background: #ffffff;
    float: left;
    border-right: 1px solid #ddd;
}
.main-content .right-part{
    width: 50%;
    background: #fff; 
    float: left;
}
.viewCartMenu{
    width: 100%;
    background-color: #f7dfb9;
    display: inline-block;
    padding: 11px 10px 12px 10px; 
}
.viewCartMenu a{
    text-decoration: none;
    font-size: 14px;
    background-color: #c99f5d;
    color: white !important;
    margin-right: 2px;
    padding: 7px 10px 5px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 3px;
}

/******* Content  *********/
/**************************/

/************************/
/* Single News Content  */
.viewCartMenu2{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #d9d9d9;
    padding: 10px 10px 8px;
}
.viewCartMenu2 .s-link span{
    font-size: 16px;
    font-weight: bold;
    color: #411542;
    align-items: center;
    margin-top: 0.2rem;
    display: block;
}
.viewCartMenu2 .d-link{
    padding-top: 2px;
}
.viewCartMenu2 .d-link a{
    background-color: #505050;
    color: white !important;
    margin-right: 2px;
    padding: 7px 10px 5px;
    line-height: 17px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
}



.s-link ul{
    list-style: none;
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.s-link ul li a{
    width: 30px;
    height: 30px;
    display: flex;
    text-decoration: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    transition: .1s;
}
    .s-link ul li a.facebook{
        background: #1877f2; 
    }
    .s-link ul li a.x-twitter{
        background: #14171a; 
    }
    .s-link ul li a.whatsapp{
        background: #07db47; 
    }
.s-link ul li a:hover{
    font-size: 16px;
}
/* Single News Content  */
/************************/


/**************************/
/****** Navbar Part *******/
.main-header-link .navbar{
    background-color: white;
    width: 100%;
    padding: 0px 15px;
    border-top: 1px solid #ccd7d7;
    border-bottom: 1px solid #ccd7d7;
}
.main-header-link .nav-item{
    /* padding-top: 10px;
    padding-bottom: 10px; */
}
.main-header-link .nav-link{
    display: inline;
    padding: 0px 10px;
    border-left: 1px solid #ccd7d7;
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #efefef;
}



@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    /* .navbar .nav-item:hover .nav-link{ color: #fff;  } */
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
    .navbar .nav-item .dropdown-menu {
        margin-top: 1px;
        /* margin-top: 11px; */
        border-radius: 0;
        border: 0px;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        box-shadow: 0px 0px 5px #ddd;
        padding: 0;
    }
    .navbar .nav-item:hover .dropdown-menu li{
        padding: 0px;
        border-bottom: 1px solid #ddd;
    }
    .navbar .nav-item:hover .dropdown-menu li:last-child{
        border-bottom: 0px solid;
    }
    .navbar .nav-item:hover .dropdown-menu li a{
        padding: 10px 15px;
        color: #838383; 
    }
}   

.navbar-toggler{
    border: 0;
    box-shadow: none;
    outline: none;
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none; 
}


/****** Navbar Part *******/
/**************************/



/**************************/
/****** Footer Part *******/

.footer{
    background-color: #fbf4f4;
    padding: 15px;
    border-top: 1px solid #B6B4B6;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
}
.footer-logo{
    max-width: 150px;
}
.footer-text p{
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 22px;
}
    .footer-text p.sub-text{
        margin-bottom: 0px;
        margin-top: 0px;
        color: #939999
    }
    .footer-text p small{
        color: #939999;
        font-size: 12px;
    }

.footer .social-link ul{
    list-style: none;
    display: flex;
    justify-content: end;
}

.footer .social-link ul li a{
    width: 30px;
    height: 30px;
    display: flex;
    text-decoration: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    transition: .1s;
}
    .footer .social-link ul li a.facebook{
        background: #1877f2; 
    }
    .footer .social-link ul li a.x-twitter{
        background: #14171a; 
    }
    .footer .social-link ul li a.instagram{
        background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); 
    }
    .footer .social-link ul li a.youtube{
        background: #ff0000; 
    }
.footer .social-link ul li a:hover{
    font-size: 16px;
}

/****** Footer Part *******/
/**************************/

@media(max-width: 991px){
    .dropdown-menu.show {
        display: block;
        width: 97%;
    }
    .main-content .left-part{
        width: 100%;
        background: #fff;
        float: left;
        border-right: 0;
    }
    .main-content .right-part{
        display: none;
    }
    #Table_01 {
        height: 100%;
    }
    #Table_01 img {
        max-width: 100%;
        display: block;
        height: 100%;
    }
    /* #Table_01 tbody tr:first-child{
        display: none;
    } */

    .social-link {
        text-align: center !important; 
        margin-top: 25px; 
    }
    .footer .social-link ul {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .footer-text p {
        margin-bottom: 15px;
        line-height: 1.27;
    }
}
@media(max-width: 1450px){
    #Table_01 img {
        max-width: 100%;
        display: block;
        height: 100%;
    }
}

/* Calendar */

.wrapper {
    background: #d37e2b;
    padding: 5px;
    width: 250px;
}

.container-calendar {
    background: #ffffff;
    padding: 15px;
    margin: 0 auto;
    overflow: auto;
    border-radius: 1%;
}

.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #d37e2b;
    color: #fff;
    border: 1px solid #d37e2b;
    border-radius: 4px;
    width: 10%;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
}
.table-calendar a{
    text-decoration: none; 
    color: #222;
}

.table-calendar thead{
    background: #eef0da;
}


.table-calendar thead tr th {
    font-size: 11px;
}
.table-calendar tr td {
    font-size: 11px;
}

.table-calendar td, .table-calendar th {
    border: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: top;
    padding: 5px;
}

.table-calendar td, .table-calendar th a{
    font-size: 15px;
}

.date-picker.selected {
    font-weight: bold;
    /* outline: 1px dashed #00BCD4; */
    background: #f7dfb9;
}

.date-picker.selected a span {
    color: #ffffff;
}

.date-picker:hover a span {
    color: #d37e2b;
}

.date-picker .inactive {
    color: #ada6a6;
}

/* sunday */
/* .date-picker:nth-child(1) {
color: red;
} */

/* friday */
/* .date-picker:nth-child(6) {
color: green;
} */

#monthAndYear {
    text-align: center;
    margin-top: 0;
    float: left;
    width: 80%;
    font-size: 17px;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
    clear: both;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
    padding: 10px 0;
}

.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 0px 14px;
    font-size: 15px;
}
.footer-container-calendar select option{
    font-size: 15px;
}

.archiveLink{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0 4px 0;
}
.archiveLink a{
    line-height: 1;
    color: #ffffff;
    font-size: 22px;
}
.StoreNews{
    font-size: 15px;
    padding: 2px 8px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background: #e9983c;
}
.cldr{
    color: #000;
    text-decoration: none;
}
.cldr_li{
    position: relative;
    cursor: pointer;
}
.cldr_cont{
    position: absolute;
    left: 0;
    display: none;
    z-index: 9;
}
.cldr_cont.mbl{
    top: 31px;
}
.m-home{
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #FF9800;
}
.m-home a{
    color: #000;
}
.m-home a:hover{
    color: #FF9800;
}
/* Calendar */

/* Home Page View */
table{
    max-width: 100%;
    margin: 0 auto;
} 
td{
    vertical-align: top;
}
#Table_01 img {
    max-width: 100%; /* Make the image fill the container width */
    display: block; /* Remove any extra space below the image */
    /* width: 100%;
    height: 100%; */
}
a.iframe{
    cursor: zoom-in;
} 
/* a.iframe:hover{
    background: url(../images/transparent_bg.png) repeat scroll 0 0 transparent;
    opacity: .5;
    cursor: url(../images/zoom2.png), auto;
}  */

a.iframe {
    position:relative;
    width:400px;
    height:400px;
}
a.iframe img {
    width:100%;
    vertical-align:top;
}
a.iframe:before {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background: #ffc10726;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.iframe:before {
    opacity:0;
}
a.iframe:hover:before {
    opacity:1;
}

#load_img img{
    max-width: 100%;
    margin: 0 auto; 
}
.right-part{
    max-height: 1200px;
    overflow: auto; 
}
.inner-img{
    display: inline-block;
    position: relative;
}
.inner-img .overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .3;
    z-index: 1000;
}
.inner-img .overlay img{
    max-width: "150px"; 
}
.cursor{
    cursor: pointer;
}
#load_img{
    position: relative; 
}
.loader{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
.loader img{
    margin-top: 25px !important; 
}
.viewCartMenu {
    width: 100%;
    background-color: #f7dfb9;
    display: inline-block;
    padding: 8px 10px 8px 10px;
}
@media print{
    .main-content .left-part {
        display: none;
    }
    .main-content .right-part {
        display: block;
        width: 100%
    }
    .right-part {
        max-height: 100%;
        overflow: auto;
    }
    .footer, .viewCartMenu2, .main-header-link{
        display: none; 
    }
    .border-square {
        border: 0px solid #ddd;
    }
    .site-logo{
        text-align: center; 
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 15px;
    }
    .main-content  img{
        max-height: 75vh; 
    }
}
/* Home Page View */

/* OWL CAROUSAL */
.slider-box{
    display: none; 
}
@media(max-width: 768px){
    #owl-demo{
        padding: 0 10px; 
    }
    #owl-demo .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 10 / 16;
    }
    .slider-box{
        padding: 0px;
        background-color: #726a6a;
        margin-bottom: 50px;
        width: 100%;
        z-index: 999;
        position: relative;
        display: block;
    }
    .slider-box h4{
        background-color: #524d4d;
        text-align: center;
        padding: 6px;
        margin-top: 0;
        margin-bottom: 13px;
        color: white;
        text-decoration: none;
        font-size: 22px;
        line-height: 25px;
    }
    .slider-box h2{
        font-size: 16px;
        margin-top: 5px;
        text-align: center;
        background: #524d4d;
        padding: 6px 0;
    }
    .slider-box a{
        width: 100%;
        display: block;
        color: #fff;
        text-decoration: none;
    }
    .slider-box a:hover{
        color: #ffc107;
    }
}
/* OWL CAROUSAL */