﻿

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 767px) {
    .image-with-text__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        justify-content: center;
        padding: 4rem calc(1rem / var(--font-body-scale)) 5rem;
    }

    .support-btn {
        padding: 0;
        margin: 10px 0 0;
    }

    .support-title {
        font-size: 15px;
        margin-bottom: 1px;
        margin-top: 20px;
    }

    .support-email {
        font-size: 12px;
        color: black;
        background: url(../images/icon-email2.png) 0px 9px no-repeat;
        padding-left: 4px;
        background-size: 17px;
        line-height: 28px;
    }

    .support-thumb {
        width: 100%;
    }

    .support-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .flag-box {
        display: none;
    }

    .flag-mobi {
        display: block;
        top: 5px;
    }

    .menu-drawer__menu li {
        position: relative;
        float: left;
        width: 100%;
    }

        .menu-drawer__menu li i {
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            text-align: center;
            height: 50px;
            line-height: 56px;
        }

    .gradient-head {
        background: white;
        background-size: cover;
        min-height: 205px;
        padding-top: 0;
    }

    .producthot-heading {
        font-size: 39px;
        font-family: 'EDOSZ';
        text-align: center;
        margin: 30px 0;
    }

    .abput-us li:before {
        content: "";
        background: url(../images/icon-heart.png) no-repeat;
        position: absolute;
        left: 0;
        top: 7px;
        width: 24px;
        height: 19px;
    }

    .abput-us li {
        font-size: 20px;
    }

    .about-title {
        font-size: 34px;
        LINE-HEIGHT: 1.2;
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
.header__icon--menu{display:none!important}
    .flag-mobi {
        display: none !important;
    }

    .grid--31-col-tablet .grid__item:first-child {
        width: calc(50% - 0.5rem);
    }

    .grid--31-col-tablet .grid__item:last-child {
        width: calc(30% - 0.5rem);
    }
}


.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}

.d_page {
    width: 100%;
    margin: 15px 0 25px 0;
    float: left;
    text-align: center;
}

    .d_page b {
        background-color: #e72c2d;
        border-color: #e72c2d;
        color: #fff;
        margin-right: 8px;
        width: 45px;
        height: 45px;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 400;
        display: inline-block;
        line-height: 45px;
    }

    .d_page a {
        margin: 0 2.5px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        line-height: 45px;
        font-size: 17px;
        color: #b5b0b0;
        border: 1px solid #b5b0b0;
        text-decoration: none;
    }

        .d_page a:hover {
            background-color: #e72c2d;
            border-color: #e72c2d;
            color: #fff;
        }
#ProductGridContainer .grid__item {
	flex-grow: 0;
}
.zoomWindowContainer div{
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0 !important;
}
.zoomLens{
	border:unset !important;
	background:unset !important;
}