
/* // XX-Large devices (larger desktops) */
@media (max-width: 1599.98px) { 

}




/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
.event_content h5 {
    font-size: 18px;
}
.pagination_wrapper {
    margin-top: 50px;
}
.h1, h1 {
    font-size: 35px;
}
.h3, h3 {
    font-size: 25px;
}
.navigation_bar {
    padding: 15px 0px;
}
}




/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
.event_content h5 {
    font-size: 16px;
}
.event_item .event_img {
    border-radius: 15px;
}
.pagination_wrapper {
    margin-top: 40px;
}
.footer_sloganImg {
    max-width: 600px;
    padding-left: 60px;
}
.footer_logo {
    bottom: -20px;
    left: -20%;
}
.footer_bottomPart p{
    font-size: 15px;
}
.wizard_wrapper {
    max-width: 900px;
}
}


/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
.h3, h3 {
    font-size: 22px;
}
.h1, h1 {
    font-size: 32px;
}
.pagination_wrapper {
    margin-top: 30px;
}
.footer_bottomPart p{
    text-align: center;
}
ul.social_media {
    justify-content: center;
    column-gap: 18px;
}
.footer_logo {
    bottom: 0;
    left: -20%;
    width: 115px;
}
.footer_topPart , .footer_bottomPart {
    padding: 30px 0px;
}
.footer_sloganImg {
    max-width: 450px;
    padding-left: 60px;
}
.cartProduct_name {
    font-size: 18px;
}
.wizard_item::after , .wizard_item::before{
    display: none;
}
.wizard_wrapper{
    column-gap: 15px;
}

.wizard_wrapper {
    max-width: 670px;
    margin-bottom: 30px;
}
.wizard_wrapper .fs-18{
    font-size: 16px;
}
.wizard_item , .wizard_item:nth-child(2), .wizard_item:nth-child(3)  {
    padding: 10px 10px;
}
.wizard_item span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
}



/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
.navBtn_wrap {
    justify-content: center;
    column-gap: 12px;
}
.dropdown.cart_dropdown , .cart_btn {
    width: 100%;
}
.cart_dropdown ul {
    width: 100%;
}
.footer_sloganImg {
    max-width: 360px;
    padding-left: 30px;
}
.footer_logo {
    width: 100px;
}
footer {
    margin-top: 55px;
}
.discount_subtotal_wrap {
    margin-top: 35px;
}
.discountcode_wrap {
    max-width: 100%;
    margin-bottom: 30px;
}
.wizard_wrapper {
    max-width: 515px;
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 10px;
}
}


/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
.h3, h3 {
    font-size: 20px;
}
.h1, h1 {
    font-size: 30px;
}
.event_content {
    margin-top: 13px;
    font-size: 14px;
}
.event_item .event_img {
    border-radius: 10px;
}

.footer_sloganImg {
    max-width: 100%;
    padding-left: 0px;
}
.footer_topPart{
    padding-top: 65px;
}
.footer_logo {
    width: 100px;
    left: 50%;
    transform: translate(-50%, -60px);
}
footer{
    margin-top: 80px;
}
.days_markWrapper {
    margin-top: 20px;
    column-gap: 15px;
}
.cal-body__day {
    line-height: 40px;
    font-size: 14px;
}
.cal-head__day, .cal-body__day {
    width: 40px;
    height: 40px;
    font-weight: 400;
}
.available_day.cal-day__day--selected::after  , .notavailable_day.cal-day__day--selected::after{
    width: 50px;
    height: 50px;
}
.mark_item span {
    min-width: 25px;
    height: 25px;
    margin-right: 7px;
}
.calendar__month {
    font-size: 18px;
}
.cal-month__previous, .cal-month__next {
    top: 58%;
}
.event_mainimg {
    border-radius: 20px;
}
.wizard_wrapper {
    max-width: 100%;
    padding: 0px 12px;
}
}


/* // XX-Small devices (phones, less than 416px) */
@media (max-width: 416.98px) { 
    .select_wrapper {
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 15px;
}
.select_wrapper select {
    min-width: 100%;
    margin-bottom: 10px;
}
.select_wrapper select:last-child{
    margin-bottom: 0px;
}
.select_wrapper .select_div {
    display: block !important;
    width: 100%;
}
.h3, h3 {
    font-size: 18px;
}
.h1, h1 {
    font-size: 28px;
}
.default_link {
    font-size: 14px;
}
.pagination_wrapper {
    row-gap: 14px;
    flex-direction: column;
}
.footer_logo {
    transform: translate(-50%, -45px);
}
.footer_bottomPart {
    padding: 20px 0px;
}
.event_mainimg {
    border-radius: 15px;
}
}
