﻿@media all and (min-width: 1025px) {
    .banner_ads_covid {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
    /* GLOBAL STYLES */
    .master-wrapper-content,
    .home-page-body .page-body>div {
        width: 100%;
    }
    .header-menu li:hover>.with-subcategories+div+.sublist-wrap,
    .header-menu li>.with-subcategories.hover+div+.sublist-wrap {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto;
    }
    .footer-block .list {
        display: block !important;
    }
    .master-wrapper-content {
        margin: 0 auto;
    }
    .home-page-body .master-wrapper-content {
        width: 100%;
    }
    .home-page-body .page-body>div {
        margin-left: auto;
        margin-right: auto;
    }
    .html-blog-page .center-1 {
        background-color: #fff;
    }
    .home-page-body .center-1 {
        margin-bottom: 100px;
    }
    .center-2 {
        float: left;
        margin-top: 1%;
        margin-bottom: 50px;
        width: 73%;
    }
    .side-2 {
        float: right;
        margin-top: 1%;
        margin-bottom: 50px;
        width: 25%;
    }
    .customer-pages-body .manage-tickets-page #grid-filters {
        width: 75%;
        margin-top: 1%;
    }
    .customer-pages-body .manage-tickets-page .block-account-navigation {
        width: 22%;
        margin: 1% 0 1% 1%;
    }
    .page.account-page.ticketing-page.manage-tickets-page {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    /* GLOBAL FORMS */
    /* NOTIFICATIONS & POPUPS */
    /* HEADER */
    .responsive-nav-wrapper-parent .responsive-nav-wrapper .logo-container {
        display: none;
    }
    .support-user .entrance:hover,
    .personal-button .entrance:hover {
        background-color: #ffd337;
    }
    .responsive-nav-wrapper .entrance,
    .personal-button .entrance {
        border-radius: 10px;
        padding: 3px;
    }
    .dem-button:hover a {
        color: #444;
    }
    .support-e-mails>a:hover {
        background-color: #1473e7;
        color: #fff;
    }
    .master-header-wrapper,
    .home-page-body .master-header-wrapper {
        margin: 0;
        background-color: transparent;
    }
    .header-wrapper {
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .stick .header-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .stick .header-menu>ul>li>a,
    .stick .header-menu>ul>li>span {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .header {
        position: relative;
        z-index: 1020;
        width: 86%;
        width: -webkit-calc(100% - 165px);
        width: calc(100% - 165px);
    }
    .header .search-box {
        display: inline-block;
        margin: 13px auto 10px;
        width: 510px;
        height: 45px;
        background: #fff;
        font-size: 0;
    }
    .header-logo {
        float: right;
        margin: 7px 0 0;
    }
    .header-links-wrapper {
        float: left;
    }
    .responsive-nav-wrapper-parent {
        margin: 0 18px 0 0px;
        width: auto;
        float: left;
    }
    .responsive-nav-wrapper {
        margin: 0;
    }
    .shopping-cart-link>.cart-qty {
        display: none;
    }
    .product-name .breadcrumb {
        margin-bottom: 20px;
        padding: 40px 0 20px;
    }
    /*flyout cart*/
    .flyout-cart .mini-shopping-cart {
        opacity: 0;
        position: absolute;
        top: 62px;
        left: -15px;
        width: 350px;
        padding: 10px 0;
        background: rgba(37, 46, 55, 0.9);
        box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
        border-radius: 7px;
        -webkit-transform: translateY(20px)
        /* CHECK_HERE */
        ;
        -ms-transform: translateY(20px)
        /* CHECK_HERE */
        ;
        transform: translateY(20px)
        /* CHECK_HERE */
        ;
        -webkit-transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s;
        pointer-events: none;
        z-index: 1020;
    }
    .flyout-cart .mini-shopping-cart::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 11.5px 13px 11.5px;
        border-color: transparent transparent rgba(37, 46, 55, 0.9) transparent;
        content: '';
        position: absolute;
        top: -13px;
        left: 13px;
    }
    .flyout-cart.opened .mini-shopping-cart {
        opacity: 1;
        -webkit-transform: translateY(0)
        /* CHECK_HERE */
        ;
        -ms-transform: translateY(0)
        /* CHECK_HERE */
        ;
        transform: translateY(0)
        /* CHECK_HERE */
        ;
        pointer-events: auto;
    }
    .flyout-cart .count {
        padding: 10px 20px;
        font-size: 14px;
        color: #fff;
    }
    .flyout-cart .items {
        position: relative;
        padding: 0 20px;
        max-height: 240px;
        max-height: -webkit-calc(100vh - 360px);
        max-height: calc(100vh - 360px);
        background: #f6f6f6;
        textgerflow: hidden;
    }
    .flyout-cart .item {
        position: relative;
        margin: 20px 0;
        font-size: 14px;
        color: #666;
        overflow: hidden;
    }
    .flyout-cart .item:last-child {
        margin-bottom: 0;
    }
    .flyout-cart .item .picture {
        float: right;
        margin-left: 20px;
        width: 100px;
        text-align: center;
    }
    .flyout-cart .item .product {
        padding-left: 20px;
        overflow: hidden;
    }
    .flyout-cart .item .name {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .flyout-cart .item .quantity {
        margin-bottom: 5px;
        color: #aaa;
    }
    .flyout-cart .item .price {
        font-size: 0;
    }
    .flyout-cart .item .attributes {
        margin: 0;
        line-height: 1.5;
        font-size: 13px;
        color: #aaa;
    }
    .flyout-cart .item .price span {
        font-size: 16px;
        font-weight: bold;
        color: #57b568;
    }
    .flyout-cart .totals {
        padding: 20px;
        margin: 0;
        width: 100%;
        background: none;
        text-align: right;
        text-transform: uppercase;
        font-size: 14px;
        color: #666;
    }
    .flyout-cart .totals strong {
        float: left;
        font-size: 18px;
        color: #57b568;
    }
    .flyout-cart .buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .flyout-cart .buttons button {
        position: relative;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        padding: 18px 10px;
        border: 0;
        width: 100%;
        background: #57b568;
        text-transform: uppercase;
        color: #fff;
    }
    .flyout-cart .buttons button span {
        position: relative;
    }
    .flyout-cart .buttons button:first-child span:before {
        content: '\e91c';
        display: inline-block;
        margin: -5px 15px 0 10px;
        font-weight: normal;
        font-family: prisma;
        font-size: 19px;
        color: #fff;
        vertical-align: middle;
    }
    .flyout-cart .buttons button:hover span:before {
        color: #57b568;
    }
    .flyout-cart .buttons button:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        -webkit-transform: scaleY(0)
        /* CHECK_HERE */
        ;
        -ms-transform: scaleY(0)
        /* CHECK_HERE */
        ;
        transform: scaleY(0)
        /* CHECK_HERE */
        ;
        background: #f3f3f3;
        -webkit-transform-origin: 50% 100%
        /* CHECK_HERE */
        ;
        -ms-transform-origin: 50% 100%
        /* CHECK_HERE */
        ;
        transform-origin: 50% 100%
        /* CHECK_HERE */
        ;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .flyout-cart .buttons button:hover:before {
        -webkit-transform: scaleY(1)
        /* CHECK_HERE */
        ;
        -ms-transform: scaleY(1)
        /* CHECK_HERE */
        ;
        transform: scaleY(1)
        /* CHECK_HERE */
        ;
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
    .flyout-cart .buttons button:hover {
        color: #57b568;
    }
    .flyout-cart .buttons button+button {
        margin-right: 1%;
        background: #fff;
        color: #57b568;
    }
    .flyout-cart .buttons button+button:hover {
        color: #fff;
    }
    .flyout-cart .buttons button+button:hover:before {
        background: #57b568;
    }
    .responsive-nav-wrapper .flyout-cart a.remove-item {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        background: #fff;
        font-size: 0;
    }
    .responsive-nav-wrapper .flyout-cart a.remove-item:after {
        content: '\e901';
        position: absolute;
        top: 50%;
        right: 50%;
        width: 8px;
        height: 8px;
        font-family: prisma;
        font-size: 8px;
        color: #bbb;
    }
    .ui-autocomplete {
        z-index: 1015;
    }
    /* HEADER MENU */
    .responsive-nav-wrapper .menu-title,
    .close-menu,
    .header-menu .back-button {
        display: none;
    }
    .overlayOffCanvas {
        display: none !important;
    }
    .header-links .ico-wishlist {
        display: none;
    }
    .header-menu {
        position: relative;
        background: rgb(112, 112, 112);
        text-align: center;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        z-index: 1010;
    }
    .home-page-body .header-menu {
        position: relative;
        background: rgba(255, 255, 255, 0.4);
        text-align: center;
        box-shadow: 0 3px 5px rgba(255, 255, 255, 0.1);
        z-index: 1010;
    }
    .header-menu>ul {
        margin: 0 0 0;
        font-size: 0;
    }
    ul.mega-menu-responsive {
        width: 100%;
    }
    ul.mega-menu-responsive li a span {
        color: #000;
    }
    .header-menu>ul>li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .header-menu>ul>li::after {
        content: '';
        width: 0;
        position: absolute;
        bottom: 0;
        right: 50%;
        height: 2px;
        background: #ff7239;
        transform: translateX(50%);
        transition: all .3s ease-in-out;
    }
    .header-menu>ul>li:hover::after {
        width: 100%;
    }
    .stick ul.mega-menu {
        background-position-y: 11px;
    }
    .footer-middle {
        position: relative;
    }
    .footer-middle .footer-logo {
        position: absolute;
        left: 0;
        bottom: 40px;
    }
    .footer-middle .trusted-icon {
        position: absolute;
        right: 150px;
        bottom: 0;
        width: 100px;
    }
    .footer-middle .samandehi-icon {
        position: absolute;
        right: 242px;
        bottom: 10px;
        width: 100px;
    }
    .footer-middle>div {
        display: inline-block;
        width: 35%;
        vertical-align: top;
        text-align: right;
    }
    .footer-middle>div.wider {
        width: 28%;
    }
    .page.blogpost-page .page-body .page-title {
        border-bottom: none;
        position: absolute;
        top: 280px;
    }
    .header-menu>ul {
        width: 86%;
    }
    .page.blogpost-page .page-body .page-title {
        border-bottom: none;
        position: absolute;
        top: 280px;
    }
    .header-menu>ul>li>a,
    .header-menu>ul>li>span {
        padding: 25px 12px;
    }
    .acc-btn::after {
        top: 44%;
    }
}