a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../images/fileupload/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0;
    float: right;
}

.static-content-list {
    list-style: disc outside;
    padding-left: 2.5em;
}

.image-container-fixed {
    height: 220px;
    width: 220px;
    float: left;
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {

    .std img,
    .category-text img,
    .banner img,
    .fullwidth-banner img {
        margin: 0 !important;
        width: 100% !important;
    }

    .level-category img {
        margin: 0 auto;
        display: block;
    }

    .image-fixed {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: 220px;
    }

    .image-container-fixed {
        height: 220px;
        width: 100%;
    }
}

.block-currency {
    display: none;
}

.coupon_list_item img {
    width: 100%;
}

@media (max-width: 990px) {
    .header-top-container .block-login form {
        display: none;
    }

    .header-top-container .header-top .block-login .cart {
        margin-top: 45px;
        padding-left: 0;
        padding-top: 19px;
    }

    .wrapper {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    /*.header-nav-container #nav {*/
    /*	overflow: unset;*/
    /*	display: flex;*/
    /*	flex-wrap: wrap;*/
    /*}*/
    .header-nav-container .header-nav {
        height: auto;
    }

    body .header-top div#logo {
        margin: 0 auto;
    }

    .header-top {
        width: 100%;
    }

    .header-top-container .header-top #search_mini_form {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .header-top-container .header-top .block-login {
        float: right !important;
        width: 80px;
    }

    .header-top-container .header-top .block-login .cart {
        margin-top: 6px;
    }

    .header-top-container {
        height: 95px;
    }
}

/*CUSTOM  PAGE START*/

/*SLIDER CSS START*/
.custom-carousel-slider-container {
    position: relative;
    margin-bottom: 20px;
}

.custom-carousel-slider-container .owl-carousel .owl-item img {
    margin: 0;
}

.custom-carousel-slider-container .owl-nav {
    position: absolute;
    top: calc(50% - 14px);
    width: 100%;
}

.custom-carousel-slider-container .owl-nav .owl-prev,
.custom-carousel-slider-container .owl-nav .owl-next {
    position: absolute;
}

.custom-carousel-slider-container .owl-nav .owl-prev span,
.custom-carousel-slider-container .owl-nav .owl-next span {
    font-size: 80px;
}

.custom-carousel-slider-container .owl-nav .owl-prev {
    left: 0;
}

.custom-carousel-slider-container .owl-nav .owl-next {
    right: 0;
}

/*SLIDER CSS FINISH*/

.custom-page a {
    text-decoration: none;
}

.custom-page h1 {
    font-weight: 600;
    font-size: 26px;
}

.custom-page h2 {
    font-size: 24px;
    font-weight: 600;
}

/*BANNER CSS START*/
.custom-page .banner {
    margin-bottom: 20px;
}

.custom-page .banner .full-width {
    width: 100%;
    height: auto;
}

/*BANNER CSS FINISH*/

/*TEXT BLOCK CSS START*/
.custom-page .text-block {
    padding: 15px;
    background: #f5f5f5;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    border-radius: 2px;
    margin-bottom: 20px;
}

.custom-page .text-block h3 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
}

.custom-page .text-block p {
    padding: 0;
    margin: 0;
}

.custom-page .text-block h3:first-child {
    padding-top: 0;
}

/*TEXT BLOCK CSS FINISH*/

/*GRID BANNER BLOCK CSS START*/
.custom-page .banner-grid {
    display: grid;
    gap: 10px;
    grid-template-columns:  1fr  1fr  1fr;
    margin-bottom: 20px;
}

.custom-page .banner-grid img {
    width: 100%;
    box-sizing: border-box;
}

.custom-page .banner-grid .item {
    justify-self: stretch;
    align-self: stretch;
}

/*GRID BANNER BLOCK CSS FINISH*/

@media (max-width: 767px) {
    .custom-page .banner {
        margin: 0 10px 10px;
    }

    .custom-page .banner-grid {
        margin: 0 10px;
    }

    .custom-page .banner-grid .item {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .custom-page .banner-grid {
        grid-template-columns:  1fr;
    }
}

/*CUSTOM  PAGE FINISH*/